1. 763e34e ftrace: Add register_ftrace_direct() by Steven Rostedt (VMware) · 5 years ago
  2. 7e16f58 ftrace: Separate out functionality from ftrace_location_range() by Steven Rostedt (VMware) · 5 years ago
  3. 714641c ftrace: Separate out the copying of a ftrace_hash from __ftrace_hash_move() by Steven Rostedt (VMware) · 5 years ago
  4. 7162431 ftrace: Introduce PERMANENT ftrace_ops flag by Miroslav Benes · 5 years ago
  5. 17911ff tracing: Add locked_down checks to the open calls of files created for tracefs by Steven Rostedt (VMware) · 5 years ago
  6. 8530dec tracing: Add tracing_check_open_get_tr() by Steven Rostedt (VMware) · 5 years ago
  7. 9ef1669 ftrace: Get a reference counter for the trace_array on filter files by Steven Rostedt (VMware) · 5 years ago
  8. 45979a9 Merge tag 'trace-v5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 5 years ago
  9. 0846875 ftrace: Simplify ftrace hash lookup code in clear_func_from_hash() by Changbin Du · 5 years ago
  10. 7e67a85 Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 5 years ago
  11. 5b0022d ftrace: Check for successful allocation of hash by Naveen N. Rao · 6 years ago
  12. 372e0d0 ftrace: Check for empty hash and comment the race with registering probes by Steven Rostedt (VMware) · 5 years ago
  13. 7bd4664 ftrace: Fix NULL pointer dereference in t_probe_next() by Naveen N. Rao · 6 years ago
  14. 30c9370 tracing: Use CONFIG_PREEMPTION by Thomas Gleixner · 5 years ago
  15. 818e95c Merge tag 'trace-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 5 years ago
  16. d5b844a ftrace/x86: Remove possible deadlock between register_kprobe() and ftrace_run_update_code() by Petr Mladek · 6 years ago
  17. 04e03d9 ftrace: Fix NULL pointer dereference in free_ftrace_func_mapper() by Wei Li · 6 years ago
  18. 9f255b6 module: Fix livepatch/ftrace module text permissions race by Josh Poimboeuf · 6 years ago
  19. cbdaeaf tracing: avoid build warning with HAVE_NOP_MCOUNT by Vasily Gorbik · 6 years ago
  20. a124692 ftrace: Enable trampoline when rec count returns back to one by Cheng Jian · 6 years ago
  21. 7375dca ftrace: Make enable and update parameters bool when applicable by Steven Rostedt (VMware) · 6 years ago
  22. d2d8b14 Merge tag 'trace-v5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 6 years ago
  23. 0f5e5a3 tracing: Eliminate const char[] auto variables by Rasmus Villemoes · 6 years ago
  24. fabe38a kprobes: Mark ftrace mcount handler functions nokprobe by Masami Hiramatsu · 6 years ago
  25. 2fa717a ftrace: Do not process STUB functions in ftrace_ops_list_func() by Steven Rostedt (VMware) · 6 years ago
  26. ee6a650 ftrace: Remove ASSIGN_OPS_HASH() macro from ftrace.c by Steven Rostedt (VMware) · 6 years ago
  27. 9efb85c ftrace: Fix warning using plain integer as NULL & spelling corrections by Hariprasad Kelam · 6 years ago
  28. f79b3f3 ftrace: Allow enabling of filters via index of available_filter_functions by Steven Rostedt (VMware) · 6 years ago
  29. 495d714 Merge tag 'trace-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 6 years ago
  30. 792bf4d Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  31. 2840f84 tracing: Fix memory leak of instance function hash filters by Steven Rostedt (VMware) · 6 years ago
  32. a0572f6 ftrace: Allow ftrace_replace_code() to be schedulable by Steven Rostedt (VMware) · 6 years ago
  33. b0e21a6 function_graph: Have profiler use new helper ftrace_graph_get_ret_stack() by Steven Rostedt (VMware) · 6 years ago
  34. 688f708 fgraph: Add new fgraph_ops structure to enable function graph hooks by Steven Rostedt (VMware) · 6 years ago
  35. e73e679 fgraph: Move function graph specific code into fgraph.c by Steven Rostedt (VMware) · 6 years ago
  36. 3306fc4a ftrace: Create new ftrace_internal.h header by Steven Rostedt (VMware) · 6 years ago
  37. 4bbfd74 Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into core/rcu by Ingo Molnar · 6 years ago
  38. b1b35f2 function_graph: Have profiler use curr_ret_stack and not depth by Steven Rostedt (VMware) · 6 years ago
  39. 39eb456 function_graph: Use new curr_ret_depth to manage depth instead of curr_ret_stack by Steven Rostedt (VMware) · 6 years ago
  40. 7440172 tracing: Replace synchronize_sched() and call_rcu_sched() by Paul E. McKenney · 6 years ago
  41. bcea3f9 tracing: Add SPDX License format tags to tracing files by Steven Rostedt (VMware) · 6 years ago
  42. 2f4df00 tracing: Add -mcount-nop option support by Vasily Gorbik · 6 years ago
  43. b207de3 ftrace: Remove unused pointer ftrace_swapper_pid by Colin Ian King · 6 years ago
  44. 44ec3ec ftrace: Use true and false for boolean values in ops_references_rec() by Gustavo A. R. Silva · 6 years ago
  45. 72809cb tracing: Remove orphaned function ftrace_nr_registered_ops() by Masami Hiramatsu · 6 years ago
  46. 7b144b6 tracing: Remove orphaned function using_ftrace_ops_list_func(). by Masami Hiramatsu · 6 years ago
  47. 5ccba64 ftrace: Nuke clear_ftrace_function by Yisheng Xie · 7 years ago
  48. 6396bb2 treewide: kzalloc() -> kcalloc() by Kees Cook · 7 years ago
  49. 6da2ec5 treewide: kmalloc() -> kmalloc_array() by Kees Cook · 7 years ago
  50. 1ce0500 ftrace: Have set_graph_* files have normal file modes by Chen LinX · 10 years ago
  51. 419e9fe ftrace: Drop a VLA in module_exists() by Salvatore Mesoraca · 7 years ago
  52. 7b65865 ftrace: Remove incorrect setting of glob search field by Steven Rostedt (VMware) · 7 years ago
  53. f4d0706 tracing: Make sure the parsed string always terminates with '\0' by Changbin Du · 7 years ago
  54. 6be7fa3 ftrace, orc, x86: Handle ftrace dynamically allocated trampolines by Steven Rostedt (VMware) · 7 years ago
  55. 2dcd9c7 Merge tag 'trace-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 7 years ago
  56. b3a8880 ftrace: Kill FTRACE_OPS_FL_PER_CPU by Peter Zijlstra · 7 years ago
  57. 8715b10 ftrace: Clear hashes of stale ips of init memory by Joel Fernandes · 7 years ago
  58. 6171a03 ftrace/kallsyms: Have /proc/kallsyms show saved mod init functions by Steven Rostedt (VMware) · 7 years ago
  59. 6aa6978 ftrace: Add freeing algorithm to free ftrace_mod_maps by Steven Rostedt (VMware) · 7 years ago
  60. aba4b5c ftrace: Save module init functions kallsyms symbols for tracing by Steven Rostedt (VMware) · 7 years ago
  61. 3e23428 ftrace: Allow module init functions to be traced by Steven Rostedt (VMware) · 8 years ago
  62. 6cafbe1 ftrace: Add a ftrace_free_mem() function for modules to use by Steven Rostedt (VMware) · 8 years ago
  63. 2b0b849 ftrace: Fix kmemleak in unregister_ftrace_graph by Shu Wang · 7 years ago
  64. edb096e ftrace: Fix memleak when unregistering dynamic ops when tracing disabled by Steven Rostedt (VMware) · 7 years ago
  65. 2a5bfe4 ftrace: Zero out ftrace hashes when a module is removed by Steven Rostedt (VMware) · 7 years ago
  66. a8f0f9e ftrace: Check for null ret_stack on profile function graph entry function by Steven Rostedt (VMware) · 7 years ago
  67. f86f418 trace: fix the errors caused by incompatible type of RCU variables by Chunyan Zhang · 8 years ago
  68. 2e028c4 ftrace: Fix uninitialized variable in match_records() by Dan Carpenter · 8 years ago
  69. 44925df ftrace: Remove an unneeded NULL check by Dan Carpenter · 8 years ago
  70. 69449bbd ftrace: Hide cached module code for !CONFIG_MODULES by Arnd Bergmann · 8 years ago
  71. 69d7187 ftrace: Test for NULL iter->tr in regex for stack_trace_filter changes by Steven Rostedt (VMware) · 8 years ago
  72. 4dce17b Merge commit '0f17976568b3f72e676450af0c0db6f8752253d6' into trace/ftrace/core by Steven Rostedt (VMware) · 8 years ago
  73. 0f17976 ftrace: Fix regression with module command in stack_trace_filter by Steven Rostedt (VMware) · 8 years ago
  74. 4ec7846 ftrace: Decrement count for dyn_ftrace_total_info for init functions by Steven Rostedt (VMware) · 8 years ago
  75. 3b58a3c ftrace: Unlock hash mutex on failed allocation in process_mod_list() by Steven Rostedt (VMware) · 8 years ago
  76. 83dd149 ftrace: Decrement count for dyn_ftrace_total_info file by Steven Rostedt (VMware) · 8 years ago
  77. 8c08f0d ftrace: Have cached module filters be an active filter by Steven Rostedt (VMware) · 8 years ago
  78. d7fbf8d ftrace: Implement cached modules tracing on module load by Steven Rostedt (VMware) · 8 years ago
  79. 5985ea8 ftrace: Have the cached module list show in set_ftrace_filter by Steven Rostedt (VMware) · 8 years ago
  80. 673feb9 ftrace: Add :mod: caching infrastructure to trace_array by Steven Rostedt (VMware) · 8 years ago
  81. f9797c2 ftrace: Fix memory leak in ftrace_graph_release() by Luis Henriques · 8 years ago
  82. a0e6369 ftrace/instances: Clear function triggers when removing instances by Naveen N. Rao · 8 years ago
  83. cbab567 ftrace: Simplify glob handling in unregister_ftrace_function_probe_func() by Naveen N. Rao · 8 years ago
  84. 77c0edd ftrace: Simplify ftrace_match_record() even more by Steven Rostedt (VMware) · 8 years ago
  85. 31805c9 ftrace: Remove an unneeded condition by Dan Carpenter · 8 years ago
  86. 4c17468 Merge tag 'trace-v4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 8 years ago
  87. d2afd57a tracing/ftrace: Allow instances to have their own function probes by Steven Rostedt (VMware) · 8 years ago
  88. 6e44431 tracing/ftrace: Add a better way to pass data via the probe functions by Steven Rostedt (VMware) · 8 years ago
  89. 7b60f3d ftrace: Dynamically create the probe ftrace_ops for the trace_array by Steven Rostedt (VMware) · 8 years ago
  90. b5f081b tracing: Pass the trace_array into ftrace_probe_ops functions by Steven Rostedt (VMware) · 8 years ago
  91. 04ec7bb tracing: Have the trace_array hold the list of registered func probes by Steven Rostedt (VMware) · 8 years ago
  92. 8d70725 ftrace: If the hash for a probe fails to update then free what was initialized by Steven Rostedt (VMware) · 8 years ago
  93. eee8ded ftrace: Have the function probes call their own function by Steven Rostedt (VMware) · 8 years ago
  94. 1ec3a81 ftrace: Have each function probe use its own ftrace_ops by Steven Rostedt (VMware) · 8 years ago
  95. d3d532d ftrace: Have unregister_ftrace_function_probe_func() return a value by Steven Rostedt (VMware) · 8 years ago
  96. e16b35d ftrace: Add helper function ftrace_hash_move_and_update_ops() by Steven Rostedt (VMware) · 8 years ago
  97. 1a48df0 ftrace: Remove data field from ftrace_func_probe structure by Steven Rostedt (VMware) · 8 years ago
  98. 02b77e2 ftrace: Remove printing of data in showing of a function probe by Steven Rostedt (VMware) · 8 years ago
  99. 78f78e0 ftrace: Remove unused unregister_ftrace_function_probe_all() function by Steven Rostedt (VMware) · 8 years ago
  100. 0fe7e7e ftrace: Remove unused unregister_ftrace_function_probe() function by Steven Rostedt (VMware) · 8 years ago