index
:
pub/scm/linux/kernel/git/hyperv/linux.git
master
Microsoft Hyper-V Development Tree
Hyper-V group
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
trace
/
ring_buffer.c
Age
Commit message (
Expand
)
Author
Files
Lines
4 days
Merge tag 'trace-v7.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
1
-84
/
+155
6 days
treewide: refresh kmalloc_obj() conversions
Kees Cook
1
-2
/
+2
6 days
ring-buffer: Use a macro for static buffer bits
Steven Rostedt
1
-2
/
+5
6 days
ring-buffer: Prevent truncation of nr_pages / nr_subbufs
Vincent Donnefort
1
-31
/
+30
6 days
ring-buffer: Cap static ring buffer nr_pages
Vincent Donnefort
1
-0
/
+22
6 days
tracing: Fix subbuf resize races with trace_pipe_raw readers
Vincent Donnefort
1
-43
/
+92
7 days
ring-buffer: Add checking nr_subbufs to persistent ring buffer validation
Steven Rostedt
1
-0
/
+5
7 days
ring-buffer: Allow splice reads on static buffers
Vincent Donnefort
1
-9
/
+2
11 days
Merge tag 'trace-v7.3-2' of git://git.kernel.org/pub/scm/linux/kernel/git/tra...
Linus Torvalds
1
-2
/
+5
14 days
ring-buffer: Stop remote reader update when page swap fails
Ivan Immanuel Shaji
1
-2
/
+5
2026-08-20
Merge tag 'mm-stable-2026-08-18-18-39' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-1
/
+2
2026-08-14
ring-buffer: Remove ring_buffer_per_cpu::mapped
Vincent Donnefort
1
-28
/
+17
2026-08-14
ring-buffer: Remove trace_buffer::cpus
Vincent Donnefort
1
-2
/
+0
2026-08-14
ring-buffer: Dynamically calculate max_data_size
Vincent Donnefort
1
-10
/
+24
2026-08-14
ring-buffer: Fix subbuf resize race with ring_buffer_alloc_read_page()
Vincent Donnefort
1
-1
/
+1
2026-08-14
ring-buffer: Fix subbuf resize race with ring buffer readers
Vincent Donnefort
1
-61
/
+106
2026-08-14
ring-buffer: Make cpu_buffer::free_page a buffer_data_read_page
Vincent Donnefort
1
-10
/
+10
2026-08-14
ring-buffer: Hold cpu_buffer::lock when resizing a subbuf
Vincent Donnefort
1
-0
/
+2
2026-08-14
ring-buffer: Free cpu_buffer::free_page with subbuf_order
Vincent Donnefort
1
-1
/
+1
2026-08-11
ring-buffer: drop unneeded semicolon
Julia Lawall
1
-2
/
+2
2026-08-08
ring-buffer: Fix crash passing ERR_PTR to kthread_stop()
Hui Su
1
-1
/
+1
2026-08-08
ring-buffer: Initialise reader page order in rb_allocate_cpu_buffer()
Vincent Donnefort
1
-0
/
+1
2026-08-08
ring-buffer: Prevent subbuf order change when resizing is disabled
Vincent Donnefort
1
-1
/
+1
2026-08-08
ring-buffer: Prevent resizing of persistent ring buffer
Vincent Donnefort
1
-0
/
+2
2026-08-08
ring-buffer: Use current_context for safe per-CPU buffer swap
Tengda Wu
1
-4
/
+4
2026-08-04
mm: prefer vma_[start,end]_pgoff() to vma->vm_pgoff in kernel/
Lorenzo Stoakes
1
-1
/
+2
2026-07-31
ring-buffer: Fix subbuf_ids memory leak in rb_allocate_cpu_buffer() error path
Masami Hiramatsu (Google)
1
-0
/
+1
2026-07-29
ring-buffer: Fix reader page read offset for remote buffers
Vincent Donnefort
1
-0
/
+1
2026-07-10
ring-buffer: Allow sparse CPU masks in ring_buffer_desc()
Vincent Donnefort
1
-4
/
+1
2026-07-07
ring-buffer: Fix ring_buffer_read_page() copying only one event per page
David Carlier
1
-1
/
+1
2026-07-06
ring-buffer: Fix event length with forced 8-byte alignment
Hui Wang
1
-1
/
+2
2026-06-18
Merge tag 'trace-ring-buffer-v7.2' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-179
/
+376
2026-06-15
Merge tag 'sched-core-2026-06-14' of gitolite.kernel.org:pub/scm/linux/kernel...
Linus Torvalds
1
-7
/
+0
2026-05-31
ring-buffer: Better comment the use of RB_MISSED_EVENTS
Steven Rostedt
1
-0
/
+14
2026-05-28
ring-buffer: Show persistent buffer dropped events in trace_pipe file
Steven Rostedt
1
-22
/
+34
2026-05-28
ring-buffer: Show persistent buffer dropped events in trace file
Steven Rostedt
1
-3
/
+10
2026-05-28
ring-buffer: Have dropped subbuffers be persistent across reboots
Steven Rostedt
1
-5
/
+6
2026-05-28
ring-buffer: Cleanup buffer_data_page related code
Masami Hiramatsu (Google)
1
-52
/
+60
2026-05-28
ring-buffer: Cleanup persistent ring buffer validation
Masami Hiramatsu (Google)
1
-92
/
+108
2026-05-28
ring-buffer: Show commit numbers in buffer_meta file
Masami Hiramatsu (Google)
1
-1
/
+4
2026-05-28
ring-buffer: Add persistent ring buffer invalid-page inject test
Masami Hiramatsu (Google)
1
-0
/
+79
2026-05-28
ring-buffer: Skip invalid sub-buffers when rewinding persistent ring buffer
Masami Hiramatsu (Google)
1
-38
/
+69
2026-05-28
ring-buffer: Skip invalid sub-buffers when validating persistent ring buffer
Masami Hiramatsu (Google)
1
-47
/
+73
2026-05-21
ring-buffer: Flush and stop persistent ring buffer on panic
Masami Hiramatsu (Google)
1
-0
/
+22
2026-05-21
ring-buffer: Fix reporting of missed events in iterator
Steven Rostedt
1
-5
/
+3
2026-05-19
sched/clock: Provide !HAVE_UNSTABLE_SCHED_CLOCK stub for sched_clock_stable()
Yiyang Chen
1
-7
/
+0
2026-04-24
ring-buffer: Do not double count the reader_page
Masami Hiramatsu (Google)
1
-6
/
+7
2026-04-14
ring-buffer: Prevent off-by-one array access in ring_buffer_desc_page()
Vincent Donnefort
1
-2
/
+2
2026-04-14
ring-buffer: Report header_page overwrite as char
Cao Ruichuang
1
-2
/
+2
2026-04-02
ring-buffer: Enforce read ordering of trace_buffer cpumask and buffers
Vincent Donnefort
1
-1
/
+18
[next]