summaryrefslogtreecommitdiff
path: root/arch/sh/kernel/kprobes.c
AgeCommit message (Expand)Author
2021-09-30kprobes: treewide: Make it harder to refer kretprobe_trampoline directlyMasami Hiramatsu
2021-09-30kprobes: treewide: Remove trampoline_address from kretprobe_trampoline_handler()Masami Hiramatsu
2021-06-03kprobes: Do not increment probe miss count in the fault handlerNaveen N. Rao
2021-06-01kprobes: Remove kprobe::fault_handlerPeter Zijlstra
2020-09-08sh: kprobes: Use generic kretprobe trampoline handlerMasami Hiramatsu
2019-06-26arch/sh: Check for kprobe trap number before trying to handle a kprobe trapMichael Karcher
2018-12-28sh: kernel: convert to SPDX identifiersKuninori Morimoto
2018-06-21bpf/error-inject/kprobes: Clear current_kprobe and enable preempt in kprobeMasami Hiramatsu
2018-06-21sh/kprobes: Don't call the ->break_handler() in SH kprobes codeMasami Hiramatsu
2018-06-21sh/kprobes: Remove jprobe implementationMasami Hiramatsu
2017-01-24sh: migrate exception table users off module.h and onto extable.hPaul Gortmaker
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds
2014-06-04sh: Replace __get_cpu_var usesChristoph Lameter
2013-02-27hlist: drop the node parameter from iteratorsSasha Levin
2010-06-14sh: kprobes SMP support.Paul Mundt
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2008-09-09sh: kprobes: kretprobe_trampoline needs to be global.Paul Mundt
2008-09-08sh: kprobes: __kprobes annotations and formatting cleanups.Paul Mundt
2008-09-08sh: kprobes: Fix up race against probe point removal.Paul Mundt
2008-09-08sh: kprobes: Fix up a preemption imbalance on jprobe return.Paul Mundt
2008-09-08sh: kprobes: Default to NOTIFY_DONE for unhandled debug traps.Paul Mundt
2008-09-08sh: kprobes: Use trapa #0x3a for breakpoint trap.Paul Mundt
2008-09-08sh: kprobes: Hook up kprobe_fault_handler() in the page fault path.Paul Mundt
2008-09-08sh: Mark kretprobe_trampoline_holder static and __used.Paul Mundt
2008-09-08sh: Add kprobes support.Chris Smith