summaryrefslogtreecommitdiffstats
path: root/kernel/kprobes.c
Commit message (Expand)AuthorAgeFilesLines
* kprobes: Fix possible use-after-free issue on kprobe registrationZheng Yejian2024-04-101-6/+12
* kprobes: Remove unnecessary initial values of variablesLi zeming2024-02-081-2/+2
* kprobes: consistent rcu api usage for kretprobe holderJP Kobryn2023-12-011-2/+2
* kprobes: kretprobe scalability improvementwuqiang.matt2023-10-181-52/+39
* kernel: kprobes: Use struct_size()Ruan Jinjie2023-08-231-4/+2
* kprobes: Prohibit probing on CFI preamble symbolMasami Hiramatsu (Google)2023-07-291-1/+13
* Merge tag 'probes-fixes-v6.5-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2023-07-121-4/+4
|\
| * kernel: kprobes: Remove unnecessary ‘0’ valuesLi zeming2023-07-111-3/+3
| * kprobes: Remove unnecessary ‘NULL’ values from correct_ret_addrLi zeming2023-07-111-1/+1
* | fprobe: Pass return address to the handlersMasami Hiramatsu (Google)2023-06-061-0/+1
|/
* x86/kprobes: Fix arch_check_optimized_kprobe check within optimized_kprobe rangeYang Jihong2023-02-211-1/+1
* x86/kprobes: Fix __recover_optprobed_insn check optimizing logicYang Jihong2023-02-211-1/+1
* kprobes: Fix to handle forcibly unoptimized kprobes on freeing_listMasami Hiramatsu (Google)2023-02-211-13/+10
* kprobes: kretprobe events missing on 2-core KVM guestwuqiang2022-12-151-6/+2
* kprobes: Fix check for probe enabled in kill_kprobe()Li Huafei2022-11-281-8/+8
* kprobes: Skip clearing aggrprobe's post_handler in kprobe-on-ftrace caseLi Huafei2022-11-181-1/+7
* kprobe: reverse kp->flags when arm_kprobe failedLi Qiang2022-11-041-1/+4
* Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2022-10-031-1/+5
|\
| * kprobes: Add new KPROBE_FLAG_ON_FUNC_ENTRY kprobe flagJiri Olsa2022-09-261-1/+5
* | kprobes: Prohibit probes in gate areaChristian A. Ehrhardt2022-09-081-0/+1
|/
* kprobes: don't call disarm_kprobe() for disabled kprobesKuniyuki Iwashima2022-08-201-4/+5
* kprobes: Forbid probing on trampoline and BPF code areasChen Zhongjin2022-08-021-1/+2
* Merge tag 'trace-v5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds2022-05-291-73/+71
|\
| * kprobes: Fix build errors with CONFIG_KRETPROBES=nMasami Hiramatsu2022-05-261-73/+71
* | kprobes: Fix KRETPROBES when CONFIG_KRETPROBE_ON_RETHOOK is setAdam Zabrocki2022-04-261-1/+1
|/
* kprobes: Use rethook for kretprobe if possibleMasami Hiramatsu2022-03-281-20/+104
* x86/ibt,kprobes: Cure sym+0 equals fentry woesPeter Zijlstra2022-03-151-14/+52
* x86/ibt,ftrace: Search for __fentry__ locationPeter Zijlstra2022-03-151-6/+2
* kprobe: move sysctl_kprobes_optimization to kprobes.cXiaoming Ni2022-01-221-4/+26
* kprobes: Limit max data_size of the kretprobe instancesMasami Hiramatsu2021-12-011-0/+3
* Merge tag 'trace-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds2021-11-011-227/+280
|\
| * kprobes: convert tests to kunitSven Schnelle2021-10-211-3/+0
| * x86/kprobes: Fixup return address in generic trampoline handlerMasami Hiramatsu2021-09-301-0/+11
| * kprobes: Enable stacktrace from pt_regs in kretprobe handlerMasami Hiramatsu2021-09-301-0/+7
| * kprobes: Add kretprobe_find_ret_addr() for searching return addressMasami Hiramatsu2021-09-301-26/+83
| * kprobes: treewide: Remove trampoline_address from kretprobe_trampoline_handler()Masami Hiramatsu2021-09-301-2/+1
| * kprobes: treewide: Replace arch_deref_entry_point() with dereference_symbol_d...Masami Hiramatsu2021-09-301-6/+1
| * kprobes: Use bool type for functions which returns boolean valueMasami Hiramatsu2021-09-301-13/+13
| * kprobes: treewide: Use 'kprobe_opcode_t *' for the code address in get_optimi...Masami Hiramatsu2021-09-301-5/+5
| * kprobes: Add assertions for required lockMasami Hiramatsu2021-09-301-7/+12
| * kprobes: Fix coding style issuesMasami Hiramatsu2021-09-301-114/+122
| * kprobes: treewide: Cleanup the error messages for kprobesMasami Hiramatsu2021-09-301-20/+16
| * kprobes: Make arch_check_ftrace_location staticPunit Agrawal2021-09-301-2/+2
| * kprobe: Simplify prepare_kprobe() by dropping redundant versionPunit Agrawal2021-09-301-14/+9
| * kprobes: Use helper to parse boolean input from userspacePunit Agrawal2021-09-301-22/+6
| * kprobes: Do not use local variable when creating debugfs filePunit Agrawal2021-09-301-2/+1
* | sched: Move kprobes cleanup out of finish_task_switch()Thomas Gleixner2021-10-051-4/+4
|/
* Merge tag 'locking-urgent-2021-07-11' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2021-07-111-0/+2
|\
| * kprobe/static_call: Restore missing static_call_text_reserved()Peter Zijlstra2021-07-051-0/+2
* | Merge tag 'powerpc-5.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2021-07-021-2/+12
|\ \