summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel/process.c
Commit message (Expand)AuthorAgeFilesLines
* powerpc/tm: Always reclaim in start_thread() for exec() class syscallsCyril Bur2016-06-271-0/+10
* 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
|\
| * powerpc/tm: Check for already reclaimed tasksMichael Neuling2015-11-231-0/+18
* | powerpc: Print MSR TM bits in oops messagesMichael Neuling2015-12-141-8/+43
* | powerpc: Fix DSCR inheritance over fork()Anton Blanchard2015-12-101-1/+1
* | powerpc: Call restore_sprs() before _switch()Anton Blanchard2015-12-101-6/+9
* | powerpc: Call check_if_tm_restore_required() in enable_kernel_*()Anton Blanchard2015-12-101-3/+10
* | powerpc: clean up asm/switch_to.hAnton Blanchard2015-12-021-1/+1
* | powerpc: Rearrange __switch_to()Anton Blanchard2015-12-021-26/+26
* | powerpc: create flush_all_to_thread()Anton Blanchard2015-12-021-4/+18
* | powerpc: create giveup_all()Anton Blanchard2015-12-021-15/+61
* | powerpc: Remove fp_enable() and vec_enable(), use msr_check_and_{set, clear}()Anton Blanchard2015-12-011-2/+4
* | powerpc: Add ppc_strict_facility_enable boot optionAnton Blanchard2015-12-011-2/+15
* | powerpc: Create msr_check_and_{set,clear}()Anton Blanchard2015-12-011-55/+52
* | powerpc: Move part of giveup_vsx into cAnton Blanchard2015-12-011-9/+19
* | powerpc: Move part of giveup_fpu,altivec,spe into cAnton Blanchard2015-12-011-4/+48
* | powerpc: Create mtmsrd_isync()Anton Blanchard2015-12-011-8/+22
* | powerpc: Simplify TM restore checksAnton Blanchard2015-12-011-34/+19
* | powerpc: Remove UP only lazy floating point and vector optimisationsAnton Blanchard2015-12-011-112/+1
* | powerpc: Create context switch helpers save_sprs() and restore_sprs()Anton Blanchard2015-12-011-12/+80
|/
* Merge tag 'powerpc-4.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2015-09-031-7/+7
|\
| * powerpc/tm: Drop tm_orig_msr from thread_structAnshuman Khandual2015-07-161-7/+7
* | powerpc: Uncomment and make enable_kernel_vsx() routine availableLeonidas Da Silva Barbosa2015-07-141-3/+0
|/
* powerpc/kernel: Remove the unused extern dscr_defaultAnshuman Khandual2015-06-071-1/+0
* powerpc/kernel: Rename copy_thread() 'arg' argument to 'kthread_arg'Alex Dowad2015-03-201-2/+7
* powerpc: Use generic PIE randomizationVineeth Vijayan2014-11-171-9/+0
* powerpc/ftrace: Remove mod_return_to_handlerAnton Blanchard2014-11-101-8/+1
* powerpc: Use probe_kernel_address in show_instructionsAnton Blanchard2014-11-051-6/+2
* powerpc: Replace __get_cpu_var usesChristoph Lameter2014-11-031-5/+5
* powerpc: Rename __get_SP() to current_stack_pointer()Anton Blanchard2014-10-151-1/+1
* powerpc: Reimplement __get_SP() as a function not a defineAnton Blanchard2014-10-151-1/+1
* powerpc: Move more symbol exports next to function definitionsAnton Blanchard2014-09-251-0/+2
* powerpc: Reduce scariness of interrupt frames in stack tracesPaul Mackerras2014-08-051-1/+1
* powerpc: Pull out ksp_vsid logic into a helperMichael Ellerman2014-07-281-14/+18
* powerpc: Remove MMU_FTR_SLBMichael Ellerman2014-07-281-1/+1
* powerpc: Correct DSCR during TM context switchSam bobroff2014-06-111-4/+4
OpenPOWER on IntegriCloud