1. 9a7c348 ftrace: Add return address pointer to ftrace_ret_stack by Josh Poimboeuf · 8 years ago
  2. daa460a ftrace: Only allocate the ret_stack 'fp' field when needed by Josh Poimboeuf · 8 years ago
  3. a4a551b ftrace: Reduce size of function graph entries by Namhyung Kim · 8 years ago
  4. 0b86c75 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/livepatching by Linus Torvalds · 8 years ago
  5. 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 · 8 years ago
  6. 04cf31a ftrace: Make ftrace_location_range() global by Michael Ellerman · 8 years ago
  7. be7635e arch, ftrace: for KASAN put hard/soft IRQ entries into separate sections by Alexander Potapenko · 8 years ago
  8. f904f58 sched/debug: Fix preempt_disable_ip recording for preempt_disable() by Sebastian Andrzej Siewior · 8 years ago
  9. 705d43d Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/livepatching by Linus Torvalds · 8 years ago
  10. 7dcd182 ftrace/module: remove ftrace module notifier by Jessica Yu · 8 years ago
  11. 26cd836 Merge tag 'trace-v4.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 8 years ago
  12. b752205 ftrace: Remove unused nr_trampolines var by Dmitry Safonov · 8 years ago
  13. c17488d Merge tag 'trace-v4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 8 years ago
  14. b7ffffb ftrace: Add infrastructure for delayed enabling of module functions by Steven Rostedt (Red Hat) · 8 years ago
  15. 049fb9b ftrace/module: Call clean up function when module init fails early by Steven Rostedt (Red Hat) · 8 years ago
  16. ba27f2b ftrace: Remove use of control list and ops by Steven Rostedt (Red Hat) · 9 years ago
  17. b05086c ftrace: Add variable ftrace_expected for archs to show expected code by Steven Rostedt (Red Hat) · 9 years ago
  18. 02a392a ftrace: Add new type to distinguish what kind of ftrace_bug() by Steven Rostedt (Red Hat) · 9 years ago
  19. d332736 tracing: Rename max_stack_lock to stack_trace_max_lock by Steven Rostedt (Red Hat) · 9 years ago
  20. bb99d8c tracing: Allow arch-specific stack tracer by AKASHI Takahiro · 9 years ago
  21. e3eea14 ftrace: Fix breakage of set_ftrace_pid by Steven Rostedt (Red Hat) · 9 years ago
  22. 0daa2302 tracing: Add tp_printk cmdline to have tracepoints go to printk() by Steven Rostedt (Red Hat) · 10 years ago
  23. 5f893b2 tracing: Move enabling tracepoints to just after rcu_init() by Steven Rostedt (Red Hat) · 10 years ago
  24. f8b8be8 ftrace, kprobes: Support IPMODIFY flag to find IP modify conflict by Masami Hiramatsu · 10 years ago
  25. aec0be2 ftrace/x86/extable: Add is_ftrace_trampoline() function by Steven Rostedt (Red Hat) · 10 years ago
  26. 4fd3279 ftrace: Add more information to ftrace_bug() output by Steven Rostedt (Red Hat) · 10 years ago
  27. f3bea49 ftrace/x86: Add dynamic allocated trampoline for ftrace_ops by Steven Rostedt (Red Hat) · 10 years ago
  28. fef5aee ftrace: Replace tramp_hash with old_*_hash to save space by Steven Rostedt (Red Hat) · 10 years ago
  29. e1effa0 ftrace: Annotate the ops operation on update by Steven Rostedt (Red Hat) · 10 years ago
  30. 8735405 ftrace: Add helper function ftrace_ops_get_func() by Steven Rostedt (Red Hat) · 10 years ago
  31. 33b7f99 ftrace: Allow ftrace_ops to use the hashes from other ops by Steven Rostedt (Red Hat) · 10 years ago
  32. 0162d62 ftrace: Rename ftrace_ops field from trampolines to nr_trampolines by Steven Rostedt (Red Hat) · 10 years ago
  33. 3a63638 tracing: Remove function_trace_stop and HAVE_FUNCTION_TRACE_MCOUNT_TEST by Steven Rostedt (Red Hat) · 10 years ago
  34. 7544256a ftrace: Remove check for HAVE_FUNCTION_TRACE_MCOUNT_TEST by Steven Rostedt (Red Hat) · 10 years ago
  35. 0ef1b9e ftrace: Remove ftrace_start/stop() by Steven Rostedt (Red Hat) · 10 years ago
  36. 1b2f121 ftrace-graph: Remove dependency of ftrace_stop() from ftrace_graph_stop() by Steven Rostedt (Red Hat) · 10 years ago
  37. 646d704 ftrace: Allow archs to specify if they need a separate function graph trampoline by Steven Rostedt (Red Hat) · 10 years ago
  38. 79922b8 ftrace: Optimize function graph to be called directly by Steven Rostedt (Red Hat) · 10 years ago
  39. 0376bde ftrace: Add ftrace_rec_counter() macro to simplify the code by Steven Rostedt (Red Hat) · 10 years ago
  40. cf2cb0b ftrace: Use macros for numbers in ftrace rec shift bits by Steven Rostedt (Red Hat) · 10 years ago
  41. 214b931 Merge tag 'trace-3.16' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 10 years ago
  42. eed542d ftrace: Make CALLER_ADDRx macros more generic by AKASHI Takahiro · 10 years ago
  43. f1b2f2b ftrace: Remove FTRACE_UPDATE_MODIFY_CALL_REGS flag by Steven Rostedt (Red Hat) · 10 years ago
  44. 7413af1 ftrace: Make get_ftrace_addr() and get_ftrace_addr_old() global by Steven Rostedt (Red Hat) · 10 years ago
  45. a949ae5 ftrace/module: Hardcode ftrace_module_init() call into load_module() by Steven Rostedt (Red Hat) · 10 years ago
  46. 4104d32 ftrace: Remove global function list and call function directly by Steven Rostedt (Red Hat) · 10 years ago
  47. d88471c ftrace: Constify ftrace_text_reserved by Sasha Levin · 11 years ago
  48. a762782 ftrace: Remove freelist from struct dyn_ftrace by Jiri Slaby · 10 years ago
  49. 3a36cb1 ftrace: Do not pass data to ftrace_dyn_arch_init by Jiri Slaby · 10 years ago
  50. 591dffd ftrace: Allow for function tracing instance to filter functions by Steven Rostedt (Red Hat) · 10 years ago
  51. b7e00a6 ftrace: Add private data to ftrace_ops by Steven Rostedt (Red Hat) · 11 years ago
  52. 098c879 tracing: Add generic tracing_lseek() function by Steven Rostedt (Red Hat) · 11 years ago
  53. 38de93a tracing: Make register/unregister_ftrace_command __init by Tom Zanussi · 11 years ago
  54. 29ad23b ftrace: Add set_graph_notrace filter by Namhyung Kim · 11 years ago
  55. de7edd3 tracing: Disable tracing on warning by Steven Rostedt (Red Hat) · 11 years ago
  56. 1b3d062 ftrace: Remove ftrace_regex_lseek() by Li Zefan · 11 years ago
  57. f04f24fb ftrace, kprobes: Fix a deadlock on ftrace_regex_lock by Masami Hiramatsu · 11 years ago
  58. 9e8529a Merge tag 'trace-3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 11 years ago
  59. 7f49ef6 ftrace: Move ftrace_filter_lseek out of CONFIG_DYNAMIC_FTRACE section by Steven Rostedt (Red Hat) · 11 years ago
  60. 6a76f8c tracing: Fix possible NULL pointer dereferences by Namhyung Kim · 11 years ago
  61. 395b97a ftrace: Do not call stub functions in control loop by Steven Rostedt (Red Hat) · 11 years ago
  62. e67efb9 ftrace: Clean up function probe methods by Steven Rostedt (Red Hat) · 11 years ago
  63. 06aeaae ftrace: Move ARCH_SUPPORTS_FTRACE_SAVE_REGS in Kconfig by Masami Hiramatsu · 12 years ago
  64. 965c8e5 lseek: the "whence" argument is called "whence" by Andrew Morton · 12 years ago
  65. 4dc9367 ftrace: Make ftrace_location() a nop on !DYNAMIC_FTRACE by Steven Rostedt · 12 years ago
  66. 647664e ftrace: add ftrace_set_filter_ip() for address based filter by Masami Hiramatsu · 12 years ago
  67. ea701f1 ftrace: Add selftest to test function trace recursion protection by Steven Rostedt · 12 years ago
  68. 4740974 ftrace: Add default recursion protection for function tracing by Steven Rostedt · 12 years ago
  69. 08f6fba ftrace/x86: Add separate function to save regs by Steven Rostedt · 12 years ago
  70. a1e2e31 ftrace: Return pt_regs to function trace callback by Steven Rostedt · 13 years ago
  71. ccf3672 ftrace: Consolidate arch dependent functions with 'list' function by Steven Rostedt · 12 years ago
  72. 2f5f6ad ftrace: Pass ftrace_ops as third parameter to function trace callback by Steven Rostedt · 13 years ago
  73. e4f5d54 ftrace/x86: Have x86 ftrace use the ftrace_modify_all_code() by Steven Rostedt · 12 years ago
  74. 8ed3e2c ftrace: Make ftrace_modify_all_code() global for archs to use by Steven Rostedt · 12 years ago
  75. f0cf973 ftrace: Return record ip addr for ftrace_location() by Steven Rostedt · 12 years ago
  76. b02ee9a tracing: Prevent wasting time evaluating parameters in trace_preempt_on/off by Minho Ban · 12 years ago
  77. 08d636b ftrace/x86: Have arch x86_64 use breakpoints instead of stop machine by Steven Rostedt · 13 years ago
  78. 5500fa5 ftrace, perf: Add filter support for function trace event by Jiri Olsa · 12 years ago
  79. e248491 ftrace: Add enable/disable ftrace_ops control interface by Jiri Olsa · 12 years ago
  80. ac483c4 ftrace: Change filter/notrace set functions to return exit code by Jiri Olsa · 12 years ago
  81. 96de37b tracing: Fix compile error when static ftrace is enabled by Steven Rostedt · 12 years ago
  82. 2a85a37 ftrace: Allow access to the boot time function enabling by Steven Rostedt · 13 years ago
  83. 69a3083 ftrace: Decouple hash items from showing filtered functions by Steven Rostedt · 13 years ago
  84. fc13cb0 ftrace: Allow other users of function tracing to use the output listing by Steven Rostedt · 13 years ago
  85. 85ae32a ftrace: Replace record newlist with record page list by Steven Rostedt · 13 years ago
  86. 3208230 ftrace: Remove usage of "freed" records by Steven Rostedt · 13 years ago
  87. c88fd86 ftrace: Allow archs to modify code without stop machine by Steven Rostedt · 13 years ago
  88. de47725 include: replace linux/module.h with "struct module" wherever possible by Paul Gortmaker · 13 years ago
  89. 04da85b ftrace: Fix warning when CONFIG_FUNCTION_TRACER is not defined by Steven Rostedt · 13 years ago
  90. 43dd61c ftrace: Fix regression of :mod:module function enabling by Steven Rostedt · 13 years ago
  91. 936e074 ftrace: Modify ftrace_set_filter/notrace to take ops by Steven Rostedt · 13 years ago
  92. cdbe61b ftrace: Allow dynamically allocated function tracers by Steven Rostedt · 13 years ago
  93. b848914 ftrace: Implement separate user function filtering by Steven Rostedt · 13 years ago
  94. ed926f9 ftrace: Use counters to enable functions to trace by Steven Rostedt · 13 years ago
  95. f45948e ftrace: Create a global_ops to hold the filter and notrace hashes by Steven Rostedt · 13 years ago
  96. 1cf41dd7 ftrace: Use hash instead for FTRACE_FL_FILTER by Steven Rostedt · 13 years ago
  97. b448c4e ftrace: Replace FTRACE_FL_NOTRACE flag with a hash of ignored functions by Steven Rostedt · 13 years ago
  98. d2c8c3e ftrace: Remove FTRACE_FL_CONVERTED flag by Steven Rostedt · 13 years ago
  99. 45a4a23 ftrace: Remove FTRACE_FL_FAILED flag by Steven Rostedt · 13 years ago
  100. 868baf0 ftrace: Fix memory leak with function graph and cpu hotplug by Steven Rostedt · 13 years ago