1. 14a866c ftrace: add ftrace_graph_stop() by Steven Rostedt · 16 years ago
  2. 8789a9e ring-buffer: read page interface by Steven Rostedt · 16 years ago
  3. abc9b56 ring-buffer: move some metadata into buffer page by Steven Rostedt · 16 years ago
  4. a5e2588 ftrace: replace raw_local_irq_save with local_irq_save by Steven Rostedt · 16 years ago
  5. dfdc543 Merge commit 'v2.6.28-rc7'; branch 'x86/dumpstack' into tracing/ftrace by Ingo Molnar · 16 years ago
  6. f0461d0 Merge branches 'tracing/ftrace' and 'tracing/function-graph-tracer' into tracing/core by Ingo Molnar · 16 years ago
  7. 48d68b2 tracing/function-graph-tracer: support for x86-64 by Frederic Weisbecker · 16 years ago
  8. 66eafeb function trace: fix a bug of single thread function trace by Liming Wang · 16 years ago
  9. 222658e Merge branches 'tracing/branch-tracer', 'tracing/ftrace', 'tracing/function-graph-tracer', 'tracing/markers', 'tracing/powerpc', 'tracing/stack-tracer' and 'tracing/tracepoints' into tracing/core by Ingo Molnar · 16 years ago
  10. a800599 taint: add missing comment by Arjan van de Ven · 16 years ago
  11. 7ef9964 epoll: introduce resource usage limits by Davide Libenzi · 16 years ago
  12. 9bd062d Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  13. 72244c0 Merge branch 'irq-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  14. 93b1005 Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  15. 7bbc67f Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  16. 96b8936 remove __ARCH_WANT_COMPAT_SYS_PTRACE by Christoph Hellwig · 16 years ago
  17. 8419641 cpuinit fixes in kernel/* by Al Viro · 16 years ago
  18. af6d596 sched: prevent divide by zero error in cpu_avg_load_per_task, update by Ingo Molnar · 16 years ago
  19. 1583715 sched, cpusets: fix warning in kernel/cpuset.c by Ingo Molnar · 16 years ago
  20. 65c6dc6 tracing/branch-tracer: include missing irqflags.h by Frederic Weisbecker · 16 years ago
  21. 50cdaf0 ftrace: improve seq_operation of ftrace by Liming Wang · 16 years ago
  22. c7425ac tracing, alpha: fix build: add missing #ifdef CONFIG_STACKTRACE by Török Edwin · 16 years ago
  23. d51090b tracing/function-graph-tracer: more output tweaks by Ingo Molnar · 16 years ago
  24. 1a05615 tracing/function-graph-tracer: adjustments of the trace informations by Frederic Weisbecker · 16 years ago
  25. 83a8df6 tracing/function-graph-tracer: enhancements for the trace output by Frederic Weisbecker · 16 years ago
  26. c7cc773 Merge branches 'tracing/blktrace', 'tracing/ftrace', 'tracing/function-graph-tracer' and 'tracing/power-tracer' into tracing/core by Ingo Molnar · 16 years ago
  27. 4cd4262 sched: prevent divide by zero error in cpu_avg_load_per_task by Steven Rostedt · 16 years ago
  28. 4f5a7f4 ftrace: prevent recursion by Lai Jiangshan · 16 years ago
  29. f3f47a6 tracing: add "power-tracer": C/P state tracer to help power optimization by Arjan van de Ven · 16 years ago
  30. 437f24fb ftrace: add cpu annotation for function graph tracer by Steven Rostedt · 16 years ago
  31. 660c7f9 ftrace: add thread comm to function graph tracer by Steven Rostedt · 16 years ago
  32. e53a631 ftrace: let function tracing and function return run together by Steven Rostedt · 16 years ago
  33. 5a45cfe ftrace: use code patching for ftrace graph tracer by Steven Rostedt · 16 years ago
  34. df4fc31 ftrace: add function tracing to single thread by Steven Rostedt · 16 years ago
  35. 287b6e6 tracing/function-return-tracer: set a more human readable output by Frederic Weisbecker · 16 years ago
  36. fb52607 tracing/function-return-tracer: change the name into function-graph-tracer by Frederic Weisbecker · 16 years ago
  37. 1e9b51c x86, bts, ftrace: a BTS ftrace plug-in prototype by Markus Metzger · 16 years ago
  38. 8bba1bf x86, ftrace: call trace->open() before stopping tracing; add trace->print_header() by Markus Metzger · 16 years ago
  39. 6f893fb Merge branches 'tracing/branch-tracer', 'tracing/fastboot', 'tracing/ftrace', 'tracing/function-return-tracer', 'tracing/power-tracer', 'tracing/powerpc', 'tracing/ring-buffer', 'tracing/stack-tracer' and 'tracing/urgent' into tracing/core by Ingo Molnar · 16 years ago
  40. 65afa5e tracing/function-return-tracer: free the return stack on free_task() by Frederic Weisbecker · 16 years ago
  41. 7ee1768 x86, mmiotrace: fix buffer overrun detection by Pekka Paalanen · 16 years ago
  42. eae849c tracing/function-return-tracer: don't trace kfree while it frees the return stack by Frederic Weisbecker · 16 years ago
  43. e38da59 tracing/stack-tracer: avoid races accessing file by Török Edwin · 16 years ago
  44. 8d26487 tracing/stack-tracer: introduce CONFIG_USER_STACKTRACE_SUPPORT by Török Edwin · 16 years ago
  45. cffa10a tracing/stack-tracer: fix locking and refcounts by Török Edwin · 16 years ago
  46. 8d7c6a9 tracing/stack-tracer: fix style issues by Török Edwin · 16 years ago
  47. 0429149 trace: fix compiler warning in branch profiler by Steven Rostedt · 16 years ago
  48. 69bb54e ftrace: add ftrace_off_permanent by Steven Rostedt · 16 years ago
  49. 033601a ring-buffer: add tracing_off_permanent by Steven Rostedt · 16 years ago
  50. 2bcd521 trace: profile all if conditionals by Steven Rostedt · 16 years ago
  51. bac28bf trace: branch profiling should not print percent without data by Steven Rostedt · 16 years ago
  52. 45b7974 trace: consolidate unlikely and likely profiler by Steven Rostedt · 16 years ago
  53. 9f14416 Merge commit 'v2.6.28-rc6' into irq/urgent by Ingo Molnar · 16 years ago
  54. cbe2f5a tracing: allow tracing of suspend/resume & hibernation code again by Ingo Molnar · 16 years ago
  55. b54d3de tracing: identify which executable object the userspace address belongs to by Török Edwin · 16 years ago
  56. 02b6751 tracing: add support for userspace stacktraces in tracing/iter_ctrl by Török Edwin · 16 years ago
  57. 82f60f0 tracing/function-return-tracer: clean up task start/exit callbacks by Ingo Molnar · 16 years ago
  58. f201ae2 tracing/function-return-tracer: store return stack into task_struct and allocate it dynamically by Frederic Weisbecker · 16 years ago
  59. a0a70c7 Merge branches 'tracing/profiling', 'tracing/options' and 'tracing/urgent' into tracing/core by Ingo Molnar · 16 years ago
  60. b0788ca lockdep: consistent alignement for lockdep info by Li Zefan · 16 years ago
  61. 522a110 function tracing: fix wrong position computing of stack_trace by Liming Wang · 16 years ago
  62. 95763dd Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  63. 33d283b cgroups: fix a serious bug in cgroupstats by Li Zefan · 16 years ago
  64. 966c8c1 sprint_symbol(): use less stack by Hugh Dickins · 16 years ago
  65. 3fa59df cgroup: fix potential deadlock in pre_destroy by KAMEZAWA Hiroyuki · 16 years ago
  66. f481891 cpuset: update top cpuset's mems after adding a node by Miao Xie · 16 years ago
  67. de11def reintroduce accept4 by Ulrich Drepper · 16 years ago
  68. 60a5151 profiling: clean up profile_nop() by Andrew Morton · 16 years ago
  69. 9676e73 Merge branches 'tracing/ftrace' and 'tracing/urgent' into tracing/core by Ingo Molnar · 16 years ago
  70. 86fa2f6 ftrace: fix selftest locking by Ingo Molnar · 16 years ago
  71. 6d5b43a Merge branch 'tip/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-trace into tracing/urgent by Ingo Molnar · 16 years ago
  72. 3246477 ftrace: fix dyn ftrace filter selection by Steven Rostedt · 16 years ago
  73. 8204327 ftrace: make filtered functions effective on setting by Steven Rostedt · 16 years ago
  74. f10ed36 ftrace: fix set_ftrace_filter by Steven Rostedt · 16 years ago
  75. a225063 ftrace: preemptoff selftest not working by Heiko Carstens · 16 years ago
  76. 641d2f6 trace: introduce missing mutex_unlock() by Vegard Nossum · 16 years ago
  77. 5177dc3 Merge branch 'linus' into tracing/urgent by Ingo Molnar · 16 years ago
  78. 7f0f598 Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 16 years ago
  79. a6a0c4c suspend: use WARN not WARN_ON to print the message by Arjan van de Ven · 16 years ago
  80. 72b51a6 Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  81. 8c60bfb Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  82. 0bb943c tracing: kernel/trace/trace.c: introduce missing kfree() by Julia Lawall · 16 years ago
  83. 98ba403 relay: fix cpu offline problem by Lai Jiangshan · 16 years ago
  84. 0231022 tracing/function-return-tracer: add the overrun field by Frederic Weisbecker · 16 years ago
  85. 0619faf tracing/ftrace: make nop tracer using tracer flags by Frederic Weisbecker · 16 years ago
  86. adf9f19 tracing/ftrace: implement a set_flag callback for tracers by Frederic Weisbecker · 16 years ago
  87. 5a209c2 Merge branches 'tracing/branch-tracer' and 'tracing/urgent' into tracing/core by Ingo Molnar · 16 years ago
  88. e270219f kernel/profile.c: fix section mismatch warning by Rakib Mullick · 16 years ago
  89. 700018e cpuset: fix regression when failed to generate sched domains by Li Zefan · 16 years ago
  90. 65ecc14 Remove -mno-spe flags as they dont belong by Kumar Gala · 16 years ago
  91. ad133ba sched, signals: fix the racy usage of ->signal in account_group_xxx/run_posix_cpu_timers by Oleg Nesterov · 16 years ago
  92. 0c726da9 tracing: branch tracer, fix writing to trace/trace_options by Aneesh Kumar K.V · 16 years ago
  93. 3f8e402 Merge branches 'tracing/branch-tracer', 'tracing/ftrace', 'tracing/function-return-tracer', 'tracing/tracepoints' and 'tracing/urgent' into tracing/core by Ingo Molnar · 16 years ago
  94. e14c8bf stop_machine: fix race with return value (fixes Bug #11989) by Rusty Russell · 16 years ago
  95. 227a837 markers/tracpoints: fix non-modular build by Ingo Molnar · 16 years ago
  96. 7e066fb tracepoints: add DECLARE_TRACE() and DEFINE_TRACE() by Mathieu Desnoyers · 16 years ago
  97. 32f8574 tracepoints: use modules notifiers by Mathieu Desnoyers · 16 years ago
  98. de0baf9 tracepoints: fix disable by Mathieu Desnoyers · 16 years ago
  99. c1df1bd markers: auto enable tracepoints (new API : trace_mark_tp()) by Mathieu Desnoyers · 16 years ago
  100. a419246 markers: use module notifier by Mathieu Desnoyers · 16 years ago