summaryrefslogtreecommitdiff
path: root/kernel/kprobes.c
AgeCommit message (Expand)AuthorFilesLines
2024-05-18kprobe/ftrace: fix build error due to bad function definitionLinus Torvalds1-1/+1
2024-05-18Merge tag 'probes-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tra...Linus Torvalds1-0/+6
2024-05-18Merge tag 'sysctl-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+0
2024-05-16kprobe/ftrace: bail out if ftrace was killedStephen Brennan1-0/+6
2024-05-14kprobes: remove dependency on CONFIG_MODULESMike Rapoport (IBM)1-21/+34
2024-05-14mm: introduce execmem_alloc() and execmem_free()Mike Rapoport (IBM)1-4/+4
2024-04-24kprobes: Remove the now superfluous sentinel elements from ctl_table arrayJoel Granados1-1/+0
2024-04-10kprobes: Fix possible use-after-free issue on kprobe registrationZheng Yejian1-6/+12
2024-02-08kprobes: Remove unnecessary initial values of variablesLi zeming1-2/+2
2023-12-01kprobes: consistent rcu api usage for kretprobe holderJP Kobryn1-2/+2
2023-10-18kprobes: kretprobe scalability improvementwuqiang.matt1-52/+39
2023-08-23kernel: kprobes: Use struct_size()Ruan Jinjie1-4/+2
2023-07-29kprobes: Prohibit probing on CFI preamble symbolMasami Hiramatsu (Google)1-1/+13
2023-07-12Merge tag 'probes-fixes-v6.5-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-4/+4
2023-07-10kernel: kprobes: Remove unnecessary ‘0’ valuesLi zeming1-3/+3
2023-07-10kprobes: Remove unnecessary ‘NULL’ values from correct_ret_addrLi zeming1-1/+1
2023-06-06fprobe: Pass return address to the handlersMasami Hiramatsu (Google)1-0/+1
2023-02-21x86/kprobes: Fix arch_check_optimized_kprobe check within optimized_kprobe rangeYang Jihong1-1/+1
2023-02-21x86/kprobes: Fix __recover_optprobed_insn check optimizing logicYang Jihong1-1/+1
2023-02-21kprobes: Fix to handle forcibly unoptimized kprobes on freeing_listMasami Hiramatsu (Google)1-13/+10
2022-12-15kprobes: kretprobe events missing on 2-core KVM guestwuqiang1-6/+2
2022-11-28kprobes: Fix check for probe enabled in kill_kprobe()Li Huafei1-8/+8
2022-11-18kprobes: Skip clearing aggrprobe's post_handler in kprobe-on-ftrace caseLi Huafei1-1/+7
2022-11-04kprobe: reverse kp->flags when arm_kprobe failedLi Qiang1-1/+4
2022-10-03Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski1-1/+5
2022-09-27kprobes: Add new KPROBE_FLAG_ON_FUNC_ENTRY kprobe flagJiri Olsa1-1/+5
2022-09-09kprobes: Prohibit probes in gate areaChristian A. Ehrhardt1-0/+1
2022-08-21kprobes: don't call disarm_kprobe() for disabled kprobesKuniyuki Iwashima1-4/+5
2022-08-02kprobes: Forbid probing on trampoline and BPF code areasChen Zhongjin1-1/+2
2022-05-29Merge tag 'trace-v5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds1-73/+71
2022-05-27kprobes: Fix build errors with CONFIG_KRETPROBES=nMasami Hiramatsu1-73/+71
2022-04-26kprobes: Fix KRETPROBES when CONFIG_KRETPROBE_ON_RETHOOK is setAdam Zabrocki1-1/+1
2022-03-29kprobes: Use rethook for kretprobe if possibleMasami Hiramatsu1-20/+104
2022-03-15x86/ibt,kprobes: Cure sym+0 equals fentry woesPeter Zijlstra1-14/+52
2022-03-15x86/ibt,ftrace: Search for __fentry__ locationPeter Zijlstra1-6/+2
2022-01-22kprobe: move sysctl_kprobes_optimization to kprobes.cXiaoming Ni1-4/+26
2021-12-02kprobes: Limit max data_size of the kretprobe instancesMasami Hiramatsu1-0/+3
2021-11-02Merge tag 'trace-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds1-227/+280
2021-10-21kprobes: convert tests to kunitSven Schnelle1-3/+0
2021-10-05sched: Move kprobes cleanup out of finish_task_switch()Thomas Gleixner1-4/+4
2021-10-01x86/kprobes: Fixup return address in generic trampoline handlerMasami Hiramatsu1-0/+11
2021-10-01kprobes: Enable stacktrace from pt_regs in kretprobe handlerMasami Hiramatsu1-0/+7
2021-10-01kprobes: Add kretprobe_find_ret_addr() for searching return addressMasami Hiramatsu1-26/+83
2021-10-01kprobes: treewide: Remove trampoline_address from kretprobe_trampoline_handler()Masami Hiramatsu1-2/+1
2021-10-01kprobes: treewide: Replace arch_deref_entry_point() with dereference_symbol_d...Masami Hiramatsu1-6/+1
2021-10-01kprobes: Use bool type for functions which returns boolean valueMasami Hiramatsu1-13/+13
2021-10-01kprobes: treewide: Use 'kprobe_opcode_t *' for the code address in get_optimi...Masami Hiramatsu1-5/+5
2021-10-01kprobes: Add assertions for required lockMasami Hiramatsu1-7/+12
2021-10-01kprobes: Fix coding style issuesMasami Hiramatsu1-114/+122
2021-10-01kprobes: treewide: Cleanup the error messages for kprobesMasami Hiramatsu1-20/+16