aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel/process.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-12-14Merge tag 'powerpc-4.4-3' into nextMichael Ellerman1-0/+18
2015-12-14powerpc: Print MSR TM bits in oops messagesMichael Neuling1-8/+43
2015-12-10powerpc: Fix DSCR inheritance over fork()Anton Blanchard1-1/+1
2015-12-10powerpc: Call restore_sprs() before _switch()Anton Blanchard1-6/+9
2015-12-10powerpc: Call check_if_tm_restore_required() in enable_kernel_*()Anton Blanchard1-3/+10
2015-12-02powerpc: clean up asm/switch_to.hAnton Blanchard1-1/+1
2015-12-02powerpc: Rearrange __switch_to()Anton Blanchard1-26/+26
2015-12-02powerpc: create flush_all_to_thread()Anton Blanchard1-4/+18
2015-12-02powerpc: create giveup_all()Anton Blanchard1-15/+61
2015-12-01powerpc: Remove fp_enable() and vec_enable(), use msr_check_and_{set, clear}()Anton Blanchard1-2/+4
2015-12-01powerpc: Add ppc_strict_facility_enable boot optionAnton Blanchard1-2/+15
2015-12-01powerpc: Create msr_check_and_{set,clear}()Anton Blanchard1-55/+52
2015-12-01powerpc: Move part of giveup_vsx into cAnton Blanchard1-9/+19
2015-12-01powerpc: Move part of giveup_fpu,altivec,spe into cAnton Blanchard1-4/+48
2015-12-01powerpc: Create mtmsrd_isync()Anton Blanchard1-8/+22
2015-12-01powerpc: Simplify TM restore checksAnton Blanchard1-34/+19
2015-12-01powerpc: Remove UP only lazy floating point and vector optimisationsAnton Blanchard1-112/+1
2015-12-01powerpc: Create context switch helpers save_sprs() and restore_sprs()Anton Blanchard1-12/+80
2015-11-23powerpc/tm: Check for already reclaimed tasksMichael Neuling1-0/+18
2015-09-03Merge tag 'powerpc-4.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds1-7/+7
2015-07-16powerpc/tm: Drop tm_orig_msr from thread_structAnshuman Khandual1-7/+7
2015-07-14powerpc: Uncomment and make enable_kernel_vsx() routine availableLeonidas Da Silva Barbosa1-3/+0
2015-06-07powerpc/kernel: Remove the unused extern dscr_defaultAnshuman Khandual1-1/+0
2015-03-20powerpc/kernel: Rename copy_thread() 'arg' argument to 'kthread_arg'Alex Dowad1-2/+7
2014-11-17powerpc: Use generic PIE randomizationVineeth Vijayan1-9/+0
2014-11-10powerpc/ftrace: Remove mod_return_to_handlerAnton Blanchard1-8/+1
2014-11-05powerpc: Use probe_kernel_address in show_instructionsAnton Blanchard1-6/+2
2014-11-03powerpc: Replace __get_cpu_var usesChristoph Lameter1-5/+5
2014-10-15powerpc: Rename __get_SP() to current_stack_pointer()Anton Blanchard1-1/+1
2014-10-15powerpc: Reimplement __get_SP() as a function not a defineAnton Blanchard1-1/+1
2014-09-25powerpc: Move more symbol exports next to function definitionsAnton Blanchard1-0/+2
2014-08-05powerpc: Reduce scariness of interrupt frames in stack tracesPaul Mackerras1-1/+1
2014-07-28powerpc: Pull out ksp_vsid logic into a helperMichael Ellerman1-14/+18
2014-07-28powerpc: Remove MMU_FTR_SLBMichael Ellerman1-1/+1
2014-06-11powerpc: Correct DSCR during TM context switchSam bobroff1-4/+4
2014-05-20powerpc: Fix smp_processor_id() in preemptible splat in set_breakpointPaul Gortmaker1-2/+9
2014-05-20powerpc: Drop return value from set_breakpoint as it is unusedPaul Gortmaker1-4/+4
2014-04-23powerpc: Fix kernel thread creation on ABIv2Anton Blanchard1-12/+5
2014-04-07powerpc/tm: Disable IRQ in tm_recheckpointMichael Neuling1-6/+28
2014-03-07powerpc/tm: Fix crash when forking inside a transactionMichael Neuling1-0/+9
2014-01-29powerpc: Fix hw breakpoints on !HAVE_HW_BREAKPOINT configurationsAndreas Schwab1-1/+1
2014-01-27Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpcLinus Torvalds1-15/+162
2014-01-15Merge remote-tracking branch 'scott/next' into nextBenjamin Herrenschmidt1-2/+28
2014-01-15powerpc: Don't corrupt transactional state when using FP/VMX in kernelPaul Mackerras1-12/+134
2014-01-15powerpc: Delete non-required instances of include <linux/init.h>Paul Gortmaker1-1/+0
2014-01-07powerpc: fix exception clearing in e500 SPE float emulationJoseph Myers1-2/+28
2013-12-20Merge tag 'signed-for-3.13' of git://github.com/agraf/linux-2.6 into kvm-masterPaolo Bonzini1-16/+16
2013-12-11powerpc/kvm/booke: Fix build break due to stack frame size warningScott Wood1-16/+16
2013-11-22Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpcLinus Torvalds1-10/+11
2013-11-21powerpc: Only print PACATMSCRATCH in oops when TM is activeAnton Blanchard1-1/+2