1. 5000c41 ftrace: Consistently restore trace function on sysctl enabling by Jan Kiszka · 12 years ago
  2. 0b34083 Merge branch 'tip/perf/urgent-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace into perf/urgent by Ingo Molnar · 12 years ago
  3. 740466b tracing: Fix free of probe entry by calling call_rcu_sched() by Steven Rostedt (Red Hat) · 12 years ago
  4. b67bfe0 hlist: drop the node parameter from iterators by Sasha Levin · 12 years ago
  5. 8c189ea ftrace: Call ftrace cleanup module notifier after all other notifiers by Steven Rostedt (Red Hat) · 13 years ago
  6. edc15ca tracing: Avoid unnecessary multiple recursion checks by Steven Rostedt · 13 years ago
  7. c29f122 ftrace: Add context level recursion bit checking by Steven Rostedt · 13 years ago
  8. 0a01640 ftrace: Optimize the function tracer list loop by Steven Rostedt · 13 years ago
  9. 6350379 ftrace: Fix global function tracers that are not recursion safe by Steven Rostedt · 13 years ago
  10. 06aeaae ftrace: Move ARCH_SUPPORTS_FTRACE_SAVE_REGS in Kconfig by Masami Hiramatsu · 13 years ago
  11. c1bf08a ftrace: Be first to run code modification on modules by Steven Rostedt · 13 years ago
  12. 965c8e5 lseek: the "whence" argument is called "whence" by Andrew Morton · 13 years ago
  13. a2013a1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 13 years ago
  14. da830e5 Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 13 years ago
  15. 6d49e35 propagate name change to comments in kernel source by Nadia Yvette Chambers · 13 years ago
  16. 70f77b3 ftrace: Clear bits properly in reset_iter_read() by Dan Carpenter · 13 years ago
  17. 6f41567 tracing: Allow tracers to start at core initcall by Steven Rostedt · 13 years ago
  18. bcd83ea tracing: Replace strict_strto* with kstrto* by Daniel Walter · 13 years ago
  19. 647664e ftrace: add ftrace_set_filter_ip() for address based filter by Masami Hiramatsu · 13 years ago
  20. ea701f1 ftrace: Add selftest to test function trace recursion protection by Steven Rostedt · 13 years ago
  21. 4740974 ftrace: Add default recursion protection for function tracing by Steven Rostedt · 13 years ago
  22. 08f6fba ftrace/x86: Add separate function to save regs by Steven Rostedt · 13 years ago
  23. a1e2e31 ftrace: Return pt_regs to function trace callback by Steven Rostedt · 14 years ago
  24. ccf3672 ftrace: Consolidate arch dependent functions with 'list' function by Steven Rostedt · 13 years ago
  25. 2f5f6ad ftrace: Pass ftrace_ops as third parameter to function trace callback by Steven Rostedt · 14 years ago
  26. 8d240dd ftrace: Remove a superfluous check by Borislav Petkov · 13 years ago
  27. e4f5d54 ftrace/x86: Have x86 ftrace use the ftrace_modify_all_code() by Steven Rostedt · 13 years ago
  28. 8ed3e2c ftrace: Make ftrace_modify_all_code() global for archs to use by Steven Rostedt · 13 years ago
  29. f0cf973 ftrace: Return record ip addr for ftrace_location() by Steven Rostedt · 13 years ago
  30. a650e02 ftrace: Consolidate ftrace_location() and ftrace_text_reserved() by Steven Rostedt · 13 years ago
  31. 9644302 ftrace: Speed up search by skipping pages by address by Steven Rostedt · 13 years ago
  32. 706c81f ftrace: Remove extra helper functions by Steven Rostedt · 13 years ago
  33. 9fd4932 ftrace: Sort all function addresses, not just per page by Steven Rostedt · 13 years ago
  34. 50e18b9 tracing: Use seq_*_private interface for some seq files by Jiri Olsa · 13 years ago
  35. db6544e ftrace: Fix function_graph for archs that test ftrace_trace_function by Rajesh Bhagat · 14 years ago
  36. 5500fa5 ftrace, perf: Add filter support for function trace event by Jiri Olsa · 14 years ago
  37. e248491 ftrace: Add enable/disable ftrace_ops control interface by Jiri Olsa · 14 years ago
  38. 47b0edc tracing/trivial: Use kcalloc instead of kzalloc to allocate array by Thomas Meyer · 14 years ago
  39. ac483c4 ftrace: Change filter/notrace set functions to return exit code by Jiri Olsa · 14 years ago
  40. 2a85a37 ftrace: Allow access to the boot time function enabling by Steven Rostedt · 14 years ago
  41. 69a3083 ftrace: Decouple hash items from showing filtered functions by Steven Rostedt · 14 years ago
  42. fc13cb0 ftrace: Allow other users of function tracing to use the output listing by Steven Rostedt · 14 years ago
  43. 06a51d9 ftrace: Create ftrace_hash_empty() helper routine by Steven Rostedt · 14 years ago
  44. c842e97 ftrace: Fix ftrace hash record update with notrace by Steven Rostedt · 14 years ago
  45. 5855fea ftrace: Use bsearch to find record ip by Steven Rostedt · 14 years ago
  46. 6895061 ftrace: Sort the mcount records on each page by Steven Rostedt · 14 years ago
  47. 85ae32a ftrace: Replace record newlist with record page list by Steven Rostedt · 14 years ago
  48. a790087 ftrace: Allocate the mcount record pages as groups by Steven Rostedt · 14 years ago
  49. 3208230 ftrace: Remove usage of "freed" records by Steven Rostedt · 14 years ago
  50. c88fd86 ftrace: Allow archs to modify code without stop machine by Steven Rostedt · 14 years ago
  51. 30fb6aa ftrace: Fix unregister ftrace_ops accounting by Jiri Olsa · 14 years ago
  52. efc9673 Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace into perf/core by Ingo Molnar · 14 years ago
  53. d4d34b9 ftrace: Fix hash record accounting bug by Steven Rostedt · 14 years ago
  54. 8ee3c92 ftrace: Remove force undef config value left for testing by Steven Rostedt · 14 years ago
  55. 56d82e0 kernel: Add <linux/module.h> to files using it implicitly by Paul Gortmaker · 14 years ago
  56. e0a413f tracing: Warn on output if the function tracer was found corrupted by Steven Rostedt · 14 years ago
  57. 40bcea7 Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-trace into perf/core by Ingo Molnar · 14 years ago
  58. 492f73a Merge branch 'perf/urgent' into perf/core by Ingo Molnar · 14 years ago
  59. f7bc8b6 ftrace: Fix regression where ftrace breaks when modules are loaded by Steven Rostedt · 14 years ago
  60. 6331c28 ftrace: Fix dynamic selftest failure on some archs by Steven Rostedt · 14 years ago
  61. 072126f ftrace: Update filter when tracing enabled in set_ftrace_filter() by Steven Rostedt · 14 years ago
  62. 41fb61c ftrace: Balance records when updating the hash by Steven Rostedt · 14 years ago
  63. 4376cac ftrace: Do not disable interrupts for modules in mcount update by Steven Rostedt · 14 years ago
  64. 43dd61c ftrace: Fix regression of :mod:module function enabling by Steven Rostedt · 14 years ago
  65. 931da61 Merge branch 'tip/perf/core-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-trace into perf/core by Ingo Molnar · 14 years ago
  66. 22fe9b5 tracing: Convert to kstrtoul_from_user by Peter Huewe · 14 years ago
  67. bd38c0e ftrace: Fixed an include coding style issue by Paul McQuade · 14 years ago
  68. a4f18ed ftrace: Revert 8ab2b7efd ftrace: Remove unnecessary disabling of irqs by Steven Rostedt · 14 years ago
  69. 0aff1c0 ftrace: Fix possible undefined return code by GuoWen Li · 14 years ago
  70. b1cff0a ftrace: Add internal recursive checks by Steven Rostedt · 14 years ago
  71. 3b6cfdb ftrace: Set ops->flag to enabled even on static function tracing by Steven Rostedt · 14 years ago
  72. a1cd617 ftrace: Have ftrace_startup() return failure code by Steven Rostedt · 14 years ago
  73. 936e074 ftrace: Modify ftrace_set_filter/notrace to take ops by Steven Rostedt · 14 years ago
  74. cdbe61b ftrace: Allow dynamically allocated function tracers by Steven Rostedt · 14 years ago
  75. b848914 ftrace: Implement separate user function filtering by Steven Rostedt · 14 years ago
  76. 07fd551 ftrace: Free hash with call_rcu_sched() by Steven Rostedt · 14 years ago
  77. 2b49938 ftrace: Have global_ops store the functions that are to be traced by Steven Rostedt · 14 years ago
  78. bd69c30 ftrace: Add ops parameter to ftrace_startup/shutdown functions by Steven Rostedt · 14 years ago
  79. 647bcd0 ftrace: Add enabled_functions file by Steven Rostedt · 14 years ago
  80. ed926f9 ftrace: Use counters to enable functions to trace by Steven Rostedt · 14 years ago
  81. 33dc9b1 ftrace: Separate hash allocation and assignment by Steven Rostedt · 14 years ago
  82. f45948e ftrace: Create a global_ops to hold the filter and notrace hashes by Steven Rostedt · 14 years ago
  83. 1cf41dd ftrace: Use hash instead for FTRACE_FL_FILTER by Steven Rostedt · 14 years ago
  84. b448c4e ftrace: Replace FTRACE_FL_NOTRACE flag with a hash of ignored functions by Steven Rostedt · 14 years ago
  85. ac0a326 Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-trace into perf/core by Ingo Molnar · 14 years ago
  86. b9df92d ftrace: Consolidate the function match routines for normal and mods by Steven Rostedt · 14 years ago
  87. 491d0dc ftrace: Consolidate updating of ftrace_trace_function by Steven Rostedt · 14 years ago
  88. 996e87b ftrace: Move record update for normal and modules into a separate function by Steven Rostedt · 14 years ago
  89. d2c8c3e ftrace: Remove FTRACE_FL_CONVERTED flag by Steven Rostedt · 14 years ago
  90. 45a4a23 ftrace: Remove FTRACE_FL_FAILED flag by Steven Rostedt · 14 years ago
  91. 3499e46 ftrace: Remove failures file by Steven Rostedt · 14 years ago
  92. 8ab2b7ef ftrace: Remove unnecessary disabling of irqs by Steven Rostedt · 14 years ago
  93. 0778d9a ftrace: Make FTRACE_WARN_ON() work in if condition by Steven Rostedt · 14 years ago
  94. 058e297 ftrace: Only update the function code on write to filter files by Steven Rostedt · 14 years ago
  95. 25985ed Fix common misspellings by Lucas De Marchi · 14 years ago
  96. 1106b69 tracing: Fix set_ftrace_filter probe function display by Jiri Olsa · 15 years ago
  97. 868baf0 ftrace: Fix memory leak with function graph and cpu hotplug by Steven Rostedt · 15 years ago
  98. 092e0e7 Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bkl by Linus Torvalds · 15 years ago
  99. 907f278 tracing/trivial: Remove cast from void* by matt mooney · 15 years ago
  100. 6038f37 llseek: automatically add .llseek fop by Arnd Bergmann · 15 years ago