1. c9c83bb x86/kprobes: Verify stack frame on kretprobe by Masami Hiramatsu · 5 years ago
  2. dd0023d tracing/kprobes: Enforce kprobes teardown after testing by Thomas Gleixner · 7 years ago
  3. e5779e8 perf/x86/hw_breakpoints: Disallow kernel breakpoints unless kprobe-safe by Andy Lutomirski · 9 years ago
  4. cbf6ab5 kprobes: Pass the original kprobe for preparing optimized kprobe by Masami Hiramatsu · 9 years ago
  5. f7f242f kprobes: introduce weak arch_check_ftrace_location() helper function by Heiko Carstens · 10 years ago
  6. 3737a12 Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  7. bdffd89 tracing: Replace __get_cpu_var uses with this_cpu_ptr by Christoph Lameter · 10 years ago
  8. 376e242 kprobes: Introduce NOKPROBE_SYMBOL() macro to maintain kprobes blacklist by Masami Hiramatsu · 10 years ago
  9. be8f274 kprobes: Prohibit probing on .entry.text code by Masami Hiramatsu · 10 years ago
  10. af96397 kprobes: allow to specify custom allocator for insn caches by Heiko Carstens · 11 years ago
  11. c802d64 kprobes: unify insn caches by Heiko Carstens · 11 years ago
  12. 324670b kprobes: Move __kprobes definition into compiler.h by Masami Hiramatsu · 11 years ago
  13. e7dbfe3 kprobes/x86: Move ftrace-based kprobe code into kprobes-ftrace.c by Masami Hiramatsu · 12 years ago
  14. e525389 kprobes/x86: ftrace based optimization for x86 by Masami Hiramatsu · 12 years ago
  15. ae6aa16 kprobes: introduce ftrace based optimization by Masami Hiramatsu · 12 years ago
  16. 187f188 BUG: headers with BUG/BUG_ON etc. need linux/bug.h by Paul Gortmaker · 12 years ago
  17. ec484608 locking, kprobes: Annotate the hash locks and kretprobe.lock as raw by Thomas Gleixner · 15 years ago
  18. 72eb6a7 Merge branch 'for-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu by Linus Torvalds · 13 years ago
  19. b76834b kprobes: Use this_cpu_ops by Christoph Lameter · 13 years ago
  20. f984ba4 kprobes: Use text_poke_smp_batch for unoptimizing by Masami Hiramatsu · 13 years ago
  21. cd7ebe2 kprobes: Use text_poke_smp_batch for optimizing by Masami Hiramatsu · 13 years ago
  22. b2be84d kprobes: Jump optimization sysctl interface by Masami Hiramatsu · 14 years ago
  23. afd6625 kprobes: Introduce kprobes jump optimization by Masami Hiramatsu · 14 years ago
  24. d7a4b41 Merge commit 'linus/master' into tracing/kprobes by Frederic Weisbecker · 15 years ago
  25. fe832a3 tracing: remove notrace from __kprobes annotation by Steven Rostedt · 15 years ago
  26. 24851d2 tracing/kprobes: Dump the culprit kprobe in case of kprobe recursion by Frederic Weisbecker · 15 years ago
  27. 8f9b152 kprobes: support kretprobe and jprobe per-probe disabling by Masami Hiramatsu · 15 years ago
  28. de5bd88 kprobes: support per-kprobe disabling by Masami Hiramatsu · 15 years ago
  29. cc00e9c kprobes: cleanup comment style in kprobes.h by Masami Hiramatsu · 15 years ago
  30. b180181 x86, mm, kprobes: fault.c, simplify notify_page_fault() by Ingo Molnar · 15 years ago
  31. dc19835 kprobes: fix module compilation error with CONFIG_KPROBES=n by Masami Hiramatsu · 15 years ago
  32. e8386a0 kprobes: support probing module __exit function by Masami Hiramatsu · 15 years ago
  33. 1294156 kprobes: add kprobe_insn_mutex and cleanup arch_remove_kprobe() by Masami Hiramatsu · 15 years ago
  34. 36dcd67 ftrace: ignore functions that cannot be kprobe-ed by Ingo Molnar · 16 years ago
  35. ef53d9c kprobes: improve kretprobe scalability with hashed locking by Srinivasa D S · 16 years ago
  36. 785656a kprobes: enable clean usage of get_kprobe by Abhishek Sagar · 16 years ago
  37. 26b31c1 kprobes: add (un)register_jprobes for batch registration by Masami Hiramatsu · 16 years ago
  38. 4a296e0 kprobes: add (un)register_kretprobes for batch registration by Masami Hiramatsu · 16 years ago
  39. 9861668 kprobes: add (un)register_kprobes for batch registration by Masami Hiramatsu · 16 years ago
  40. 3d8d996 kprobes: prevent probing of preempt_schedule() by Srinivasa Ds · 16 years ago
  41. 9edddaa Kprobes: indicate kretprobe support in Kconfig by Ananth N Mavinakayanahalli · 16 years ago
  42. f47cd9b kprobes: kretprobe user entry-handler by Abhishek Sagar · 16 years ago
  43. 8c1c935 x86: kprobes: add kprobes smoke tests that run on boot by Ananth N Mavinakayanahalli · 16 years ago
  44. f438d91 kprobes: support kretprobe blacklist by Masami Hiramatsu · 17 years ago
  45. 3d7e338 jprobes: make jprobes a little safer for users by Michael Ellerman · 17 years ago
  46. 9e367d8 jprobes: remove JPROBE_ENTRY() by Michael Ellerman · 17 years ago
  47. 81eae37 jprobes: make struct jprobe.entry a void * by Michael Ellerman · 17 years ago
  48. bf8f6e5b Kprobes: The ON/OFF knob thru debugfs by Ananth N Mavinakayanahalli · 17 years ago
  49. 4c4308c kprobes: kretprobes simplifications by Christoph Hellwig · 17 years ago
  50. 0f95b7f Kprobes: print details of kretprobe on assertion failure by Ananth N Mavinakayanahalli · 17 years ago
  51. 9b3af29 Kprobes: Make kprobe.symbol_name const by Ananth N Mavinakayanahalli · 17 years ago
  52. b4c6c34 [PATCH] kprobes: enable booster on the preemptible kernel by Masami Hiramatsu · 17 years ago
  53. 99219a3 [PATCH] kretprobe spinlock deadlock patch by bibo,mao · 18 years ago
  54. 3a872d8 [PATCH] Kprobes: Make kprobe modules more portable by Ananth N Mavinakayanahalli · 18 years ago
  55. 62c4f0a Don't include linux/config.h from anywhere else in include/ by David Woodhouse · 18 years ago
  56. 7a7d1cf [PATCH] sem2mutex: kprobes by Ingo Molnar · 18 years ago
  57. df019b1 [PATCH] kprobes: fix unloading of self probed module by Keshavamurthy Anil S · 18 years ago
  58. 0498b63 [PATCH] kprobes: fix build breakage by Ananth N Mavinakayanahalli · 18 years ago
  59. e597c29 [PATCH] kprobes: arch_remove_kprobe by Anil S Keshavamurthy · 18 years ago
  60. 49a2a1b [PATCH] kprobes: changed from using spinlock to mutex by Anil S Keshavamurthy · 18 years ago
  61. bf8d5c5 [PATCH] kprobes: increment kprobe missed count for multiprobes by Keshavamurthy Anil S · 18 years ago
  62. 00d7c05 [PATCH] kprobes: no probes on critical path by Keshavamurthy Anil S · 18 years ago
  63. d217d54 [PATCH] Kprobes: preempt_disable/enable() simplification by Ananth N Mavinakayanahalli · 19 years ago
  64. 3516a46 [PATCH] Kprobes: Use RCU for (un)register synchronization - base changes by Ananth N Mavinakayanahalli · 19 years ago
  65. e658452 [PATCH] Kprobes: Track kprobe on a per_cpu basis - base changes by Ananth N Mavinakayanahalli · 19 years ago
  66. d0aaff9 [PATCH] Kprobes: prevent possible race conditions generic by Prasanna S Panchamukhi · 19 years ago
  67. 6772926 [PATCH] kprobes: fix namespace problem and sparc64 build by Rusty Lynch · 19 years ago
  68. 802eae7 [PATCH] Return probe redesign: architecture independent changes by Rusty Lynch · 19 years ago
  69. 9ec4b1f [PATCH] kprobes: fix single-step out of line - take2 by Ananth N Mavinakayanahalli · 19 years ago
  70. ea32c65 [PATCH] kprobes: Temporary disarming of reentrant probe by Prasanna S Panchamukhi · 19 years ago
  71. 0aa55e4 [PATCH] kprobes: moves lock-unlock to non-arch kprobe_flush_task by Hien Nguyen · 19 years ago
  72. 7e1048b [PATCH] Move kprobe [dis]arming into arch specific code by Rusty Lynch · 19 years ago
  73. b94cce9 [PATCH] kprobes: function-return probes by Hien Nguyen · 19 years ago
  74. 64f562c [PATCH] kprobes: Allow multiple kprobes at the same address by Ananth N Mavinakayanahalli · 19 years ago
  75. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago