Age | Commit message (Expand) | Author |
2021-01-29 | tracing/kprobe: Fix to support kretprobe events on unloaded modules | Masami Hiramatsu |
2020-12-17 | Merge tag 'trace-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/rost... | Linus Torvalds |
2020-11-13 | ftrace: Have the callbacks receive a struct ftrace_regs instead of pt_regs | Steven Rostedt (VMware) |
2020-11-07 | Merge branch 'linus' into perf/kprobes | Ingo Molnar |
2020-10-12 | Merge tag 'perf-kprobes-2020-10-12' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds |
2020-10-12 | kprobes: Replace rp->free_instance with freelist | Peter Zijlstra |
2020-10-12 | kprobes: Remove kretprobe hash | Peter Zijlstra |
2020-09-18 | kprobes: tracing/kprobes: Fix to kill kprobes on initmem after boot | Masami Hiramatsu |
2020-09-08 | kprobes: Make local functions static | Masami Hiramatsu |
2020-09-08 | kprobes: Free kretprobe_instance with RCU callback | Masami Hiramatsu |
2020-09-08 | kprobes: Add generic kretprobe trampoline handler | Masami Hiramatsu |
2020-08-07 | Merge tag 'trace-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/roste... | Linus Torvalds |
2020-08-03 | kprobes: Remove show_registers() function prototype | Masami Hiramatsu |
2020-07-02 | Merge branch 'perf/vlbr' | Peter Zijlstra |
2020-06-20 | Merge tag 'trace-v5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/r... | Linus Torvalds |
2020-06-16 | kretprobe: Prevent triggering kretprobe from within kprobe_flush_task | Jiri Olsa |
2020-06-15 | kprobes: Replace zero-length array with flexible-array | Gustavo A. R. Silva |
2020-06-15 | kprobes: Add symbols for kprobe insn pages | Adrian Hunter |
2020-04-27 | sysctl: pass kernel pointers to ->proc_handler | Christoph Hellwig |
2019-07-16 | mm, kprobes: generalize and rename notify_page_fault() as kprobe_page_fault() | Anshuman Khandual |
2019-05-30 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156 | Thomas Gleixner |
2019-04-19 | x86/kprobes: Verify stack frame on kretprobe | Masami Hiramatsu |
2019-01-30 | x86/hw_breakpoints, kprobes: Remove kprobes ifdeffery | Borislav Petkov |
2018-12-26 | Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds |
2018-12-17 | kprobes: Blacklist symbols in arch-defined prohibited area | Masami Hiramatsu |
2018-12-08 | x86/kernel: Fix more -Wmissing-prototypes warnings | Borislav Petkov |
2018-06-21 | kprobes: Remove jprobe stub API | Masami Hiramatsu |
2018-06-21 | kprobes: Remove jprobe API implementation | Masami Hiramatsu |
2017-11-13 | kprobes: Don't spam the build log with deprecation warnings | Ingo Molnar |
2017-10-20 | kprobes: Disable the jprobes APIs | Masami Hiramatsu |
2017-07-08 | kprobes: Rename [arch_]function_offset_within_entry() to [arch_]kprobe_on_fun... | Naveen N. Rao |
2017-05-17 | tracing/kprobes: Enforce kprobes teardown after testing | Thomas Gleixner |
2017-05-05 | Merge tag 'powerpc-4.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p... | Linus Torvalds |
2017-04-20 | powerpc/kprobes: Fix handling of function offsets on ABIv2 | Naveen N. Rao |
2017-04-20 | kprobes: Convert kprobe_lookup_name() to a function | Naveen N. Rao |
2017-03-15 | trace/kprobes: Fix check for kretprobe offset within function entry | Naveen N. Rao |
2017-03-03 | kretprobes: Ensure probe location is at function entry | Naveen N. Rao |
2017-02-27 | kprobes: move kprobe declarations to asm-generic/kprobes.h | Luis R. Rodriguez |
2017-01-14 | kprobes, extable: Identify kprobes trampolines as kernel text area | Masami Hiramatsu |
2015-08-04 | perf/x86/hw_breakpoints: Disallow kernel breakpoints unless kprobe-safe | Andy Lutomirski |
2015-01-13 | kprobes: Pass the original kprobe for preparing optimized kprobe | Masami Hiramatsu |
2014-10-27 | kprobes: introduce weak arch_check_ftrace_location() helper function | Heiko Carstens |
2014-06-12 | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds |
2014-05-05 | tracing: Replace __get_cpu_var uses with this_cpu_ptr | Christoph Lameter |
2014-04-24 | kprobes: Introduce NOKPROBE_SYMBOL() macro to maintain kprobes blacklist | Masami Hiramatsu |
2014-04-24 | kprobes: Prohibit probing on .entry.text code | Masami Hiramatsu |
2013-09-11 | kprobes: allow to specify custom allocator for insn caches | Heiko Carstens |
2013-09-11 | kprobes: unify insn caches | Heiko Carstens |
2013-04-08 | kprobes: Move __kprobes definition into compiler.h | Masami Hiramatsu |
2013-01-21 | kprobes/x86: Move ftrace-based kprobe code into kprobes-ftrace.c | Masami Hiramatsu |