summaryrefslogtreecommitdiffstats
path: root/arch/arm/probes/kprobes/core.c
Commit message (Expand)AuthorAgeFilesLines
* 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