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
/
arm
/
probes
/
kprobes
/
core.c
Age
Commit message (
Expand
)
Author
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174
Thomas Gleixner
2018-06-21
kprobes/arm: Fix %p uses in error messages
Masami Hiramatsu
2018-06-21
bpf/error-inject/kprobes: Clear current_kprobe and enable preempt in kprobe
Masami Hiramatsu
2018-06-21
ARM/kprobes: Don't call the ->break_handler() in arm kprobes code
Masami Hiramatsu
2018-06-21
ARM/kprobes: Remove jprobe arm implementation
Masami Hiramatsu
2017-12-17
ARM: probes: avoid adding kprobes to sensitive kernel-entry/exit code
Russell King
2017-05-26
arm: Prevent hotplug rwsem recursion
Thomas Gleixner
2017-03-21
arm: kprobes: Fix the return address of multiple kretprobes
Masami Hiramatsu
2017-03-21
arm: kprobes: Skip single-stepping in recursing path if possible
Masami Hiramatsu
2017-03-21
arm: kprobes: Allow to handle reentered kprobe on single-stepping
Masami Hiramatsu
2017-03-02
sched/headers: Prepare for new header dependencies before moving code to <lin...
Ingo Molnar
2015-01-13
ARM: kprobes: enable OPTPROBES for ARM 32
Wang Nan
2015-01-13
ARM: kprobes: disallow probing stack consuming instructions
Wang Nan
2015-01-09
ARM: kprobes: introduces checker
Wang Nan
2015-01-09
ARM: probes: move all probe code to dedicate directory
Wang Nan