aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel/process.c
Commit message (Expand)AuthorAge
* powerpc/oops: Fix missing pr_cont()s in instruction dumpAndrew Donnellan2016-11-12
* powerpc/oops: Fix missing pr_cont()s in show_regs()Michael Ellerman2016-11-12
* powerpc/oops: Fix missing pr_cont()s in print_msr_bits() et. al.Michael Ellerman2016-11-12
* powerpc/oops: Fix missing pr_cont()s in show_stack()Michael Ellerman2016-11-12
* powerpc/process: Fix CONFIG_ALIVEC typo in restore_tm_state()Valentin Rothberg2016-10-27
* powerpc: tm: Enable transactional memory (TM) lazily for userspaceCyril Bur2016-10-04
* powerpc: tm: Rename transct_(*) to ck(\1)_stateCyril Bur2016-10-04
* powerpc: tm: Always use fp_state and vr_state to store live registersCyril Bur2016-10-04
* powerpc: Never giveup a reclaimed thread when enabling kernel {fp, altivec, vsx}Cyril Bur2016-10-04
* powerpc: Return the new MSR from msr_check_and_set()Cyril Bur2016-10-04
* powerpc: Add check_if_tm_restore_required() to giveup_all()Cyril Bur2016-10-04
* powerpc: Always restore FPU/VEC/VSX if hardware transactional memory in useCyril Bur2016-10-04
* powerpc/sparse: Add more assembler prototypesDaniel Axtens2016-09-13
* powerpc/ptrace: Fix coredump since ptrace TM changesCyril Bur2016-08-10
* powerpc/process: Add the function flush_tmregs_to_threadAnshuman Khandual2016-07-31
* powerpc: Move cpu_has_feature() to a separate fileKevin Hao2016-07-31
* Merge tag 'powerpc-4.7-5' into nextMichael Ellerman2016-07-15
|\
| * powerpc/tm: Always reclaim in start_thread() for exec() class syscallsCyril Bur2016-06-27
* | powerpc: Load Monitor Register SupportJack Miller2016-06-21
* | powerpc: Improve FSCR init and context switchingMichael Neuling2016-06-21
* | powerpc: Various typo fixesMichael Ellerman2016-06-13
* | powerpc: Avoid load hit store in __giveup_fpu() and __giveup_altivec()Anton Blanchard2016-06-13
|/
* exit_thread: remove empty bodiesJiri Slaby2016-05-20
* powerpc/mm/radix: Use STD_MMU_64 to properly isolate hash related codeAneesh Kumar K.V2016-05-11
* Merge branch 'topic/livepatch' into nextMichael Ellerman2016-04-18
|\
| * powerpc/livepatch: Add livepatch stack to struct thread_infoMichael Ellerman2016-04-14
* | powerpc: sparse: Include headers for __weak symbolsDaniel Axtens2016-04-12
* | powerpc/process: Fix altivec SPR not being savedOliver O'Halloran2016-03-28
* | Merge tag 'powerpc-4.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2016-03-19
|\ \
| * | powerpc: Add the ability to save VSX without giving it upCyril Bur2016-03-02
| * | powerpc: Add the ability to save Altivec without giving it upCyril Bur2016-03-02
| * | powerpc: Add the ability to save FPU without giving it upCyril Bur2016-03-02
| * | powerpc: Prepare for splitting giveup_{fpu, altivec, vsx} in twoCyril Bur2016-03-02
| * | powerpc: Restore FPU/VEC/VSX if previously usedCyril Bur2016-03-02
| * | powerpc: Explicitly disable math features when copying threadCyril Bur2016-03-02
| |/
* / mm: ASLR: use get_random_long()Daniel Cashman2016-02-27
|/
* Merge tag 'powerpc-4.4-3' into nextMichael Ellerman2015-12-14
|\
| * powerpc/tm: Check for already reclaimed tasksMichael Neuling2015-11-23
* | powerpc: Print MSR TM bits in oops messagesMichael Neuling2015-12-14
* | powerpc: Fix DSCR inheritance over fork()Anton Blanchard2015-12-10
* | powerpc: Call restore_sprs() before _switch()Anton Blanchard2015-12-10
* | powerpc: Call check_if_tm_restore_required() in enable_kernel_*()Anton Blanchard2015-12-10
* | powerpc: clean up asm/switch_to.hAnton Blanchard2015-12-02
* | powerpc: Rearrange __switch_to()Anton Blanchard2015-12-02
* | powerpc: create flush_all_to_thread()Anton Blanchard2015-12-02
* | powerpc: create giveup_all()Anton Blanchard2015-12-02
* | powerpc: Remove fp_enable() and vec_enable(), use msr_check_and_{set, clear}()Anton Blanchard2015-11-30
* | powerpc: Add ppc_strict_facility_enable boot optionAnton Blanchard2015-11-30
* | powerpc: Create msr_check_and_{set,clear}()Anton Blanchard2015-11-30
* | powerpc: Move part of giveup_vsx into cAnton Blanchard2015-11-30