1. fa1b47d ring-buffer: add ring_buffer_discard_commit by Steven Rostedt · 16 years ago
  2. 5452af6 tracing/ftrace: factorize the tracing files creation by Frederic Weisbecker · 16 years ago
  3. 2e57289 ring-buffer: do not remove reader page from list on ring buffer free by Steven Rostedt · 16 years ago
  4. 8b54e45 Merge branches 'tracing/docs', 'tracing/filters', 'tracing/ftrace', 'tracing/kprobes', 'tracing/blktrace-v2' and 'tracing/textedit' into tracing/core-v2 by Ingo Molnar · 16 years ago
  5. 2d62271 tracing: add ring_buffer_event_discard() to ring buffer by Tom Zanussi · 16 years ago
  6. 09c9e84 tracing/ring-buffer: don't annotate rb_cpu_notify with __cpuinit by Frederic Weisbecker · 16 years ago
  7. 3bf832c tracing/ring-buffer: fix non cpu hotplug case by Frederic Weisbecker · 16 years ago
  8. 37886f6 ring-buffer: add api to allow a tracer to change clock source by Steven Rostedt · 16 years ago
  9. 5cc9854 ring-buffer: document reader page design by Steven Rostedt · 16 years ago
  10. 8aabee5 ring-buffer: remove unneeded get_online_cpus by Steven Rostedt · 16 years ago
  11. 59222ef ring-buffer: use CONFIG_HOTPLUG_CPU not CONFIG_HOTPLUG by Steven Rostedt · 16 years ago
  12. 554f786 ring-buffer: only allocate buffers for online cpus by Steven Rostedt · 16 years ago
  13. 5e2336a tracing: make all file_operations const by Steven Rostedt · 16 years ago
  14. 4f3640f ring-buffer: fix timestamp in partial ring_buffer_page_read by Steven Rostedt · 16 years ago
  15. 474d32b ring-buffer: make ring_buffer_read_page read from start on partial page by Steven Rostedt · 16 years ago
  16. e3d6bf0 ring-buffer: replace sizeof of event header with offsetof by Steven Rostedt · 16 years ago
  17. ef7a4a1 ring-buffer: fix ring_buffer_read_page by Steven Rostedt · 16 years ago
  18. 41be4da ring-buffer: reset write field for ring_buffer_read_page by Steven Rostedt · 16 years ago
  19. 14131f2 tracing: implement trace_clock_*() APIs by Ingo Molnar · 16 years ago
  20. 988ae9d ring-buffer: add tracing_is_on to test if ring buffer is enabled by Steven Rostedt · 16 years ago
  21. d351c8d 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
  22. 1c511f7 Merge branches 'tracing/ftrace', 'tracing/ring-buffer', 'tracing/sysprof', 'tracing/urgent' and 'linus' into tracing/core by Ingo Molnar · 16 years ago
  23. 45141d4 ring-buffer: rename label out_unlock to out_reset by Steven Rostedt · 16 years ago
  24. 00f62f6 ring_buffer: pahole struct ring_buffer by Arnaldo Carvalho de Melo · 16 years ago
  25. 5e39841 tracing: fix sparse warnings: fix (un-)signedness by Hannes Eder · 16 years ago
  26. c3706f0 tracing: fix typos in comments by Wenji Huang · 16 years ago
  27. 667d241 ring_buffer: fix ring_buffer_read_page() by Lai Jiangshan · 16 years ago
  28. b85fa01 ring_buffer: fix typing mistake by Lai Jiangshan · 16 years ago
  29. 44b0635 Merge branch 'tip/tracing/core/devel' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-trace into tracing/ftrace by Ingo Molnar · 16 years ago
  30. a81bd80 ring-buffer: use generic version of in_nmi by Steven Rostedt · 16 years ago
  31. 78d904b ring-buffer: add NMI protection for spinlocks by Steven Rostedt · 16 years ago
  32. 0a98775 ring_buffer: remove unused flags parameter by Arnaldo Carvalho de Melo · 16 years ago
  33. 4a66a82 Merge branches 'tracing/blktrace', 'tracing/kmemtrace' and 'tracing/urgent' into tracing/core by Ingo Molnar · 16 years ago
  34. 91a8d07 ring-buffer: reset timestamps when ring buffer is reset by Steven Rostedt · 16 years ago
  35. 69507c0 ring-buffer: reset timestamps when ring buffer is reset by Steven Rostedt · 16 years ago
  36. 97b17ef ring-buffer: do not swap if recording is disabled by Steven Rostedt · 16 years ago
  37. 551b404 ring_buffer: reset write when reserve buffer fail by Lai Jiangshan · 16 years ago
  38. 082605d ring-buffer: fix alignment problem by Steven Rostedt · 16 years ago
  39. 6f3b344 ring_buffer: reset write when reserve buffer fail by Lai Jiangshan · 16 years ago
  40. 67d3472 kernel/trace/ring_buffer.c: use DIV_ROUND_UP by Andrew Morton · 16 years ago
  41. 34a148b kernel/trace/ring_buffer.c: reduce inlining by Andrew Morton · 16 years ago
  42. 4ce5f24 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rric/oprofile by Linus Torvalds · 16 years ago
  43. 465634a ring_buffer: fix ring_buffer_event_length() by Robert Richter · 16 years ago
  44. 9e01c1b cpumask: convert kernel trace functions by Rusty Russell · 16 years ago
  45. 526ea06 Merge branch 'oprofile-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  46. 98db8df ring-buffer: prevent false positive warning by Steven Rostedt · 16 years ago
  47. a8ccf1d ring-buffer: fix dangling commit race by Steven Rostedt · 16 years ago
  48. 6d102bc tracing/ring-buffer: remove unused ring_buffer size by Lai Jiangshan · 16 years ago
  49. 2c2d732 tracing/ftrace: use preempt_enable_no_resched_notrace in ring_buffer_time_stamp() by Frederic Weisbecker · 16 years ago
  50. c4f5018 ring_buffer: adding EXPORT_SYMBOLs by Robert Richter · 16 years ago
  51. 68814b5 ring_buffer: update description for ring_buffer_alloc() by Robert Richter · 16 years ago
  52. 044fa78 ring-buffer: change "page" variable names to "bpage" by Steven Rostedt · 16 years ago
  53. 8789a9e ring-buffer: read page interface by Steven Rostedt · 16 years ago
  54. abc9b56 ring-buffer: move some metadata into buffer page by Steven Rostedt · 16 years ago
  55. 4f5a7f4 ftrace: prevent recursion by Lai Jiangshan · 16 years ago
  56. 033601a ring-buffer: add tracing_off_permanent by Steven Rostedt · 16 years ago
  57. 9676e73 Merge branches 'tracing/ftrace' and 'tracing/urgent' into tracing/core by Ingo Molnar · 16 years ago
  58. 641d2f6 trace: introduce missing mutex_unlock() by Vegard Nossum · 16 years ago
  59. c91add5 Merge branches 'tracing/fastboot', 'tracing/ftrace' and 'tracing/urgent' into tracing/core by Ingo Molnar · 16 years ago
  60. ee51a1d tracing: fix mmiotrace resizing crash by Ingo Molnar · 16 years ago
  61. 24de386 Merge branches 'tracing/branch-tracer', 'tracing/fastboot', 'tracing/function-return-tracer' and 'tracing/urgent' into tracing/core by Ingo Molnar · 16 years ago
  62. 642edba ring-buffer: fix deadlock from reader_lock in read_start by Steven Rostedt · 16 years ago
  63. 47e74f2 ring-buffer: no preempt for sched_clock() by Steven Rostedt · 16 years ago
  64. d06bbd6 Merge branches 'tracing/ftrace' and 'tracing/urgent' into tracing/core by Ingo Molnar · 16 years ago
  65. 3e89c7bb ring-buffer: clean up warn ons by Steven Rostedt · 16 years ago
  66. a358324 ring-buffer: buffer record on/off switch by Steven Rostedt · 16 years ago
  67. f83c9d0 ring-buffer: add reader lock by Steven Rostedt · 16 years ago
  68. f536aaf ring-buffer: replace most bug ons with warn on and disable buffer by Steven Rostedt · 16 years ago
  69. e0cb4eb Merge branch 'tracing/urgent' into tracing/ftrace by Ingo Molnar · 16 years ago
  70. 4143c5c ring-buffer: prevent infinite looping on time stamping by Steven Rostedt · 16 years ago
  71. a6b0786 Merge branches 'tracing/ftrace', 'tracing/fastboot', 'tracing/nmisafe' and 'tracing/urgent' into tracing/core by Ingo Molnar · 16 years ago
  72. 3e03fb7 ring-buffer: convert to raw spinlocks by Steven Rostedt · 16 years ago
  73. 182e9f5 ftrace: insert in the ftrace_preempt_disable()/enable() functions by Steven Rostedt · 16 years ago
  74. 818e3dd tracing, ring-buffer: add paranoid checks for loops by Steven Rostedt · 16 years ago
  75. e2862c9 trace: fix printk warning for u64 by Stephen Rothwell · 16 years ago
  76. 6ae2a07 ring-buffer: fix free page by Steven Rostedt · 16 years ago
  77. bf41a15 ring-buffer: make reentrant by Steven Rostedt · 16 years ago
  78. 6f807ac ring-buffer: move page indexes into page headers by Steven Rostedt · 16 years ago
  79. aa1e0e3b ring_buffer: map to cpu not page by Steven Rostedt · 16 years ago
  80. 77ae11f ring-buffer: fix build error by Ingo Molnar · 16 years ago
  81. e4c2ce8 ring_buffer: allocate buffer page pointer by Steven Rostedt · 16 years ago
  82. d769041 ring_buffer: implement new locking by Steven Rostedt · 16 years ago
  83. 70255b5 ring_buffer: remove raw from local_irq_save by Steven Rostedt · 16 years ago
  84. ed56829 ring_buffer: reset buffer page when freeing by Steven Rostedt · 16 years ago
  85. a7b1374 ring_buffer: add paranoid check for buffer page by Steven Rostedt · 16 years ago
  86. 7a8e76a tracing: unified trace buffer by Steven Rostedt · 16 years ago