1. 28b1bd1 Merge branch 'core/locking' into tracing/ftrace by Ingo Molnar · 17 years ago
  2. 26575e2 lockdep: remove extra "irq" string by Peter Zijlstra · 17 years ago
  3. 1c21f14 lockdep: fix incorrect state name by Peter Zijlstra · 17 years ago
  4. 2602c3b Merge branch 'rfc/splice/tip/tracing/ftrace' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-trace into tracing/ftrace by Ingo Molnar · 17 years ago
  5. a1be621 Merge branch 'tracing/ftrace'; commit 'v2.6.29-rc7' into tracing/core by Ingo Molnar · 17 years ago
  6. 2cadf91 tracing: add binary buffer files for use with splice by Steven Rostedt · 18 years ago
  7. 474d32b ring-buffer: make ring_buffer_read_page read from start on partial page by Steven Rostedt · 17 years ago
  8. e3d6bf0 ring-buffer: replace sizeof of event header with offsetof by Steven Rostedt · 17 years ago
  9. ef7a4a1 ring-buffer: fix ring_buffer_read_page by Steven Rostedt · 17 years ago
  10. 41be4da ring-buffer: reset write field for ring_buffer_read_page by Steven Rostedt · 17 years ago
  11. 219f170 Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 17 years ago
  12. b24746c Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 17 years ago
  13. 3612fdf 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 · 17 years ago
  14. 633ddaa tracing: fix return value to registering events by Steven Rostedt · 17 years ago
  15. 5b10174 x86-64: seccomp: fix 32/64 syscall hole by Roland McGrath · 17 years ago
  16. ed662d9 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 · 17 years ago
  17. fdfa66a Merge branches 'tracing/ftrace', 'tracing/mmiotrace' and 'linus' into tracing/core by Ingo Molnar · 17 years ago
  18. 96ccd21 tracing: add print format to event trace format files by Steven Rostedt · 17 years ago
  19. c5e4e19 tracing: add trace name and id to event formats by Steven Rostedt · 17 years ago
  20. 91729ef tracing: add ftrace headers to event format files by Steven Rostedt · 17 years ago
  21. 981d081 tracing: add format file to describe event struct fields by Steven Rostedt · 17 years ago
  22. f952075 tracing: make trace_seq_reset global and rename to trace_seq_init by Steven Rostedt · 17 years ago
  23. 11a241a tracing: add protection around modify trace event fields by Steven Rostedt · 17 years ago
  24. d20e3b0 tracing: add TRACE_FIELD_SPECIAL to record complex entries by Steven Rostedt · 17 years ago
  25. acdb2c2 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 · 17 years ago
  26. fd99498 tracing: add raw fast tracing interface for trace events by Steven Rostedt · 17 years ago
  27. c32e827 tracing: add raw trace point recording infrastructure by Steven Rostedt · 17 years ago
  28. ef5580d tracing: add interface to write into current tracer buffer by Steven Rostedt · 17 years ago
  29. b628b3e tracing: make the set_event and available_events subsystem aware by Steven Rostedt · 17 years ago
  30. e9abf4c 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 · 17 years ago
  31. 6ecc2d1 tracing: add subsystem level to trace events by Steven Rostedt · 17 years ago
  32. eb594e4 tracing: move trace point formats to files in include/trace directory by Steven Rostedt · 17 years ago
  33. 5170836 Fix recursive lock in free_uid()/free_user_ns() by David Howells · 17 years ago
  34. 0cfe824 tracing: replace kzalloc with kcalloc by Steven Rostedt · 17 years ago
  35. 54e9912 sched: don't allow setuid to succeed if the user does not have rt bandwidth by Dhaval Giani · 17 years ago
  36. da74ff0 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 · 17 years ago
  37. 1b49061 Merge branch 'sched/clock' into tracing/ftrace by Ingo Molnar · 17 years ago
  38. 5c6a3ae tracing: use newline separator for trace options list by Steven Rostedt · 17 years ago
  39. 85a2f9b tracing: use pointer error returns for __tracing_open by Steven Rostedt · 17 years ago
  40. d8e83d2 tracing: add protection around open use of current_tracer by Steven Rostedt · 17 years ago
  41. 577b785 tracing: add tracer dependent options to options directory by Steven Rostedt · 17 years ago
  42. a825907 tracing: add options directory and core option files by Steven Rostedt · 17 years ago
  43. 5d0859c Merge branch 'sched/clock' into tracing/ftrace by Ingo Molnar · 17 years ago
  44. b342501 sched: allow architectures to specify sched_clock_stable by Ingo Molnar · 17 years ago
  45. 14131f2 tracing: implement trace_clock_*() APIs by Ingo Molnar · 17 years ago
  46. 6409c4d sched: sched_clock() improvement: use in_nmi() by Ingo Molnar · 18 years ago
  47. af39241 tracing, genirq: add irq enter and exit trace events by Jason Baron · 17 years ago
  48. cac64d0 sched_rt: don't start timer when rt bandwidth disabled by Hiroshi Shimamoto · 18 years ago
  49. 8656e7a tracing/core: make the per cpu trace files in per cpu directories by Frederic Weisbecker · 18 years ago
  50. a682604 rcu: Teach RCU that idle task is not quiscent state at boot by Paul E. McKenney · 18 years ago
  51. f4abfb8 Merge branch 'tip/tracing/ftrace' of ssh://master.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-trace into tracing/ftrace by Ingo Molnar · 18 years ago
  52. e36b1e1 Merge branches 'tracing/ftrace', 'tracing/hw-branch-tracing' and 'linus' into tracing/core by Ingo Molnar · 18 years ago
  53. eef62a6 tracing: rename DEFINE_TRACE_FMT to just TRACE_FORMAT by Steven Rostedt · 18 years ago
  54. d7350c3 tracing/core: make the read callbacks reentrants by Frederic Weisbecker · 18 years ago
  55. b04cc6b tracing/core: introduce per cpu tracing files by Frederic Weisbecker · 18 years ago
  56. 2b1b858 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 · 18 years ago
  57. 886b5b7 tracing: remove /debug/tracing/latency_trace by Ingo Molnar · 18 years ago
  58. 2d542cf tracing/hw-branch-tracing: convert bts-tracer mutex to a spinlock by Ingo Molnar · 18 years ago
  59. 1473e44 tracing: make event directory structure by Steven Rostedt · 18 years ago
  60. f3fe8e4 tracing: add schedule events to event trace by Steven Rostedt · 18 years ago
  61. b77e38a tracing: add event trace infrastructure by Steven Rostedt · 18 years ago
  62. 5e01cb6 x86, ftrace: fix section mismatch in hw-branch-tracer by Markus Metzger · 18 years ago
  63. a7f4463 Merge branch 'tracing/ftrace'; commit 'v2.6.29-rc6' into tracing/core by Ingo Molnar · 18 years ago
  64. 770824b PM: Split up sysdev_[suspend|resume] from device_power_[down|up] by Rafael J. Wysocki · 18 years ago
  65. 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 · 18 years ago
  66. adfafef Merge branch 'hibernate' by Linus Torvalds · 18 years ago
  67. 403f307 PM: Fix suspend_console and resume_console to use only one semaphore by Arve Hjønnevåg · 18 years ago
  68. b090f9f PM: Wait for console in resume by Arve Hjønnevåg · 18 years ago
  69. ebae260 PM: Fix pm_notifiers during user mode hibernation by Andrey Borzenkov · 18 years ago
  70. 09664fd PM: fix build for CONFIG_PM unset by Rafael J. Wysocki · 18 years ago
  71. eed3ee0 PM/resume: wait for device probing to finish by Arjan van de Ven · 18 years ago
  72. 4377245 ftrace: break out modify loop immediately on detection of error by Steven Rostedt · 18 years ago
  73. 000ab69 ftrace: allow archs to preform pre and post process for code modification by Steven Rostedt · 18 years ago
  74. f9349a8 tracing/function-graph-tracer: make set_graph_function file support ftrace regex by Frederic Weisbecker · 18 years ago
  75. f54b2fe 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
  76. 00a8bf8 tracing/function-graph-tracer: fix merge by Ingo Molnar · 18 years ago
  77. d1f9cbd tracing/function-graph-tracer: fix traces weirdness while absolute time printing by Frederic Weisbecker · 18 years ago
  78. 4cd0332 Merge branch 'mainline/function-graph' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-trace into tracing/function-graph-tracer by Ingo Molnar · 18 years ago
  79. 4099909 Merge branches 'tracing/blktrace', 'tracing/ftrace' and 'tracing/urgent' into tracing/core by Ingo Molnar · 18 years ago
  80. 72c26c9 Merge branch 'linus' into tracing/blktrace by Ingo Molnar · 18 years ago
  81. 4b3e3d2 tracing: limit the number of loops the ring buffer self test can make by Steven Rostedt · 18 years ago
  82. 4d7a077 tracing: have function trace select kallsyms by Steven Rostedt · 18 years ago
  83. 0c5119c tracing: disable tracing while testing ring buffer by Steven Rostedt · 18 years ago
  84. ba95fd4 Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 18 years ago
  85. 42f5e03 pm: fix build for CONFIG_PM unset by Rafael J. Wysocki · 18 years ago
  86. 67e055d cgroups: fix possible use after free by Li Zefan · 18 years ago
  87. 712406a tracing/function-graph-tracer: make arch generic push pop functions by Steven Rostedt · 18 years ago
  88. 93dbb39 block: fix bad definition of BIO_RW_SYNC by Jens Axboe · 18 years ago
  89. fa7c7f6 tracing/core: remove unused parameter in tracing_fill_pipe_page() by Frederic Weisbecker · 18 years ago
  90. 6eaaa5d tracing/core: use appropriate waiting on trace_pipe by Frederic Weisbecker · 18 years ago
  91. 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 · 18 years ago
  92. 37bd824 Merge branches 'tracing/ftrace' and 'tracing/urgent' into tracing/core by Ingo Molnar · 18 years ago
  93. e78ac4b 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
  94. 29a0c5c Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 18 years ago
  95. f8effd1 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
  96. 8ce9a75 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
  97. 5b058bc tracing/function-graph-tracer: trace the idle tasks by Frederic Weisbecker · 18 years ago
  98. 35ebf1c ftrace: show unlimited when traceon or traceoff has no counter by Steven Rostedt · 18 years ago
  99. 73d8b8b tracing: fix typing mistake in hint message and comments by Wenji Huang · 18 years ago
  100. d2ef7c2 tracing: fix the return value of trace selftest by Wenji Huang · 18 years ago