1. 80fe02b Merge branches 'sched-core-for-linus' and 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 13 years ago
  2. 95950c2 ftrace: Add self-tests for multiple function trace users by Steven Rostedt · 14 years ago
  3. 936e074 ftrace: Modify ftrace_set_filter/notrace to take ops by Steven Rostedt · 14 years ago
  4. cdbe61b ftrace: Allow dynamically allocated function tracers by Steven Rostedt · 14 years ago
  5. b848914 ftrace: Implement separate user function filtering by Steven Rostedt · 14 years ago
  6. 07fd551 ftrace: Free hash with call_rcu_sched() by Steven Rostedt · 14 years ago
  7. 2b49938 ftrace: Have global_ops store the functions that are to be traced by Steven Rostedt · 14 years ago
  8. bd69c30 ftrace: Add ops parameter to ftrace_startup/shutdown functions by Steven Rostedt · 14 years ago
  9. 647bcd0 ftrace: Add enabled_functions file by Steven Rostedt · 14 years ago
  10. ed926f9 ftrace: Use counters to enable functions to trace by Steven Rostedt · 14 years ago
  11. 33dc9b1 ftrace: Separate hash allocation and assignment by Steven Rostedt · 14 years ago
  12. f45948e ftrace: Create a global_ops to hold the filter and notrace hashes by Steven Rostedt · 14 years ago
  13. 1cf41dd7 ftrace: Use hash instead for FTRACE_FL_FILTER by Steven Rostedt · 14 years ago
  14. b448c4e ftrace: Replace FTRACE_FL_NOTRACE flag with a hash of ignored functions by Steven Rostedt · 14 years ago
  15. 9cb5bab Merge commit 'v2.6.39-rc7' into sched/core by Ingo Molnar · 14 years ago
  16. 932fed4 Merge commit 'v2.6.39-rc7' into perf/core by Ingo Molnar · 14 years ago
  17. a3a4a5a Regression: partial revert "tracing: Remove lock_depth from event entry" by Arjan van de Ven · 14 years ago
  18. 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
  19. 809435f Merge branch 'tip/perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-trace into perf/core by Ingo Molnar · 14 years ago
  20. b9df92d ftrace: Consolidate the function match routines for normal and mods by Steven Rostedt · 14 years ago
  21. 491d0dc ftrace: Consolidate updating of ftrace_trace_function by Steven Rostedt · 14 years ago
  22. 996e87b ftrace: Move record update for normal and modules into a separate function by Steven Rostedt · 14 years ago
  23. d2c8c3e ftrace: Remove FTRACE_FL_CONVERTED flag by Steven Rostedt · 14 years ago
  24. 45a4a23 ftrace: Remove FTRACE_FL_FAILED flag by Steven Rostedt · 14 years ago
  25. 3499e46 ftrace: Remove failures file by Steven Rostedt · 14 years ago
  26. 8ab2b7ef ftrace: Remove unnecessary disabling of irqs by Steven Rostedt · 14 years ago
  27. 0778d9a ftrace: Make FTRACE_WARN_ON() work in if condition by Steven Rostedt · 14 years ago
  28. 058e297 ftrace: Only update the function code on write to filter files by Steven Rostedt · 14 years ago
  29. 3267382 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
  30. 6c8a721 Merge branch 'tip/perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-trace into perf/urgent by Ingo Molnar · 14 years ago
  31. 625f2a3 sched: Get rid of lock_depth by Jonathan Corbet · 14 years ago
  32. d20ac25 ftrace: Build without frame pointers on Microblaze by Michal Simek · 14 years ago
  33. 49cac01 block: make unplug timer trace event correspond to the schedule() unplug by Jens Axboe · 14 years ago
  34. 94b5eb2 block: fixup block IO unplug trace call by Jens Axboe · 14 years ago
  35. d9c9783 block: remove block_unplug_timer() trace point by Jens Axboe · 14 years ago
  36. ee5e51f tracing: Avoid soft lockup in trace_pipe by Jiri Olsa · 14 years ago
  37. 1813dc3 tracing: Print trace_bprintk() formats for modules too by Steven Rostedt · 14 years ago
  38. 0588fa3 tracing: Convert trace_printk() formats for module to const char * by Steven Rostedt · 14 years ago
  39. 25985ed Fix common misspellings by Lucas De Marchi · 14 years ago
  40. 2a20b02 Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  41. 6c51038 Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 14 years ago
  42. e1eb029 Merge branch 'tip/perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-trace into perf/urgent by Ingo Molnar · 14 years ago
  43. 1106b69 tracing: Fix set_ftrace_filter probe function display by Jiri Olsa · 14 years ago
  44. 6192978 Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  45. e16b396 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 14 years ago
  46. 1ef1d1c trace, filters: Initialize the match variable in process_ops() properly by Ingo Molnar · 14 years ago
  47. 13e5bef trace, documentation: Fix branch profiling location in debugfs by David Rientjes · 14 years ago
  48. 805f6b5 blktrace: Use rq->cmd_flags directly in blk_add_trace_rq. by Tao Ma · 14 years ago
  49. 4a0b166 tracing: Fix irqoff selftest expanding max buffer by Steven Rostedt · 14 years ago
  50. 9a24470 tracing: Align 4 byte ints together in struct tracer by Steven Rostedt · 14 years ago
  51. 56355b8 tracing: Export trace_set_clr_event() by Yuanhan Liu · 14 years ago
  52. 31274d7 tracing: Explain about unstable clock on resume with ring buffer warning by Jiri Olsa · 14 years ago
  53. 10da37a tracing: Adjust conditional expression latency formatting. by David Sharp · 14 years ago
  54. 140e4f2 tracing: Fix event alignment: ftrace:context_switch and ftrace:wakeup by David Sharp · 14 years ago
  55. e6e1e25 tracing: Remove lock_depth from event entry by Steven Rostedt · 14 years ago
  56. de29be5 ring-buffer: Remove unused #include <linux/trace_irq.h> by David Sharp · 14 years ago
  57. 750912f tracing: Add an 'overwrite' trace_option. by David Sharp · 14 years ago
  58. 86cb2ec Merge commit 'v2.6.38-rc8' into perf/core by Ingo Molnar · 14 years ago
  59. 2d3a849 blktrace: Remove blk_fill_rwbs_rq. by Tao Ma · 14 years ago
  60. c09d7a3 Merge branch '/tip/perf/filter' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-trace.git into perf/core by Frederic Weisbecker · 14 years ago
  61. e9345aa Revert "tracing: Add unstable sched clock note to the warning" by Ingo Molnar · 14 years ago
  62. 5beda5f 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
  63. b00560f Merge branch 'perf/urgent' into perf/core by Ingo Molnar · 14 years ago
  64. 0a9d59a Merge branch 'master' into for-next by Jiri Kosina · 14 years ago
  65. bf1af3a Merge branch 'tip/perf/urgent' 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. 0de4b34 tracing/kprobe: Fix NULL pointer deref check by Masami Hiramatsu · 14 years ago
  67. 868baf0 ftrace: Fix memory leak with function graph and cpu hotplug by Steven Rostedt · 14 years ago
  68. aceb91c Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 14 years ago
  69. 6752ab4 tracing: Deprecate tracing_enabled for tracing_on by Steven Rostedt · 14 years ago
  70. 87d80de tracing: Remove obsolete sched_switch tracer by Steven Rostedt · 14 years ago
  71. 5e38ca8 tracing: Add unstable sched clock note to the warning by Jiri Olsa · 14 years ago
  72. ae07f55 tracing/syscalls: Early terminate search for sys_ni_syscall by Ian Munsie · 14 years ago
  73. b2d5549 tracing/syscalls: Allow arch specific syscall symbol matching by Ian Munsie · 14 years ago
  74. c763ba0 tracing/syscalls: Make arch_syscall_addr weak by Ian Munsie · 14 years ago
  75. 3773b389 tracing/syscalls: Convert redundant syscall_nr checks into WARN_ON by Ian Munsie · 14 years ago
  76. ba97697 tracing/syscalls: Don't add events for unmapped syscalls by Ian Munsie · 14 years ago
  77. 4defe68 tracing/filter: Remove synchronize_sched() from __alloc_preds() by Steven Rostedt · 14 years ago
  78. 75b8e98 tracing/filter: Swap entire filter of events by Steven Rostedt · 14 years ago
  79. bf93f9e tracing/filter: Increase the max preds to 2^14 by Steven Rostedt · 14 years ago
  80. 4a3d27e tracing/filter: Move MAX_FILTER_PRED to local tracing directory by Steven Rostedt · 14 years ago
  81. 43cd414 tracing/filter: Optimize filter by folding the tree by Steven Rostedt · 14 years ago
  82. ec126ca tracing/filter: Check the created pred tree by Steven Rostedt · 14 years ago
  83. 5571927 tracing/filter: Optimize short ciruit check by Steven Rostedt · 14 years ago
  84. 61e9dea tracing/filter: Use a tree instead of stack for filter_match_preds() by Steven Rostedt · 14 years ago
  85. f76690a tracing/filter: Free pred array on disabling of filter by Steven Rostedt · 14 years ago
  86. 74e9e58 tracing/filter: Allocate the preds in an array by Steven Rostedt · 14 years ago
  87. 0fc3ca9 tracing/filter: Call synchronize_sched() just once for system filters by Steven Rostedt · 14 years ago
  88. c9c53ca tracing/filter: Dynamically allocate preds by Steven Rostedt · 14 years ago
  89. 58d9a59 tracing/filter: Move OR and AND logic out of fn() method by Steven Rostedt · 14 years ago
  90. 6d54057 tracing/filter: Have no filter return a match by Steven Rostedt · 14 years ago
  91. 1ff511e tracing/kprobes: Add bitfield type by Masami Hiramatsu · 14 years ago
  92. e374536 tracing/kprobes: Support longer (>128 bytes) command by Masami Hiramatsu · 14 years ago
  93. 76022db tracing/kprobes: Cleanup strict_strtol() using code by Masami Hiramatsu · 14 years ago
  94. 3d56e33 tracing: Replace syscall_meta_data struct array with pointer array by Steven Rostedt · 14 years ago
  95. e4a9ea5 tracing: Replace trace_event struct array with pointer array by Steven Rostedt · 14 years ago
  96. 2ce802f lockdep: Move early boot local IRQ enable/disable status to init/main.c by Tejun Heo · 14 years ago
  97. 490da40 blktrace: Don't output messages if NOTIFY isn't set. by Tao Ma · 14 years ago
  98. 42b16b3 Kill off warning: ‘inline’ is not at beginning of declaration by Jesper Juhl · 14 years ago
  99. f9ee7f6 Merge branches 'core-fixes-for-linus', 'x86-fixes-for-linus', 'timers-fixes-for-linus' and 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  100. 7f85803 tracing: Remove syscall_exit_fields by Lai Jiangshan · 14 years ago