index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
trace
Age
Commit message (
Expand
)
Author
Lines
2026-03-21
tracing: Fix failure to read user space from system call trace events
Steven Rostedt
-0
/
+17
2026-03-21
Merge tag 'v7.0-rc4' into timers/core, to resolve conflict
Ingo Molnar
-28
/
+105
2026-03-18
tracing: Restore accidentally removed SPDX tag
Marc Zyngier
-1
/
+1
2026-03-17
tracing: Generate undef symbols allowlist for simple_ring_buffer
Vincent Donnefort
-8
/
+38
2026-03-12
tracing: add more symbols to whitelist
Arnd Bergmann
-1
/
+3
2026-03-12
tracing: Update undefined symbols allow list for simple_ring_buffer
Vincent Donnefort
-1
/
+2
2026-03-12
tracing: Use explicit array size instead of sentinel elements in symbol printing
Thomas Weißschuh (Schneider Electric)
-12
/
+15
2026-03-09
tracing: Check for undefined symbols in simple_ring_buffer
Vincent Donnefort
-0
/
+16
2026-03-09
tracing: load/unload page callbacks for simple_ring_buffer
Vincent Donnefort
-19
/
+72
2026-03-09
tracing: Add a trace remote module for testing
Vincent Donnefort
-0
/
+281
2026-03-09
tracing: Introduce simple_ring_buffer
Vincent Donnefort
-0
/
+468
2026-03-09
ring-buffer: Export buffer_data_page and macros
Vincent Donnefort
-35
/
+1
2026-03-09
tracing: Add events/ root files to trace remotes
Vincent Donnefort
-2
/
+139
2026-03-09
tracing: Add events to trace remotes
Vincent Donnefort
-5
/
+259
2026-03-09
tracing: Add init callback to trace remotes
Vincent Donnefort
-1
/
+6
2026-03-09
tracing: Add non-consuming read to trace remotes
Vincent Donnefort
-16
/
+326
2026-03-09
tracing: Add reset to trace remotes
Vincent Donnefort
-0
/
+45
2026-03-09
tracing: Introduce trace remotes
Vincent Donnefort
-1
/
+630
2026-03-09
ring-buffer: Add non-consuming read for ring-buffer remotes
Vincent Donnefort
-6
/
+69
2026-03-09
ring-buffer: Introduce ring-buffer remotes
Vincent Donnefort
-8
/
+225
2026-03-09
ring-buffer: Store bpage pointers into subbuf_ids
Vincent Donnefort
-8
/
+11
2026-03-09
ring-buffer: Add page statistics to the meta-page
Vincent Donnefort
-0
/
+2
2026-03-07
Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
Linus Torvalds
-0
/
+2
2026-03-07
Merge tag 'trace-v7.0-rc2-2' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
-4
/
+11
2026-03-06
tracing: Fix trace_buf_size= cmdline parameter with sizes >= 2G
Calvin Owens
-3
/
+3
2026-03-06
tracing: Fix enabling multiple events on the kernel command line and bootconfig
Andrei-Alexandru Tachici
-1
/
+5
2026-03-06
tracing: Add NULL pointer check to trigger_data_free()
Guenter Roeck
-0
/
+3
2026-03-06
Merge tag 'block-7.0-20260305' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
-2
/
+1
2026-03-03
tracing: Fix WARN_ON in tracing_buffers_mmap_close
Qing Wang
-0
/
+34
2026-03-03
tracing: Disable preemption in the tracepoint callbacks handling filtered pids
Masami Hiramatsu (Google)
-0
/
+2
2026-03-03
ftrace: Disable preemption in the tracepoint callbacks handling filtered pids
Steven Rostedt
-0
/
+2
2026-03-03
tracing: Fix syscall events activation by ensuring refcount hits zero
Huiwen He
-15
/
+37
2026-03-03
fgraph: Fix thresh_return nosleeptime double-adjust
Shengming Hu
-4
/
+10
2026-03-03
fgraph: Fix thresh_return clear per-task notrace
Shengming Hu
-2
/
+3
2026-03-02
ftrace: Add missing ftrace_lock to update_ftrace_direct_add/del
Jiri Olsa
-0
/
+2
2026-03-02
blktrace: fix __this_cpu_read/write in preemptible context
Chaitanya Kulkarni
-2
/
+1
2026-02-26
bpf: Fix kprobe_multi cookies access in show_fdinfo callback
Jiri Olsa
-1
/
+3
2026-02-22
Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL uses
Kees Cook
-3
/
+2
2026-02-21
Convert more 'alloc_obj' cases to default GFP_KERNEL arguments
Linus Torvalds
-10
/
+5
2026-02-21
Convert 'alloc_flex' family to use the new default GFP_KERNEL argument
Linus Torvalds
-5
/
+5
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
-120
/
+120
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
-152
/
+151
2026-02-20
Merge tag 'trace-v7.0-2' of git://git.kernel.org/pub/scm/linux/kernel/git/tra...
Linus Torvalds
-5
/
+23
2026-02-19
tracing: Wake up poll waiters for hist files when removing an event
Petr Pavlu
-0
/
+3
2026-02-19
tracing: Fix checking of freed trace_event_file for hist files
Petr Pavlu
-2
/
+2
2026-02-19
fgraph: Do not call handlers direct when not using ftrace_ops
Steven Rostedt
-1
/
+11
2026-02-19
tracing: ring-buffer: Fix to check event length before using
Masami Hiramatsu (Google)
-1
/
+5
2026-02-19
ring-buffer: Fix possible dereference of uninitialized pointer
Daniil Dulov
-1
/
+2
2026-02-17
Merge tag 'block-7.0-20260216' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
-17
/
+21
2026-02-16
blk-mq: use NOIO context to prevent deadlock during debugfs creation
Yu Kuai
-17
/
+21
[prev]
[next]