1. 1c68907 Merge tag 'perf-kprobes-2020-10-12' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 3 months ago
  2. 82d083a kprobes: tracing/kprobes: Fix to kill kprobes on initmem after boot by Masami Hiramatsu · 4 years, 4 months ago
  3. 319f0ce kprobes: Make local functions static by Masami Hiramatsu · 4 years, 4 months ago
  4. b338817 kprobes: Free kretprobe_instance with RCU callback by Masami Hiramatsu · 4 years, 4 months ago
  5. 66ada2c kprobes: Add generic kretprobe trampoline handler by Masami Hiramatsu · 4 years, 4 months ago
  6. 32663c78 Merge tag 'trace-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 4 years, 5 months ago
  7. 80a6e70 kprobes: Remove show_registers() function prototype by Masami Hiramatsu · 4 years, 6 months ago
  8. 78c2141 Merge branch 'perf/vlbr' by Peter Zijlstra · 4 years, 6 months ago
  9. 8b6ddd1 Merge tag 'trace-v5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 4 years, 6 months ago
  10. 9b38cc7 kretprobe: Prevent triggering kretprobe from within kprobe_flush_task by Jiri Olsa · 4 years, 8 months ago
  11. 67a862a kprobes: Replace zero-length array with flexible-array by Gustavo A. R. Silva · 4 years, 7 months ago
  12. d002b8b kprobes: Add symbols for kprobe insn pages by Adrian Hunter · 4 years, 7 months ago
  13. 3292739 sysctl: pass kernel pointers to ->proc_handler by Christoph Hellwig · 4 years, 8 months ago
  14. b98cca4 mm, kprobes: generalize and rename notify_page_fault() as kprobe_page_fault() by Anshuman Khandual · 5 years ago
  15. 1a59d1b8 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156 by Thomas Gleixner · 6 years ago
  16. 3ff9c07 x86/kprobes: Verify stack frame on kretprobe by Masami Hiramatsu · 6 years ago
  17. fab9407 x86/hw_breakpoints, kprobes: Remove kprobes ifdeffery by Borislav Petkov · 6 years ago
  18. 312a466 Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  19. fb1a59f kprobes: Blacklist symbols in arch-defined prohibited area by Masami Hiramatsu · 6 years ago
  20. ad3bc25 x86/kernel: Fix more -Wmissing-prototypes warnings by Borislav Petkov · 6 years ago
  21. 4de5869 kprobes: Remove jprobe stub API by Masami Hiramatsu · 7 years ago
  22. 5a6cf77 kprobes: Remove jprobe API implementation by Masami Hiramatsu · 7 years ago
  23. fcdfafc kprobes: Don't spam the build log with deprecation warnings by Ingo Molnar · 7 years ago
  24. 590c845 kprobes: Disable the jprobes APIs by Masami Hiramatsu · 7 years ago
  25. 659b957 kprobes: Rename [arch_]function_offset_within_entry() to [arch_]kprobe_on_func_entry() by Naveen N. Rao · 7 years ago
  26. 30e7d89 tracing/kprobes: Enforce kprobes teardown after testing by Thomas Gleixner · 8 years ago
  27. 7246f60 Merge tag 'powerpc-4.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 8 years ago
  28. 290e307 powerpc/kprobes: Fix handling of function offsets on ABIv2 by Naveen N. Rao · 8 years ago
  29. 49e0b46 kprobes: Convert kprobe_lookup_name() to a function by Naveen N. Rao · 8 years ago
  30. 1d585e7 trace/kprobes: Fix check for kretprobe offset within function entry by Naveen N. Rao · 8 years ago
  31. 90ec5e8 kretprobes: Ensure probe location is at function entry by Naveen N. Rao · 8 years ago
  32. 7d134b2 kprobes: move kprobe declarations to asm-generic/kprobes.h by Luis R. Rodriguez · 8 years ago
  33. 5b48562 kprobes, extable: Identify kprobes trampolines as kernel text area by Masami Hiramatsu · 8 years ago
  34. e5779e8 perf/x86/hw_breakpoints: Disallow kernel breakpoints unless kprobe-safe by Andy Lutomirski · 9 years ago
  35. cbf6ab5 kprobes: Pass the original kprobe for preparing optimized kprobe by Masami Hiramatsu · 10 years ago
  36. f7f242f kprobes: introduce weak arch_check_ftrace_location() helper function by Heiko Carstens · 10 years ago
  37. 3737a12 Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  38. bdffd89 tracing: Replace __get_cpu_var uses with this_cpu_ptr by Christoph Lameter · 11 years ago
  39. 376e242 kprobes: Introduce NOKPROBE_SYMBOL() macro to maintain kprobes blacklist by Masami Hiramatsu · 11 years ago
  40. be8f274 kprobes: Prohibit probing on .entry.text code by Masami Hiramatsu · 11 years ago
  41. af96397 kprobes: allow to specify custom allocator for insn caches by Heiko Carstens · 11 years ago
  42. c802d64 kprobes: unify insn caches by Heiko Carstens · 11 years ago
  43. 324670b kprobes: Move __kprobes definition into compiler.h by Masami Hiramatsu · 12 years ago
  44. e7dbfe3 kprobes/x86: Move ftrace-based kprobe code into kprobes-ftrace.c by Masami Hiramatsu · 12 years ago
  45. e525389 kprobes/x86: ftrace based optimization for x86 by Masami Hiramatsu · 13 years ago
  46. ae6aa16 kprobes: introduce ftrace based optimization by Masami Hiramatsu · 13 years ago
  47. 187f188 BUG: headers with BUG/BUG_ON etc. need linux/bug.h by Paul Gortmaker · 13 years ago
  48. ec484608 locking, kprobes: Annotate the hash locks and kretprobe.lock as raw by Thomas Gleixner · 15 years ago
  49. 72eb6a7 Merge branch 'for-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu by Linus Torvalds · 14 years ago
  50. b76834b kprobes: Use this_cpu_ops by Christoph Lameter · 14 years ago
  51. f984ba4 kprobes: Use text_poke_smp_batch for unoptimizing by Masami Hiramatsu · 14 years ago
  52. cd7ebe2 kprobes: Use text_poke_smp_batch for optimizing by Masami Hiramatsu · 14 years ago
  53. b2be84d kprobes: Jump optimization sysctl interface by Masami Hiramatsu · 15 years ago
  54. afd6625 kprobes: Introduce kprobes jump optimization by Masami Hiramatsu · 15 years ago
  55. d7a4b41 Merge commit 'linus/master' into tracing/kprobes by Frederic Weisbecker · 15 years ago
  56. fe832a3 tracing: remove notrace from __kprobes annotation by Steven Rostedt · 15 years ago
  57. 24851d2 tracing/kprobes: Dump the culprit kprobe in case of kprobe recursion by Frederic Weisbecker · 15 years ago
  58. 8f9b152 kprobes: support kretprobe and jprobe per-probe disabling by Masami Hiramatsu · 16 years ago
  59. de5bd88 kprobes: support per-kprobe disabling by Masami Hiramatsu · 16 years ago
  60. cc00e9c kprobes: cleanup comment style in kprobes.h by Masami Hiramatsu · 16 years ago
  61. b180181 x86, mm, kprobes: fault.c, simplify notify_page_fault() by Ingo Molnar · 16 years ago
  62. dc19835 kprobes: fix module compilation error with CONFIG_KPROBES=n by Masami Hiramatsu · 16 years ago
  63. e8386a0 kprobes: support probing module __exit function by Masami Hiramatsu · 16 years ago
  64. 1294156 kprobes: add kprobe_insn_mutex and cleanup arch_remove_kprobe() by Masami Hiramatsu · 16 years ago
  65. 36dcd67 ftrace: ignore functions that cannot be kprobe-ed by Ingo Molnar · 16 years ago
  66. ef53d9c kprobes: improve kretprobe scalability with hashed locking by Srinivasa D S · 16 years ago
  67. 785656a kprobes: enable clean usage of get_kprobe by Abhishek Sagar · 17 years ago
  68. 26b31c1 kprobes: add (un)register_jprobes for batch registration by Masami Hiramatsu · 17 years ago
  69. 4a296e0 kprobes: add (un)register_kretprobes for batch registration by Masami Hiramatsu · 17 years ago
  70. 9861668 kprobes: add (un)register_kprobes for batch registration by Masami Hiramatsu · 17 years ago
  71. 3d8d996 kprobes: prevent probing of preempt_schedule() by Srinivasa Ds · 17 years ago
  72. 9edddaa Kprobes: indicate kretprobe support in Kconfig by Ananth N Mavinakayanahalli · 17 years ago
  73. f47cd9b kprobes: kretprobe user entry-handler by Abhishek Sagar · 17 years ago
  74. 8c1c935 x86: kprobes: add kprobes smoke tests that run on boot by Ananth N Mavinakayanahalli · 17 years ago
  75. f438d91 kprobes: support kretprobe blacklist by Masami Hiramatsu · 17 years ago
  76. 3d7e338 jprobes: make jprobes a little safer for users by Michael Ellerman · 17 years ago
  77. 9e367d8 jprobes: remove JPROBE_ENTRY() by Michael Ellerman · 17 years ago
  78. 81eae37 jprobes: make struct jprobe.entry a void * by Michael Ellerman · 17 years ago
  79. bf8f6e5b Kprobes: The ON/OFF knob thru debugfs by Ananth N Mavinakayanahalli · 18 years ago
  80. 4c4308c kprobes: kretprobes simplifications by Christoph Hellwig · 18 years ago
  81. 0f95b7f Kprobes: print details of kretprobe on assertion failure by Ananth N Mavinakayanahalli · 18 years ago
  82. 9b3af29 Kprobes: Make kprobe.symbol_name const by Ananth N Mavinakayanahalli · 18 years ago
  83. b4c6c34 [PATCH] kprobes: enable booster on the preemptible kernel by Masami Hiramatsu · 18 years ago
  84. 99219a3 [PATCH] kretprobe spinlock deadlock patch by bibo,mao · 18 years ago
  85. 3a872d8 [PATCH] Kprobes: Make kprobe modules more portable by Ananth N Mavinakayanahalli · 18 years ago
  86. 62c4f0a Don't include linux/config.h from anywhere else in include/ by David Woodhouse · 19 years ago
  87. 7a7d1cf [PATCH] sem2mutex: kprobes by Ingo Molnar · 19 years ago
  88. df019b1 [PATCH] kprobes: fix unloading of self probed module by Keshavamurthy Anil S · 19 years ago
  89. 0498b63 [PATCH] kprobes: fix build breakage by Ananth N Mavinakayanahalli · 19 years ago
  90. e597c29 [PATCH] kprobes: arch_remove_kprobe by Anil S Keshavamurthy · 19 years ago
  91. 49a2a1b [PATCH] kprobes: changed from using spinlock to mutex by Anil S Keshavamurthy · 19 years ago
  92. bf8d5c5 [PATCH] kprobes: increment kprobe missed count for multiprobes by Keshavamurthy Anil S · 19 years ago
  93. 00d7c05 [PATCH] kprobes: no probes on critical path by Keshavamurthy Anil S · 19 years ago
  94. d217d54 [PATCH] Kprobes: preempt_disable/enable() simplification by Ananth N Mavinakayanahalli · 19 years ago
  95. 3516a46 [PATCH] Kprobes: Use RCU for (un)register synchronization - base changes by Ananth N Mavinakayanahalli · 19 years ago
  96. e658452 [PATCH] Kprobes: Track kprobe on a per_cpu basis - base changes by Ananth N Mavinakayanahalli · 19 years ago
  97. d0aaff9 [PATCH] Kprobes: prevent possible race conditions generic by Prasanna S Panchamukhi · 19 years ago
  98. 6772926 [PATCH] kprobes: fix namespace problem and sparc64 build by Rusty Lynch · 19 years ago
  99. 802eae7 [PATCH] Return probe redesign: architecture independent changes by Rusty Lynch · 20 years ago
  100. 9ec4b1f [PATCH] kprobes: fix single-step out of line - take2 by Ananth N Mavinakayanahalli · 20 years ago