summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/kprobes/ftrace.c
Commit message (Expand)AuthorAgeFilesLines
* ftrace: disable preemption when recursion locked王贇2021-10-271-2/+0
* x86: Fix various typos in commentsIngo Molnar2021-03-181-1/+1
* ftrace: Have the callbacks receive a struct ftrace_regs instead of pt_regsSteven Rostedt (VMware)2020-11-131-1/+2
* ftrace: Add recording of functions that caused recursionSteven Rostedt (VMware)2020-11-061-1/+1
* kprobes/ftrace: Add recursion protection to the ftrace callbackSteven Rostedt (VMware)2020-11-061-2/+10
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner2019-05-301-14/+1
* bpf/error-inject/kprobes: Clear current_kprobe and enable preempt in kprobeMasami Hiramatsu2018-06-211-6/+3
* kprobes/x86: Don't call the ->break_handler() in x86 kprobesMasami Hiramatsu2018-06-211-31/+11
* kprobes/x86: Remove IRQ disabling from ftrace-based/optimized kprobesMasami Hiramatsu2017-09-281-7/+2
* kprobes/x86: Disable preemption in ftrace-based jprobesMasami Hiramatsu2017-09-281-9/+14
* kprobes/x86: Make boostable flag booleanMasami Hiramatsu2017-04-121-1/+1
* kprobes/ftrace: Recover original IP if pre_handler doesn't change itMasami Hiramatsu2014-11-201-3/+6
* kprobes, x86: Use NOKPROBE_SYMBOL() instead of __kprobes annotationMasami Hiramatsu2014-04-241-6/+9
* kprobes/x86: Allow probe on some kprobe preparation functionsMasami Hiramatsu2014-04-241-1/+1
* kprobes/x86: Move kprobes stuff under arch/x86/kernel/kprobes/Masami Hiramatsu2013-01-211-0/+93