1. 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
  2. b76834b kprobes: Use this_cpu_ops by Christoph Lameter · 13 years ago
  3. f984ba4 kprobes: Use text_poke_smp_batch for unoptimizing by Masami Hiramatsu · 14 years ago
  4. cd7ebe2 kprobes: Use text_poke_smp_batch for optimizing by Masami Hiramatsu · 14 years ago
  5. 0490cd1 kprobes: Reuse unused kprobe by Masami Hiramatsu · 14 years ago
  6. 6274de4 kprobes: Support delayed unoptimizing by Masami Hiramatsu · 14 years ago
  7. 61f4e13 kprobes: Separate kprobe optimizing code from optimizer by Masami Hiramatsu · 14 years ago
  8. 6f0f1dd kprobes: Cleanup disabling and unregistering path by Masami Hiramatsu · 14 years ago
  9. 6d8e40a kprobes: Rename old_p to more appropriate name by Masami Hiramatsu · 14 years ago
  10. de31c3c jump label: Fix error with preempt disable holding mutex by Steven Rostedt · 14 years ago
  11. 91bad2f jump label: Fix deadlock b/w jump_label_mutex vs. text_mutex by Jason Baron · 14 years ago
  12. 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
  13. 43948f5 kprobes: Remove redundant text_mutex lock in optimize by Masami Hiramatsu · 14 years ago
  14. 092e0e7 Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bkl by Linus Torvalds · 14 years ago
  15. 6038f37 llseek: automatically add .llseek fop by Arnd Bergmann · 14 years ago
  16. 4c3ef6d jump label: Add jump_label_text_reserved() to reserve jump points by Jason Baron · 14 years ago
  17. bf5438fc jump label: Base patch for jump label by Jason Baron · 14 years ago
  18. 635c17c kprobes: Add sparse context annotations by Namhyung Kim · 14 years ago
  19. 6376b22 kprobes: Make functions static by Namhyung Kim · 14 years ago
  20. 05662bd kprobes: Verify jprobe entry point by Namhyung Kim · 14 years ago
  21. edbaadb kprobes: Remove redundant address check by Namhyung Kim · 14 years ago
  22. c061482 kprobes: Move enable/disable_kprobe() out from debugfs code by Masami Hiramatsu · 14 years ago
  23. 83ff56f kprobes: Calculate the index correctly when freeing the out-of-line execution slot by Masami Hiramatsu · 14 years ago
  24. b2be84d kprobes: Jump optimization sysctl interface by Masami Hiramatsu · 14 years ago
  25. afd6625 kprobes: Introduce kprobes jump optimization by Masami Hiramatsu · 14 years ago
  26. 4610ee1 kprobes: Introduce generic insn_slot framework by Masami Hiramatsu · 14 years ago
  27. 5ecaafd kprobes: Add mcount to the kprobes blacklist by Masami Hiramatsu · 14 years ago
  28. 4554dbc kprobes: Check probe address is reserved by Masami Hiramatsu · 14 years ago
  29. 615d0eb kprobes: Disable booster when CONFIG_PREEMPT=y by Masami Hiramatsu · 14 years ago
  30. c2ef666 kprobes: Fix distinct type warning by Heiko Carstens · 14 years ago
  31. 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
  32. 4dae560 kprobes: Sanitize struct kretprobe_instance allocations by Ananth N Mavinakayanahalli · 15 years ago
  33. bb3c3e8 Merge commit 'v2.6.32-rc5' into perf/probes by Ingo Molnar · 15 years ago
  34. 828c095 const: constify remaining file_operations by Alexey Dobriyan · 15 years ago
  35. d7a4b41 Merge commit 'linus/master' into tracing/kprobes by Frederic Weisbecker · 15 years ago
  36. 88e9d34 seq_file: constify seq_operations by James Morris · 15 years ago
  37. 1f0ab40 kprobes: Prevent re-registration of the same kprobe by Ananth N Mavinakayanahalli · 15 years ago
  38. a00e817 kprobes/x86-32: Move irq-exit functions to kprobes section by Masami Hiramatsu · 15 years ago
  39. 65e234e kprobes: Prohibit to probe native_get_debugreg by Masami Hiramatsu · 15 years ago
  40. 24851d2 tracing/kprobes: Dump the culprit kprobe in case of kprobe recursion by Frederic Weisbecker · 15 years ago
  41. 89034bc Merge branch 'linus' into tracing/core by Ingo Molnar · 15 years ago
  42. ec30c5f kprobes: Use kernel_text_address() for checking probe address by Masami Hiramatsu · 15 years ago
  43. c5cb5a2 kprobes: Clean up insn_pages by using list instead of hlist by Masami Hiramatsu · 15 years ago
  44. 4a2bb6f kprobes: No need to unlock kprobe_insn_mutex by Masami Hiramatsu · 15 years ago
  45. 201517a kprobes: fix to use text_mutex around arm/disarm kprobe by Masami Hiramatsu · 15 years ago
  46. de5bd88 kprobes: support per-kprobe disabling by Masami Hiramatsu · 15 years ago
  47. e579abe kprobes: rename kprobe_enabled to kprobes_all_disarmed by Masami Hiramatsu · 15 years ago
  48. 99081ab kprobes: move EXPORT_SYMBOL_GPL just after function definitions by Masami Hiramatsu · 15 years ago
  49. b918e5e kprobes: cleanup aggr_kprobe related code by Masami Hiramatsu · 15 years ago
  50. f02b862 kprobes: Fix locking imbalance in kretprobes by Ananth N Mavinakayanahalli · 15 years ago
  51. 4460fda tracing, Text Edit Lock - kprobes architecture independent support by Mathieu Desnoyers · 15 years ago
  52. 5a4ccaf kprobes: check CONFIG_FREEZER instead of CONFIG_PM by Masami Hiramatsu · 15 years ago
  53. f24659d kprobes: support probing module __init function by Masami Hiramatsu · 15 years ago
  54. 49ad2fd kprobes: remove called_from argument by Masami Hiramatsu · 15 years ago
  55. e8386a0 kprobes: support probing module __exit function by Masami Hiramatsu · 15 years ago
  56. 017c39b kprobes: add __kprobes to kprobe internal functions by Masami Hiramatsu · 15 years ago
  57. 1294156 kprobes: add kprobe_insn_mutex and cleanup arch_remove_kprobe() by Masami Hiramatsu · 15 years ago
  58. bc2f701 kprobes: bugfix: try_module_get even if calling_mod is NULL by Masami Hiramatsu · 15 years ago
  59. 7e036d0 kernel/kprobes.c: don't pad kretprobe_table_locks[] on uniprocessor builds by Andrew Morton · 16 years ago
  60. a189d03 kprobes: disable preempt for module_text_address() and kernel_text_address() by Masami Hiramatsu · 16 years ago
  61. 2b252c5 make kprobes.c:kretprobe_table_lock() static by Adrian Bunk · 16 years ago
  62. 8b6dd98 kprobes: remove redundant config check by Abhishek Sagar · 16 years ago
  63. ef53d9c kprobes: improve kretprobe scalability with hashed locking by Srinivasa D S · 16 years ago
  64. 544304b kernel/kprobes.c: Made kprobe_blacklist static. by Daniel Guilak · 16 years ago
  65. 67dddaa kprobes: fix error checking of batch registration by Masami Hiramatsu · 16 years ago
  66. 26b31c1 kprobes: add (un)register_jprobes for batch registration by Masami Hiramatsu · 16 years ago
  67. 4a296e0 kprobes: add (un)register_kretprobes for batch registration by Masami Hiramatsu · 16 years ago
  68. 9861668 kprobes: add (un)register_kprobes for batch registration by Masami Hiramatsu · 16 years ago
  69. 3d8d996 kprobes: prevent probing of preempt_schedule() by Srinivasa Ds · 16 years ago
  70. b2a5cd6 kprobes: fix a null pointer bug in register_kretprobe() by Masami Hiramatsu · 16 years ago
  71. 9edddaa Kprobes: indicate kretprobe support in Kconfig by Ananth N Mavinakayanahalli · 16 years ago
  72. f47cd9b kprobes: kretprobe user entry-handler by Abhishek Sagar · 16 years ago
  73. 8c1c935 x86: kprobes: add kprobes smoke tests that run on boot by Ananth N Mavinakayanahalli · 16 years ago
  74. f438d91 kprobes: support kretprobe blacklist by Masami Hiramatsu · 17 years ago
  75. 74a0b57 x86: optimize page faults like all other achitectures and kill notifier cruft by Christoph Hellwig · 17 years ago
  76. cd5bfea fix compilation with gcc 4.2 by Peter Chubb · 17 years ago
  77. 3d7e338 jprobes: make jprobes a little safer for users by Michael Ellerman · 17 years ago
  78. bf8f6e5b Kprobes: The ON/OFF knob thru debugfs by Ananth N Mavinakayanahalli · 17 years ago
  79. 4c4308c kprobes: kretprobes simplifications by Christoph Hellwig · 17 years ago
  80. 6f716ac kprobes: codingstyle cleanups by Christoph Hellwig · 17 years ago
  81. b0bb501 kprobes: use hlist_for_each_entry by Christoph Hellwig · 17 years ago
  82. ffb4512 Simplify kallsyms_lookup() by Alexey Dobriyan · 17 years ago
  83. 1eeb66a move die notifier handling to common code by Christoph Hellwig · 17 years ago
  84. e386979 kprobes: fix sparse NULL warning by Randy Dunlap · 17 years ago
  85. 346fd59 [PATCH] kprobes: list all active probes in the system by Srinivasa Ds · 17 years ago
  86. ab40c5c [PATCH] kprobes: replace magic numbers with enum by Masami Hiramatsu · 17 years ago
  87. b4c6c34 [PATCH] kprobes: enable booster on the preemptible kernel by Masami Hiramatsu · 18 years ago
  88. 99219a3 [PATCH] kretprobe spinlock deadlock patch by bibo,mao · 18 years ago
  89. 62c27be [PATCH] kprobe whitespace cleanup by bibo,mao · 18 years ago
  90. 3a872d8 [PATCH] Kprobes: Make kprobe modules more portable by Ananth N Mavinakayanahalli · 18 years ago
  91. a9ad965 [PATCH] IA64: kprobe invalidate icache of jump buffer by bibo, mao · 18 years ago
  92. e6f47f9 [PATCH] Notify page fault call chain by Anil S Keshavamurthy · 18 years ago
  93. 3d5631e [PATCH] Kprobes registers for notify page fault by Anil S Keshavamurthy · 18 years ago
  94. 3672165 [PATCH] Kprobe: multi kprobe posthandler for booster by mao, bibo · 18 years ago
  95. 7522a84 [PATCH] kprobes: NULL out non-relevant fields in struct kretprobe by Ananth N Mavinakayanahalli · 18 years ago
  96. c6fd91f [PATCH] kretprobe instance recycled by parent process by bibo mao · 18 years ago
  97. 7a7d1cf [PATCH] sem2mutex: kprobes by Ingo Molnar · 18 years ago
  98. 278ff95 [PATCH] Kprobes: Fix deadlock in function-return probes by Ananth N Mavinakayanahalli · 18 years ago
  99. e65cefe [PATCH] kernel/kprobes.c: fix a warning #ifndef ARCH_SUPPORTS_KRETPROBES by Adrian Bunk · 18 years ago
  100. df019b1 [PATCH] kprobes: fix unloading of self probed module by Keshavamurthy Anil S · 18 years ago