summaryrefslogtreecommitdiff
path: root/include/linux/kprobes.h
AgeCommit message (Expand)Author
2023-12-01rethook: Use __rcu pointer for rethook::handlerMasami Hiramatsu (Google)
2023-12-01kprobes: consistent rcu api usage for kretprobe holderJP Kobryn
2023-11-10kprobes: unify kprobes_exceptions_nofify() prototypesArnd Bergmann
2023-10-18kprobes: kretprobe scalability improvementwuqiang.matt
2023-02-21x86/kprobes: Fix arch_check_optimized_kprobe check within optimized_kprobe rangeYang Jihong
2023-02-21x86/kprobes: Fix __recover_optprobed_insn check optimizing logicYang Jihong
2022-09-26kprobes: Add new KPROBE_FLAG_ON_FUNC_ENTRY kprobe flagJiri Olsa
2022-05-26kprobes: Fix build errors with CONFIG_KRETPROBES=nMasami Hiramatsu
2022-03-28kprobes: Use rethook for kretprobe if possibleMasami Hiramatsu
2022-03-27Merge tag 'x86_core_for_5.18_rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2022-03-17fprobe: Introduce FPROBE_FL_KPROBE_SHARED flag for fprobeMasami Hiramatsu
2022-03-15x86/ibt,kprobes: Cure sym+0 equals fentry woesPeter Zijlstra
2022-01-22kprobe: move sysctl_kprobes_optimization to kprobes.cXiaoming Ni
2021-12-01kprobes: Limit max data_size of the kretprobe instancesMasami Hiramatsu
2021-09-30x86/kprobes: Fixup return address in generic trampoline handlerMasami Hiramatsu
2021-09-30kprobes: Add kretprobe_find_ret_addr() for searching return addressMasami Hiramatsu
2021-09-30kprobes: treewide: Make it harder to refer kretprobe_trampoline directlyMasami Hiramatsu
2021-09-30kprobes: treewide: Remove trampoline_address from kretprobe_trampoline_handler()Masami Hiramatsu
2021-09-30kprobes: treewide: Replace arch_deref_entry_point() with dereference_symbol_d...Masami Hiramatsu
2021-09-30kprobes: Use bool type for functions which returns boolean valueMasami Hiramatsu
2021-09-30kprobes: treewide: Use 'kprobe_opcode_t *' for the code address in get_optimi...Masami Hiramatsu
2021-09-30kprobes: Use IS_ENABLED() instead of kprobes_built_in()Masami Hiramatsu
2021-09-30kprobes: Fix coding style issuesMasami Hiramatsu
2021-09-30kprobes: Make arch_check_ftrace_location staticPunit Agrawal
2021-09-30kprobe: Simplify prepare_kprobe() by dropping redundant versionPunit Agrawal
2021-07-02Merge tag 'powerpc-5.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2021-07-02Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2021-07-01kprobes: remove duplicated strong free_insn_page in x86 and s390Barry Song
2021-06-01kprobes: Remove kprobe::fault_handlerPeter Zijlstra
2021-05-23kprobes: Allow architectures to override optinsn page allocationChristophe Leroy
2021-01-29tracing/kprobe: Fix to support kretprobe events on unloaded modulesMasami Hiramatsu
2020-12-17Merge tag 'trace-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds
2020-11-13ftrace: Have the callbacks receive a struct ftrace_regs instead of pt_regsSteven Rostedt (VMware)
2020-11-07Merge branch 'linus' into perf/kprobesIngo Molnar
2020-10-12Merge tag 'perf-kprobes-2020-10-12' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2020-10-12kprobes: Replace rp->free_instance with freelistPeter Zijlstra
2020-10-12kprobes: Remove kretprobe hashPeter Zijlstra
2020-09-18kprobes: tracing/kprobes: Fix to kill kprobes on initmem after bootMasami Hiramatsu
2020-09-08kprobes: Make local functions staticMasami Hiramatsu
2020-09-08kprobes: Free kretprobe_instance with RCU callbackMasami Hiramatsu
2020-09-08kprobes: Add generic kretprobe trampoline handlerMasami Hiramatsu
2020-08-07Merge tag 'trace-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds
2020-08-03kprobes: Remove show_registers() function prototypeMasami Hiramatsu
2020-07-02Merge branch 'perf/vlbr'Peter Zijlstra
2020-06-20Merge tag 'trace-v5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds
2020-06-16kretprobe: Prevent triggering kretprobe from within kprobe_flush_taskJiri Olsa
2020-06-15kprobes: Replace zero-length array with flexible-arrayGustavo A. R. Silva
2020-06-15kprobes: Add symbols for kprobe insn pagesAdrian Hunter
2020-04-27sysctl: pass kernel pointers to ->proc_handlerChristoph Hellwig
2019-07-16mm, kprobes: generalize and rename notify_page_fault() as kprobe_page_fault()Anshuman Khandual