summaryrefslogtreecommitdiffstats
path: root/kernel/kprobes.c
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \
| * | kprobes: Allow architectures to override optinsn page allocationChristophe Leroy2021-05-231-2/+12
* | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-07-021-1/+1
|\ \ \ | |_|/ |/| |
| * | kprobes: remove duplicated strong free_insn_page in x86 and s390Barry Song2021-07-011-1/+1
| |/
* / kprobes: Remove kprobe::fault_handlerPeter Zijlstra2021-06-011-19/+0
|/
* kprobes: Fix to delay the kprobes jump optimizationMasami Hiramatsu2021-02-191-10/+21
* kprobes: Warn if the kprobe is reregisteredMasami Hiramatsu2021-02-091-5/+8
* kretprobe: Avoid re-registration of the same kretprobe earlierWang ShaoBo2021-01-291-0/+4
* tracing/kprobe: Fix to support kretprobe events on unloaded modulesMasami Hiramatsu2021-01-291-9/+25
* Merge branch 'linus' into perf/kprobesIngo Molnar2020-11-071-1/+23
|\
| * kprobes: Init kprobes in early_initcallMasami Hiramatsu2020-09-211-1/+1
| * kprobes: tracing/kprobes: Fix to kill kprobes on initmem after bootMasami Hiramatsu2020-09-181-0/+22
| * kprobes: Fix to check probe enabled before disarm_kprobe_ftrace()Masami Hiramatsu2020-09-181-2/+3
* | kprobes: Replace rp->free_instance with freelistPeter Zijlstra2020-10-121-32/+24
* | kprobes: Remove kretprobe hashPeter Zijlstra2020-10-121-166/+70
* | kprobes: Fix to check probe enabled before disarm_kprobe_ftrace()Masami Hiramatsu2020-09-141-2/+3
* | kprobes: Make local functions staticMasami Hiramatsu2020-09-081-5/+4
* | kprobes: Free kretprobe_instance with RCU callbackMasami Hiramatsu2020-09-081-19/+6
* | kprobes: Remove NMI context checkMasami Hiramatsu2020-09-081-12/+4
* | kprobes: Add generic kretprobe trampoline handlerMasami Hiramatsu2020-09-081-0/+98
|/
* Merge tag 'trace-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds2020-08-071-3/+21
|\
| * kprobes: Fix compiler warning for !CONFIG_KPROBES_ON_FTRACEMuchun Song2020-08-061-3/+14
| * kprobes: Fix NULL pointer dereference at kprobe_ftrace_handlerMuchun Song2020-08-031-0/+7
* | kprobes: Remove unnecessary module_mutex locking from kprobe_optimizer()Masami Hiramatsu2020-07-281-3/+0
* | Merge tag 'v5.8-rc7' into perf/core, to pick up fixesIngo Molnar2020-07-281-2/+2
|\ \
| * | kprobes: Do not expose probe addresses to non-CAP_SYSLOGKees Cook2020-07-081-2/+2
| * | kallsyms: Refactor kallsyms_show_value() to take credKees Cook2020-07-081-2/+2
| |/
* | Merge branch 'perf/vlbr'Peter Zijlstra2020-07-021-13/+48
|\|
| * kretprobe: Prevent triggering kretprobe from within kprobe_flush_taskJiri Olsa2020-06-161-0/+24
| * kprobes: Remove redundant arch_disarm_kprobe() callMasami Hiramatsu2020-06-161-2/+0
| * kprobes: Fix to protect kick_kprobe_optimizer() by kprobe_mutexMasami Hiramatsu2020-06-161-1/+2