index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
sh
/
kernel
/
kprobes.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-09-30
kprobes: treewide: Make it harder to refer kretprobe_trampoline directly
Masami Hiramatsu
1
-5
/
+5
2021-09-30
kprobes: treewide: Remove trampoline_address from kretprobe_trampoline_handler()
Masami Hiramatsu
1
-1
/
+1
2021-06-03
kprobes: Do not increment probe miss count in the fault handler
Naveen N. Rao
1
-7
/
+0
2021-06-01
kprobes: Remove kprobe::fault_handler
Peter Zijlstra
1
-10
/
+0
2020-09-08
sh: kprobes: Use generic kretprobe trampoline handler
Masami Hiramatsu
1
-55
/
+3
2019-06-26
arch/sh: Check for kprobe trap number before trying to handle a kprobe trap
Michael Karcher
1
-1
/
+2
2018-12-28
sh: kernel: convert to SPDX identifiers
Kuninori Morimoto
1
-4
/
+1
2018-06-21
bpf/error-inject/kprobes: Clear current_kprobe and enable preempt in kprobe
Masami Hiramatsu
1
-3
/
+4
2018-06-21
sh/kprobes: Don't call the ->break_handler() in SH kprobes code
Masami Hiramatsu
1
-13
/
+1
2018-06-21
sh/kprobes: Remove jprobe implementation
Masami Hiramatsu
1
-51
/
+0
2017-01-24
sh: migrate exception table users off module.h and onto extable.h
Paul Gortmaker
1
-1
/
+1
2016-12-24
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
Linus Torvalds
1
-1
/
+1
2014-06-04
sh: Replace __get_cpu_var uses
Christoph Lameter
1
-15
/
+15
2013-02-27
hlist: drop the node parameter from iterators
Sasha Levin
1
-3
/
+3
2010-06-14
sh: kprobes SMP support.
Paul Mundt
1
-50
/
+50
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
1
-0
/
+1
2008-09-09
sh: kprobes: kretprobe_trampoline needs to be global.
Paul Mundt
1
-1
/
+3
2008-09-08
sh: kprobes: __kprobes annotations and formatting cleanups.
Paul Mundt
1
-17
/
+20
2008-09-08
sh: kprobes: Fix up race against probe point removal.
Paul Mundt
1
-0
/
+11
2008-09-08
sh: kprobes: Fix up a preemption imbalance on jprobe return.
Paul Mundt
1
-0
/
+1
2008-09-08
sh: kprobes: Default to NOTIFY_DONE for unhandled debug traps.
Paul Mundt
1
-1
/
+1
2008-09-08
sh: kprobes: Use trapa #0x3a for breakpoint trap.
Paul Mundt
1
-2
/
+1
2008-09-08
sh: kprobes: Hook up kprobe_fault_handler() in the page fault path.
Paul Mundt
1
-1
/
+1
2008-09-08
sh: Mark kretprobe_trampoline_holder static and __used.
Paul Mundt
1
-1
/
+1
2008-09-08
sh: Add kprobes support.
Chris Smith
1
-0
/
+568