index
:
Linux Stable
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.12.y
linux-6.13.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
*
ring-buffer: Use wait_event_interruptible() in ring_buffer_wait()
Steven Rostedt (Google)
2024-04-03
1
-48
/
+68
*
ring-buffer: Fix full_waiters_pending in poll
Steven Rostedt (Google)
2024-04-03
1
-7
/
+20
*
ring-buffer: Fix resetting of shortest_full
Steven Rostedt (Google)
2024-04-03
1
-7
/
+23
*
ring-buffer: Do not set shortest_full when full target is hit
Steven Rostedt (Google)
2024-04-03
1
-3
/
+4
*
ring-buffer: Fix waking up ring buffer readers
Steven Rostedt (Google)
2024-04-03
1
-71
/
+68
*
ring-buffer: Clean ring_buffer_poll_wait() error return
Vincent Donnefort
2024-02-23
1
-1
/
+1
*
tracing: Fix blocked reader of snapshot buffer
Steven Rostedt (Google)
2023-12-29
1
-1
/
+2
*
ring-buffer: Fix wake ups when buffer_percent is set to 100
Steven Rostedt (Google)
2023-12-29
1
-2
/
+7
*
ring-buffer: Fix slowpath of interrupted event
Steven Rostedt (Google)
2023-12-18
1
-55
/
+24
*
ring-buffer: Do not record in NMI if the arch does not support cmpxchg in NMI
Steven Rostedt (Google)
2023-12-15
1
-0
/
+6
*
ring-buffer: Have rb_time_cmpxchg() set the msb counter too
Steven Rostedt (Google)
2023-12-15
1
-0
/
+2
*
ring-buffer: Fix 32-bit rb_time_read() race with rb_time_cmpxchg()
Mathieu Desnoyers
2023-12-15
1
-2
/
+2
*
ring-buffer: Fix a race in rb_time_cmpxchg() for 32 bit archs
Steven Rostedt (Google)
2023-12-15
1
-1
/
+3
*
ring-buffer: Remove useless update to write_stamp in rb_try_to_discard()
Steven Rostedt (Google)
2023-12-15
1
-36
/
+11
*
ring-buffer: Do not try to put back write_stamp
Steven Rostedt (Google)
2023-12-15
1
-23
/
+6
*
ring-buffer: Have saved event hold the entire event
Steven Rostedt (Google)
2023-12-12
1
-2
/
+3
*
ring-buffer: Do not update before stamp when switching sub-buffers
Steven Rostedt (Google)
2023-12-12
1
-8
/
+1
*
ring-buffer: Fix memory leak of free page
Steven Rostedt (Google)
2023-12-12
1
-0
/
+2
*
ring-buffer: Fix writing to the buffer with max_data_size
Steven Rostedt (Google)
2023-12-12
1
-1
/
+6
*
ring-buffer: Test last update in 32bit version of __rb_time_read()
Steven Rostedt (Google)
2023-12-06
1
-2
/
+2
*
ring-buffer: Force absolute timestamp on discard of event
Steven Rostedt (Google)
2023-12-06
1
-11
/
+8
*
ring_buffer: Use try_cmpxchg instead of cmpxchg in rb_insert_pages
Uros Bizjak
2023-10-03
1
-4
/
+4
*
ring-buffer: Update "shortest_full" in polling
Steven Rostedt (Google)
2023-09-30
1
-0
/
+3
*
ring-buffer: Fix bytes info in per_cpu buffer stats
Zheng Yejian
2023-09-22
1
-13
/
+15
*
ring-buffer: Do not attempt to read past "commit"
Steven Rostedt (Google)
2023-09-08
1
-0
/
+5
*
ring-buffer: Avoid softlockup in ring_buffer_resize()
Zheng Yejian
2023-09-07
1
-0
/
+2
*
ring_buffer: Use try_cmpxchg instead of cmpxchg
Uros Bizjak
2023-07-30
1
-14
/
+6
*
ring-buffer: Fix kernel-doc warnings in ring_buffer.c
Gaosheng Cui
2023-07-28
1
-2
/
+1
*
ring-buffer: Fix wrong stat of cpu_buffer->read
Zheng Yejian
2023-07-28
1
-10
/
+12
*
ring-buffer: Do not swap cpu_buffer during resize process
Chen Lin
2023-07-23
1
-1
/
+13
*
ring-buffer: Fix deadloop issue on reading trace_pipe
Zheng Yejian
2023-07-12
1
-9
/
+15
*
Merge tag 'trace-v6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...
Linus Torvalds
2023-04-28
1
-48
/
+54
|
\
|
*
ring-buffer: Sync IRQ works before buffer destruction
Johannes Berg
2023-04-27
1
-0
/
+4
|
*
ring-buffer: Ensure proper resetting of atomic variables in ring_buffer_reset...
Tze-nan Wu
2023-04-26
1
-3
/
+13
|
*
ring-buffer: Clearly check null ptr returned by rb_set_head_page()
Zheng Yejian
2023-04-25
1
-2
/
+3
|
*
ring_buffer: Use try_cmpxchg instead of cmpxchg
Uros Bizjak
2023-03-21
1
-4
/
+4
|
*
ring_buffer: Change some static functions to bool
Uros Bizjak
2023-03-21
1
-24
/
+23
|
*
ring_buffer: Change some static functions to void
Uros Bizjak
2023-03-21
1
-15
/
+7
*
|
ring-buffer: Fix race while reader and writer are on the same page
Zheng Yejian
2023-04-03
1
-1
/
+12
|
/
*
Merge tag 'trace-v6.3-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
2023-03-19
1
-4
/
+0
|
\
|
*
ring-buffer: remove obsolete comment for free_buffer_page()
Vlastimil Babka
2023-03-19
1
-4
/
+0
*
|
Merge tag 'trace-v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...
Linus Torvalds
2023-02-23
1
-2
/
+7
|
\
|
|
*
tracing: Always use canonical ftrace path
Ross Zwisler
2023-02-18
1
-1
/
+1
|
*
tracing: Add NULL checks for buffer in ring_buffer_free_read_page()
Jia-Ju Bai
2023-01-25
1
-1
/
+6
*
|
ring-buffer: Handle race between rb_move_tail and rb_check_pages
Mukesh Ojha
2023-02-15
1
-32
/
+10
|
/
*
ring-buffer: Handle resize in early boot up
Steven Rostedt
2022-12-10
1
-7
/
+25
*
ring_buffer: Remove unused "event" parameter
Song Chen
2022-11-23
1
-7
/
+5
*
ring_buffer: Do not deactivate non-existant pages
Daniil Tatianin
2022-11-17
1
-2
/
+2
*
ring-buffer: Include dropped pages in counting dirty patches
Steven Rostedt (Google)
2022-11-16
1
-0
/
+12
*
tracing/ring-buffer: Have polling block on watermark
Steven Rostedt (Google)
2022-11-16
1
-19
/
+36
[next]