summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel/entry_64.S
Commit message (Expand)AuthorAgeFilesLines
* powerpc: Fix unrecoverable SLB miss during restore_math()Cyril Bur2016-03-161-0/+9
* Merge branch 'topic/mprofile-kernel' into nextMichael Ellerman2016-03-111-1/+165
|\
| * powerpc/ftrace: Add support for -mprofile-kernel ftrace ABITorsten Duwe2016-03-071-1/+165
* | powerpc: Restore FPU/VEC/VSX if previously usedCyril Bur2016-03-021-3/+18
|/
* powerpc/kernel: Open code SET_DEFAULT_THREAD_PPRMichael Ellerman2015-12-171-1/+7
* powerpc/kernel: Open code HMT_MEDIUM_LOW_HAS_PPRMichael Ellerman2015-12-171-1/+5
* powerpc: Remove redundant mflr in _switchAnton Blanchard2015-12-011-3/+1
* powerpc: Create context switch helpers save_sprs() and restore_sprs()Anton Blanchard2015-12-011-59/+1
* powerpc: Don't disable kernel FP/VMX/VSX MSR bits on context switchAnton Blanchard2015-12-011-14/+1
* powerpc/kernel: Change the do_syscall_trace_enter() APIMichael Ellerman2015-07-291-6/+17
* powerpc/kernel: Switch to using MAX_ERRNOMichael Ellerman2015-07-291-2/+3
* powerpc/tm: Abort syscalls in active transactionsSam bobroff2015-06-191-0/+35
* powerpc/kernel: Rename PACA_DSCR to PACA_DSCR_DEFAULTAnshuman Khandual2015-06-071-1/+1
* Revert "powerpc/tm: Abort syscalls in active transactions"Michael Ellerman2015-04-301-19/+0
* powerpc/tm: Abort syscalls in active transactionsSam bobroff2015-04-111-0/+19
* powerpc: Add a proper syscall for switching endiannessMichael Ellerman2015-03-281-0/+5
* powerpc: Remove old compile time disabled syscall tracing codeMichael Ellerman2015-02-021-13/+0
* powerpc/kernel: Make syscall_exit a local labelMichael Ellerman2015-02-021-9/+9
* powerpc: Rename _TIF_SYSCALL_T_OR_A to _TIF_SYSCALL_DOTRACEMichael Ellerman2015-01-231-3/+3
* powerpc/ftrace: simplify prepare_ftrace_returnAnton Blanchard2014-11-101-2/+9
* powerpc/ftrace: Remove mod_return_to_handlerAnton Blanchard2014-11-101-23/+1
* powerpc: do_notify_resume can be called with bad thread_info flags argumentAnton Blanchard2014-10-311-0/+6
* powerpc/book3s: Add basic infrastructure to handle HMI in Linux.Mahesh Salgaonkar2014-08-051-0/+5
* powerpc: Remove MMU_FTR_SLBMichael Ellerman2014-07-281-6/+2
* powerpc: Correct DSCR during TM context switchSam bobroff2014-06-111-6/+0
* powerpc: Fix regression of per-CPU DSCR settingSam bobroff2014-05-281-8/+1
* powerpc: ftrace_caller, _mcount is exported to modules so needs _GLOBAL_TOC()Anton Blanchard2014-04-231-5/+2
* powerpc: Fix kernel thread creation on ABIv2Anton Blanchard2014-04-231-1/+3
* powerpc: ABIv2 function calls must place target address in r12Anton Blanchard2014-04-231-2/+2
* powerpc: Don't use a function descriptor for system call tableAnton Blanchard2014-04-231-3/+3
* powerpc: Remove superflous function descriptors in assembly only codeAnton Blanchard2014-04-231-5/+5
* powerpc: No need to use dot symbols when branching to a functionAnton Blanchard2014-04-231-43/+43
* powerpc: Don't corrupt transactional state when using FP/VMX in kernelPaul Mackerras2014-01-151-2/+10
* Move precessing of MCE queued event out from syscall exit path.Mahesh Salgaonkar2014-01-151-5/+0
* powerpc/book3s: Queue up and process delayed MCE events.Mahesh Salgaonkar2013-12-051-0/+5
* powerpc: Fix fatal SLB miss when restoring PPRBenjamin Herrenschmidt2013-11-061-1/+9
* powerpc/ppc64: Remove the unneeded load of ti_flags in resume_kernelKevin Hao2013-10-111-3/+1
* powerpc: Endian safe trampolineBenjamin Herrenschmidt2013-10-111-16/+20
* powerpc: Cleanup handling of the DSCR bit in the FSCR registerMichael Neuling2013-08-271-25/+6
* Merge branch 'merge' into nextBenjamin Herrenschmidt2013-08-271-10/+26
|\
| * powerpc: Save the TAR register earlierMichael Neuling2013-08-091-9/+0
| * powerpc: Fix context switch DSCR on POWER8Michael Neuling2013-08-091-1/+26
* | powerpc: Fix little endian lppaca, slb_shadow and dtl_entryAnton Blanchard2013-08-141-4/+7
* | powerpc/ppc64: Rename SOFT_DISABLE_INTS with RECONCILE_IRQ_STATETiejun Chen2013-08-141-2/+2
|/
* powerpc: Restore dbcr0 on user space exitBharat Bhushan2013-06-201-4/+26
* powerpc: Partial revert of "Context switch more PMU related SPRs"Michael Ellerman2013-06-101-28/+0
* powerpc/pseries: Kill all prefetch streams on context switchMichael Neuling2013-06-011-0/+7
* powerpc: Context switch more PMU related SPRsMichael Ellerman2013-05-241-0/+28
* Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...Linus Torvalds2013-05-141-3/+2
|\
| * powerpc: Use the new schedule_user API on userspace preemptionLi Zhong2013-05-141-1/+2
OpenPOWER on IntegriCloud