summaryrefslogtreecommitdiff
path: root/arch/arm/probes/kprobes/core.c
AgeCommit message (Expand)AuthorFilesLines
2023-07-19ARM: 9303/1: kprobes: avoid missing-declaration warningsArnd Bergmann1-1/+1
2021-11-02Merge tag 'trace-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds1-10/+33
2021-10-22ARM: kprobes: Make a frame pointer on __kretprobe_trampolineMasami Hiramatsu1-4/+24
2021-10-19ARM: 9139/1: kprobes: fix arch_init_kprobes() prototypeArnd Bergmann1-1/+1
2021-10-01arm: kprobes: Make space for instruction pointer on stackMasami Hiramatsu1-0/+2
2021-10-01kprobes: treewide: Make it harder to refer kretprobe_trampoline directlyMasami Hiramatsu1-3/+3
2021-10-01kprobes: treewide: Remove trampoline_address from kretprobe_trampoline_handler()Masami Hiramatsu1-2/+1
2021-10-01kprobes: treewide: Cleanup the error messages for kprobesMasami Hiramatsu1-1/+3
2021-06-03kprobes: Do not increment probe miss count in the fault handlerNaveen N. Rao1-14/+0
2021-06-01kprobes: Remove kprobe::fault_handlerPeter Zijlstra1-9/+0
2020-09-08arm: kprobes: Use generic kretprobe trampoline handlerMasami Hiramatsu1-75/+3
2020-08-24treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174Thomas Gleixner1-9/+1
2018-06-21kprobes/arm: Fix %p uses in error messagesMasami Hiramatsu1-2/+2
2018-06-21bpf/error-inject/kprobes: Clear current_kprobe and enable preempt in kprobeMasami Hiramatsu1-5/+5
2018-06-21ARM/kprobes: Don't call the ->break_handler() in arm kprobes codeMasami Hiramatsu1-11/+0
2018-06-21ARM/kprobes: Remove jprobe arm implementationMasami Hiramatsu1-114/+0
2017-12-18ARM: probes: avoid adding kprobes to sensitive kernel-entry/exit codeRussell King1-3/+11
2017-05-26arm: Prevent hotplug rwsem recursionThomas Gleixner1-1/+2
2017-03-21arm: kprobes: Fix the return address of multiple kretprobesMasami Hiramatsu1-2/+22
2017-03-21arm: kprobes: Skip single-stepping in recursing path if possibleMasami Hiramatsu1-9/+10
2017-03-21arm: kprobes: Allow to handle reentered kprobe on single-steppingMasami Hiramatsu1-0/+6
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar1-0/+1
2015-01-13ARM: kprobes: enable OPTPROBES for ARM 32Wang Nan1-7/+19
2015-01-13ARM: kprobes: disallow probing stack consuming instructionsWang Nan1-0/+9
2015-01-09ARM: kprobes: introduces checkerWang Nan1-1/+5
2015-01-09ARM: probes: move all probe code to dedicate directoryWang Nan1-0/+628