summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel
Commit message (Expand)AuthorAgeFilesLines
* powerpc/64s: Fix Power9 DD2.0 workarounds by adding DD2.1 featureMichael Ellerman2017-11-153-8/+8
* powerpc/64s: Fix masking of SRR1 bits on instruction faultMichael Ellerman2017-11-141-1/+1
* powerpc/64s: mm_context.addr_limit is only used on hashNicholas Piggin2017-11-133-4/+5
* powerpc: Fix DABR match on hash based systemsBenjamin Herrenschmidt2017-11-132-2/+2
* powerpc/signal: Properly handle return value from uprobe_deny_signal()Naveen N. Rao2017-11-131-1/+1
* powerpc/fadump: use kstrtoint to handle sysfs storeMichal Suchanek2017-11-131-4/+13
* powerpc/kprobes: refactor kprobe_lookup_name for safer string operationsNaveen N. Rao2017-11-121-27/+20
* powerpc/kprobes: Do not disable interrupts for optprobes and kprobes_on_ftraceNaveen N. Rao2017-11-122-18/+2
* powerpc/kprobes: Disable preemption before invoking probe handler for optprobesNaveen N. Rao2017-11-121-2/+3
* powerpc/64s: ppc_save_regs is now needed for all 64s buildsStephen Rothwell2017-11-121-1/+1
* powerpc: Define set_thread_uses_vas()Sukadev Bhattiprolu2017-11-121-10/+31
* powerpc: Add support for setting SPRN_TIDRSukadev Bhattiprolu2017-11-121-0/+116
* powerpc/64: Set DSCR default initially from SPRNicholas Piggin2017-11-103-0/+26
* powerpc/powernv: Avoid waiting for secondary hold spinloop with OPALNicholas Piggin2017-11-102-6/+20
* Merge branch 'fixes' into nextMichael Ellerman2017-11-106-37/+37
|\
| * powerpc/kprobes: Dereference function pointers only if the address does not b...Naveen N. Rao2017-11-011-1/+6
| * powerpc: Fix check for copy/paste instructions in alignment handlerPaul Mackerras2017-10-251-1/+1
| * powerpc/livepatch: Fix livepatch stack accessKamalesh Babulal2017-10-101-30/+15
| * powerpc/4xx: Fix compile error with 64K pages on 40x, 44xChristian Lamparter2017-10-031-3/+0
| * powerpc: Fix action argument for cpufeatures-based TLB flushJeremy Kerr2017-10-031-2/+2
| * powerpc: Fix workaround for spurious MCE on POWER9Michael Neuling2017-09-291-2/+2
| * powerpc: Handle MCE on POWER9 with only DSISR bit 30 setMichael Neuling2017-09-261-0/+13
* | powerpc/64s/idle: avoid POWER9 DD1 and DD2.0 PMU workaround on DD2.1Nicholas Piggin2017-11-061-12/+19
* | powerpc/64s/idle: avoid POWER9 DD1 and DD2.0 ERAT workaround on DD2.1Nicholas Piggin2017-11-061-0/+2
* | powerpc: add POWER9_DD20 featureNicholas Piggin2017-11-062-0/+22
* | powerpc: Remove facility loadups on transactional {fp, vec, vsx} unavailableCyril Bur2017-11-061-30/+0
* | powerpc: Always save/restore checkpointed regs during treclaim/trecheckpointCyril Bur2017-11-065-78/+33
* | powerpc: Force reload for recheckpoint during tm {fp, vec, vsx} unavailable e...Cyril Bur2017-11-062-7/+19
* | powerpc: Don't enable FP/Altivec if not checkpointedCyril Bur2017-11-062-6/+20
* | powerpc/eeh: Stop using do_gettimeofday()Arnd Bergmann2017-11-062-5/+5
* | powerpc/tm: Don't check for WARN in TM Bad Thing handlingMichael Ellerman2017-11-061-7/+2
* | powerpc/64s: Replace CONFIG_PPC_STD_MMU_64 with CONFIG_PPC_BOOK3S_64Michael Ellerman2017-11-0610-29/+29
* | powerpc/64: Free up CPU_FTR_ICSWXMichael Ellerman2017-11-061-1/+1
* | powerpc/64: Fix latency tracing for lazy irq replayNicholas Piggin2017-11-061-0/+9
* | KVM: PPC: Book3S HV: Handle host system reset in guest modeNicholas Piggin2017-11-062-1/+4
* | powerpc: Disable the fast-endian switch syscall by defaultMichael Ellerman2017-10-221-0/+5
* | powerpc/64s: Move the two FAST_ENDIAN macros next to each otherMichael Ellerman2017-10-221-6/+6
* | powerpc/tm: P9 disable transactionally suspended sigcontextsMichael Neuling2017-10-213-0/+11
* | powerpc/powernv: Enable TM without suspend if possibleMichael Ellerman2017-10-212-0/+11
* | powerpc/tm: Add commandline option to disable hardware transactional memoryCyril Bur2017-10-201-0/+31
* | Merge branch 'topic/ppc-kvm' into nextMichael Ellerman2017-10-201-24/+11
|\ \
| * | Revert "KVM: PPC: Book3S HV: POWER9 does not require secondary thread managem...Paul Mackerras2017-10-191-24/+11
| |/
* | powerpc/mce: hookup memory_failure for UE errorsBalbir Singh2017-10-161-3/+67
* | powerpc/mce: Hookup ierror (instruction) UE errorsBalbir Singh2017-10-161-3/+19
* | powerpc/mce: Hookup derror (load/store) UE errorsBalbir Singh2017-10-163-7/+88
* | powerpc/mce: Align the print of physical address betterBalbir Singh2017-10-161-1/+1
* | powerpc/mce: Remove unused function get_mce_fault_addr()Balbir Singh2017-10-161-39/+0
* | powerpc/modules: Use WARN_ON() in stub_for_addr()Kamalesh Babulal2017-10-131-1/+2
* | powerpc: get_wchan(): solve possible race scenario due to parallel wakeupKautuk Consul2017-10-061-1/+2
* | powerpc/jprobes: Validate break handler invocation as being due to a jprobe_r...Naveen N. Rao2017-10-051-11/+9