index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
sh
/
kernel
/
kprobes.c
Age
Commit message (
Expand
)
Author
2018-12-28
sh: kernel: convert to SPDX identifiers
Kuninori Morimoto
2018-06-21
bpf/error-inject/kprobes: Clear current_kprobe and enable preempt in kprobe
Masami Hiramatsu
2018-06-21
sh/kprobes: Don't call the ->break_handler() in SH kprobes code
Masami Hiramatsu
2018-06-21
sh/kprobes: Remove jprobe implementation
Masami Hiramatsu
2017-01-24
sh: migrate exception table users off module.h and onto extable.h
Paul Gortmaker
2016-12-24
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
Linus Torvalds
2014-06-04
sh: Replace __get_cpu_var uses
Christoph Lameter
2013-02-27
hlist: drop the node parameter from iterators
Sasha Levin
2010-06-14
sh: kprobes SMP support.
Paul Mundt
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
2008-09-09
sh: kprobes: kretprobe_trampoline needs to be global.
Paul Mundt
2008-09-08
sh: kprobes: __kprobes annotations and formatting cleanups.
Paul Mundt
2008-09-08
sh: kprobes: Fix up race against probe point removal.
Paul Mundt
2008-09-08
sh: kprobes: Fix up a preemption imbalance on jprobe return.
Paul Mundt
2008-09-08
sh: kprobes: Default to NOTIFY_DONE for unhandled debug traps.
Paul Mundt
2008-09-08
sh: kprobes: Use trapa #0x3a for breakpoint trap.
Paul Mundt
2008-09-08
sh: kprobes: Hook up kprobe_fault_handler() in the page fault path.
Paul Mundt
2008-09-08
sh: Mark kretprobe_trampoline_holder static and __used.
Paul Mundt
2008-09-08
sh: Add kprobes support.
Chris Smith