1. 590c845 kprobes: Disable the jprobes APIs by Masami Hiramatsu · 7 years ago
  2. a30b85d kprobes: Use synchronize_rcu_tasks() for optprobe with CONFIG_PREEMPT=y by Masami Hiramatsu · 7 years ago
  3. 4f3a871 Revert "kprobes: Warn if optprobe handler tries to change execution path" by Naveen N. Rao · 7 years ago
  4. e863d53 kprobes: Warn if optprobe handler tries to change execution path by Masami Hiramatsu · 7 years ago
  5. 63fef14 kprobes/x86: Make insn buffer always ROX and use text_poke() by Masami Hiramatsu · 7 years ago
  6. dbf5806 kprobes: Ensure that jprobe probepoints are at function entry by Naveen N. Rao · 8 years ago
  7. 0f73ff8 kprobes: Simplify register_jprobes() by Naveen N. Rao · 8 years ago
  8. 659b957 kprobes: Rename [arch_]function_offset_within_entry() to [arch_]kprobe_on_func_entry() by Naveen N. Rao · 8 years ago
  9. 9a9594e Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  10. c93f5cf kprobes/x86: Fix to set RWX bits correctly before releasing trampoline by Masami Hiramatsu · 8 years ago
  11. 2d1e38f kprobes: Cure hotplug lock ordering issues by Thomas Gleixner · 8 years ago
  12. 545a028 kprobes: Document how optimized kprobes are removed from module unload by Steven Rostedt (VMware) · 8 years ago
  13. 30e7d894 tracing/kprobes: Enforce kprobes teardown after testing by Thomas Gleixner · 8 years ago
  14. 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
  15. 290e307 powerpc/kprobes: Fix handling of function offsets on ABIv2 by Naveen N. Rao · 8 years ago
  16. 49e0b46 kprobes: Convert kprobe_lookup_name() to a function by Naveen N. Rao · 8 years ago
  17. a460246 kprobes: Skip preparing optprobe if the probe is ftrace-based by Masami Hiramatsu · 8 years ago
  18. 1d585e7 trace/kprobes: Fix check for kretprobe offset within function entry by Naveen N. Rao · 8 years ago
  19. 5f6bee3 kprobes: Convert kprobe_exceptions_notify to use NOKPROBE_SYMBOL by Naveen N. Rao · 8 years ago
  20. 90ec5e8 kretprobes: Ensure probe location is at function entry by Naveen N. Rao · 8 years ago
  21. 38705613 Merge tag 'powerpc-4.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 8 years ago
  22. fc62d02 kprobes: Introduce weak variant of kprobe_exceptions_notify() by Naveen N. Rao · 8 years ago
  23. 5b48562 kprobes, extable: Identify kprobes trampolines as kernel text area by Masami Hiramatsu · 8 years ago
  24. 7c0f6ba Replace <asm/uaccess.h> with <linux/uaccess.h> globally by Linus Torvalds · 8 years ago
  25. bfd45be kprobes: include <asm/sections.h> instead of <asm-generic/sections.h> by Christoph Hellwig · 8 years ago
  26. e5779e8 perf/x86/hw_breakpoints: Disallow kernel breakpoints unless kprobe-safe by Andy Lutomirski · 9 years ago
  27. 69d54b9 kprobes: makes kprobes/enabled works correctly for optimized kprobes. by Wang Nan · 10 years ago
  28. 977ad48 kprobes: set kprobes_all_disarmed earlier to enable re-optimization. by Wang Nan · 10 years ago
  29. 42cf0f2 Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-arm by Linus Torvalds · 10 years ago
  30. be1f221 module: remove mod arg from module_free, rename module_memfree(). by Rusty Russell · 10 years ago
  31. cbf6ab5 kprobes: Pass the original kprobe for preparing optimized kprobe by Masami Hiramatsu · 10 years ago
  32. 27afc5d Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux by Linus Torvalds · 10 years ago
  33. 1d70be3 kprobes: Add IPMODIFY flag to kprobe_ftrace_ops by Masami Hiramatsu · 10 years ago
  34. f7f242f kprobes: introduce weak arch_check_ftrace_location() helper function by Heiko Carstens · 10 years ago
  35. f96f567 kprobes: Skip kretprobe hit in NMI context to avoid deadlock by Masami Hiramatsu · 10 years ago
  36. d81b425 kprobes: Fix "Failed to find blacklist" probing errors on ia64 and ppc64 by Masami Hiramatsu · 10 years ago
  37. 6372474 kprobes: Show blacklist entries via debugfs by Masami Hiramatsu · 11 years ago
  38. 820aede kprobes: Use NOKPROBE_SYMBOL macro instead of __kprobes by Masami Hiramatsu · 11 years ago
  39. 55479f6 kprobes: Allow probe on some kprobe functions by Masami Hiramatsu · 11 years ago
  40. 376e242 kprobes: Introduce NOKPROBE_SYMBOL() macro to maintain kprobes blacklist by Masami Hiramatsu · 11 years ago
  41. be8f274 kprobes: Prohibit probing on .entry.text code by Masami Hiramatsu · 11 years ago
  42. ab76786 kprobes: use KSYM_NAME_LEN to size identifier buffers by Joe Mario · 11 years ago
  43. af96397 kprobes: allow to specify custom allocator for insn caches by Heiko Carstens · 11 years ago
  44. c802d64 kprobes: unify insn caches by Heiko Carstens · 11 years ago
  45. 10fb46d kprobes: handle empty/invalid input to debugfs "enabled" file by Mathias Krause · 12 years ago
  46. 7b959fc kprobes: Fix to free gone and unused optprobes by Masami Hiramatsu · 12 years ago
  47. 5c51543 kprobes: Fix a double lock bug of kprobe_mutex by Masami Hiramatsu · 12 years ago
  48. b67bfe0 hlist: drop the node parameter from iterators by Sasha Levin · 12 years ago
  49. 1eaec82 Merge branch 'for-3.9-cleanups' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq by Linus Torvalds · 12 years ago
  50. ad72b3b kprobes: fix wait_for_kprobe_optimizer() by Tejun Heo · 12 years ago
  51. e7dbfe3 kprobes/x86: Move ftrace-based kprobe code into kprobes-ftrace.c by Masami Hiramatsu · 12 years ago
  52. c6aaf4d0 kprobes/x86: Fix to support jprobes on ftrace-based kprobe by Masami Hiramatsu · 12 years ago
  53. e525389 kprobes/x86: ftrace based optimization for x86 by Masami Hiramatsu · 13 years ago
  54. ae6aa16 kprobes: introduce ftrace based optimization by Masami Hiramatsu · 13 years ago
  55. 2576428 kprobes: Move locks into appropriate functions by Masami Hiramatsu · 13 years ago
  56. f7fa6ef0 kprobes: cleanup to separate probe-able check by Masami Hiramatsu · 13 years ago
  57. 72ef379 kprobes: Inverse taking of module_mutex with kprobe_mutex by Steven Rostedt · 13 years ago
  58. f986a49 kprobes: return proper error code from register_kprobe() by Prashanth Nageshappa · 13 years ago
  59. 55ca614 kprobes: fix a memory leak in function pre_handler_kretprobe() by Jiang Liu · 13 years ago
  60. d496aab kprobes: initialize before using a hlist by Ananth N Mavinakayanahalli · 13 years ago
  61. efeb156 kprobes: silence DEBUG_STRICT_USER_COPY_CHECKS=y warning by Stephen Boyd · 13 years ago
  62. 9984de1 kernel: Map most files to use export.h instead of module.h by Paul Gortmaker · 14 years ago
  63. ec484608 locking, kprobes: Annotate the hash locks and kretprobe.lock as raw by Thomas Gleixner · 15 years ago
  64. bc81d48 kprobes: Return -ENOENT if probe point doesn't exist by Masami Hiramatsu · 14 years ago
  65. 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
  66. b76834b kprobes: Use this_cpu_ops by Christoph Lameter · 14 years ago
  67. f984ba4 kprobes: Use text_poke_smp_batch for unoptimizing by Masami Hiramatsu · 14 years ago
  68. cd7ebe2 kprobes: Use text_poke_smp_batch for optimizing by Masami Hiramatsu · 14 years ago
  69. 0490cd1 kprobes: Reuse unused kprobe by Masami Hiramatsu · 14 years ago
  70. 6274de4 kprobes: Support delayed unoptimizing by Masami Hiramatsu · 14 years ago
  71. 61f4e13 kprobes: Separate kprobe optimizing code from optimizer by Masami Hiramatsu · 14 years ago
  72. 6f0f1dd kprobes: Cleanup disabling and unregistering path by Masami Hiramatsu · 14 years ago
  73. 6d8e40a kprobes: Rename old_p to more appropriate name by Masami Hiramatsu · 14 years ago
  74. de31c3c jump label: Fix error with preempt disable holding mutex by Steven Rostedt · 14 years ago
  75. 91bad2f jump label: Fix deadlock b/w jump_label_mutex vs. text_mutex by Jason Baron · 14 years ago
  76. a042e26 Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  77. 43948f5 kprobes: Remove redundant text_mutex lock in optimize by Masami Hiramatsu · 14 years ago
  78. 092e0e7 Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bkl by Linus Torvalds · 14 years ago
  79. 6038f37 llseek: automatically add .llseek fop by Arnd Bergmann · 14 years ago
  80. 4c3ef6d jump label: Add jump_label_text_reserved() to reserve jump points by Jason Baron · 14 years ago
  81. bf5438fc jump label: Base patch for jump label by Jason Baron · 14 years ago
  82. 635c17c kprobes: Add sparse context annotations by Namhyung Kim · 14 years ago
  83. 6376b22 kprobes: Make functions static by Namhyung Kim · 14 years ago
  84. 05662bd kprobes: Verify jprobe entry point by Namhyung Kim · 14 years ago
  85. edbaadb kprobes: Remove redundant address check by Namhyung Kim · 14 years ago
  86. c061482 kprobes: Move enable/disable_kprobe() out from debugfs code by Masami Hiramatsu · 15 years ago
  87. 83ff56f kprobes: Calculate the index correctly when freeing the out-of-line execution slot by Masami Hiramatsu · 15 years ago
  88. b2be84d kprobes: Jump optimization sysctl interface by Masami Hiramatsu · 15 years ago
  89. afd6625 kprobes: Introduce kprobes jump optimization by Masami Hiramatsu · 15 years ago
  90. 4610ee1 kprobes: Introduce generic insn_slot framework by Masami Hiramatsu · 15 years ago
  91. 5ecaafd kprobes: Add mcount to the kprobes blacklist by Masami Hiramatsu · 15 years ago
  92. 4554dbc kprobes: Check probe address is reserved by Masami Hiramatsu · 15 years ago
  93. 615d0eb kprobes: Disable booster when CONFIG_PREEMPT=y by Masami Hiramatsu · 15 years ago
  94. c2ef666 kprobes: Fix distinct type warning by Heiko Carstens · 15 years ago
  95. c3fa27d Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  96. 4dae560 kprobes: Sanitize struct kretprobe_instance allocations by Ananth N Mavinakayanahalli · 15 years ago
  97. bb3c3e8 Merge commit 'v2.6.32-rc5' into perf/probes by Ingo Molnar · 15 years ago
  98. 828c095 const: constify remaining file_operations by Alexey Dobriyan · 15 years ago
  99. d7a4b41 Merge commit 'linus/master' into tracing/kprobes by Frederic Weisbecker · 15 years ago
  100. 88e9d34 seq_file: constify seq_operations by James Morris · 15 years ago