aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel/process.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2016-11-12powerpc/oops: Fix missing pr_cont()s in show_stack()Michael Ellerman1-3/+3
2016-10-27powerpc/process: Fix CONFIG_ALIVEC typo in restore_tm_state()Valentin Rothberg1-1/+1
2016-10-04powerpc: tm: Enable transactional memory (TM) lazily for userspaceCyril Bur1-5/+23
2016-10-04powerpc: tm: Rename transct_(*) to ck(\1)_stateCyril Bur1-2/+2
2016-10-04powerpc: tm: Always use fp_state and vr_state to store live registersCyril Bur1-61/+22
2016-10-04powerpc: Never giveup a reclaimed thread when enabling kernel {fp, altivec, vsx}Cyril Bur1-3/+36
2016-10-04powerpc: Return the new MSR from msr_check_and_set()Cyril Bur1-1/+3
2016-10-04powerpc: Add check_if_tm_restore_required() to giveup_all()Cyril Bur1-0/+1
2016-10-04powerpc: Always restore FPU/VEC/VSX if hardware transactional memory in useCyril Bur1-3/+18
2016-09-13powerpc/sparse: Add more assembler prototypesDaniel Axtens1-0/+1
2016-08-10powerpc/ptrace: Fix coredump since ptrace TM changesCyril Bur1-20/+0
2016-08-01powerpc/process: Add the function flush_tmregs_to_threadAnshuman Khandual1-0/+20
2016-08-01powerpc: Move cpu_has_feature() to a separate fileKevin Hao1-0/+1
2016-07-15Merge tag 'powerpc-4.7-5' into nextMichael Ellerman1-0/+10
2016-06-27powerpc/tm: Always reclaim in start_thread() for exec() class syscallsCyril Bur1-0/+10
2016-06-21powerpc: Load Monitor Register SupportJack Miller1-0/+18
2016-06-21powerpc: Improve FSCR init and context switchingMichael Neuling1-8/+4
2016-06-14powerpc: Various typo fixesMichael Ellerman1-1/+1
2016-06-14powerpc: Avoid load hit store in __giveup_fpu() and __giveup_altivec()Anton Blanchard1-4/+12
2016-05-20exit_thread: remove empty bodiesJiri Slaby1-4/+0
2016-05-11powerpc/mm/radix: Use STD_MMU_64 to properly isolate hash related codeAneesh Kumar K.V1-6/+9