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.19.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-7.0.y
linux-7.1.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
34 hours
tracing: Prevent out-of-bounds read in glob matching
Huihui Huang
2026-07-04
ftrace: Check against is_kernel_text() instead of kaslr_offset()
Steven Rostedt
2026-07-04
ftrace: Test mcount_loc addr before calling ftrace_call_addr()
Steven Rostedt
2026-07-04
ftrace: Do not over-allocate ftrace memory
Guenter Roeck
2026-07-04
ftrace: Have ftrace pages output reflect freed pages
Steven Rostedt
2026-07-04
ftrace: Update the mcount_loc check of skipped entries
Steven Rostedt
2026-07-04
scripts/sorttable: Zero out weak functions in mcount_loc table
Steven Rostedt
2026-07-04
bpf: Reject sleepable kprobe_multi programs at attach time
Varun R Mallya
2026-06-19
tracing/probes: Point the error offset correctly for eprobe argument error
Masami Hiramatsu (Google)
2026-06-09
ring-buffer: Flush and stop persistent ring buffer on panic
Masami Hiramatsu (Google)
2026-06-01
tracing: Avoid NULL return from hist_field_name() on truncation
David Carlier
2026-06-01
tracing: Do not call map->ops->elt_free() if elt_alloc() fails
Masami Hiramatsu (Google)
2026-06-01
ring-buffer: Fix reporting of missed events in iterator
Steven Rostedt
2026-05-23
tracing: branch: Fix inverted check on stat tracer registration
Breno Leitao
2026-05-23
tracing: Rebuild full_name on each hist_field_name() call
Pengpeng Hou
2026-05-17
tracing/probes: Limit size of event probe to 3K
Steven Rostedt
2026-04-22
tracing/probe: reject non-closed empty immediate strings
Pengpeng Hou
2026-04-18
blktrace: fix __this_cpu_read/write in preemptible context
Chaitanya Kulkarni
2026-04-02
tracing: Fix potential deadlock in cpu hotplug with osnoise
Luo Haiyang
2026-04-02
tracing: Switch trace_osnoise.c code over to use guard() and __free()
Steven Rostedt
2026-03-25
ring-buffer: Fix to update per-subbuf entries of persistent ring buffer
Masami Hiramatsu (Google)
2026-03-25
tracing: Add recursion protection in kernel stack trace recording
Steven Rostedt
2026-03-25
fgraph: Fix thresh_return clear per-task notrace
Shengming Hu
2026-03-25
tracing: Fix trace_buf_size= cmdline parameter with sizes >= 2G
Calvin Owens
2026-03-25
tracing: Fix enabling multiple events on the kernel command line and bootconfig
Andrei-Alexandru Tachici
2026-03-25
tracing: Fix syscall events activation by ensuring refcount hits zero
Huiwen He
2026-03-13
tracing: Add NULL pointer check to trigger_data_free()
Guenter Roeck
2026-03-13
tracing: Fix WARN_ON in tracing_buffers_mmap_close
Qing Wang
2026-03-04
tracing: Wake up poll waiters for hist files when removing an event
Petr Pavlu
2026-03-04
tracing: Fix checking of freed trace_event_file for hist files
Petr Pavlu
2026-03-04
fgraph: Do not call handlers direct when not using ftrace_ops
Steven Rostedt
2026-03-04
tracing: ring-buffer: Fix to check event length before using
Masami Hiramatsu (Google)
2026-03-04
function_graph: Restore direct mode when callbacks drop to one
Shengming Hu
2026-03-04
tracing: Fix to set write permission to per-cpu buffer_size_kb
Masami Hiramatsu (Google)
2026-03-04
tracing: Fix false sharing in hwlat get_sample()
Colin Lord
2026-03-04
tracing: Remove duplicate ENABLE_EVENT_STR and DISABLE_EVENT_STR macros
Steven Rostedt
2026-03-04
tracing: Properly process error handling in event_hist_trigger_parse()
Miaoqian Lin
2026-03-04
kallsyms/ftrace: set module buildid in ftrace_mod_address_lookup()
Petr Mladek
2026-03-04
fgraph: Replace fgraph_ret_regs with ftrace_regs
Masami Hiramatsu (Google)
2026-03-04
ftrace: Make ftrace_regs abstract from direct use
Steven Rostedt
2026-02-11
ring-buffer: Avoid softlockup in ring_buffer_resize() during memory free
Wupeng Ma
2026-02-11
tracing: Fix ftrace event field alignments
Steven Rostedt
2026-01-30
tracing: Fix crash on synthetic stacktrace field usage
Steven Rostedt
2026-01-08
fgraph: Check ftrace_pids_enabled on registration for early filtering
Shengming Hu
2026-01-08
fgraph: Initialize ftrace_ops->private for function graph ops
Shengming Hu
2026-01-08
tracing: Fix fixed array of synthetic event
Steven Rostedt
2026-01-08
tracing: Do not register unsupported perf events
Steven Rostedt
2025-12-12
ftrace: bpf: Fix IPMODIFY + DIRECT in modify_ftrace_direct()
Song Liu
2025-12-07
tracing: Fix WARN_ON in tracing_buffers_mmap_close for split VMAs
Deepanshu Kartikey
2025-11-24
ftrace: Fix BPF fexit with livepatch
Song Liu
[next]