1. c5cb5a2 kprobes: Clean up insn_pages by using list instead of hlist by Masami Hiramatsu · 15 years ago
  2. 4a2bb6f kprobes: No need to unlock kprobe_insn_mutex by Masami Hiramatsu · 15 years ago
  3. 201517a kprobes: fix to use text_mutex around arm/disarm kprobe by Masami Hiramatsu · 15 years ago
  4. de5bd88 kprobes: support per-kprobe disabling by Masami Hiramatsu · 15 years ago
  5. e579abe kprobes: rename kprobe_enabled to kprobes_all_disarmed by Masami Hiramatsu · 15 years ago
  6. 99081ab kprobes: move EXPORT_SYMBOL_GPL just after function definitions by Masami Hiramatsu · 15 years ago
  7. b918e5e kprobes: cleanup aggr_kprobe related code by Masami Hiramatsu · 15 years ago
  8. f02b862 kprobes: Fix locking imbalance in kretprobes by Ananth N Mavinakayanahalli · 15 years ago
  9. 4460fda tracing, Text Edit Lock - kprobes architecture independent support by Mathieu Desnoyers · 15 years ago
  10. 5a4ccaf kprobes: check CONFIG_FREEZER instead of CONFIG_PM by Masami Hiramatsu · 15 years ago
  11. f24659d kprobes: support probing module __init function by Masami Hiramatsu · 15 years ago
  12. 49ad2fd kprobes: remove called_from argument by Masami Hiramatsu · 15 years ago
  13. e8386a0 kprobes: support probing module __exit function by Masami Hiramatsu · 15 years ago
  14. 017c39b kprobes: add __kprobes to kprobe internal functions by Masami Hiramatsu · 15 years ago
  15. 1294156 kprobes: add kprobe_insn_mutex and cleanup arch_remove_kprobe() by Masami Hiramatsu · 15 years ago
  16. bc2f701 kprobes: bugfix: try_module_get even if calling_mod is NULL by Masami Hiramatsu · 15 years ago
  17. 7e036d0 kernel/kprobes.c: don't pad kretprobe_table_locks[] on uniprocessor builds by Andrew Morton · 16 years ago
  18. a189d03 kprobes: disable preempt for module_text_address() and kernel_text_address() by Masami Hiramatsu · 16 years ago
  19. 2b252c5 make kprobes.c:kretprobe_table_lock() static by Adrian Bunk · 16 years ago
  20. 8b6dd98 kprobes: remove redundant config check by Abhishek Sagar · 16 years ago
  21. ef53d9c kprobes: improve kretprobe scalability with hashed locking by Srinivasa D S · 16 years ago
  22. 544304b kernel/kprobes.c: Made kprobe_blacklist static. by Daniel Guilak · 16 years ago
  23. 67dddaa kprobes: fix error checking of batch registration by Masami Hiramatsu · 16 years ago
  24. 26b31c1 kprobes: add (un)register_jprobes for batch registration by Masami Hiramatsu · 16 years ago
  25. 4a296e0 kprobes: add (un)register_kretprobes for batch registration by Masami Hiramatsu · 16 years ago
  26. 9861668 kprobes: add (un)register_kprobes for batch registration by Masami Hiramatsu · 16 years ago
  27. 3d8d996 kprobes: prevent probing of preempt_schedule() by Srinivasa Ds · 16 years ago
  28. b2a5cd6 kprobes: fix a null pointer bug in register_kretprobe() by Masami Hiramatsu · 16 years ago
  29. 9edddaa Kprobes: indicate kretprobe support in Kconfig by Ananth N Mavinakayanahalli · 16 years ago
  30. f47cd9b kprobes: kretprobe user entry-handler by Abhishek Sagar · 16 years ago
  31. 8c1c935 x86: kprobes: add kprobes smoke tests that run on boot by Ananth N Mavinakayanahalli · 16 years ago
  32. f438d91 kprobes: support kretprobe blacklist by Masami Hiramatsu · 17 years ago
  33. 74a0b57 x86: optimize page faults like all other achitectures and kill notifier cruft by Christoph Hellwig · 17 years ago
  34. cd5bfea fix compilation with gcc 4.2 by Peter Chubb · 17 years ago
  35. 3d7e338 jprobes: make jprobes a little safer for users by Michael Ellerman · 17 years ago
  36. bf8f6e5b Kprobes: The ON/OFF knob thru debugfs by Ananth N Mavinakayanahalli · 17 years ago
  37. 4c4308c kprobes: kretprobes simplifications by Christoph Hellwig · 17 years ago
  38. 6f716ac kprobes: codingstyle cleanups by Christoph Hellwig · 17 years ago
  39. b0bb501 kprobes: use hlist_for_each_entry by Christoph Hellwig · 17 years ago
  40. ffb4512 Simplify kallsyms_lookup() by Alexey Dobriyan · 17 years ago
  41. 1eeb66a move die notifier handling to common code by Christoph Hellwig · 17 years ago
  42. e386979 kprobes: fix sparse NULL warning by Randy Dunlap · 17 years ago
  43. 346fd59 [PATCH] kprobes: list all active probes in the system by Srinivasa Ds · 17 years ago
  44. ab40c5c [PATCH] kprobes: replace magic numbers with enum by Masami Hiramatsu · 17 years ago
  45. b4c6c34 [PATCH] kprobes: enable booster on the preemptible kernel by Masami Hiramatsu · 18 years ago
  46. 99219a3 [PATCH] kretprobe spinlock deadlock patch by bibo,mao · 18 years ago
  47. 62c27be [PATCH] kprobe whitespace cleanup by bibo,mao · 18 years ago
  48. 3a872d8 [PATCH] Kprobes: Make kprobe modules more portable by Ananth N Mavinakayanahalli · 18 years ago
  49. a9ad965 [PATCH] IA64: kprobe invalidate icache of jump buffer by bibo, mao · 18 years ago
  50. e6f47f9 [PATCH] Notify page fault call chain by Anil S Keshavamurthy · 18 years ago
  51. 3d5631e [PATCH] Kprobes registers for notify page fault by Anil S Keshavamurthy · 18 years ago
  52. 3672165 [PATCH] Kprobe: multi kprobe posthandler for booster by mao, bibo · 18 years ago
  53. 7522a84 [PATCH] kprobes: NULL out non-relevant fields in struct kretprobe by Ananth N Mavinakayanahalli · 18 years ago
  54. c6fd91f [PATCH] kretprobe instance recycled by parent process by bibo mao · 18 years ago
  55. 7a7d1cf [PATCH] sem2mutex: kprobes by Ingo Molnar · 18 years ago
  56. 278ff95 [PATCH] Kprobes: Fix deadlock in function-return probes by Ananth N Mavinakayanahalli · 18 years ago
  57. e65cefe [PATCH] kernel/kprobes.c: fix a warning #ifndef ARCH_SUPPORTS_KRETPROBES by Adrian Bunk · 18 years ago
  58. df019b1 [PATCH] kprobes: fix unloading of self probed module by Keshavamurthy Anil S · 18 years ago
  59. a0d5006 [PATCH] Kprobes: conversion from kcalloc to kzalloc by Keshavamurthy Anil S · 18 years ago
  60. 0498b63 [PATCH] kprobes: fix build breakage by Ananth N Mavinakayanahalli · 18 years ago
  61. e597c29 [PATCH] kprobes: arch_remove_kprobe by Anil S Keshavamurthy · 18 years ago
  62. f709b12 [PATCH] kprobes-changed-from-using-spinlock-to-mutex fix by Keshavamurthy Anil S · 18 years ago
  63. 49a2a1b [PATCH] kprobes: changed from using spinlock to mutex by Anil S Keshavamurthy · 18 years ago
  64. 2d14e39 [PATCH] kprobes: enable funcions only for required arch by Anil S Keshavamurthy · 18 years ago
  65. bf8d5c5 [PATCH] kprobes: increment kprobe missed count for multiprobes by Keshavamurthy Anil S · 19 years ago
  66. adad0f3 [PATCH] kprobes: fix race in aggregate kprobe registration by Keshavamurthy Anil S · 19 years ago
  67. b3e55c7 [PATCH] Kprobes: Reference count the modules when probed on it by Mao, Bibo · 19 years ago
  68. d217d54 [PATCH] Kprobes: preempt_disable/enable() simplification by Ananth N Mavinakayanahalli · 19 years ago
  69. 3516a46 [PATCH] Kprobes: Use RCU for (un)register synchronization - base changes by Ananth N Mavinakayanahalli · 19 years ago
  70. e658452 [PATCH] Kprobes: Track kprobe on a per_cpu basis - base changes by Ananth N Mavinakayanahalli · 19 years ago
  71. 4e57b68 [PATCH] fix missing includes by Tim Schmielau · 19 years ago
  72. deac66a [PATCH] kprobes: fix bug when probed on task and isr functions by Keshavamurthy Anil S · 19 years ago
  73. d0aaff9 [PATCH] Kprobes: prevent possible race conditions generic by Prasanna S Panchamukhi · 19 years ago
  74. 6772926 [PATCH] kprobes: fix namespace problem and sparc64 build by Rusty Lynch · 19 years ago
  75. 802eae7 [PATCH] Return probe redesign: architecture independent changes by Rusty Lynch · 19 years ago
  76. 9ec4b1f [PATCH] kprobes: fix single-step out of line - take2 by Ananth N Mavinakayanahalli · 19 years ago
  77. 8b0914e [PATCH] jprobes: allow a jprobe to coexist with muliple kprobes by Prasanna S Panchamukhi · 19 years ago
  78. ea32c65 [PATCH] kprobes: Temporary disarming of reentrant probe by Prasanna S Panchamukhi · 19 years ago
  79. 0aa55e4 [PATCH] kprobes: moves lock-unlock to non-arch kprobe_flush_task by Hien Nguyen · 19 years ago
  80. 7e1048b [PATCH] Move kprobe [dis]arming into arch specific code by Rusty Lynch · 19 years ago
  81. b94cce9 [PATCH] kprobes: function-return probes by Hien Nguyen · 19 years ago
  82. 64f562c [PATCH] kprobes: Allow multiple kprobes at the same address by Ananth N Mavinakayanahalli · 19 years ago
  83. 04dea5f [PATCH] Kprobes: Oops! in unregister_kprobe() by Prasanna S Panchamukhi · 19 years ago
  84. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago