summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel/process.c
Commit message (Expand)AuthorAgeFilesLines
* powerpc/tm: Fix FP/VMX unavailable exceptions inside a transactionGustavo Romero2019-09-161-1/+2
* powerpc: Fix 32-bit KVM-PR lockup and host crash with MacOS guestMark Cave-Ayland2019-03-231-1/+1
* powerpc/oops: Line up NIP & MSR with other rowsMichael Ellerman2017-08-281-2/+2
* powerpc/oops: Print CR/XER on same line as MSRMichael Ellerman2017-08-281-1/+1
* powerpc/64: Optimise set/clear of CTRL[RUN] (runlatch)Nicholas Piggin2017-08-231-8/+27
* Merge branch 'fixes' into nextMichael Ellerman2017-08-231-6/+3
|\
| * powerpc: Fix VSX enabling/flushing to also test MSR_FP and MSR_VECBenjamin Herrenschmidt2017-08-161-2/+3
| * Revert "powerpc/64: Avoid restore_math call if possible in syscall exit"Michael Ellerman2017-08-071-4/+0
* | powerpc: Remove more redundant VSX save/testsBenjamin Herrenschmidt2017-08-161-25/+8
* | powerpc: Remove redundant clear of MSR_VSX in __giveup_vsx()Benjamin Herrenschmidt2017-08-161-3/+11
* | powerpc: Remove redundant FP/Altivec giveup codeBenjamin Herrenschmidt2017-08-161-4/+0
* | powerpc: Fix missing newline before {Benjamin Herrenschmidt2017-08-161-1/+2
|/
* Merge branch 'fixes' into nextMichael Ellerman2017-07-031-0/+3
|\
| * powerpc/kernel: Initialize load_tm on task creationBreno Leitao2017-06-061-0/+1
| * powerpc/kernel: Fix FP and vector register restorationBreno Leitao2017-06-051-0/+2
* | 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
|/