summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel/process.c
Commit message (Expand)AuthorAgeFilesLines
* powerpc/64s: Avoid cpabort in context switch when possibleNicholas Piggin2017-06-151-1/+26
* powerpc/64s: Leave interrupts hard enabled in context switch for radixNicholas Piggin2017-06-151-6/+8
* powerpc/64: Avoid restore_math call if possible in syscall exitNicholas Piggin2017-06-151-0/+4
* powerpc/tm: Fix FP and VMX register corruptionMichael Neuling2017-05-151-0/+19
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+1
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+1
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+1
* Merge tag 'powerpc-4.11-2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2017-03-011-0/+22
|\
| * powerpc/8xx: Implement hw_breakpointChristophe Leroy2017-01-251-0/+22
* | powerpc: Revert the initial stack protector supportMichael Ellerman2017-01-241-6/+0
|/
* Merge tag 'powerpc-4.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2016-12-161-18/+6
|\
| * powerpc: Initial stack protector (-fstack-protector) supportChristophe Leroy2016-11-231-0/+6
| * powerpc: Revert Load Monitor Register SupportMichael Neuling2016-11-141-18/+0
* | powerpc/oops: Fix missing pr_cont()s in instruction dumpAndrew Donnellan2016-11-121-5/+5
* | powerpc/oops: Fix missing pr_cont()s in show_regs()Michael Ellerman2016-11-121-8/+8
* | powerpc/oops: Fix missing pr_cont()s in print_msr_bits() et. al.Michael Ellerman2016-11-121-5/+5
* | powerpc/oops: Fix missing pr_cont()s in show_stack()Michael Ellerman2016-11-121-3/+3
|/
* powerpc/process: Fix CONFIG_ALIVEC typo in restore_tm_state()Valentin Rothberg2016-10-271-1/+1
* powerpc: tm: Enable transactional memory (TM) lazily for userspaceCyril Bur2016-10-041-5/+23
* powerpc: tm: Rename transct_(*) to ck(\1)_stateCyril Bur2016-10-041-2/+2
* powerpc: tm: Always use fp_state and vr_state to store live registersCyril Bur2016-10-041-61/+22
* powerpc: Never giveup a reclaimed thread when enabling kernel {fp, altivec, vsx}Cyril Bur2016-10-041-3/+36
* powerpc: Return the new MSR from msr_check_and_set()Cyril Bur2016-10-041-1/+3
* powerpc: Add check_if_tm_restore_required() to giveup_all()Cyril Bur2016-10-041-0/+1
* powerpc: Always restore FPU/VEC/VSX if hardware transactional memory in useCyril Bur2016-10-041-3/+18
* powerpc/sparse: Add more assembler prototypesDaniel Axtens2016-09-131-0/+1
* powerpc/ptrace: Fix coredump since ptrace TM changesCyril Bur2016-08-101-20/+0
* powerpc/process: Add the function flush_tmregs_to_threadAnshuman Khandual2016-08-011-0/+20
* powerpc: Move cpu_has_feature() to a separate fileKevin Hao2016-08-011-0/+1
* Merge tag 'powerpc-4.7-5' into nextMichael Ellerman2016-07-151-0/+10
|\
| * powerpc/tm: Always reclaim in start_thread() for exec() class syscallsCyril Bur2016-06-271-0/+10
* | powerpc: Load Monitor Register SupportJack Miller2016-06-211-0/+18
* | powerpc: Improve FSCR init and context switchingMichael Neuling2016-06-211-8/+4
* | powerpc: Various typo fixesMichael Ellerman2016-06-141-1/+1
* | powerpc: Avoid load hit store in __giveup_fpu() and __giveup_altivec()Anton Blanchard2016-06-141-4/+12
|/
* exit_thread: remove empty bodiesJiri Slaby2016-05-201-4/+0
* powerpc/mm/radix: Use STD_MMU_64 to properly isolate hash related codeAneesh Kumar K.V2016-05-111-6/+9
* Merge branch 'topic/livepatch' into nextMichael Ellerman2016-04-181-1/+5
|\
| * powerpc/livepatch: Add livepatch stack to struct thread_infoMichael Ellerman2016-04-141-1/+5
* | powerpc: sparse: Include headers for __weak symbolsDaniel Axtens2016-04-121-0/+2
* | powerpc/process: Fix altivec SPR not being savedOliver O'Halloran2016-03-291-1/+1
* | Merge tag 'powerpc-4.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2016-03-191-17/+151
|\ \
| * | powerpc: Add the ability to save VSX without giving it upCyril Bur2016-03-021-12/+30
| * | powerpc: Add the ability to save Altivec without giving it upCyril Bur2016-03-021-1/+11
| * | powerpc: Add the ability to save FPU without giving it upCyril Bur2016-03-021-1/+11
| * | powerpc: Prepare for splitting giveup_{fpu, altivec, vsx} in twoCyril Bur2016-03-021-1/+30
| * | powerpc: Restore FPU/VEC/VSX if previously usedCyril Bur2016-03-021-11/+77
| * | powerpc: Explicitly disable math features when copying threadCyril Bur2016-03-021-0/+1
| |/
* / mm: ASLR: use get_random_long()Daniel Cashman2016-02-271-2/+2
|/
* Merge tag 'powerpc-4.4-3' into nextMichael Ellerman2015-12-141-0/+18
|\