summaryrefslogtreecommitdiff
path: root/arch/powerpc/kernel/process.c
AgeCommit message (Expand)Author
2019-12-01powerpc/process: Fix flush_all_to_thread for SPEFelipe Rechia
2019-09-16powerpc/tm: Fix FP/VMX unavailable exceptions inside a transactionGustavo Romero
2019-03-23powerpc: Fix 32-bit KVM-PR lockup and host crash with MacOS guestMark Cave-Ayland
2017-08-28powerpc/oops: Line up NIP & MSR with other rowsMichael Ellerman
2017-08-28powerpc/oops: Print CR/XER on same line as MSRMichael Ellerman
2017-08-23powerpc/64: Optimise set/clear of CTRL[RUN] (runlatch)Nicholas Piggin
2017-08-23Merge branch 'fixes' into nextMichael Ellerman
2017-08-16powerpc: Remove more redundant VSX save/testsBenjamin Herrenschmidt
2017-08-16powerpc: Remove redundant clear of MSR_VSX in __giveup_vsx()Benjamin Herrenschmidt
2017-08-16powerpc: Remove redundant FP/Altivec giveup codeBenjamin Herrenschmidt
2017-08-16powerpc: Fix missing newline before {Benjamin Herrenschmidt
2017-08-16powerpc: Fix VSX enabling/flushing to also test MSR_FP and MSR_VECBenjamin Herrenschmidt
2017-08-07Revert "powerpc/64: Avoid restore_math call if possible in syscall exit"Michael Ellerman
2017-07-03Merge branch 'fixes' into nextMichael Ellerman
2017-06-15powerpc/64s: Avoid cpabort in context switch when possibleNicholas Piggin
2017-06-15powerpc/64s: Leave interrupts hard enabled in context switch for radixNicholas Piggin
2017-06-15powerpc/64: Avoid restore_math call if possible in syscall exitNicholas Piggin
2017-06-06powerpc/kernel: Initialize load_tm on task creationBreno Leitao
2017-06-05powerpc/kernel: Fix FP and vector register restorationBreno Leitao
2017-05-15powerpc/tm: Fix FP and VMX register corruptionMichael Neuling
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar
2017-03-01Merge tag 'powerpc-4.11-2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2017-01-25powerpc/8xx: Implement hw_breakpointChristophe Leroy
2017-01-24powerpc: Revert the initial stack protector supportMichael Ellerman
2016-12-16Merge tag 'powerpc-4.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2016-11-23powerpc: Initial stack protector (-fstack-protector) supportChristophe Leroy
2016-11-14powerpc: Revert Load Monitor Register SupportMichael Neuling
2016-11-12powerpc/oops: Fix missing pr_cont()s in instruction dumpAndrew Donnellan
2016-11-12powerpc/oops: Fix missing pr_cont()s in show_regs()Michael Ellerman
2016-11-12powerpc/oops: Fix missing pr_cont()s in print_msr_bits() et. al.Michael Ellerman
2016-11-12powerpc/oops: Fix missing pr_cont()s in show_stack()Michael Ellerman
2016-10-27powerpc/process: Fix CONFIG_ALIVEC typo in restore_tm_state()Valentin Rothberg
2016-10-04powerpc: tm: Enable transactional memory (TM) lazily for userspaceCyril Bur
2016-10-04powerpc: tm: Rename transct_(*) to ck(\1)_stateCyril Bur
2016-10-04powerpc: tm: Always use fp_state and vr_state to store live registersCyril Bur
2016-10-04powerpc: Never giveup a reclaimed thread when enabling kernel {fp, altivec, vsx}Cyril Bur
2016-10-04powerpc: Return the new MSR from msr_check_and_set()Cyril Bur
2016-10-04powerpc: Add check_if_tm_restore_required() to giveup_all()Cyril Bur
2016-10-04powerpc: Always restore FPU/VEC/VSX if hardware transactional memory in useCyril Bur
2016-09-13powerpc/sparse: Add more assembler prototypesDaniel Axtens
2016-08-10powerpc/ptrace: Fix coredump since ptrace TM changesCyril Bur
2016-08-01powerpc/process: Add the function flush_tmregs_to_threadAnshuman Khandual
2016-08-01powerpc: Move cpu_has_feature() to a separate fileKevin Hao
2016-07-15Merge tag 'powerpc-4.7-5' into nextMichael Ellerman
2016-06-27powerpc/tm: Always reclaim in start_thread() for exec() class syscallsCyril Bur
2016-06-21powerpc: Load Monitor Register SupportJack Miller
2016-06-21powerpc: Improve FSCR init and context switchingMichael Neuling
2016-06-14powerpc: Various typo fixesMichael Ellerman