aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/probes/kprobes/core.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'trace-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds2021-11-011-10/+33
|\
| * ARM: kprobes: Make a frame pointer on __kretprobe_trampolineMasami Hiramatsu2021-10-221-4/+24
| * arm: kprobes: Make space for instruction pointer on stackMasami Hiramatsu2021-09-301-0/+2
| * kprobes: treewide: Make it harder to refer kretprobe_trampoline directlyMasami Hiramatsu2021-09-301-3/+3
| * kprobes: treewide: Remove trampoline_address from kretprobe_trampoline_handler()Masami Hiramatsu2021-09-301-2/+1
| * kprobes: treewide: Cleanup the error messages for kprobesMasami Hiramatsu2021-09-301-1/+3
* | ARM: 9139/1: kprobes: fix arch_init_kprobes() prototypeArnd Bergmann2021-10-191-1/+1
|/
* kprobes: Do not increment probe miss count in the fault handlerNaveen N. Rao2021-06-031-14/+0
* kprobes: Remove kprobe::fault_handlerPeter Zijlstra2021-06-011-9/+0
* arm: kprobes: Use generic kretprobe trampoline handlerMasami Hiramatsu2020-09-081-75/+3
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-1/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174Thomas Gleixner2019-05-301-9/+1
* kprobes/arm: Fix %p uses in error messagesMasami Hiramatsu2018-06-211-2/+2
* bpf/error-inject/kprobes: Clear current_kprobe and enable preempt in kprobeMasami Hiramatsu2018-06-211-5/+5
* ARM/kprobes: Don't call the ->break_handler() in arm kprobes codeMasami Hiramatsu2018-06-211-11/+0
* ARM/kprobes: Remove jprobe arm implementationMasami Hiramatsu2018-06-211-114/+0
* ARM: probes: avoid adding kprobes to sensitive kernel-entry/exit codeRussell King2017-12-171-3/+11
* arm: Prevent hotplug rwsem recursionThomas Gleixner2017-05-261-1/+2
* arm: kprobes: Fix the return address of multiple kretprobesMasami Hiramatsu2017-03-211-2/+22
* arm: kprobes: Skip single-stepping in recursing path if possibleMasami Hiramatsu2017-03-211-9/+10
* arm: kprobes: Allow to handle reentered kprobe on single-steppingMasami Hiramatsu2017-03-211-0/+6
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+1
* ARM: kprobes: enable OPTPROBES for ARM 32Wang Nan2015-01-131-7/+19
* ARM: kprobes: disallow probing stack consuming instructionsWang Nan2015-01-131-0/+9
* ARM: kprobes: introduces checkerWang Nan2015-01-091-1/+5
* ARM: probes: move all probe code to dedicate directoryWang Nan2015-01-091-0/+628