summaryrefslogtreecommitdiffstats
path: root/kernel/kprobes.c
Commit message (Expand)AuthorAgeFilesLines
* 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
| * kprobes: Use non RCU traversal APIs on kprobe_tables if possibleMasami Hiramatsu2020-06-161-9/+20
| * kprobes: Suppress the suspicious RCU warning on kprobesMasami Hiramatsu2020-06-161-1/+2
* | kprobes: Add perf ksymbol events for kprobe insn pagesAdrian Hunter2020-06-151-0/+12
* | kprobes: Add symbols for kprobe insn pagesAdrian Hunter2020-06-151-0/+45
|/
* kernel/kprobes.c: convert to use DEFINE_SEQ_ATTRIBUTE macroKefeng Wang2020-06-041-28/+6
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2020-06-031-1/+1
|\
| * sysctl: pass kernel pointers to ->proc_handlerChristoph Hellwig2020-04-271-1/+1
* | kprobes: Prevent probes in .noinstr.text sectionThomas Gleixner2020-05-191-0/+18
* | kprobes: Support NOKPROBE_SYMBOL() in modulesMasami Hiramatsu2020-05-121-0/+17
* | kprobes: Support __kprobes blacklist in modulesMasami Hiramatsu2020-05-121-0/+42
* | kprobes: Lock kprobe_mutex while showing kprobe_blacklistMasami Hiramatsu2020-05-121-1/+7
|/
* kprobes: Fix optimize_kprobe()/unoptimize_kprobe() cancellation logicMasami Hiramatsu2020-01-091-24/+43
* kprobes: Set unoptimized flag after unoptimizing codeMasami Hiramatsu2019-11-271-1/+3
* Merge tag 'trace-v5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds2019-09-201-16/+40
|\
| * kprobes: Allow kprobes coexist with livepatchMasami Hiramatsu2019-08-311-16/+40
* | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-09-161-1/+1
|\ \
| * | kprobes: Use CONFIG_PREEMPTIONThomas Gleixner2019-07-311-1/+1