summaryrefslogtreecommitdiff
path: root/arch/powerpc/kernel/entry_64.S
AgeCommit message (Expand)Author
2019-12-01powerpc/book3s64: Fix link stack flush on context switchMichael Ellerman
2019-04-03powerpc/fsl: Flush the branch predictor at each kernel entry (64bit)Diana Craciun
2019-04-03powerpc/64s: Add support for software count cache flushMichael Ellerman
2019-04-03powerpc/64: Use barrier_nospec in syscall entryMichael Ellerman
2018-07-03powerpc/mm/hash: Add missing isync prior to kernel stack SLB switchAneesh Kumar K.V
2018-03-19powerpc/64: Don't trace irqs-off at interrupt return to soft-disabled contextNicholas Piggin
2018-01-23powerpc/64: Convert fast_exception_return to use RFI_TO_USER/KERNELNicholas Piggin
2018-01-23powerpc/64: Convert the syscall exit path to use RFI_TO_USER/KERNELNicholas Piggin
2018-01-23powerpc/64s: Simple RFI macro conversionsNicholas Piggin
2017-08-31powerpc/asm: Convert .llong directives to .8byteTobin C. Harding
2017-08-23powerpc/64: Remove redundant instruction in interrupt replayNicholas Piggin
2017-08-23powerpc/64s: Merge HV and non-HV paths for doorbell IRQ replayNicholas Piggin
2017-08-07Revert "powerpc/64: Avoid restore_math call if possible in syscall exit"Michael Ellerman
2017-07-03powerpc/64s: Blacklist rtas entry/exit from kprobesNaveen N. Rao
2017-07-03powerpc/64s: Blacklist functions invoked on a trapNaveen N. Rao
2017-07-03powerpc/64s: Un-blacklist system_call() from kprobesNaveen N. Rao
2017-07-03powerpc/64s: Move system_call() symbol to just after setting MSR_EENaveen N. Rao
2017-07-03powerpc/64s: Blacklist system_call() and system_call_common() from kprobesNaveen N. Rao
2017-06-15powerpc/64s: Avoid cpabort in context switch when possibleNicholas Piggin
2017-06-15powerpc/64: Drop explicit hwsync in context switchNicholas Piggin
2017-06-15powerpc/64: Drop reservation-clearing ldarx in context switchNicholas Piggin
2017-06-15powerpc/64s: Leave interrupts hard enabled in context switch for radixNicholas Piggin
2017-06-15powerpc/64: Avoid restore_math call if possible in syscall exitNicholas Piggin
2017-05-05Merge tag 'powerpc-4.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2017-04-27powerpc: Split ftrace bits into a separate fileNaveen N. Rao
2017-04-25Merge branch 'topic/kprobes' into nextMichael Ellerman
2017-04-24powerpc/ftrace: Restore LR from pt_regsNaveen N. Rao
2017-04-23powerpc/ftrace: Move stack setup and teardown code into ftrace_graph_caller()Naveen N. Rao
2017-04-18powerpc/kprobe: Fix oops when kprobed on 'stdu' instructionRavi Bangoria
2016-10-14Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds
2016-09-20powerpc/64s: Optimise MSR handling in exception handlingNicholas Piggin
2016-08-29powerpc/tm: do not use r13 for tabort_syscallNicholas Piggin
2016-08-07ppc: move exports to definitionsAl Viro
2016-08-01powerpc/mm: Make MMU_FTR_RADIX a MMU family featureAneesh Kumar K.V
2016-07-09powerpc32: provide VIRT_CPU_ACCOUNTINGChristophe Leroy
2016-06-14powerpc: Define and use PPC64_ELF_ABI_v2/v1Michael Ellerman
2016-05-11powerpc/mm/radix: Use STD_MMU_64 to properly isolate hash related codeAneesh Kumar K.V
2016-04-27powerpc: Add support for userspace P9 copy pasteChris Smart
2016-04-18Merge branch 'topic/livepatch' into nextMichael Ellerman
2016-04-14powerpc/livepatch: Add live patching support on ppc64leMichael Ellerman
2016-03-16powerpc: Fix unrecoverable SLB miss during restore_math()Cyril Bur
2016-03-11Merge branch 'topic/mprofile-kernel' into nextMichael Ellerman
2016-03-07powerpc/ftrace: Add support for -mprofile-kernel ftrace ABITorsten Duwe
2016-03-02powerpc: Restore FPU/VEC/VSX if previously usedCyril Bur
2015-12-17powerpc/kernel: Open code SET_DEFAULT_THREAD_PPRMichael Ellerman
2015-12-17powerpc/kernel: Open code HMT_MEDIUM_LOW_HAS_PPRMichael Ellerman
2015-12-01powerpc: Remove redundant mflr in _switchAnton Blanchard
2015-12-01powerpc: Create context switch helpers save_sprs() and restore_sprs()Anton Blanchard
2015-12-01powerpc: Don't disable kernel FP/VMX/VSX MSR bits on context switchAnton Blanchard
2015-07-29powerpc/kernel: Change the do_syscall_trace_enter() APIMichael Ellerman