summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel/entry_64.S
AgeCommit message (Expand)AuthorLines
2016-08-29powerpc/tm: do not use r13 for tabort_syscallNicholas Piggin-6/+6
2016-08-01powerpc/mm: Make MMU_FTR_RADIX a MMU family featureAneesh Kumar K.V-1/+1
2016-07-09powerpc32: provide VIRT_CPU_ACCOUNTINGChristophe Leroy-3/+3
2016-06-14powerpc: Define and use PPC64_ELF_ABI_v2/v1Michael Ellerman-1/+1
2016-05-11powerpc/mm/radix: Use STD_MMU_64 to properly isolate hash related codeAneesh Kumar K.V-2/+5
2016-04-27powerpc: Add support for userspace P9 copy pasteChris Smart-0/+9
2016-04-18Merge branch 'topic/livepatch' into nextMichael Ellerman-0/+97
2016-04-14powerpc/livepatch: Add live patching support on ppc64leMichael Ellerman-0/+97
2016-03-16powerpc: Fix unrecoverable SLB miss during restore_math()Cyril Bur-0/+9
2016-03-11Merge branch 'topic/mprofile-kernel' into nextMichael Ellerman-1/+165
2016-03-07powerpc/ftrace: Add support for -mprofile-kernel ftrace ABITorsten Duwe-1/+165
2016-03-02powerpc: Restore FPU/VEC/VSX if previously usedCyril Bur-3/+18
2015-12-17powerpc/kernel: Open code SET_DEFAULT_THREAD_PPRMichael Ellerman-1/+7
2015-12-17powerpc/kernel: Open code HMT_MEDIUM_LOW_HAS_PPRMichael Ellerman-1/+5
2015-12-01powerpc: Remove redundant mflr in _switchAnton Blanchard-3/+1
2015-12-01powerpc: Create context switch helpers save_sprs() and restore_sprs()Anton Blanchard-59/+1
2015-12-01powerpc: Don't disable kernel FP/VMX/VSX MSR bits on context switchAnton Blanchard-14/+1
2015-07-29powerpc/kernel: Change the do_syscall_trace_enter() APIMichael Ellerman-6/+17
2015-07-29powerpc/kernel: Switch to using MAX_ERRNOMichael Ellerman-2/+3
2015-06-19powerpc/tm: Abort syscalls in active transactionsSam bobroff-0/+35
2015-06-07powerpc/kernel: Rename PACA_DSCR to PACA_DSCR_DEFAULTAnshuman Khandual-1/+1
2015-04-30Revert "powerpc/tm: Abort syscalls in active transactions"Michael Ellerman-19/+0
2015-04-11powerpc/tm: Abort syscalls in active transactionsSam bobroff-0/+19
2015-03-28powerpc: Add a proper syscall for switching endiannessMichael Ellerman-0/+5
2015-02-02powerpc: Remove old compile time disabled syscall tracing codeMichael Ellerman-13/+0
2015-02-02powerpc/kernel: Make syscall_exit a local labelMichael Ellerman-9/+9
2015-01-23powerpc: Rename _TIF_SYSCALL_T_OR_A to _TIF_SYSCALL_DOTRACEMichael Ellerman-3/+3
2014-11-10powerpc/ftrace: simplify prepare_ftrace_returnAnton Blanchard-2/+9
2014-11-10powerpc/ftrace: Remove mod_return_to_handlerAnton Blanchard-23/+1
2014-10-31powerpc: do_notify_resume can be called with bad thread_info flags argumentAnton Blanchard-0/+6
2014-08-05powerpc/book3s: Add basic infrastructure to handle HMI in Linux.Mahesh Salgaonkar-0/+5
2014-07-28powerpc: Remove MMU_FTR_SLBMichael Ellerman-6/+2
2014-06-11powerpc: Correct DSCR during TM context switchSam bobroff-6/+0
2014-05-28powerpc: Fix regression of per-CPU DSCR settingSam bobroff-8/+1
2014-04-23powerpc: ftrace_caller, _mcount is exported to modules so needs _GLOBAL_TOC()Anton Blanchard-5/+2
2014-04-23powerpc: Fix kernel thread creation on ABIv2Anton Blanchard-1/+3
2014-04-23powerpc: ABIv2 function calls must place target address in r12Anton Blanchard-2/+2
2014-04-23powerpc: Don't use a function descriptor for system call tableAnton Blanchard-3/+3
2014-04-23powerpc: Remove superflous function descriptors in assembly only codeAnton Blanchard-5/+5
2014-04-23powerpc: No need to use dot symbols when branching to a functionAnton Blanchard-43/+43
2014-01-15powerpc: Don't corrupt transactional state when using FP/VMX in kernelPaul Mackerras-2/+10
2014-01-15Move precessing of MCE queued event out from syscall exit path.Mahesh Salgaonkar-5/+0
2013-12-05powerpc/book3s: Queue up and process delayed MCE events.Mahesh Salgaonkar-0/+5
2013-11-06powerpc: Fix fatal SLB miss when restoring PPRBenjamin Herrenschmidt-1/+9
2013-10-11powerpc/ppc64: Remove the unneeded load of ti_flags in resume_kernelKevin Hao-3/+1
2013-10-11powerpc: Endian safe trampolineBenjamin Herrenschmidt-16/+20
2013-08-27powerpc: Cleanup handling of the DSCR bit in the FSCR registerMichael Neuling-25/+6
2013-08-27Merge branch 'merge' into nextBenjamin Herrenschmidt-10/+26
2013-08-14powerpc: Fix little endian lppaca, slb_shadow and dtl_entryAnton Blanchard-4/+7
2013-08-14powerpc/ppc64: Rename SOFT_DISABLE_INTS with RECONCILE_IRQ_STATETiejun Chen-2/+2