aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/kprobes.c
Commit message (Expand)AuthorAge
* Merge tag 'trace-v5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds2019-09-20
|\
| * kprobes: Allow kprobes coexist with livepatchMasami Hiramatsu2019-08-31
* | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-09-16
|\ \
| * | kprobes: Use CONFIG_PREEMPTIONThomas Gleixner2019-07-31
* | | kprobes: Prohibit probing on BUG() and WARN() addressMasami Hiramatsu2019-09-05
| |/ |/|
* | kprobes: Fix potential deadlock in kprobe_optimizer()Andrea Righi2019-08-19
|/
* Merge tag 'trace-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds2019-07-18
|\
| * kprobes: Fix to init kprobes in subsys_initcallMasami Hiramatsu2019-07-16
| * kprobes: Initialize kprobes at postcore_initcallMasami Hiramatsu2019-05-25
* | kprobes: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-06-03
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner2019-05-30
|/
* kprobes: Fix error check when reusing optimized probesMasami Hiramatsu2019-04-16
* kprobes: Search non-suffixed symbol in blacklistMasami Hiramatsu2019-02-13
* Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2018-12-26
|\
| * kprobes: Blacklist symbols in arch-defined prohibited areaMasami Hiramatsu2018-12-17
* | kprobes: Replace synchronize_sched() with synchronize_rcu()Paul E. McKenney2018-11-27
|/
* kprobes: Don't call BUG_ON() if there is a kprobe in use on free listMasami Hiramatsu2018-09-12
* kprobes: Return error if we fail to reuse kprobe instead of BUG_ON()Masami Hiramatsu2018-09-12
* kprobes: Remove pointless BUG_ON() from reuse_unused_kprobe()Masami Hiramatsu2018-09-12
* kprobes: Remove pointless BUG_ON() from add_new_kprobe()Masami Hiramatsu2018-09-12
* kprobes: Remove pointless BUG_ON() from disarming processMasami Hiramatsu2018-09-12
* kprobes: Replace %p with other pointer typesMasami Hiramatsu2018-06-21
* kprobes: Show address of kprobes if kallsyms doesMasami Hiramatsu2018-06-21
* kprobes: Show blacklist addresses as same as kallsyms doesMasami Hiramatsu2018-06-21
* kprobes: Make list and blacklist root user read onlyMasami Hiramatsu2018-06-21
* kprobes: Don't check the ->break_handler() in generic kprobes codeMasami Hiramatsu2018-06-21
* kprobes: Remove jprobe API implementationMasami Hiramatsu2018-06-21
* kprobes: Fix random address output of blacklist fileThomas Richter2018-04-25
* kprobes: Propagate error from disarm_kprobe_ftrace()Jessica Yu2018-02-16
* kprobes: Propagate error from arm_kprobe_ftrace()Jessica Yu2018-02-16
* kprobes: Disable the jprobes APIsMasami Hiramatsu2017-10-20
* kprobes: Use synchronize_rcu_tasks() for optprobe with CONFIG_PREEMPT=yMasami Hiramatsu2017-10-20
* Revert "kprobes: Warn if optprobe handler tries to change execution path"Naveen N. Rao2017-10-18
* kprobes: Warn if optprobe handler tries to change execution pathMasami Hiramatsu2017-09-28
* kprobes/x86: Make insn buffer always ROX and use text_poke()Masami Hiramatsu2017-09-28
* kprobes: Ensure that jprobe probepoints are at function entryNaveen N. Rao2017-07-08
* kprobes: Simplify register_jprobes()Naveen N. Rao2017-07-08
* kprobes: Rename [arch_]function_offset_within_entry() to [arch_]kprobe_on_fun...Naveen N. Rao2017-07-08
* Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-07-03
|\
| * kprobes: Cure hotplug lock ordering issuesThomas Gleixner2017-05-26
* | kprobes/x86: Fix to set RWX bits correctly before releasing trampolineMasami Hiramatsu2017-05-26
|/
* kprobes: Document how optimized kprobes are removed from module unloadSteven Rostedt (VMware)2017-05-17
* tracing/kprobes: Enforce kprobes teardown after testingThomas Gleixner2017-05-17
* Merge tag 'powerpc-4.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2017-05-05
|\
| * powerpc/kprobes: Fix handling of function offsets on ABIv2Naveen N. Rao2017-04-20
| * kprobes: Convert kprobe_lookup_name() to a functionNaveen N. Rao2017-04-20
| * kprobes: Skip preparing optprobe if the probe is ftrace-basedMasami Hiramatsu2017-04-20
* | trace/kprobes: Fix check for kretprobe offset within function entryNaveen N. Rao2017-03-15
* | kprobes: Convert kprobe_exceptions_notify to use NOKPROBE_SYMBOLNaveen N. Rao2017-03-14
* | kretprobes: Ensure probe location is at function entryNaveen N. Rao2017-03-03
|/