1. dc892f7 ring-buffer: remove ring_buffer_event_discard by Steven Rostedt · 17 years ago
  2. 7e9391c ring-buffer: fix ring_buffer_read crossing pages by Steven Rostedt · 17 years ago
  3. 1b959e1 ring-buffer: remove unnecessary cpu_relax by Steven Rostedt · 17 years ago
  4. 9827799 ring-buffer: do not swap buffers during a commit by Steven Rostedt · 17 years ago
  5. 41b6a95 ring-buffer: do not reset while in a commit by Steven Rostedt · 17 years ago
  6. 89034bc Merge branch 'linus' into tracing/core by Ingo Molnar · 17 years ago
  7. bd3f022 ring-buffer: Fix memleak in ring_buffer_free() by Eric Dumazet · 17 years ago
  8. 469535a ring-buffer: Fix advance of reader in rb_buffer_peek() by Robert Richter · 17 years ago
  9. 464e85e ring-buffer: do not disable ring buffer on oops_in_progress by Steven Rostedt · 17 years ago
  10. 0f2541d ring-buffer: fix check of try_to_discard result by Steven Rostedt · 17 years ago
  11. da706d8 ring_buffer: Fix warning while ignoring cmpxchg return value by Lai Jiangshan · 17 years ago
  12. 77ae365 ring-buffer: make lockless by Steven Rostedt · 17 years ago
  13. 3adc54f ring-buffer: make the buffer a true circular link list by Steven Rostedt · 17 years ago
  14. 1155de4 ring-buffer: Make it generally available by Paul Mundt · 17 years ago
  15. b0b7065 Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 17 years ago
  16. 8d707e8 ring-buffer: do not grab locks in nmi by Steven Rostedt · 17 years ago
  17. d478820 ring-buffer: add locks around rb_per_cpu_empty by Steven Rostedt · 17 years ago
  18. 5f78abe ring-buffer: check for less than two in size allocation by Steven Rostedt · 17 years ago
  19. 0dcd4d6 ring-buffer: remove useless compile check for buffer_page size by Steven Rostedt · 17 years ago
  20. c6a9d7b ring-buffer: remove useless warn on check by Steven Rostedt · 17 years ago
  21. 22f470f ring-buffer: use BUF_PAGE_HDR_SIZE in calculating index by Steven Rostedt · 17 years ago
  22. fa74395 ring-buffer: use commit counters for commit pointer accounting by Steven Rostedt · 17 years ago
  23. 263294f ring-buffer: remove unused variable by Steven Rostedt · 17 years ago
  24. c7b0930 ring-buffer: prevent adding write in discarded area by Steven Rostedt · 17 years ago
  25. 3f237a7 cpumask: use new operators in kernel/trace by Rusty Russell · 17 years ago
  26. 1744a21 trace: annotate bitfields in struct ring_buffer_event by Vegard Nossum · 17 years ago
  27. f57a8a1 ring-buffer: fix ret in rb_add_time_stamp by Steven Rostedt · 17 years ago
  28. 1f8a6a1 ring-buffer: pass in lockdep class key for reader_lock by Peter Zijlstra · 17 years ago
  29. ea05b57 ring-buffer: discard timestamps that are at the start of the buffer by Steven Rostedt · 17 years ago
  30. edd813b ring-buffer: try to discard unneeded timestamps by Steven Rostedt · 17 years ago
  31. a202355 ring-buffer: fix bug in ring_buffer_discard_commit by Tim Bird · 17 years ago
  32. 168b6b1 ring-buffer: move code around to remove some branches by Steven Rostedt · 17 years ago
  33. 88eb012 ring-buffer: use internal time stamp function by Steven Rostedt · 17 years ago
  34. 0f0c85f ring-buffer: small optimizations by Steven Rostedt · 17 years ago
  35. be957c4 ring-buffer: move calculation of event length by Steven Rostedt · 17 years ago
  36. 1cd8d73 ring-buffer: remove type parameter from rb_reserve_next_event by Steven Rostedt · 17 years ago
  37. 74f4fd2 ring-buffer: change WARN_ON from checking preempt_count to preemptible by Steven Rostedt · 17 years ago
  38. 6634ff2 ring-buffer: make moving the tail page a separate function by Steven Rostedt · 17 years ago
  39. 8e7abf1 ring-buffer: remove unneeded conditional in rb_reserve_next by Steven Rostedt · 17 years ago
  40. aa20ae8 ring-buffer: move big if statement down by Steven Rostedt · 17 years ago
  41. 41ede23 ring-buffer: disable writers when resetting buffers by Steven Rostedt · 17 years ago
  42. afbab76 ring-buffer: have read page swap increment counter with page entries by Steven Rostedt · 17 years ago
  43. 778c55d ring-buffer: record page entries in buffer page descriptor by Steven Rostedt · 17 years ago
  44. e4906ef ring-buffer: convert cpu buffer entries to local_t by Steven Rostedt · 17 years ago
  45. f0d2c68 ring-buffer: add counters for commit overrun and nmi dropped entries by Steven Rostedt · 17 years ago
  46. d6ce96d ring-buffer: export symbols by Steven Rostedt · 17 years ago
  47. 7d7d2b8 ring-buffer: fix printk output by Steven Rostedt · 17 years ago
  48. 334d416 ring_buffer: compressed event header by Lai Jiangshan · 17 years ago
  49. 3554228 ring-buffer: only warn on wrap if buffer is bigger than two pages by Steven Rostedt · 17 years ago
  50. aa18efb tracing: use recursive counter over irq level by Steven Rostedt · 17 years ago
  51. e395898 tracing: remove recursive test from ring_buffer_event_discard by Steven Rostedt · 17 years ago
  52. 17487bf tracing: fix recursive test level calculation by Steven Rostedt · 17 years ago
  53. f3b9aae tracing/ring-buffer: Add unlock recursion protection on discard by Frederic Weisbecker · 17 years ago
  54. e057a5e tracing/core: Add current context on tracing recursion warning by Frederic Weisbecker · 17 years ago
  55. 261842b tracing: add same level recursion detection by Steven Rostedt · 17 years ago
  56. d1b182a tracing/events/ring-buffer: expose format of ring buffer headers to users by Steven Rostedt · 17 years ago
  57. fa1b47d ring-buffer: add ring_buffer_discard_commit by Steven Rostedt · 17 years ago
  58. 5452af6 tracing/ftrace: factorize the tracing files creation by Frederic Weisbecker · 17 years ago
  59. 2e57289 ring-buffer: do not remove reader page from list on ring buffer free by Steven Rostedt · 17 years ago
  60. 8b54e45 Merge branches 'tracing/docs', 'tracing/filters', 'tracing/ftrace', 'tracing/kprobes', 'tracing/blktrace-v2' and 'tracing/textedit' into tracing/core-v2 by Ingo Molnar · 17 years ago
  61. 2d62271 tracing: add ring_buffer_event_discard() to ring buffer by Tom Zanussi · 17 years ago
  62. 09c9e84 tracing/ring-buffer: don't annotate rb_cpu_notify with __cpuinit by Frederic Weisbecker · 17 years ago
  63. 3bf832c tracing/ring-buffer: fix non cpu hotplug case by Frederic Weisbecker · 17 years ago
  64. 37886f6 ring-buffer: add api to allow a tracer to change clock source by Steven Rostedt · 17 years ago
  65. 5cc9854 ring-buffer: document reader page design by Steven Rostedt · 17 years ago
  66. 8aabee5 ring-buffer: remove unneeded get_online_cpus by Steven Rostedt · 17 years ago
  67. 59222ef ring-buffer: use CONFIG_HOTPLUG_CPU not CONFIG_HOTPLUG by Steven Rostedt · 17 years ago
  68. 554f786 ring-buffer: only allocate buffers for online cpus by Steven Rostedt · 17 years ago
  69. 5e2336a0 tracing: make all file_operations const by Steven Rostedt · 17 years ago
  70. 4f3640f ring-buffer: fix timestamp in partial ring_buffer_page_read by Steven Rostedt · 17 years ago
  71. 474d32b ring-buffer: make ring_buffer_read_page read from start on partial page by Steven Rostedt · 17 years ago
  72. e3d6bf0 ring-buffer: replace sizeof of event header with offsetof by Steven Rostedt · 17 years ago
  73. ef7a4a1 ring-buffer: fix ring_buffer_read_page by Steven Rostedt · 17 years ago
  74. 41be4da ring-buffer: reset write field for ring_buffer_read_page by Steven Rostedt · 17 years ago
  75. 14131f2 tracing: implement trace_clock_*() APIs by Ingo Molnar · 17 years ago
  76. 988ae9d ring-buffer: add tracing_is_on to test if ring buffer is enabled by Steven Rostedt · 17 years ago
  77. 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 · 17 years ago
  78. 1c511f7 Merge branches 'tracing/ftrace', 'tracing/ring-buffer', 'tracing/sysprof', 'tracing/urgent' and 'linus' into tracing/core by Ingo Molnar · 17 years ago
  79. 45141d4 ring-buffer: rename label out_unlock to out_reset by Steven Rostedt · 17 years ago
  80. 00f62f6 ring_buffer: pahole struct ring_buffer by Arnaldo Carvalho de Melo · 17 years ago
  81. 5e39841 tracing: fix sparse warnings: fix (un-)signedness by Hannes Eder · 17 years ago
  82. c3706f0 tracing: fix typos in comments by Wenji Huang · 17 years ago
  83. 667d241 ring_buffer: fix ring_buffer_read_page() by Lai Jiangshan · 17 years ago
  84. b85fa01 ring_buffer: fix typing mistake by Lai Jiangshan · 17 years ago
  85. 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 · 17 years ago
  86. a81bd80 ring-buffer: use generic version of in_nmi by Steven Rostedt · 17 years ago
  87. 78d904b ring-buffer: add NMI protection for spinlocks by Steven Rostedt · 17 years ago
  88. 0a98775 ring_buffer: remove unused flags parameter by Arnaldo Carvalho de Melo · 17 years ago
  89. 4a66a82 Merge branches 'tracing/blktrace', 'tracing/kmemtrace' and 'tracing/urgent' into tracing/core by Ingo Molnar · 17 years ago
  90. 91a8d07 ring-buffer: reset timestamps when ring buffer is reset by Steven Rostedt · 17 years ago
  91. 69507c0 ring-buffer: reset timestamps when ring buffer is reset by Steven Rostedt · 17 years ago
  92. 97b17ef ring-buffer: do not swap if recording is disabled by Steven Rostedt · 17 years ago
  93. 551b404 ring_buffer: reset write when reserve buffer fail by Lai Jiangshan · 17 years ago
  94. 082605d ring-buffer: fix alignment problem by Steven Rostedt · 17 years ago
  95. 6f3b344 ring_buffer: reset write when reserve buffer fail by Lai Jiangshan · 17 years ago
  96. 67d3472 kernel/trace/ring_buffer.c: use DIV_ROUND_UP by Andrew Morton · 17 years ago
  97. 34a148b kernel/trace/ring_buffer.c: reduce inlining by Andrew Morton · 17 years ago
  98. 4ce5f24 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rric/oprofile by Linus Torvalds · 17 years ago
  99. 465634a ring_buffer: fix ring_buffer_event_length() by Robert Richter · 17 years ago
  100. 9e01c1b cpumask: convert kernel trace functions by Rusty Russell · 17 years ago