aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/linux/kprobes.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-26kprobes: Add new KPROBE_FLAG_ON_FUNC_ENTRY kprobe flagJiri Olsa1-0/+1
2022-05-26kprobes: Fix build errors with CONFIG_KRETPROBES=nMasami Hiramatsu1-1/+1
2022-03-28kprobes: Use rethook for kretprobe if possibleMasami Hiramatsu1-2/+49
2022-03-27Merge tag 'x86_core_for_5.18_rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+2
2022-03-17fprobe: Introduce FPROBE_FL_KPROBE_SHARED flag for fprobeMasami Hiramatsu1-0/+3
2022-03-15x86/ibt,kprobes: Cure sym+0 equals fentry woesPeter Zijlstra1-1/+2
2022-01-22kprobe: move sysctl_kprobes_optimization to kprobes.cXiaoming Ni1-6/+0
2021-12-01kprobes: Limit max data_size of the kretprobe instancesMasami Hiramatsu1-0/+2
2021-09-30x86/kprobes: Fixup return address in generic trampoline handlerMasami Hiramatsu1-0/+3
2021-09-30kprobes: Add kretprobe_find_ret_addr() for searching return addressMasami Hiramatsu1-0/+22
2021-09-30kprobes: treewide: Make it harder to refer kretprobe_trampoline directlyMasami Hiramatsu1-2/+2
2021-09-30kprobes: treewide: Remove trampoline_address from kretprobe_trampoline_handler()Masami Hiramatsu1-5/+13
2021-09-30kprobes: treewide: Replace arch_deref_entry_point() with dereference_symbol_descriptor()Masami Hiramatsu1-1/+0
2021-09-30kprobes: Use bool type for functions which returns boolean valueMasami Hiramatsu1-4/+4
2021-09-30kprobes: treewide: Use 'kprobe_opcode_t *' for the code address in get_optimized_kprobe()Masami Hiramatsu1-1/+1
2021-09-30kprobes: Use IS_ENABLED() instead of kprobes_built_in()Masami Hiramatsu1-13/+1
2021-09-30kprobes: Fix coding style issuesMasami Hiramatsu1-17/+23
2021-09-30kprobes: Make arch_check_ftrace_location staticPunit Agrawal1-2/+0
2021-09-30kprobe: Simplify prepare_kprobe() by dropping redundant versionPunit Agrawal1-0/+5
2021-07-02Merge tag 'powerpc-5.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds1-0/+3
2021-07-02Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-1/+0
2021-07-01kprobes: remove duplicated strong free_insn_page in x86 and s390Barry Song1-1/+0
2021-06-01kprobes: Remove kprobe::fault_handlerPeter Zijlstra1-8/+0
2021-05-23kprobes: Allow architectures to override optinsn page allocationChristophe Leroy1-0/+3
2021-01-29tracing/kprobe: Fix to support kretprobe events on unloaded modulesMasami Hiramatsu1-1/+1
2020-12-17Merge tag 'trace-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds1-1/+1
2020-11-13ftrace: Have the callbacks receive a struct ftrace_regs instead of pt_regsSteven Rostedt (VMware)1-1/+1
2020-11-07Merge branch 'linus' into perf/kprobesIngo Molnar1-0/+5
2020-10-12Merge tag 'perf-kprobes-2020-10-12' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-20/+31
2020-10-12kprobes: Replace rp->free_instance with freelistPeter Zijlstra1-4/+4
2020-10-12kprobes: Remove kretprobe hashPeter Zijlstra1-2/+17
2020-09-18kprobes: tracing/kprobes: Fix to kill kprobes on initmem after bootMasami Hiramatsu1-0/+5
2020-09-08kprobes: Make local functions staticMasami Hiramatsu1-15/+0
2020-09-08kprobes: Free kretprobe_instance with RCU callbackMasami Hiramatsu1-2/+4
2020-09-08kprobes: Add generic kretprobe trampoline handlerMasami Hiramatsu1-4/+28
2020-08-07Merge tag 'trace-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds1-1/+0
2020-08-03kprobes: Remove show_registers() function prototypeMasami Hiramatsu1-1/+0
2020-07-02Merge branch 'perf/vlbr'Peter Zijlstra1-1/+5
2020-06-20Merge tag 'trace-v5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds1-0/+4
2020-06-16kretprobe: Prevent triggering kretprobe from within kprobe_flush_taskJiri Olsa1-0/+4
2020-06-15kprobes: Replace zero-length array with flexible-arrayGustavo A. R. Silva1-1/+1
2020-06-15kprobes: Add symbols for kprobe insn pagesAdrian Hunter1-0/+15
2020-04-27sysctl: pass kernel pointers to ->proc_handlerChristoph Hellwig1-1/+1
2019-07-16mm, kprobes: generalize and rename notify_page_fault() as kprobe_page_fault()Anshuman Khandual1-0/+19
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner1-14/+1
2019-04-19x86/kprobes: Verify stack frame on kretprobeMasami Hiramatsu1-0/+1
2019-01-30x86/hw_breakpoints, kprobes: Remove kprobes ifdefferyBorislav Petkov1-0/+5
2018-12-26Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+3
2018-12-17kprobes: Blacklist symbols in arch-defined prohibited areaMasami Hiramatsu1-0/+3
2018-12-08x86/kernel: Fix more -Wmissing-prototypes warningsBorislav Petkov1-0/+3