summaryrefslogtreecommitdiff
path: root/arch/powerpc/kernel/process.c
AgeCommit message (Expand)Author
2017-08-24powerpc: Fix VSX enabling/flushing to also test MSR_FP and MSR_VECBenjamin Herrenschmidt
2017-06-14powerpc/kernel: Initialize load_tm on task creationBreno Leitao
2017-06-14powerpc/kernel: Fix FP and vector register restorationBreno Leitao
2017-05-25powerpc/tm: Fix FP and VMX register corruptionMichael 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
2016-06-14powerpc: Avoid load hit store in __giveup_fpu() and __giveup_altivec()Anton Blanchard
2016-05-20exit_thread: remove empty bodiesJiri Slaby
2016-05-11powerpc/mm/radix: Use STD_MMU_64 to properly isolate hash related codeAneesh Kumar K.V
2016-04-18Merge branch 'topic/livepatch' into nextMichael Ellerman
2016-04-14powerpc/livepatch: Add livepatch stack to struct thread_infoMichael Ellerman
2016-04-12powerpc: sparse: Include headers for __weak symbolsDaniel Axtens
2016-03-29powerpc/process: Fix altivec SPR not being savedOliver O'Halloran
2016-03-19Merge tag 'powerpc-4.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds
2016-03-02powerpc: Add the ability to save VSX without giving it upCyril Bur
2016-03-02powerpc: Add the ability to save Altivec without giving it upCyril Bur
2016-03-02powerpc: Add the ability to save FPU without giving it upCyril Bur
2016-03-02powerpc: Prepare for splitting giveup_{fpu, altivec, vsx} in twoCyril Bur
2016-03-02powerpc: Restore FPU/VEC/VSX if previously usedCyril Bur
2016-03-02powerpc: Explicitly disable math features when copying threadCyril Bur
2016-02-27mm: ASLR: use get_random_long()Daniel Cashman
2015-12-14Merge tag 'powerpc-4.4-3' into nextMichael Ellerman
2015-12-14powerpc: Print MSR TM bits in oops messagesMichael Neuling
2015-12-10powerpc: Fix DSCR inheritance over fork()Anton Blanchard
2015-12-10powerpc: Call restore_sprs() before _switch()Anton Blanchard
2015-12-10powerpc: Call check_if_tm_restore_required() in enable_kernel_*()Anton Blanchard
2015-12-02powerpc: clean up asm/switch_to.hAnton Blanchard
2015-12-02powerpc: Rearrange __switch_to()Anton Blanchard
2015-12-02powerpc: create flush_all_to_thread()Anton Blanchard
2015-12-02powerpc: create giveup_all()Anton Blanchard
2015-12-01powerpc: Remove fp_enable() and vec_enable(), use msr_check_and_{set, clear}()Anton Blanchard