index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
trace
/
ring_buffer.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'trace-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...
Linus Torvalds
2020-12-17
1
-35
/
+188
|
\
|
*
Revert: "ring-buffer: Remove HAVE_64BIT_ALIGNED_ACCESS"
Steven Rostedt (VMware)
2020-12-14
1
-4
/
+13
|
*
ring-buffer: Add rb_check_bpage in __rb_allocate_pages
Qiujun Huang
2020-12-14
1
-8
/
+11
|
*
ring-buffer: Fix two typos in comments
Qiujun Huang
2020-12-14
1
-2
/
+2
|
*
tracing: Drop unneeded assignment in ring_buffer_resize()
Lukas Bulwahn
2020-12-14
1
-2
/
+0
|
*
ring-buffer: Fix a typo in function description
Qiujun Huang
2020-12-07
1
-1
/
+1
|
*
ring-buffer: Remove obsolete rb_event_is_commit()
Lukas Bulwahn
2020-12-07
1
-17
/
+0
|
*
ring-buffer: Add test to validate the time stamp deltas
Steven Rostedt (VMware)
2020-12-01
1
-0
/
+150
|
*
ring-buffer: Add recording of ring buffer recursion into recursed_functions
Steven Rostedt (VMware)
2020-11-10
1
-1
/
+11
*
|
ring-buffer: Always check to put back before stamp when crossing pages
Steven Rostedt (VMware)
2020-11-30
1
-8
/
+6
*
|
ring-buffer: Set the right timestamp in the slow path of __rb_reserve_next()
Andrea Righi
2020-11-30
1
-3
/
+3
*
|
ring-buffer: Update write stamp with the correct ts
Steven Rostedt (VMware)
2020-11-30
1
-1
/
+1
|
/
*
ring-buffer: Fix recursion protection transitions between interrupt context
Steven Rostedt (VMware)
2020-11-02
1
-12
/
+46
*
ring-buffer: Update the description for ring_buffer_wait
Qiujun Huang
2020-10-22
1
-1
/
+1
*
ring-buffer: Return 0 on success from ring_buffer_resize()
Qiujun Huang
2020-10-22
1
-4
/
+4
*
tracing: Fix race in trace_open and buffer resize call
Gaurav Kohli
2020-10-15
1
-0
/
+10
*
Merge tag 'trace-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...
Linus Torvalds
2020-08-07
1
-145
/
+549
|
\
|
*
ring-buffer: Do not trigger a WARN if clock going backwards is detected
Steven Rostedt (VMware)
2020-07-01
1
-3
/
+21
|
*
ring-buffer: Call trace_clock_local() directly for RETPOLINE kernels
Steven Rostedt (VMware)
2020-07-01
1
-1
/
+9
|
*
ring-buffer: Move the add_timestamp into its own function
Steven Rostedt (VMware)
2020-07-01
1
-12
/
+20
|
*
ring-buffer: Consolidate add_timestamp to remove some branches
Steven Rostedt (VMware)
2020-07-01
1
-66
/
+73
|
*
ring-buffer: Mark the !tail (crossing a page) as unlikely
Steven Rostedt (VMware)
2020-06-30
1
-1
/
+1
|
*
ring-buffer: speed up buffer resets by avoiding synchronize_rcu for each CPU
Nicholas Piggin
2020-06-30
1
-14
/
+71
|
*
ring-buffer: Add rb_time_t 64 bit operations for speeding up 32 bit
Steven Rostedt (VMware)
2020-06-30
1
-27
/
+243
|
*
ring-buffer: Incorporate absolute timestamp into add_timestamp logic
Steven Rostedt (VMware)
2020-06-30
1
-18
/
+22
|
*
ring-buffer: Have nested events still record running time stamp
Steven Rostedt (VMware)
2020-06-30
1
-95
/
+181
*
|
treewide: Remove uninitialized_var() usage
Kees Cook
2020-07-16
1
-1
/
+1
|
/
*
ring-buffer: Zero out time extend if it is nested and not absolute
Steven Rostedt (VMware)
2020-06-23
1
-1
/
+1
*
ring-buffer: Remove all BUG() calls
Steven Rostedt (VMware)
2020-05-14
1
-6
/
+6
*
ring-buffer: Don't deactivate the ring buffer on failed iterator reads
Steven Rostedt (VMware)
2020-05-14
1
-15
/
+7
*
ring-buffer/tracing: Have iterator acknowledge dropped events
Steven Rostedt (VMware)
2020-03-27
1
-0
/
+16
*
ring-buffer: Do not disable recording when there is an iterator
Steven Rostedt (VMware)
2020-03-27
1
-2
/
+0
*
ring-buffer: Make resize disable per cpu buffer instead of total buffer
Steven Rostedt (VMware)
2020-03-27
1
-13
/
+30
*
ring-buffer: Optimize rb_iter_head_event()
Steven Rostedt (VMware)
2020-03-19
1
-0
/
+3
*
ring-buffer: Do not die if rb_iter_peek() fails more than thrice
Steven Rostedt (VMware)
2020-03-19
1
-3
/
+10
*
ring-buffer: Have rb_iter_head_event() handle concurrent writer
Steven Rostedt (VMware)
2020-03-19
1
-31
/
+75
*
ring-buffer: Add page_stamp to iterator for synchronization
Steven Rostedt (VMware)
2020-03-19
1
-3
/
+7
*
ring-buffer: Rename ring_buffer_read() to read_buffer_iter_advance()
Steven Rostedt (VMware)
2020-03-19
1
-17
/
+6
*
ring-buffer: Have ring_buffer_empty() not depend on tracing stopped
Steven Rostedt (VMware)
2020-03-19
1
-2
/
+23
*
ring-buffer: Remove abandoned macro RB_MISSED_FLAGS
Alex Shi
2020-01-21
1
-2
/
+0
*
ring-buffer: Fix kernel doc for rb_update_event()
Steven Rostedt (VMware)
2020-01-14
1
-3
/
+3
*
ring-bufer: kernel-doc warning fixes
Fabian Frederick
2020-01-14
1
-0
/
+3
*
tracing: Make struct ring_buffer less ambiguous
Steven Rostedt (VMware)
2020-01-13
1
-62
/
+62
*
Fix up for "printk: Drop pr_warning definition"
Stephen Rothwell
2019-12-06
1
-1
/
+1
*
tracing: Do not create directories if lockdown is in affect
Steven Rostedt (VMware)
2019-12-04
1
-0
/
+6
*
ring-buffer: Remove HAVE_64BIT_ALIGNED_ACCESS
Steven Rostedt (VMware)
2019-05-28
1
-13
/
+4
*
Merge tag 'trace-v5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...
Linus Torvalds
2019-05-15
1
-1
/
+1
|
\
|
*
ring-buffer: Fix ring buffer size in rb_write_something()
YueHaibing
2019-04-02
1
-1
/
+1
*
|
trace: Fix preempt_enable_no_resched() abuse
Peter Zijlstra
2019-04-26
1
-1
/
+1
|
/
*
tracing: kdb: Fix ftdump to not sleep
Douglas Anderson
2019-03-13
1
-2
/
+3
[next]