summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel
AgeCommit message (Expand)AuthorFilesLines
2017-11-15powerpc/64s: Fix Power9 DD2.0 workarounds by adding DD2.1 featureMichael Ellerman3-8/+8
2017-11-14powerpc/64s: Fix masking of SRR1 bits on instruction faultMichael Ellerman1-1/+1
2017-11-13powerpc/64s: mm_context.addr_limit is only used on hashNicholas Piggin3-4/+5
2017-11-13powerpc: Fix DABR match on hash based systemsBenjamin Herrenschmidt2-2/+2
2017-11-13powerpc/signal: Properly handle return value from uprobe_deny_signal()Naveen N. Rao1-1/+1
2017-11-13powerpc/fadump: use kstrtoint to handle sysfs storeMichal Suchanek1-4/+13
2017-11-12powerpc/kprobes: refactor kprobe_lookup_name for safer string operationsNaveen N. Rao1-27/+20
2017-11-12powerpc/kprobes: Do not disable interrupts for optprobes and kprobes_on_ftraceNaveen N. Rao2-18/+2
2017-11-12powerpc/kprobes: Disable preemption before invoking probe handler for optprobesNaveen N. Rao1-2/+3
2017-11-12powerpc/64s: ppc_save_regs is now needed for all 64s buildsStephen Rothwell1-1/+1
2017-11-12powerpc: Define set_thread_uses_vas()Sukadev Bhattiprolu1-10/+31
2017-11-12powerpc: Add support for setting SPRN_TIDRSukadev Bhattiprolu1-0/+116
2017-11-10powerpc/64: Set DSCR default initially from SPRNicholas Piggin3-0/+26
2017-11-10powerpc/powernv: Avoid waiting for secondary hold spinloop with OPALNicholas Piggin2-6/+20
2017-11-10Merge branch 'fixes' into nextMichael Ellerman6-37/+37
2017-11-06powerpc/64s/idle: avoid POWER9 DD1 and DD2.0 PMU workaround on DD2.1Nicholas Piggin1-12/+19
2017-11-06powerpc/64s/idle: avoid POWER9 DD1 and DD2.0 ERAT workaround on DD2.1Nicholas Piggin1-0/+2
2017-11-06powerpc: add POWER9_DD20 featureNicholas Piggin2-0/+22
2017-11-06powerpc: Remove facility loadups on transactional {fp, vec, vsx} unavailableCyril Bur1-30/+0
2017-11-06powerpc: Always save/restore checkpointed regs during treclaim/trecheckpointCyril Bur5-78/+33
2017-11-06powerpc: Force reload for recheckpoint during tm {fp, vec, vsx} unavailable e...Cyril Bur2-7/+19
2017-11-06powerpc: Don't enable FP/Altivec if not checkpointedCyril Bur2-6/+20
2017-11-06powerpc/eeh: Stop using do_gettimeofday()Arnd Bergmann2-5/+5
2017-11-06powerpc/tm: Don't check for WARN in TM Bad Thing handlingMichael Ellerman1-7/+2
2017-11-06powerpc/64s: Replace CONFIG_PPC_STD_MMU_64 with CONFIG_PPC_BOOK3S_64Michael Ellerman10-29/+29
2017-11-06powerpc/64: Free up CPU_FTR_ICSWXMichael Ellerman1-1/+1
2017-11-06powerpc/64: Fix latency tracing for lazy irq replayNicholas Piggin1-0/+9
2017-11-06KVM: PPC: Book3S HV: Handle host system reset in guest modeNicholas Piggin2-1/+4
2017-11-01powerpc/kprobes: Dereference function pointers only if the address does not b...Naveen N. Rao1-1/+6
2017-10-25powerpc: Fix check for copy/paste instructions in alignment handlerPaul Mackerras1-1/+1
2017-10-22powerpc: Disable the fast-endian switch syscall by defaultMichael Ellerman1-0/+5
2017-10-22powerpc/64s: Move the two FAST_ENDIAN macros next to each otherMichael Ellerman1-6/+6
2017-10-21powerpc/tm: P9 disable transactionally suspended sigcontextsMichael Neuling3-0/+11
2017-10-21powerpc/powernv: Enable TM without suspend if possibleMichael Ellerman2-0/+11
2017-10-20powerpc/tm: Add commandline option to disable hardware transactional memoryCyril Bur1-0/+31
2017-10-20Merge branch 'topic/ppc-kvm' into nextMichael Ellerman1-24/+11
2017-10-19Revert "KVM: PPC: Book3S HV: POWER9 does not require secondary thread managem...Paul Mackerras1-24/+11
2017-10-16powerpc/mce: hookup memory_failure for UE errorsBalbir Singh1-3/+67
2017-10-16powerpc/mce: Hookup ierror (instruction) UE errorsBalbir Singh1-3/+19
2017-10-16powerpc/mce: Hookup derror (load/store) UE errorsBalbir Singh3-7/+88
2017-10-16powerpc/mce: Align the print of physical address betterBalbir Singh1-1/+1
2017-10-16powerpc/mce: Remove unused function get_mce_fault_addr()Balbir Singh1-39/+0
2017-10-13powerpc/modules: Use WARN_ON() in stub_for_addr()Kamalesh Babulal1-1/+2
2017-10-10powerpc/livepatch: Fix livepatch stack accessKamalesh Babulal1-30/+15
2017-10-06powerpc: get_wchan(): solve possible race scenario due to parallel wakeupKautuk Consul1-1/+2
2017-10-05powerpc/jprobes: Validate break handler invocation as being due to a jprobe_r...Naveen N. Rao1-11/+9
2017-10-05powerpc/jprobes: Disable preemption when triggered through ftraceNaveen N. Rao1-4/+11
2017-10-04powerpc/kprobes: Fix warnings from __this_cpu_read() on preempt kernelsNaveen N. Rao1-2/+6
2017-10-04powerpc/kprobes: Clean up jprobe detection in livepatch handlerNaveen N. Rao3-8/+13
2017-10-04powerpc/kprobes: Do not suppress instruction emulation if a single run failedNaveen N. Rao1-3/+14