aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel/entry_64.S (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-08-05powerpc/book3s: Add basic infrastructure to handle HMI in Linux.Mahesh Salgaonkar1-0/+5
2014-07-28powerpc: Remove MMU_FTR_SLBMichael Ellerman1-6/+2
2014-06-11powerpc: Correct DSCR during TM context switchSam bobroff1-6/+0
2014-05-28powerpc: Fix regression of per-CPU DSCR settingSam bobroff1-8/+1
2014-04-23powerpc: ftrace_caller, _mcount is exported to modules so needs _GLOBAL_TOC()Anton Blanchard1-5/+2
2014-04-23powerpc: Fix kernel thread creation on ABIv2Anton Blanchard1-1/+3
2014-04-23powerpc: ABIv2 function calls must place target address in r12Anton Blanchard1-2/+2
2014-04-23powerpc: Don't use a function descriptor for system call tableAnton Blanchard1-3/+3
2014-04-23powerpc: Remove superflous function descriptors in assembly only codeAnton Blanchard1-5/+5
2014-04-23powerpc: No need to use dot symbols when branching to a functionAnton Blanchard1-43/+43
2014-01-15powerpc: Don't corrupt transactional state when using FP/VMX in kernelPaul Mackerras1-2/+10
2014-01-15Move precessing of MCE queued event out from syscall exit path.Mahesh Salgaonkar1-5/+0
2013-12-05powerpc/book3s: Queue up and process delayed MCE events.Mahesh Salgaonkar1-0/+5
2013-11-06powerpc: Fix fatal SLB miss when restoring PPRBenjamin Herrenschmidt1-1/+9
2013-10-11powerpc/ppc64: Remove the unneeded load of ti_flags in resume_kernelKevin Hao1-3/+1
2013-10-11powerpc: Endian safe trampolineBenjamin Herrenschmidt1-16/+20
2013-08-27powerpc: Cleanup handling of the DSCR bit in the FSCR registerMichael Neuling1-25/+6
2013-08-27Merge branch 'merge' into nextBenjamin Herrenschmidt1-10/+26
2013-08-14powerpc: Fix little endian lppaca, slb_shadow and dtl_entryAnton Blanchard1-4/+7
2013-08-14powerpc/ppc64: Rename SOFT_DISABLE_INTS with RECONCILE_IRQ_STATETiejun Chen1-2/+2
2013-08-09powerpc: Save the TAR register earlierMichael Neuling1-9/+0
2013-08-09powerpc: Fix context switch DSCR on POWER8Michael Neuling1-1/+26
2013-06-20powerpc: Restore dbcr0 on user space exitBharat Bhushan1-4/+26
2013-06-10powerpc: Partial revert of "Context switch more PMU related SPRs"Michael Ellerman1-28/+0
2013-06-01powerpc/pseries: Kill all prefetch streams on context switchMichael Neuling1-0/+7
2013-05-24powerpc: Context switch more PMU related SPRsMichael Ellerman1-0/+28
2013-05-14Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpcLinus Torvalds1-3/+2
2013-05-14powerpc: Use the new schedule_user API on userspace preemptionLi Zhong1-1/+2
2013-05-14powerpc: Fix MAX_STACK_TRACE_ENTRIES too low warning againLi Zhong1-2/+0
2013-05-11Merge git://git.infradead.org/users/eparis/auditLinus Torvalds1-1/+1
2013-05-02powerpc: Context switch the new EBB SPRsMichael Ellerman1-0/+16
2013-05-02powerpc: Replace CPU_FTR_BCTAR with CPU_FTR_ARCH_207SMichael Ellerman1-2/+2
2013-04-15powerpc: add a missing label in resume_kernelKevin Hao1-1/+1
2013-04-15powerpc: Fix audit crash due to save/restore PPR changesAlistair Popple1-1/+1
2013-04-10powerpc: Remove static branch prediction in 64bit traced syscall pathAnton Blanchard1-1/+1
2013-02-23Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpcLinus Torvalds1-3/+40
2013-02-19Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+2
2013-02-15powerpc: Add transactional memory paca scratch register to show_regsMichael Neuling1-0/+4
2013-02-08powerpc: Add support for context switching the TAR registerIan Munsie1-0/+20
2013-01-29Merge branch 'merge' into nextBenjamin Herrenschmidt1-0/+13
2013-01-29powerpc/book3e: Disable interrupt after preempt_schedule_irqTiejun Chen1-0/+13
2013-01-27cputime: Generic on-demand virtual cputime accountingFrederic Weisbecker1-2/+2
2013-01-10powerpc: Implement PPR save/restoreHaren Myneni1-0/+3
2013-01-10powerpc: Move branch instruction from ACCOUNT_CPU_USER_ENTRY to callerHaren Myneni1-1/+2
2013-01-10powerpc: Add code to handle soft-disabled doorbells on serverIan Munsie1-2/+11
2012-12-18Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpcLinus Torvalds1-0/+2
2012-11-15powerpc: Fix MAX_STACK_TRACE_ENTRIES too low warning !Li Zhong1-0/+2
2012-10-21powerpc: take dereferencing to ret_from_kernel_thread()Al Viro1-0/+1
2012-10-14powerpc: don't mess with r2 in copy_thread() and friendsAl Viro1-1/+0
2012-10-14powerpc: switch to saner kernel_execve() semanticsAl Viro1-6/+0