1. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 15 years ago
  2. 4e3eadd Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  3. ea14eb7 function-graph: Init curr_ret_stack with ret_stack by Steven Rostedt · 15 years ago
  4. 915a0b5 Merge branch 'tip/tracing/core' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-trace into tracing/urgent by Ingo Molnar · 15 years ago
  5. 3f379b0 ftrace: Replace read_barrier_depends() with rcu_dereference_raw() by Paul E. McKenney · 15 years ago
  6. 801c29f function-graph: Fix unused reference to ftrace_set_func() by Steven Rostedt · 15 years ago
  7. 6556a67 Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  8. 64b9fb5 Merge commit 'v2.6.33' into tracing/core by Ingo Molnar · 15 years ago
  9. c7c6b1f ftrace: Allow to remove a single function from function graph filter by Li Zefan · 15 years ago
  10. f24bb99 ftrace: Remove record freezing by Masami Hiramatsu · 15 years ago
  11. 2cfa197 ftrace/alternatives: Introducing *_text_reserved functions by Masami Hiramatsu · 15 years ago
  12. 751e998 ftrace: Fix MATCH_END_ONLY function filter by Li Zefan · 15 years ago
  13. 91baf62 function-graph: Allow writing the same val to set_graph_function by Li Zefan · 15 years ago
  14. 313254a ftrace: Call trace_parser_clear() properly by Li Zefan · 15 years ago
  15. 311d16d ftrace: Return EINVAL when writing invalid val to set_ftrace_filter by Li Zefan · 15 years ago
  16. 96fa2b5 Merge branch 'tracing-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  17. 457dc92 tracing, function tracer: Clean up strstrip() usage by Ingo Molnar · 15 years ago
  18. f6060f4 tracing: Prevent build warning: 'ftrace_graph_buf' defined but not used by Lai Jiangshan · 15 years ago
  19. ed146b25 ftrace: Fix unmatched locking in ftrace_regex_write() by Li Zefan · 15 years ago
  20. 9de09ac Merge branch 'tracing/urgent' into tracing/core by Ingo Molnar · 15 years ago
  21. cf8517c tracing: Update *ppos instead of filp->f_pos by Jiri Olsa · 15 years ago
  22. 06f43d6 ftrace: Copy ftrace_graph_filter boot param using strlcpy by Frederic Weisbecker · 15 years ago
  23. 5cb084b tracing: Enable records during the module load by Jiri Olsa · 15 years ago
  24. 756d17e tracing: Support multiple pids in set_pid_ftrace file by jolsa@redhat.com · 15 years ago
  25. 1bac049 Merge branch 'tracing/core' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/random-tracing into tracing/core by Ingo Molnar · 15 years ago
  26. 2c96c14 Merge branch 'tracing/urgent' into tracing/core by Ingo Molnar · 15 years ago
  27. 369bc18 ftrace: add kernel command line graph function filtering by Stefan Assmann · 15 years ago
  28. f17f36bb Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  29. 3279ba3 ftrace: check for failure for all conversions by Steven Rostedt · 15 years ago
  30. e7247a1 tracing: correct module boundaries for ftrace_release by jolsa@redhat.com · 15 years ago
  31. 0aa73ba Merge branch 'tracing/urgent' into tracing/core by Ingo Molnar · 15 years ago
  32. 3397409 tracing: Fix infinite recursion in ftrace_update_pid_func() by Matt Fleming · 15 years ago
  33. 4187e7e Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  34. 3f6fe06 tracing/filters: Unify the regex parsing helpers by Frederic Weisbecker · 15 years ago
  35. 8d65af7 sysctl: remove "struct file *" argument of ->proc_handler by Alexey Dobriyan · 15 years ago
  36. 88e9d34 seq_file: constify seq_operations by James Morris · 15 years ago
  37. 79fe249 tracing: Fix failure path in ftrace_regex_open() by Li Zefan · 15 years ago
  38. 1eb90f1 tracing: Fix failure path in ftrace_graph_write() by Li Zefan · 15 years ago
  39. 4ba7978 tracing: Check the return value of trace_get_user() by Li Zefan · 15 years ago
  40. a4ec5e0 function-graph: use ftrace_graph_funcs directly by Li Zefan · 15 years ago
  41. b375a11 tracing: switch function prints from %pf to %ps by Steven Rostedt · 15 years ago
  42. b36461d tracing: Fix minor bugs for __unregister_ftrace_function_probe by Atsushi Tsuji · 15 years ago
  43. 689fd8b tracing: trace parser support for function and graph by jolsa@redhat.com · 15 years ago
  44. ed011b2 Merge commit 'v2.6.31-rc9' into tracing/core by Ingo Molnar · 15 years ago
  45. eda1e32 tracing: handle broken names in ftrace filter by Jiri Olsa · 15 years ago
  46. 3be04b4 ftrace: Simplify seqfile code by Li Zefan · 15 years ago
  47. 89034bc Merge branch 'linus' into tracing/core by Ingo Molnar · 15 years ago
  48. 8650ae3 tracing: only truncate ftrace files when O_TRUNC is set by Steven Rostedt · 15 years ago
  49. 8782711 function-graph: Fix seqfile memory leak by Li Zefan · 15 years ago
  50. 566b0aa tracing: Remove unused fields/variables by jolsa@redhat.com · 15 years ago
  51. 45bceff Merge branch 'linus' into tracing/core by Ingo Molnar · 15 years ago
  52. 6f2f3cf tracing/function: Cleanup for function tracer by Xiao Guangrong · 15 years ago
  53. 64fbcd1 tracing/function: Simplify __ftrace_replace_code() by Xiao Guangrong · 15 years ago
  54. 6ab5d66 tracing/function-profiler: do not free per cpu variable stat by Steven Rostedt · 16 years ago
  55. a32c776 tracing: Fix stack tracer sysctl handling by Li Zefan · 16 years ago
  56. 0296e42 ftrace: Fix the output of profile by Li Zefan · 16 years ago
  57. d82d624 ftrace: Fix t_hash_start() by Li Zefan · 16 years ago
  58. 694ce0a ftrace: Don't manipulate @pos in t_start() by Li Zefan · 16 years ago
  59. 8595184 ftrace: Don't increment @pos in g_start() by Li Zefan · 16 years ago
  60. 9ea1a15 tracing/urgent: warn in case of ftrace_start_up inbalance by Frederic Weisbecker · 16 years ago
  61. 991ec02 Merge branch 'tracing-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  62. 84047e3 function-graph: always initialize task ret_stack by Steven Rostedt · 16 years ago
  63. 26c0162 function-graph: add memory barriers for accessing task's ret_stack by Steven Rostedt · 16 years ago
  64. 82310a3 function-graph: enable the stack after initialization of other variables by Steven Rostedt · 16 years ago
  65. 179c498 function-graph: only allocate init tasks if it was not already done by Steven Rostedt · 16 years ago
  66. 0f6ce3d ftrace: do not profile functions when disabled by Steven Rostedt · 16 years ago
  67. 2af15d6 ftrace: add kernel command line function filtering by Steven Rostedt · 16 years ago
  68. 24ed0c4 tracing: fix check for return value of register_module_notifier by Ming Lei · 16 years ago
  69. 93eb677 ftrace: use module notifier for function tracer by Steven Rostedt · 16 years ago
  70. ad8d75f tracing/events: move trace point headers into include/trace/events by Steven Rostedt · 16 years ago
  71. 597af81 function-graph: use int instead of atomic for ftrace_graph_active by Steven Rostedt · 16 years ago
  72. 5452af6 tracing/ftrace: factorize the tracing files creation by Frederic Weisbecker · 16 years ago
  73. 93776a8 Merge branch 'linus' into tracing/core by Ingo Molnar · 16 years ago
  74. 2aad1b7 function-graph: allow unregistering twice by Steven Rostedt · 16 years ago
  75. 34886c8 tracing: add average time in function to function profiler by Steven Rostedt · 16 years ago
  76. 318e0a7 tracing: remove on the fly allocator from function profiler by Steven Rostedt · 16 years ago
  77. 2a4efa4 ftrace: Using FTRACE_WARN_ON() to check "freed record" in ftrace_release() by Zhaolei · 16 years ago
  78. fb9fb01 tracing: clean up tracing profiler by Steven Rostedt · 16 years ago
  79. a2a16d6 function-graph: add option to calculate graph time or not by Steven Rostedt · 16 years ago
  80. cafb168 tracing: make the function profiler per cpu by Steven Rostedt · 16 years ago
  81. 0706f1c tracing: adding function timings to function profiler by Steven Rostedt · 16 years ago
  82. 493762f tracing: move function profiler data out of function struct by Steven Rostedt · 16 years ago
  83. bac429f tracing: add function profiler by Steven Rostedt · 16 years ago
  84. ee000b7 tracing: use union for multi-usages field by Lai Jiangshan · 16 years ago
  85. cc59c9e ftrace: show virtual PID by Lai Jiangshan · 16 years ago
  86. be6f164 function-graph: add option for include sleep times by Steven Rostedt · 16 years ago
  87. 8aef2d2 function-graph: ignore times across schedule by Steven Rostedt · 16 years ago
  88. 05ce581 function-graph: prevent more than one tracer registering by Steven Rostedt · 16 years ago
  89. 0330354 tracing/ftrace: fix the check on nopped sites by Frederic Weisbecker · 16 years ago
  90. e94142a ftrace: remove struct list_head from struct dyn_ftrace by Lai Jiangshan · 16 years ago
  91. 850a80c ftrace: use seq_read by Lai Jiangshan · 16 years ago
  92. fa9d13c ftrace: don't try to __ftrace_replace_code on !FTRACE_FL_CONVERTED rec by Zhaolei · 16 years ago
  93. b00f0b6 ftrace: avoid double-free of dyn_ftrace by Zhaolei · 16 years ago
  94. 10dd3eb tracing: fix deadlock when setting set_ftrace_pid by KOSAKI Motohiro · 16 years ago
  95. 5e2336a tracing: make all file_operations const by Steven Rostedt · 16 years ago
  96. c478f87 Merge branch 'tip/x86/ftrace' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-trace into tracing/ftrace by Ingo Molnar · 16 years ago
  97. 4377245 ftrace: break out modify loop immediately on detection of error by Steven Rostedt · 16 years ago
  98. 000ab69 ftrace: allow archs to preform pre and post process for code modification by Steven Rostedt · 16 years ago
  99. f9349a8 tracing/function-graph-tracer: make set_graph_function file support ftrace regex by Frederic Weisbecker · 16 years ago
  100. ac07bca Merge branch 'tip/tracing/ftrace' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-trace into tracing/ftrace by Ingo Molnar · 16 years ago