1. 64ed3a0 ring-buffer: make use of the helper function kthread_run_on_cpu() by Cai Huoqing · 3 years ago
  2. 51d1579 ring-buffer: Protect ring_buffer_reset() from reentrancy by Steven Rostedt (VMware) · 3 years, 2 months ago
  3. 91ebe8b tracing/perf: Add interrupt_context_level() helper by Steven Rostedt (VMware) · 3 years, 3 months ago
  4. 9b84fad tracing: Reuse logic from perf's get_recursion_context() by Steven Rostedt (VMware) · 3 years, 3 months ago
  5. 99c37d1 tracing: Replace deprecated CPU-hotplug functions. by Sebastian Andrzej Siewior · 3 years, 5 months ago
  6. 67f0d6d tracing: Fix bug in rb_per_cpu_empty() that might cause deadloop. by Haoran Luo · 3 years, 6 months ago
  7. 957cdcd ring-buffer: Use fallthrough pseudo-keyword by Wei Ming Chen · 3 years, 8 months ago
  8. f3ef720 tracing: Remove unused argument from "ring_buffer_time_stamp() by Yordan Karadzhov (VMware) · 3 years, 10 months ago
  9. f2cc020 tracing: Fix various typos in comments by Ingo Molnar · 3 years, 10 months ago
  10. a948c69 ring-buffer: Add verifier for using ring_buffer_event_time_stamp() by Steven Rostedt (VMware) · 3 years, 10 months ago
  11. efe6196 ring-buffer: Allow ring_buffer_event_time_stamp() to return time stamp of all events by Steven Rostedt (VMware) · 3 years, 10 months ago
  12. 8672e494 ring-buffer: Add a event_stamp to cpu_buffer for each level of nesting by Steven Rostedt (VMware) · 3 years, 10 months ago
  13. e20044f ring-buffer: Separate out internal use of ring_buffer_event_time_stamp() by Steven Rostedt (VMware) · 3 years, 10 months ago
  14. 6549de1 ring-buffer: Add a little more information and a WARN when time stamp going backwards is detected by Steven Rostedt (VMware) · 3 years, 11 months ago
  15. 6f6be60 ring-buffer: Force before_stamp and write_stamp to be different on discard by Steven Rostedt (VMware) · 3 years, 11 months ago
  16. c6358ba ring-buffer: Drop unneeded check in ring_buffer_resize() by Qiujun Huang · 4 years, 1 month ago
  17. 6689bed ring-buffer: Remove cpu_buffer argument from the rb_inc_page() by Qiujun Huang · 4 years, 1 month ago
  18. 09c0796 Merge tag 'trace-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 4 years, 1 month ago
  19. adab66b Revert: "ring-buffer: Remove HAVE_64BIT_ALIGNED_ACCESS" by Steven Rostedt (VMware) · 4 years, 1 month ago
  20. 74e2afc ring-buffer: Add rb_check_bpage in __rb_allocate_pages by Qiujun Huang · 4 years, 3 months ago
  21. 82db909 ring-buffer: Fix two typos in comments by Qiujun Huang · 4 years, 3 months ago
  22. 3b34935 tracing: Drop unneeded assignment in ring_buffer_resize() by Lukas Bulwahn · 4 years, 1 month ago
  23. 8888349 ring-buffer: Fix a typo in function description by Qiujun Huang · 4 years, 2 months ago
  24. a32ded3 ring-buffer: Remove obsolete rb_event_is_commit() by Lukas Bulwahn · 4 years, 2 months ago
  25. 5b7be9c ring-buffer: Add test to validate the time stamp deltas by Steven Rostedt (VMware) · 4 years, 2 months ago
  26. 68e10d5 ring-buffer: Always check to put back before stamp when crossing pages by Steven Rostedt (VMware) · 4 years, 2 months ago
  27. 8785f51 ring-buffer: Set the right timestamp in the slow path of __rb_reserve_next() by Andrea Righi · 4 years, 2 months ago
  28. 55ea4cf ring-buffer: Update write stamp with the correct ts by Steven Rostedt (VMware) · 4 years, 2 months ago
  29. 28575c6 ring-buffer: Add recording of ring buffer recursion into recursed_functions by Steven Rostedt (VMware) · 4 years, 2 months ago
  30. b02414c ring-buffer: Fix recursion protection transitions between interrupt context by Steven Rostedt (VMware) · 4 years, 2 months ago
  31. e1981f7 ring-buffer: Update the description for ring_buffer_wait by Qiujun Huang · 4 years, 3 months ago
  32. 0a1754b ring-buffer: Return 0 on success from ring_buffer_resize() by Qiujun Huang · 4 years, 3 months ago
  33. bbeb974 tracing: Fix race in trace_open and buffer resize call by Gaurav Kohli · 4 years, 3 months ago
  34. 32663c78 Merge tag 'trace-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 4 years, 5 months ago
  35. 3f649ab treewide: Remove uninitialized_var() usage by Kees Cook · 4 years, 8 months ago
  36. 29ce245 ring-buffer: Do not trigger a WARN if clock going backwards is detected by Steven Rostedt (VMware) · 4 years, 7 months ago
  37. bbeba3e ring-buffer: Call trace_clock_local() directly for RETPOLINE kernels by Steven Rostedt (VMware) · 4 years, 7 months ago
  38. 74e8793 ring-buffer: Move the add_timestamp into its own function by Steven Rostedt (VMware) · 4 years, 7 months ago
  39. 58fbc3c ring-buffer: Consolidate add_timestamp to remove some branches by Steven Rostedt (VMware) · 4 years, 7 months ago
  40. 75b21c6 ring-buffer: Mark the !tail (crossing a page) as unlikely by Steven Rostedt (VMware) · 4 years, 7 months ago
  41. b23d7a5f ring-buffer: speed up buffer resets by avoiding synchronize_rcu for each CPU by Nicholas Piggin · 4 years, 7 months ago
  42. 10464b4 ring-buffer: Add rb_time_t 64 bit operations for speeding up 32 bit by Steven Rostedt (VMware) · 4 years, 7 months ago
  43. 7c4b4a5 ring-buffer: Incorporate absolute timestamp into add_timestamp logic by Steven Rostedt (VMware) · 4 years, 7 months ago
  44. a389d86 ring-buffer: Have nested events still record running time stamp by Steven Rostedt (VMware) · 4 years, 7 months ago
  45. 097350d ring-buffer: Zero out time extend if it is nested and not absolute by Steven Rostedt (VMware) · 4 years, 7 months ago
  46. da4d401 ring-buffer: Remove all BUG() calls by Steven Rostedt (VMware) · 4 years, 8 months ago
  47. 3d2353d ring-buffer: Don't deactivate the ring buffer on failed iterator reads by Steven Rostedt (VMware) · 4 years, 8 months ago
  48. c9b7a4a ring-buffer/tracing: Have iterator acknowledge dropped events by Steven Rostedt (VMware) · 4 years, 10 months ago
  49. 1039221 ring-buffer: Do not disable recording when there is an iterator by Steven Rostedt (VMware) · 4 years, 10 months ago
  50. 07b8b10 ring-buffer: Make resize disable per cpu buffer instead of total buffer by Steven Rostedt (VMware) · 4 years, 10 months ago
  51. 153368c ring-buffer: Optimize rb_iter_head_event() by Steven Rostedt (VMware) · 4 years, 10 months ago
  52. ff84c50 ring-buffer: Do not die if rb_iter_peek() fails more than thrice by Steven Rostedt (VMware) · 4 years, 10 months ago
  53. 785888c ring-buffer: Have rb_iter_head_event() handle concurrent writer by Steven Rostedt (VMware) · 4 years, 10 months ago
  54. 28e3fc5 ring-buffer: Add page_stamp to iterator for synchronization by Steven Rostedt (VMware) · 4 years, 10 months ago
  55. bc1a72a ring-buffer: Rename ring_buffer_read() to read_buffer_iter_advance() by Steven Rostedt (VMware) · 4 years, 10 months ago
  56. ead6ecf ring-buffer: Have ring_buffer_empty() not depend on tracing stopped by Steven Rostedt (VMware) · 4 years, 10 months ago
  57. b834794 ring-buffer: Remove abandoned macro RB_MISSED_FLAGS by Alex Shi · 5 years ago
  58. cfc585a ring-buffer: Fix kernel doc for rb_update_event() by Steven Rostedt (VMware) · 5 years ago
  59. 59e7cff ring-bufer: kernel-doc warning fixes by Fabian Frederick · 11 years ago
  60. 1329249 tracing: Make struct ring_buffer less ambiguous by Steven Rostedt (VMware) · 5 years ago
  61. ee19545 Fix up for "printk: Drop pr_warning definition" by Stephen Rothwell · 5 years ago
  62. a356646 tracing: Do not create directories if lockdown is in affect by Steven Rostedt (VMware) · 5 years ago
  63. 86b3de6 ring-buffer: Remove HAVE_64BIT_ALIGNED_ACCESS by Steven Rostedt (VMware) · 6 years ago
  64. d2d8b14 Merge tag 'trace-v5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 6 years ago
  65. d6097c9 trace: Fix preempt_enable_no_resched() abuse by Peter Zijlstra · 6 years ago
  66. 40ed29b ring-buffer: Fix ring buffer size in rb_write_something() by YueHaibing · 6 years ago
  67. 31b265b tracing: kdb: Fix ftdump to not sleep by Douglas Anderson · 6 years ago
  68. d325c40 ring-buffer: Remove unused function ring_buffer_page_len() by Miroslav Benes · 6 years ago
  69. 495d714 Merge tag 'trace-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 6 years ago
  70. 03329f9 tracing: Add tracefs file buffer_percentage by Steven Rostedt (VMware) · 6 years ago
  71. 2c2b0a7 ring-buffer: Add percentage of ring buffer full to wake up reader by Steven Rostedt (VMware) · 6 years ago
  72. 7440172 tracing: Replace synchronize_sched() and call_rcu_sched() by Paul E. McKenney · 6 years ago
  73. 83f3655 ring-buffer: Allow for rescheduling when removing pages by Vaibhav Nagarnaik · 6 years ago
  74. bcea3f9 tracing: Add SPDX License format tags to tracing files by Steven Rostedt (VMware) · 6 years ago
  75. d7224c0 ring-buffer: Make ring_buffer_record_is_set_on() return bool by Steven Rostedt (VMware) · 6 years ago
  76. 3ebea280 ring-buffer: Make ring_buffer_record_is_on() return bool by Steven Rostedt (VMware) · 6 years ago
  77. 73c8d89 ring_buffer: tracing: Inherit the tracing setting to next ring buffer by Masami Hiramatsu · 7 years ago
  78. 6167c20 ring-buffer: Fix a bunch of typos in comments by Steven Rostedt (VMware) · 7 years ago
  79. 927e56d ring-buffer: Add set/clear_current_oom_origin() during allocations by Steven Rostedt (VMware) · 7 years ago
  80. 2a872fa ring-buffer: Check if memory is available before allocation by Steven Rostedt (VMware) · 7 years ago
  81. 913ea4d tracing: Mention trace_clock=global when warning about unstable clocks by Chris Wilson · 7 years ago
  82. 8e01206 ring-buffer: Add nesting for adding events within events by Steven Rostedt (VMware) · 7 years ago
  83. dc4e280 ring-buffer: Redefine the unimplemented RINGBUF_TYPE_TIME_STAMP by Tom Zanussi · 7 years ago
  84. 00b4145 ring-buffer: Add interface for setting absolute time stamps by Tom Zanussi · 7 years ago
  85. a9a0884 vfs: do bulk POLL* -> EPOLL* replacement by Linus Torvalds · 7 years ago
  86. 168fe32 Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  87. 0164e0d ring-buffer: Fix duplicate results in mapping context to bits in recursive lock by Steven Rostedt (VMware) · 7 years ago
  88. a0e3a18 ring-buffer: Bring back context level recursive checks by Steven Rostedt (VMware) · 7 years ago
  89. ae415fa ring-buffer: Do no reuse reader page if still in use by Steven Rostedt (VMware) · 7 years ago
  90. 45d8b80 ring-buffer: Mask out the info bits when returning buffer page length by Steven Rostedt (VMware) · 7 years ago
  91. c4bfd39 ring-buffer: Remove unused function __rb_data_page_index() by Matthias Kaehlcke · 8 years ago
  92. ecf9270 ring_buffer_poll_wait() return value used as return value of ->poll() by Al Viro · 8 years ago
  93. 2dcd9c7 Merge tag 'trace-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 7 years ago
  94. 4950276 kmemcheck: remove annotations by Levin, Alexander (Sasha Levin) · 7 years ago
  95. 6aa7de0 locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns to READ_ONCE()/WRITE_ONCE() by Mark Rutland · 7 years ago
  96. 1a149d7 ring-buffer: Rewrite trace_recursive_(un)lock() to be simpler by Steven Rostedt (VMware) · 7 years ago
  97. a7e52ad ring-buffer: Have ring_buffer_alloc_read_page() return error on offline CPU by Steven Rostedt (VMware) · 7 years ago
  98. 8486188 tracing/ring_buffer: Try harder to allocate by Joel Fernandes · 8 years ago
  99. 4c17468 Merge tag 'trace-v4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 8 years ago
  100. 73a757e ring-buffer: Return reader page back into existing ring buffer by Steven Rostedt (VMware) · 8 years ago