1. f536aaf ring-buffer: replace most bug ons with warn on and disable buffer by Steven Rostedt · 18 years ago
  2. 5aa1ba6 ftrace: prevent ftrace_special from recursion by Steven Rostedt · 18 years ago
  3. e0cb4eb Merge branch 'tracing/urgent' into tracing/ftrace by Ingo Molnar · 18 years ago
  4. 45b86a9 Merge branch 'devel' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-trace into tracing/urgent by Ingo Molnar · 18 years ago
  5. 4143c5c ring-buffer: prevent infinite looping on time stamping by Steven Rostedt · 18 years ago
  6. bf5e651 ftrace: disable tracing on resize by Steven Rostedt · 18 years ago
  7. cb56d98 Merge branch 'cpus4096' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 18 years ago
  8. a309720 ftrace: display start of CPU buffer in trace output by Steven Rostedt · 18 years ago
  9. 769c48e ftrace: force pass of preemptoff selftest by Steven Rostedt · 18 years ago
  10. c76f069 ftrace: remove trace array ctrl by Steven Rostedt · 18 years ago
  11. bbf5b1a ftrace: remove ctrl_update method by Steven Rostedt · 18 years ago
  12. 49833fc ftrace: enable trace_printk by default by Steven Rostedt · 18 years ago
  13. 4519317 ftrace: irqsoff tracer incorrect reset by Steven Rostedt · 18 years ago
  14. e168e05 ftrace: fix sched_switch API by Steven Rostedt · 18 years ago
  15. 75f5c47 ftrace: fix boot trace sched startup by Steven Rostedt · 18 years ago
  16. 0183fb1 ftrace: fix set_ftrace_filter by Steven Rostedt · 18 years ago
  17. a6b0786 Merge branches 'tracing/ftrace', 'tracing/fastboot', 'tracing/nmisafe' and 'tracing/urgent' into tracing/core by Ingo Molnar · 18 years ago
  18. ca3273f sched: fix memory leak in a failure path by Li Zefan · 18 years ago
  19. f29c9b1 sched: fix a bug in sched domain degenerate by Li Zefan · 18 years ago
  20. e252f4d Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 18 years ago
  21. 067ab19 Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 18 years ago
  22. 24eb089 cgroups: fix invalid cgrp->dentry before cgroup has been completely removed by Li Zefan · 18 years ago
  23. 2d3854a cpumask: introduce new API, without changing anything by Rusty Russell · 18 years ago
  24. 9c133c4 Add round_jiffies_up and related routines by Alan Stern · 18 years ago
  25. 561920a0 generic-ipi: fix the smp_mb() placement by Suresh Siddha · 18 years ago
  26. 3e03fb7 ring-buffer: convert to raw spinlocks by Steven Rostedt · 18 years ago
  27. 9036990 ftrace: restructure tracing start/stop infrastructure by Steven Rostedt · 18 years ago
  28. 0f04870 ftrace: soft tracing stop and start by Steven Rostedt · 18 years ago
  29. 60a7ecf ftrace: add quick function trace stop by Steven Rostedt · 18 years ago
  30. 79c81d2 Merge branch 'tracing/fastboot' into tracing/ftrace by Ingo Molnar · 18 years ago
  31. 0247909 sched: fix buddies for group scheduling by Peter Zijlstra · 18 years ago
  32. 4793241 sched: backward looking buddy by Peter Zijlstra · 18 years ago
  33. d95f98d sched: fix fair preempt check by Peter Zijlstra · 18 years ago
  34. f4b6755 sched: cleanup fair task selection by Peter Zijlstra · 18 years ago
  35. 072ba49 ftrace: fix breakage in bin_fmt results by Eric Anholt · 18 years ago
  36. 79a9d46 tracing/ftrace: fix a bug when switch current tracer to sched tracer by Frederic Weisbecker · 18 years ago
  37. efade6e tracing/ftrace: types and naming corrections for sched tracer by Frederic Weisbecker · 18 years ago
  38. d7ad44b tracing/fastboot: use sched switch tracer from boot tracer by Frederic Weisbecker · 18 years ago
  39. e55f605c tracing/ftrace: remove unused code in sched_switch tracer by Frederic Weisbecker · 18 years ago
  40. 07695fa tracing/ftrace: fix a race condition in sched_switch tracer by Frederic Weisbecker · 18 years ago
  41. 71566a0 tracing/fastboot: Enable boot tracing only during initcalls by Frederic Weisbecker · 18 years ago
  42. 3299b4d ftrace: sysctl typo by Peter Zijlstra · 18 years ago
  43. b2a866f ftrace: function tracer with irqs disabled by Steven Rostedt · 18 years ago
  44. 182e9f5 ftrace: insert in the ftrace_preempt_disable()/enable() functions by Steven Rostedt · 18 years ago
  45. 8f0a056 ftrace: introduce ftrace_preempt_disable()/enable() by Steven Rostedt · 18 years ago
  46. 818e3dd tracing, ring-buffer: add paranoid checks for loops by Steven Rostedt · 18 years ago
  47. b3aa557 ftrace: use kretprobe trampoline name to test in output by Steven Rostedt · 18 years ago
  48. 7a895f5 Merge branches 'tracing/ftrace', 'tracing/markers', 'tracing/mmiotrace', 'tracing/nmisafe', 'tracing/tracepoints' and 'tracing/urgent' into tracing/core by Ingo Molnar · 18 years ago
  49. 127cafb tracepoint: introduce *_noupdate APIs. by Lai Jiangshan · 18 years ago
  50. 19dba33 tracepoint: simplification for tracepoints using RCU by Lai Jiangshan · 18 years ago
  51. c2c8052 tracing, alpha: undefined reference to `save_stack_trace' by Al Viro · 18 years ago
  52. d9e5407 ftrace: ftrace_dump_on_oops=[tracer] by Peter Zijlstra · 18 years ago
  53. 3660946 Merge commit 'v2.6.28-rc3' into tracing/ftrace by Ingo Molnar · 18 years ago
  54. 2895974 PM_TEST_SUSPEND should depend on RTC_CLASS, not RTC_LIB by Al Viro · 18 years ago
  55. 42c0202 reserve_region_with_split: Fix GFP_KERNEL usage under spinlock by Linus Torvalds · 18 years ago
  56. a26a2a2 ftrace: nmi safe code clean ups by Steven Rostedt · 18 years ago
  57. 0b23e30 Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 18 years ago
  58. 147db6e Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 18 years ago
  59. 4390819 Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 18 years ago
  60. e1e302d Merge branch 'linus' into tracing/ftrace by Ingo Molnar · 18 years ago
  61. 9244489 ftrace: handle archs that do not support irqs_disabled_flags by Steven Rostedt · 18 years ago
  62. b807c3d ftrace: nmi update statistics by Steven Rostedt · 18 years ago
  63. 0b54968 Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 18 years ago
  64. d25141a 'kill sig -1' must only apply to caller's namespace by Sukadev Bhattiprolu · 18 years ago
  65. ce05fcc kernel/profile: fix profile_init() section mismatch by Paul Mundt · 18 years ago
  66. 51308ee freezer_cg: simplify freezer_change_state() by Li Zefan · 18 years ago
  67. 00c2e63 freezer_cg: use thaw_process() in unfreeze_cgroup() by Li Zefan · 18 years ago
  68. 80a6a2c freezer_cg: remove redundant check in freezer_can_attach() by Li Zefan · 18 years ago
  69. 7ccb974 freezer_cg: fix improper BUG_ON() causing oops by Li Zefan · 18 years ago
  70. a9cf4dd sched: change sched_debug's mode to 0444 by Li Zefan · 18 years ago
  71. f3384b2 ftrace: fix trace_nop config select by Steven Rostedt · 18 years ago
  72. d68612b resources: fix x86info results ioremap.c:226 __ioremap_caller+0xf2/0x2d6() WARNINGs by Suresh Siddha · 18 years ago
  73. 0b6e4d5 ftrace: perform an initialization for ftrace to enable it by Frederic Weisbecker · 18 years ago
  74. e946217 Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 18 years ago
  75. 0d8762c Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 18 years ago
  76. cf76ddd Merge branch 'irq-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 18 years ago
  77. 8ca6215 Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 18 years ago
  78. 60063a6 ftrace: fix current_tracer error return by Steven Rostedt · 18 years ago
  79. 6afe40b lockdep: fix irqs on/off ip tracing by Heiko Carstens · 18 years ago
  80. 46fec7a lockdep: minor fix for debug_show_all_locks() by qinghuang feng · 18 years ago
  81. 21798a8 tracing: fix a build error on alpha by Frederic Weisbecker · 18 years ago
  82. ea31e72 tracing/ftrace: make boot tracer select the sched_switch tracer by Frederic Weisbecker · 18 years ago
  83. f66af45 tracepoint: check if the probe has been registered by Frederic Weisbecker · 18 years ago
  84. 944ac42 ftrace: ftrace dump on oops control by Steven Rostedt · 18 years ago
  85. 5d9881e markers: break the redundant loop in kernel/marker.c by Zhaolei · 18 years ago
  86. 4de6274 markers: let marker_table be close to its comments by Lai Jiangshan · 18 years ago
  87. 505e371 markers: remove exported symbol marker_probe_cb_noarg() by Lai Jiangshan · 18 years ago
  88. 0eec481 markers: simplify marker_set_format() by Lai Jiangshan · 18 years ago
  89. e2862c9 trace: fix printk warning for u64 by Stephen Rothwell · 18 years ago
  90. 4944dd6 Merge commit 'v2.6.28-rc2' into tracing/urgent by Ingo Molnar · 18 years ago
  91. 2077776 cgroup: remove unused variable by Stephen Rothwell · 18 years ago
  92. 4403b40 Revert "Call init_workqueues before pre smp initcalls." by Linus Torvalds · 18 years ago
  93. f17845e ftrace: warning in kernel/trace/ftrace.c by Ingo Molnar · 18 years ago
  94. 3f3a490 sched: virtual time buddy preemption by Peter Zijlstra · 18 years ago
  95. 464b752 sched: re-instate vruntime based wakeup preemption by Peter Zijlstra · 18 years ago
  96. 0d13033 sched: weaken sync hint by Mike Galbraith · 18 years ago
  97. 1af5f73 sched: more accurate min_vruntime accounting by Peter Zijlstra · 18 years ago
  98. 01c8c57 sched: fix a find_busiest_group buglet by Peter Zijlstra · 18 years ago
  99. 8c82a17 Merge commit 'v2.6.28-rc1' into sched/urgent by Ingo Molnar · 18 years ago
  100. bea9211 kernel/resource: fix reserve_region_with_split() section mismatch by Paul Mundt · 18 years ago