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.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.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
Gitolite user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
trace
Age
Commit message (
Expand
)
Author
2025-05-29
Merge tag 'trace-v6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/trac...
Linus Torvalds
2025-05-29
ring-buffer: Simplify functions with __free(kfree) to free allocations
Steven Rostedt
2025-05-29
ring-buffer: Make ring_buffer_{un}map() simpler with guard(mutex)
Steven Rostedt
2025-05-29
ring-buffer: Simplify ring_buffer_read_page() with guard()
Steven Rostedt
2025-05-29
ring-buffer: Simplify reset_disabled_cpu_buffer() with use of guard()
Steven Rostedt
2025-05-29
ring-buffer: Remove jump to out label in ring_buffer_swap_cpu()
Steven Rostedt
2025-05-29
ring-buffer: Removed unnecessary if() goto out where out is the next line
Steven Rostedt
2025-05-29
tracing: Reset last-boot buffers when reading out all cpu buffers
Masami Hiramatsu (Google)
2025-05-29
ring-buffer: Allow reserve_mem persistent ring buffers to be mmapped
Steven Rostedt
2025-05-29
ring-buffer: Do not trigger WARN_ON() due to a commit_overrun
Steven Rostedt
2025-05-28
Merge tag 'bpf-next-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/bp...
Linus Torvalds
2025-05-28
tracing: Fix compilation warning on arm32
Pan Taixi
2025-05-27
Merge tag 'sysctl-6.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2025-05-27
ring-buffer: Move cpus_read_lock() outside of buffer->mutex
Steven Rostedt
2025-05-26
Merge tag 'for-6.16/block-20250523' of git://git.kernel.dk/linux
Linus Torvalds
2025-05-23
bpf: Fix error return value in bpf_copy_from_user_dynptr
Mykyta Yatsenko
2025-05-23
traceevent/block: Add REQ_ATOMIC flag to block trace events
Ritesh Harjani (IBM)
2025-05-22
bpf: Revert "bpf: remove unnecessary rcu_read_{lock,unlock}() in multi-uprobe...
Di Shen
2025-05-14
Merge tag 'trace-v6.15-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2025-05-14
ring-buffer: Fix persistent buffer when commit page is the reader page
Steven Rostedt
2025-05-14
ftrace: Fix preemption accounting for stacktrace filter command
pengdonglin
2025-05-14
ftrace: Fix preemption accounting for stacktrace trigger command
pengdonglin
2025-05-14
tracing: Record trace_clock and recover when reboot
Masami Hiramatsu (Google)
2025-05-14
tracing: Cleanup upper_empty() in pid_list
Yury Norov
2025-05-13
bpf: Fix WARN() in get_bpf_raw_tp_regs
Tao Chen
2025-05-13
tracing: probes: Fix a possible race in trace_probe_log APIs
Masami Hiramatsu (Google)
2025-05-12
bpf: Implement dynptr copy kfuncs
Mykyta Yatsenko
2025-05-10
tracing: add missing trace_probe_log_clear for eprobes
Paul Cacheux
2025-05-10
tracing: fprobe: Fix RCU warning message in list traversal
Breno Leitao
2025-05-09
bpf: Add support to retrieve ref_ctr_offset for uprobe perf link
Jiri Olsa
2025-05-09
tracing: Allow the top level trace_marker to write into another instances
Steven Rostedt
2025-05-09
tracing: Add a helper function to handle the dereference arg in verifier
Steven Rostedt
2025-05-09
tracing: Remove unnecessary "goto out" that simply returns ret is trigger code
Steven Rostedt
2025-05-09
tracing: Fix error handling in event_trigger_parse()
Miaoqian Lin
2025-05-09
tracing: Rename event_trigger_alloc() to trigger_data_alloc()
Steven Rostedt
2025-05-09
tracing: Replace deprecated strncpy() with strscpy() for stack_trace_filter_buf
Devaansh Kumar
2025-05-09
tracing: Remove unused buffer_page field from trace_array_cpu structure
Steven Rostedt
2025-05-09
tracing: Use atomic_inc_return() for updating "disabled" counter in irqsoff t...
Steven Rostedt
2025-05-09
tracing: Convert the per CPU "disabled" counter to local from atomic
Steven Rostedt
2025-05-09
tracing: branch: Use trace_tracing_is_on_cpu() instead of "disabled" field
Steven Rostedt
2025-05-09
ring-buffer: Add ring_buffer_record_is_on_cpu()
Steven Rostedt
2025-05-09
tracing: Do not use per CPU array_buffer.data->disabled for cpumask
Steven Rostedt
2025-05-09
ftrace: Do not disabled function graph based on "disabled" field
Steven Rostedt
2025-05-09
tracing: kdb: Use tracer_tracing_on/off() instead of setting per CPU disabled
Steven Rostedt
2025-05-09
tracing: Use tracer_tracing_disable() instead of "disabled" field for ftrace_...
Steven Rostedt
2025-05-09
tracing: Add tracer_tracing_disable/enable() functions
Steven Rostedt
2025-05-09
bpf: Allow some trace helpers for all prog types
Feng Yang
2025-05-08
tracing: Just use this_cpu_read() to access ignore_pid
Steven Rostedt
2025-05-08
ftrace: Do not bother checking per CPU "disabled" flag
Steven Rostedt
2025-05-08
tracing/mmiotrace: Remove reference to unused per CPU data pointer
Steven Rostedt
[prev]
[next]