aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sh/kernel/kprobes.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-09-30kprobes: treewide: Make it harder to refer kretprobe_trampoline directlyMasami Hiramatsu1-5/+5
2021-09-30kprobes: treewide: Remove trampoline_address from kretprobe_trampoline_handler()Masami Hiramatsu1-1/+1
2021-06-03kprobes: Do not increment probe miss count in the fault handlerNaveen N. Rao1-7/+0
2021-06-01kprobes: Remove kprobe::fault_handlerPeter Zijlstra1-10/+0
2020-09-08sh: kprobes: Use generic kretprobe trampoline handlerMasami Hiramatsu1-55/+3
2019-06-26arch/sh: Check for kprobe trap number before trying to handle a kprobe trapMichael Karcher1-1/+2
2018-12-28sh: kernel: convert to SPDX identifiersKuninori Morimoto1-4/+1
2018-06-21bpf/error-inject/kprobes: Clear current_kprobe and enable preempt in kprobeMasami Hiramatsu1-3/+4
2018-06-21sh/kprobes: Don't call the ->break_handler() in SH kprobes codeMasami Hiramatsu1-13/+1
2018-06-21sh/kprobes: Remove jprobe implementationMasami Hiramatsu1-51/+0
2017-01-24sh: migrate exception table users off module.h and onto extable.hPaul Gortmaker1-1/+1
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2014-06-04sh: Replace __get_cpu_var usesChristoph Lameter1-15/+15
2013-02-27hlist: drop the node parameter from iteratorsSasha Levin1-3/+3
2010-06-14sh: kprobes SMP support.Paul Mundt1-50/+50
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2008-09-09sh: kprobes: kretprobe_trampoline needs to be global.Paul Mundt1-1/+3
2008-09-08sh: kprobes: __kprobes annotations and formatting cleanups.Paul Mundt1-17/+20
2008-09-08sh: kprobes: Fix up race against probe point removal.Paul Mundt1-0/+11
2008-09-08sh: kprobes: Fix up a preemption imbalance on jprobe return.Paul Mundt1-0/+1
2008-09-08sh: kprobes: Default to NOTIFY_DONE for unhandled debug traps.Paul Mundt1-1/+1
2008-09-08sh: kprobes: Use trapa #0x3a for breakpoint trap.Paul Mundt1-2/+1
2008-09-08sh: kprobes: Hook up kprobe_fault_handler() in the page fault path.Paul Mundt1-1/+1
2008-09-08sh: Mark kretprobe_trampoline_holder static and __used.Paul Mundt1-1/+1
2008-09-08sh: Add kprobes support.Chris Smith1-0/+568