1. 49f9c35 Merge tag 'init_task-20180117' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs by Linus Torvalds · 7 years ago
  2. 6be7fa3 ftrace, orc, x86: Handle ftrace dynamically allocated trampolines by Steven Rostedt (VMware) · 7 years ago
  3. 4e7e3ad Expand various INIT_* macros and remove by David Howells · 7 years ago
  4. 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
  5. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  6. b3a8880 ftrace: Kill FTRACE_OPS_FL_PER_CPU by Peter Zijlstra · 7 years ago
  7. d591581 tracing: Add support for preempt and irq enable/disable events by Joel Fernandes · 7 years ago
  8. 6171a03 ftrace/kallsyms: Have /proc/kallsyms show saved mod init functions by Steven Rostedt (VMware) · 7 years ago
  9. aba4b5c ftrace: Save module init functions kallsyms symbols for tracing by Steven Rostedt (VMware) · 7 years ago
  10. 6cafbe1 ftrace: Add a ftrace_free_mem() function for modules to use by Steven Rostedt (VMware) · 8 years ago
  11. 60361e1 ftrace: Fix debug preempt config name in stack_tracer_{en,dis}able by Zev Weiss · 7 years ago
  12. f86f418 trace: fix the errors caused by incompatible type of RCU variables by Chunyan Zhang · 8 years ago
  13. 8c08f0d ftrace: Have cached module filters be an active filter by Steven Rostedt (VMware) · 8 years ago
  14. 5985ea8 ftrace: Have the cached module list show in set_ftrace_filter by Steven Rostedt (VMware) · 8 years ago
  15. d0ba52f ftrace: Add missing comment for FTRACE_OPS_FL_RCU by Steven Rostedt (VMware) · 8 years ago
  16. ad61dd3 scripts/spelling.txt: add regsiter -> register spelling mistake by Stephen Boyd · 8 years ago
  17. eee8ded ftrace: Have the function probes call their own function by Steven Rostedt (VMware) · 8 years ago
  18. 92a68fa ftrace: Move the function commands into the tracing directory by Steven Rostedt (VMware) · 8 years ago
  19. ec19b85 ftrace: Move the probe function into the tracing directory by Steven Rostedt (VMware) · 8 years ago
  20. 8aaf1ee tracing: Rename trace_active to disable_stack_tracer and inline its modification by Steven Rostedt (VMware) · 8 years ago
  21. 5367278 tracing: Add stack_tracer_disable/enable() functions by Steven Rostedt (VMware) · 8 years ago
  22. b80f0f6 ftrace: Have init/main.c call ftrace directly to free init memory by Steven Rostedt (VMware) · 8 years ago
  23. 42c269c ftrace: Allow for function tracing to record init functions on boot up by Steven Rostedt (VMware) · 8 years ago
  24. e725c73 tracing: Split tracing initialization into two for early initialization by Steven Rostedt (VMware) · 8 years ago
  25. 179a7ba Merge tag 'trace-v4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 8 years ago
  26. 42391745 tracing: Make tracepoint_printk a static_key by Steven Rostedt (Red Hat) · 8 years ago
  27. d032ae8 ftrace: Provide API to use global filtering for ftrace ops by Joel Fernandes · 8 years ago
  28. 95107b3 Merge tag 'trace-v4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 8 years ago
  29. 8861dd3 ftrace: Access ret_stack->subtime only in the function profiler by Namhyung Kim · 8 years ago
  30. 223918e ftrace: Add ftrace_graph_ret_addr() stack unwinding helpers by Josh Poimboeuf · 8 years ago
  31. 9a7c348 ftrace: Add return address pointer to ftrace_ret_stack by Josh Poimboeuf · 8 years ago
  32. daa460a ftrace: Only allocate the ret_stack 'fp' field when needed by Josh Poimboeuf · 8 years ago
  33. a4a551b ftrace: Reduce size of function graph entries by Namhyung Kim · 9 years ago
  34. 0b86c75 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/livepatching by Linus Torvalds · 9 years ago
  35. 4d4fb97 Merge branch 'topic/livepatch' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux into for-4.7/livepatching-ppc64le by Jiri Kosina · 9 years ago
  36. 04cf31a ftrace: Make ftrace_location_range() global by Michael Ellerman · 9 years ago
  37. be7635e arch, ftrace: for KASAN put hard/soft IRQ entries into separate sections by Alexander Potapenko · 9 years ago
  38. f904f58 sched/debug: Fix preempt_disable_ip recording for preempt_disable() by Sebastian Andrzej Siewior · 9 years ago
  39. 705d43d Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/livepatching by Linus Torvalds · 9 years ago
  40. 7dcd182 ftrace/module: remove ftrace module notifier by Jessica Yu · 9 years ago
  41. 26cd836 Merge tag 'trace-v4.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 9 years ago
  42. b752205 ftrace: Remove unused nr_trampolines var by Dmitry Safonov · 9 years ago
  43. c17488d Merge tag 'trace-v4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 9 years ago
  44. b7ffffb ftrace: Add infrastructure for delayed enabling of module functions by Steven Rostedt (Red Hat) · 9 years ago
  45. 049fb9b ftrace/module: Call clean up function when module init fails early by Steven Rostedt (Red Hat) · 9 years ago
  46. ba27f2b ftrace: Remove use of control list and ops by Steven Rostedt (Red Hat) · 9 years ago
  47. b05086c ftrace: Add variable ftrace_expected for archs to show expected code by Steven Rostedt (Red Hat) · 9 years ago
  48. 02a392a ftrace: Add new type to distinguish what kind of ftrace_bug() by Steven Rostedt (Red Hat) · 9 years ago
  49. d332736 tracing: Rename max_stack_lock to stack_trace_max_lock by Steven Rostedt (Red Hat) · 9 years ago
  50. bb99d8c tracing: Allow arch-specific stack tracer by AKASHI Takahiro · 9 years ago
  51. e3eea14 ftrace: Fix breakage of set_ftrace_pid by Steven Rostedt (Red Hat) · 9 years ago
  52. 0daa2302 tracing: Add tp_printk cmdline to have tracepoints go to printk() by Steven Rostedt (Red Hat) · 10 years ago
  53. 5f893b2 tracing: Move enabling tracepoints to just after rcu_init() by Steven Rostedt (Red Hat) · 10 years ago
  54. f8b8be8 ftrace, kprobes: Support IPMODIFY flag to find IP modify conflict by Masami Hiramatsu · 10 years ago
  55. aec0be2 ftrace/x86/extable: Add is_ftrace_trampoline() function by Steven Rostedt (Red Hat) · 10 years ago
  56. 4fd3279 ftrace: Add more information to ftrace_bug() output by Steven Rostedt (Red Hat) · 10 years ago
  57. f3bea49 ftrace/x86: Add dynamic allocated trampoline for ftrace_ops by Steven Rostedt (Red Hat) · 10 years ago
  58. fef5aee ftrace: Replace tramp_hash with old_*_hash to save space by Steven Rostedt (Red Hat) · 10 years ago
  59. e1effa0 ftrace: Annotate the ops operation on update by Steven Rostedt (Red Hat) · 10 years ago
  60. 8735405 ftrace: Add helper function ftrace_ops_get_func() by Steven Rostedt (Red Hat) · 10 years ago
  61. 33b7f99 ftrace: Allow ftrace_ops to use the hashes from other ops by Steven Rostedt (Red Hat) · 10 years ago
  62. 0162d62 ftrace: Rename ftrace_ops field from trampolines to nr_trampolines by Steven Rostedt (Red Hat) · 10 years ago
  63. 3a63638 tracing: Remove function_trace_stop and HAVE_FUNCTION_TRACE_MCOUNT_TEST by Steven Rostedt (Red Hat) · 11 years ago
  64. 7544256a ftrace: Remove check for HAVE_FUNCTION_TRACE_MCOUNT_TEST by Steven Rostedt (Red Hat) · 11 years ago
  65. 0ef1b9e ftrace: Remove ftrace_start/stop() by Steven Rostedt (Red Hat) · 11 years ago
  66. 1b2f121 ftrace-graph: Remove dependency of ftrace_stop() from ftrace_graph_stop() by Steven Rostedt (Red Hat) · 11 years ago
  67. 646d704 ftrace: Allow archs to specify if they need a separate function graph trampoline by Steven Rostedt (Red Hat) · 10 years ago
  68. 79922b8 ftrace: Optimize function graph to be called directly by Steven Rostedt (Red Hat) · 11 years ago
  69. 0376bde ftrace: Add ftrace_rec_counter() macro to simplify the code by Steven Rostedt (Red Hat) · 11 years ago
  70. cf2cb0b ftrace: Use macros for numbers in ftrace rec shift bits by Steven Rostedt (Red Hat) · 11 years ago
  71. 214b931 Merge tag 'trace-3.16' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 11 years ago
  72. eed542d ftrace: Make CALLER_ADDRx macros more generic by AKASHI Takahiro · 11 years ago
  73. f1b2f2b ftrace: Remove FTRACE_UPDATE_MODIFY_CALL_REGS flag by Steven Rostedt (Red Hat) · 11 years ago
  74. 7413af1 ftrace: Make get_ftrace_addr() and get_ftrace_addr_old() global by Steven Rostedt (Red Hat) · 11 years ago
  75. a949ae5 ftrace/module: Hardcode ftrace_module_init() call into load_module() by Steven Rostedt (Red Hat) · 11 years ago
  76. 4104d32 ftrace: Remove global function list and call function directly by Steven Rostedt (Red Hat) · 11 years ago
  77. d88471c ftrace: Constify ftrace_text_reserved by Sasha Levin · 12 years ago
  78. a762782 ftrace: Remove freelist from struct dyn_ftrace by Jiri Slaby · 11 years ago
  79. 3a36cb1 ftrace: Do not pass data to ftrace_dyn_arch_init by Jiri Slaby · 11 years ago
  80. 591dffd ftrace: Allow for function tracing instance to filter functions by Steven Rostedt (Red Hat) · 11 years ago
  81. b7e00a6 ftrace: Add private data to ftrace_ops by Steven Rostedt (Red Hat) · 11 years ago
  82. 098c879 tracing: Add generic tracing_lseek() function by Steven Rostedt (Red Hat) · 11 years ago
  83. 38de93a tracing: Make register/unregister_ftrace_command __init by Tom Zanussi · 11 years ago
  84. 29ad23b ftrace: Add set_graph_notrace filter by Namhyung Kim · 11 years ago
  85. de7edd3 tracing: Disable tracing on warning by Steven Rostedt (Red Hat) · 12 years ago
  86. 1b3d062 ftrace: Remove ftrace_regex_lseek() by Li Zefan · 12 years ago
  87. f04f24fb ftrace, kprobes: Fix a deadlock on ftrace_regex_lock by Masami Hiramatsu · 12 years ago
  88. 9e8529a Merge tag 'trace-3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 12 years ago
  89. 7f49ef6 ftrace: Move ftrace_filter_lseek out of CONFIG_DYNAMIC_FTRACE section by Steven Rostedt (Red Hat) · 12 years ago
  90. 6a76f8c tracing: Fix possible NULL pointer dereferences by Namhyung Kim · 12 years ago
  91. 395b97a ftrace: Do not call stub functions in control loop by Steven Rostedt (Red Hat) · 12 years ago
  92. e67efb9 ftrace: Clean up function probe methods by Steven Rostedt (Red Hat) · 12 years ago
  93. 06aeaae ftrace: Move ARCH_SUPPORTS_FTRACE_SAVE_REGS in Kconfig by Masami Hiramatsu · 12 years ago
  94. 965c8e5 lseek: the "whence" argument is called "whence" by Andrew Morton · 12 years ago
  95. 4dc9367 ftrace: Make ftrace_location() a nop on !DYNAMIC_FTRACE by Steven Rostedt · 13 years ago
  96. 647664e ftrace: add ftrace_set_filter_ip() for address based filter by Masami Hiramatsu · 13 years ago
  97. ea701f1 ftrace: Add selftest to test function trace recursion protection by Steven Rostedt · 12 years ago
  98. 4740974 ftrace: Add default recursion protection for function tracing by Steven Rostedt · 12 years ago
  99. 08f6fba ftrace/x86: Add separate function to save regs by Steven Rostedt · 13 years ago
  100. a1e2e31 ftrace: Return pt_regs to function trace callback by Steven Rostedt · 13 years ago