aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel/entry_64.S (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-07-03powerpc/64s: Blacklist rtas entry/exit from kprobesNaveen N. Rao1-0/+4
2017-07-03powerpc/64s: Blacklist functions invoked on a trapNaveen N. Rao1-13/+22
2017-07-03powerpc/64s: Un-blacklist system_call() from kprobesNaveen N. Rao1-1/+13
2017-07-03powerpc/64s: Move system_call() symbol to just after setting MSR_EENaveen N. Rao1-3/+4
2017-07-03powerpc/64s: Blacklist system_call() and system_call_common() from kprobesNaveen N. Rao1-12/+14
2017-06-15powerpc/64s: Avoid cpabort in context switch when possibleNicholas Piggin1-9/+0
2017-06-15powerpc/64: Drop explicit hwsync in context switchNicholas Piggin1-6/+17
2017-06-15powerpc/64: Drop reservation-clearing ldarx in context switchNicholas Piggin1-8/+3
2017-06-15powerpc/64s: Leave interrupts hard enabled in context switch for radixNicholas Piggin1-0/+8
2017-06-15powerpc/64: Avoid restore_math call if possible in syscall exitNicholas Piggin1-19/+43
2017-05-05Merge tag 'powerpc-4.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds1-380/+0
2017-04-27powerpc: Split ftrace bits into a separate fileNaveen N. Rao1-378/+0
2017-04-25Merge branch 'topic/kprobes' into nextMichael Ellerman1-6/+7
2017-04-24powerpc/ftrace: Restore LR from pt_regsNaveen N. Rao1-6/+7
2017-04-23powerpc/ftrace: Move stack setup and teardown code into ftrace_graph_caller()Naveen N. Rao1-4/+1
2017-04-18powerpc/kprobe: Fix oops when kprobed on 'stdu' instructionRavi Bangoria1-3/+3
2016-10-14Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuildLinus Torvalds1-0/+3
2016-09-20powerpc/64s: Optimise MSR handling in exception handlingNicholas Piggin1-12/+9
2016-08-29powerpc/tm: do not use r13 for tabort_syscallNicholas Piggin1-6/+6
2016-08-07ppc: move exports to definitionsAl Viro1-0/+3
2016-08-01powerpc/mm: Make MMU_FTR_RADIX a MMU family featureAneesh Kumar K.V1-1/+1
2016-07-09powerpc32: provide VIRT_CPU_ACCOUNTINGChristophe Leroy1-3/+3
2016-06-14powerpc: Define and use PPC64_ELF_ABI_v2/v1Michael Ellerman1-1/+1
2016-05-11powerpc/mm/radix: Use STD_MMU_64 to properly isolate hash related codeAneesh Kumar K.V1-2/+5
2016-04-27powerpc: Add support for userspace P9 copy pasteChris Smart1-0/+9
2016-04-18Merge branch 'topic/livepatch' into nextMichael Ellerman1-0/+97
2016-04-14powerpc/livepatch: Add live patching support on ppc64leMichael Ellerman1-0/+97
2016-03-16powerpc: Fix unrecoverable SLB miss during restore_math()Cyril Bur1-0/+9
2016-03-11Merge branch 'topic/mprofile-kernel' into nextMichael Ellerman1-1/+165
2016-03-07powerpc/ftrace: Add support for -mprofile-kernel ftrace ABITorsten Duwe1-1/+165
2016-03-02powerpc: Restore FPU/VEC/VSX if previously usedCyril Bur1-3/+18
2015-12-17powerpc/kernel: Open code SET_DEFAULT_THREAD_PPRMichael Ellerman1-1/+7
2015-12-17powerpc/kernel: Open code HMT_MEDIUM_LOW_HAS_PPRMichael Ellerman1-1/+5
2015-12-01powerpc: Remove redundant mflr in _switchAnton Blanchard1-3/+1
2015-12-01powerpc: Create context switch helpers save_sprs() and restore_sprs()Anton Blanchard1-59/+1
2015-12-01powerpc: Don't disable kernel FP/VMX/VSX MSR bits on context switchAnton Blanchard1-14/+1
2015-07-29powerpc/kernel: Change the do_syscall_trace_enter() APIMichael Ellerman1-6/+17
2015-07-29powerpc/kernel: Switch to using MAX_ERRNOMichael Ellerman1-2/+3
2015-06-19powerpc/tm: Abort syscalls in active transactionsSam bobroff1-0/+35
2015-06-07powerpc/kernel: Rename PACA_DSCR to PACA_DSCR_DEFAULTAnshuman Khandual1-1/+1
2015-04-30Revert "powerpc/tm: Abort syscalls in active transactions"Michael Ellerman1-19/+0
2015-04-11powerpc/tm: Abort syscalls in active transactionsSam bobroff1-0/+19
2015-03-28powerpc: Add a proper syscall for switching endiannessMichael Ellerman1-0/+5
2015-02-02powerpc: Remove old compile time disabled syscall tracing codeMichael Ellerman1-13/+0
2015-02-02powerpc/kernel: Make syscall_exit a local labelMichael Ellerman1-9/+9
2015-01-23powerpc: Rename _TIF_SYSCALL_T_OR_A to _TIF_SYSCALL_DOTRACEMichael Ellerman1-3/+3
2014-11-10powerpc/ftrace: simplify prepare_ftrace_returnAnton Blanchard1-2/+9
2014-11-10powerpc/ftrace: Remove mod_return_to_handlerAnton Blanchard1-23/+1
2014-10-31powerpc: do_notify_resume can be called with bad thread_info flags argumentAnton Blanchard1-0/+6
2014-08-05powerpc/book3s: Add basic infrastructure to handle HMI in Linux.Mahesh Salgaonkar1-0/+5