aboutsummaryrefslogtreecommitdiff
path: root/kernel/kprobes.c
AgeCommit message (Expand)AuthorFilesLines
2022-08-02kprobes: Forbid probing on trampoline and BPF code areasGravatar Chen Zhongjin 1-1/+2
2022-05-29Merge tag 'trace-v5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Gravatar Linus Torvalds 1-73/+71
2022-05-26kprobes: Fix build errors with CONFIG_KRETPROBES=nGravatar Masami Hiramatsu 1-73/+71
2022-04-26kprobes: Fix KRETPROBES when CONFIG_KRETPROBE_ON_RETHOOK is setGravatar Adam Zabrocki 1-1/+1
2022-03-28kprobes: Use rethook for kretprobe if possibleGravatar Masami Hiramatsu 1-20/+104
2022-03-15x86/ibt,kprobes: Cure sym+0 equals fentry woesGravatar Peter Zijlstra 1-14/+52
2022-03-15x86/ibt,ftrace: Search for __fentry__ locationGravatar Peter Zijlstra 1-6/+2
2022-01-22kprobe: move sysctl_kprobes_optimization to kprobes.cGravatar Xiaoming Ni 1-4/+26
2021-12-01kprobes: Limit max data_size of the kretprobe instancesGravatar Masami Hiramatsu 1-0/+3
2021-11-01Merge tag 'trace-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Gravatar Linus Torvalds 1-227/+280
2021-10-21kprobes: convert tests to kunitGravatar Sven Schnelle 1-3/+0
2021-10-05sched: Move kprobes cleanup out of finish_task_switch()Gravatar Thomas Gleixner 1-4/+4
2021-09-30x86/kprobes: Fixup return address in generic trampoline handlerGravatar Masami Hiramatsu 1-0/+11
2021-09-30kprobes: Enable stacktrace from pt_regs in kretprobe handlerGravatar Masami Hiramatsu 1-0/+7
2021-09-30kprobes: Add kretprobe_find_ret_addr() for searching return addressGravatar Masami Hiramatsu 1-26/+83
2021-09-30kprobes: treewide: Remove trampoline_address from kretprobe_trampoline_handler()Gravatar Masami Hiramatsu 1-2/+1
2021-09-30kprobes: treewide: Replace arch_deref_entry_point() with dereference_symbol_d...Gravatar Masami Hiramatsu 1-6/+1
2021-09-30kprobes: Use bool type for functions which returns boolean valueGravatar Masami Hiramatsu 1-13/+13
2021-09-30kprobes: treewide: Use 'kprobe_opcode_t *' for the code address in get_optimi...Gravatar Masami Hiramatsu 1-5/+5
2021-09-30kprobes: Add assertions for required lockGravatar Masami Hiramatsu 1-7/+12
2021-09-30kprobes: Fix coding style issuesGravatar Masami Hiramatsu 1-114/+122
2021-09-30kprobes: treewide: Cleanup the error messages for kprobesGravatar Masami Hiramatsu 1-20/+16
2021-09-30kprobes: Make arch_check_ftrace_location staticGravatar Punit Agrawal 1-2/+2
2021-09-30kprobe: Simplify prepare_kprobe() by dropping redundant versionGravatar Punit Agrawal 1-14/+9
2021-09-30kprobes: Use helper to parse boolean input from userspaceGravatar Punit Agrawal 1-22/+6
2021-09-30kprobes: Do not use local variable when creating debugfs fileGravatar Punit Agrawal 1-2/+1
2021-07-11Merge tag 'locking-urgent-2021-07-11' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 1-0/+2
2021-07-05kprobe/static_call: Restore missing static_call_text_reserved()Gravatar Peter Zijlstra 1-0/+2
2021-07-02Merge tag 'powerpc-5.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Gravatar Linus Torvalds 1-2/+12
2021-07-02Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 1-1/+1
2021-07-01kprobes: remove duplicated strong free_insn_page in x86 and s390Gravatar Barry Song 1-1/+1
2021-06-01kprobes: Remove kprobe::fault_handlerGravatar Peter Zijlstra 1-19/+0
2021-05-23kprobes: Allow architectures to override optinsn page allocationGravatar Christophe Leroy 1-2/+12
2021-02-19kprobes: Fix to delay the kprobes jump optimizationGravatar Masami Hiramatsu 1-10/+21
2021-02-09kprobes: Warn if the kprobe is reregisteredGravatar Masami Hiramatsu 1-5/+8
2021-01-29kretprobe: Avoid re-registration of the same kretprobe earlierGravatar Wang ShaoBo 1-0/+4
2021-01-29tracing/kprobe: Fix to support kretprobe events on unloaded modulesGravatar Masami Hiramatsu 1-9/+25
2020-11-07Merge branch 'linus' into perf/kprobesGravatar Ingo Molnar 1-1/+23
2020-10-12kprobes: Replace rp->free_instance with freelistGravatar Peter Zijlstra 1-32/+24
2020-10-12kprobes: Remove kretprobe hashGravatar Peter Zijlstra 1-166/+70
2020-09-21kprobes: Init kprobes in early_initcallGravatar Masami Hiramatsu 1-1/+1
2020-09-18kprobes: tracing/kprobes: Fix to kill kprobes on initmem after bootGravatar Masami Hiramatsu 1-0/+22
2020-09-18kprobes: Fix to check probe enabled before disarm_kprobe_ftrace()Gravatar Masami Hiramatsu 1-2/+3
2020-09-14kprobes: Fix to check probe enabled before disarm_kprobe_ftrace()Gravatar Masami Hiramatsu 1-2/+3
2020-09-08kprobes: Make local functions staticGravatar Masami Hiramatsu 1-5/+4
2020-09-08kprobes: Free kretprobe_instance with RCU callbackGravatar Masami Hiramatsu 1-19/+6
2020-09-08kprobes: Remove NMI context checkGravatar Masami Hiramatsu 1-12/+4
2020-09-08kprobes: Add generic kretprobe trampoline handlerGravatar Masami Hiramatsu 1-0/+98
2020-08-07Merge tag 'trace-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Gravatar Linus Torvalds 1-3/+21
2020-08-06kprobes: Fix compiler warning for !CONFIG_KPROBES_ON_FTRACEGravatar Muchun Song 1-3/+14