summaryrefslogtreecommitdiffstats
path: root/include/linux/kprobes.h
Commit message (Expand)AuthorAgeFilesLines
* tracing/kprobe: Fix to support kretprobe events on unloaded modulesMasami Hiramatsu2021-01-291-1/+1
* Merge tag 'trace-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds2020-12-171-1/+1
|\
| * ftrace: Have the callbacks receive a struct ftrace_regs instead of pt_regsSteven Rostedt (VMware)2020-11-131-1/+1
| * Merge tag 'perf-kprobes-2020-10-12' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-10-121-20/+31
| |\
* | | Merge branch 'linus' into perf/kprobesIngo Molnar2020-11-071-0/+5
|\| |
| * | kprobes: tracing/kprobes: Fix to kill kprobes on initmem after bootMasami Hiramatsu2020-09-181-0/+5
* | | kprobes: Replace rp->free_instance with freelistPeter Zijlstra2020-10-121-4/+4
* | | kprobes: Remove kretprobe hashPeter Zijlstra2020-10-121-2/+17
| |/ |/|
* | kprobes: Make local functions staticMasami Hiramatsu2020-09-081-15/+0
* | kprobes: Free kretprobe_instance with RCU callbackMasami Hiramatsu2020-09-081-2/+4
* | kprobes: Add generic kretprobe trampoline handlerMasami Hiramatsu2020-09-081-4/+28
|/
* Merge tag 'trace-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds2020-08-071-1/+0
|\
| * kprobes: Remove show_registers() function prototypeMasami Hiramatsu2020-08-031-1/+0
* | Merge branch 'perf/vlbr'Peter Zijlstra2020-07-021-1/+5
|\|
| * Merge tag 'trace-v5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2020-06-201-0/+4
| |\
| | * kretprobe: Prevent triggering kretprobe from within kprobe_flush_taskJiri Olsa2020-06-161-0/+4
| * | kprobes: Replace zero-length array with flexible-arrayGustavo A. R. Silva2020-06-151-1/+1
| |/
* / kprobes: Add symbols for kprobe insn pagesAdrian Hunter2020-06-151-0/+15
|/
* sysctl: pass kernel pointers to ->proc_handlerChristoph Hellwig2020-04-271-1/+1
* mm, kprobes: generalize and rename notify_page_fault() as kprobe_page_fault()Anshuman Khandual2019-07-161-0/+19
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner2019-05-301-14/+1
* x86/kprobes: Verify stack frame on kretprobeMasami Hiramatsu2019-04-191-0/+1
* x86/hw_breakpoints, kprobes: Remove kprobes ifdefferyBorislav Petkov2019-01-301-0/+5
* Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2018-12-261-0/+3
|\
| * x86/kernel: Fix more -Wmissing-prototypes warningsBorislav Petkov2018-12-081-0/+3
* | kprobes: Blacklist symbols in arch-defined prohibited areaMasami Hiramatsu2018-12-171-0/+3
|/
* kprobes: Remove jprobe stub APIMasami Hiramatsu2018-06-211-50/+0
* kprobes: Remove jprobe API implementationMasami Hiramatsu2018-06-211-3/+0
* kprobes: Don't spam the build log with deprecation warningsIngo Molnar2017-11-131-6/+6
* kprobes: Disable the jprobes APIsMasami Hiramatsu2017-10-201-22/+18
* kprobes: Rename [arch_]function_offset_within_entry() to [arch_]kprobe_on_fun...Naveen N. Rao2017-07-081-2/+2
* tracing/kprobes: Enforce kprobes teardown after testingThomas Gleixner2017-05-171-0/+3
* Merge tag 'powerpc-4.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2017-05-051-0/+1
|\
| * powerpc/kprobes: Fix handling of function offsets on ABIv2Naveen N. Rao2017-04-201-1/+1
| * kprobes: Convert kprobe_lookup_name() to a functionNaveen N. Rao2017-04-201-0/+1
* | trace/kprobes: Fix check for kretprobe offset within function entryNaveen N. Rao2017-03-151-0/+1
* | kretprobes: Ensure probe location is at function entryNaveen N. Rao2017-03-031-0/+1
|/
* kprobes: move kprobe declarations to asm-generic/kprobes.hLuis R. Rodriguez2017-02-271-16/+3
* kprobes, extable: Identify kprobes trampolines as kernel text areaMasami Hiramatsu2017-01-141-1/+29
* perf/x86/hw_breakpoints: Disallow kernel breakpoints unless kprobe-safeAndy Lutomirski2015-08-041-0/+2
* kprobes: Pass the original kprobe for preparing optimized kprobeMasami Hiramatsu2015-01-131-1/+2
* kprobes: introduce weak arch_check_ftrace_location() helper functionHeiko Carstens2014-10-271-0/+1
* Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2014-06-121-3/+18
|\
| * kprobes: Introduce NOKPROBE_SYMBOL() macro to maintain kprobes blacklistMasami Hiramatsu2014-04-241-3/+17
| * kprobes: Prohibit probing on .entry.text codeMasami Hiramatsu2014-04-241-0/+1
* | tracing: Replace __get_cpu_var uses with this_cpu_ptrChristoph Lameter2014-05-051-1/+1
|/
* kprobes: allow to specify custom allocator for insn cachesHeiko Carstens2013-09-111-0/+2
* kprobes: unify insn cachesHeiko Carstens2013-09-111-4/+28
* kprobes: Move __kprobes definition into compiler.hMasami Hiramatsu2013-04-081-5/+1
* kprobes/x86: Move ftrace-based kprobe code into kprobes-ftrace.cMasami Hiramatsu2013-01-211-11/+1