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