aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel/process.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-02-02Merge tag 'powerpc-4.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds1-8/+20
2018-01-27powerpc/kernel: Block interrupts when updating TIDRSukadev Bhattiprolu1-6/+9
2018-01-22signal/ptrace: Add force_sig_ptrace_errno_trap and use it where neededEric W. Biederman1-7/+2
2018-01-22signal/powerpc: Remove unnecessary signal_code parameter of do_send_trapEric W. Biederman1-3/+3
2018-01-21Merge branch 'fixes' into nextMichael Ellerman1-1/+1
2018-01-20powerpc: store and restore the pkey state across context switchesRam Pai1-0/+7
2018-01-19cxl: Add support for ASB_Notify on POWER9Christophe Lombard1-0/+1
2018-01-19powerpc/64: Add #defines for paca->soft_enabled flagsMadhavan Srinivasan1-1/+2
2018-01-16powerpc: Use the TRAP macro whenever comparing a trap numberBenjamin Herrenschmidt1-1/+1
2017-12-19powerpc/kernel: Print actual address of regs when oopsingMichael Ellerman1-1/+1
2017-11-29powerpc: Do not assign thread.tidr if already assignedVaibhav Jain1-0/+3
2017-11-29powerpc: Avoid signed to unsigned conversion in set_thread_tidr()Vaibhav Jain1-3/+6
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-06powerpc: Always save/restore checkpointed regs during treclaim/trecheckpointCyril Bur1-14/+8
2017-11-06powerpc: Force reload for recheckpoint during tm {fp, vec, vsx} unavailable exceptionCyril Bur1-2/+2
2017-11-06powerpc: Don't enable FP/Altivec if not checkpointedCyril Bur1-2/+16
2017-11-06powerpc/64s: Replace CONFIG_PPC_STD_MMU_64 with CONFIG_PPC_BOOK3S_64Michael Ellerman1-6/+6
2017-10-21powerpc/tm: P9 disable transactionally suspended sigcontextsMichael Neuling1-0/+2
2017-10-21powerpc/powernv: Enable TM without suspend if possibleMichael Ellerman1-0/+7
2017-10-06powerpc: get_wchan(): solve possible race scenario due to parallel wakeupKautuk Consul1-1/+2
2017-08-28powerpc/oops: Line up NIP & MSR with other rowsMichael Ellerman1-2/+2
2017-08-28powerpc/oops: Print CR/XER on same line as MSRMichael Ellerman1-1/+1
2017-08-23powerpc/64: Optimise set/clear of CTRL[RUN] (runlatch)Nicholas Piggin1-8/+27
2017-08-23Merge branch 'fixes' into nextMichael Ellerman1-6/+3
2017-08-16powerpc: Remove more redundant VSX save/testsBenjamin Herrenschmidt1-25/+8
2017-08-16powerpc: Remove redundant clear of MSR_VSX in __giveup_vsx()Benjamin Herrenschmidt1-3/+11
2017-08-16powerpc: Remove redundant FP/Altivec giveup codeBenjamin Herrenschmidt1-4/+0
2017-08-16powerpc: Fix missing newline before {Benjamin Herrenschmidt1-1/+2
2017-08-16powerpc: Fix VSX enabling/flushing to also test MSR_FP and MSR_VECBenjamin Herrenschmidt1-2/+3
2017-08-07Revert "powerpc/64: Avoid restore_math call if possible in syscall exit"Michael Ellerman1-4/+0
2017-07-03Merge branch 'fixes' into nextMichael Ellerman1-0/+3
2017-06-15powerpc/64s: Avoid cpabort in context switch when possibleNicholas Piggin1-1/+26
2017-06-15powerpc/64s: Leave interrupts hard enabled in context switch for radixNicholas Piggin1-6/+8
2017-06-15powerpc/64: Avoid restore_math call if possible in syscall exitNicholas Piggin1-0/+4
2017-06-06powerpc/kernel: Initialize load_tm on task creationBreno Leitao1-0/+1
2017-06-05powerpc/kernel: Fix FP and vector register restorationBreno Leitao1-0/+2
2017-05-15powerpc/tm: Fix FP and VMX register corruptionMichael Neuling1-0/+19
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/task_stack.h>Ingo Molnar1-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/task.h>Ingo Molnar1-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/debug.h>Ingo Molnar1-0/+1
2017-03-01Merge tag 'powerpc-4.11-2' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds1-0/+22
2017-01-25powerpc/8xx: Implement hw_breakpointChristophe Leroy1-0/+22
2017-01-24powerpc: Revert the initial stack protector supportMichael Ellerman1-6/+0
2016-12-16Merge tag 'powerpc-4.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds1-18/+6
2016-11-23powerpc: Initial stack protector (-fstack-protector) supportChristophe Leroy1-0/+6
2016-11-14powerpc: Revert Load Monitor Register SupportMichael Neuling1-18/+0
2016-11-12powerpc/oops: Fix missing pr_cont()s in instruction dumpAndrew Donnellan1-5/+5
2016-11-12powerpc/oops: Fix missing pr_cont()s in show_regs()Michael Ellerman1-8/+8
2016-11-12powerpc/oops: Fix missing pr_cont()s in print_msr_bits() et. al.Michael Ellerman1-5/+5