index
:
linux/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.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
kernel.org maintainers
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
trace
Age
Commit message (
Expand
)
Author
2025-01-07
tracing: Fix using ret variable in tracing_set_tracer()
Steven Rostedt
2025-01-03
Merge tag 'ftrace-v6.13-rc5-2' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2025-01-02
ftrace: Fix function profiler's filtering functionality
Kohei Enju
2025-01-02
fgraph: Add READ_ONCE() when accessing fgraph_array[]
Zilin Guan
2024-12-31
tracing: Have process_string() also allow arrays
Steven Rostedt
2024-12-27
verification/dot2k: Auto patch current kernel source
Gabriele Monaco
2024-12-27
rv: Simplify manual steps in monitor creation
Gabriele Monaco
2024-12-27
Merge tag 'probes-fixes-v6.13-rc4' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2024-12-26
tracing/fprobe: Remove nr_maxactive from fprobe
Masami Hiramatsu (Google)
2024-12-26
fprobe: Add fprobe_header encoding feature
Masami Hiramatsu (Google)
2024-12-26
fprobe: Rewrite fprobe on function-graph tracer
Masami Hiramatsu (Google)
2024-12-26
ftrace: Add CONFIG_HAVE_FTRACE_GRAPH_FUNC
Masami Hiramatsu (Google)
2024-12-26
bpf: Enable kprobe_multi feature if CONFIG_FPROBE is enabled
Masami Hiramatsu (Google)
2024-12-26
tracing/fprobe: Enable fprobe events with CONFIG_DYNAMIC_FTRACE_WITH_ARGS
Masami Hiramatsu (Google)
2024-12-26
fprobe: Use ftrace_regs in fprobe exit handler
Masami Hiramatsu (Google)
2024-12-26
fprobe: Use ftrace_regs in fprobe entry handler
Masami Hiramatsu (Google)
2024-12-26
fgraph: Pass ftrace_regs to retfunc
Masami Hiramatsu (Google)
2024-12-26
fgraph: Replace fgraph_ret_regs with ftrace_regs
Masami Hiramatsu (Google)
2024-12-26
fgraph: Pass ftrace_regs to entryfunc
Masami Hiramatsu (Google)
2024-12-26
tracing/string: Create and use __free(argv_free) in trace_dynevent.c
Steven Rostedt
2024-12-26
tracing: Switch trace_stat.c code over to use guard()
Steven Rostedt
2024-12-26
tracing: Switch trace_stack.c code over to use guard()
Steven Rostedt
2024-12-26
tracing: Switch trace_osnoise.c code over to use guard() and __free()
Steven Rostedt
2024-12-26
tracing: Switch trace_events_synth.c code over to use guard()
Steven Rostedt
2024-12-26
tracing: Switch trace_events_filter.c code over to use guard()
Steven Rostedt
2024-12-26
tracing: Switch trace_events_trigger.c code over to use guard()
Steven Rostedt
2024-12-26
tracing: Switch trace_events_hist.c code over to use guard()
Steven Rostedt
2024-12-26
tracing: Switch trace_events.c code over to use guard()
Steven Rostedt
2024-12-26
tracing: Simplify event_enable_func() goto_reg logic
Steven Rostedt
2024-12-26
tracing: Simplify event_enable_func() goto out_free logic
Steven Rostedt
2024-12-26
tracing: Have event_enable_write() just return error on error
Steven Rostedt
2024-12-26
tracing: Return -EINVAL if a boot tracer tries to enable the mmiotracer at boot
Steven Rostedt
2024-12-26
tracing: Switch trace.c code over to use guard()
Steven Rostedt
2024-12-23
tracing: Prevent bad count for tracing_cpumask_write
Lizhi Xu
2024-12-23
fgraph: Get ftrace recursion lock in function_graph_enter
Masami Hiramatsu (Google)
2024-12-23
ftrace: Switch ftrace.c code over to use guard()
Steven Rostedt
2024-12-23
ftrace: Remove unneeded goto jumps
Steven Rostedt
2024-12-23
ftrace: Do not disable interrupts in profiler
Steven Rostedt
2024-12-23
fgraph: Remove unnecessary disabling of interrupts and recursion
Steven Rostedt
2024-12-23
blktrace: remove redundant return at end of function
Colin Ian King
2024-12-23
blktrace: move copy_[to|from]_user() out of ->debugfs_lock
Ming Lei
2024-12-23
blktrace: don't centralize grabbing q->debugfs_mutex in blk_trace_ioctl
Ming Lei
2024-12-24
tracing/kprobe: Make trace_kprobe's module callback called after jump_label u...
Masami Hiramatsu (Google)
2024-12-20
Merge tag 'trace-ringbuffer-v6.13-rc3' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2024-12-18
trace/ring-buffer: Do not use TP_printk() formatting for boot mapped buffers
Steven Rostedt
2024-12-18
ring-buffer: Fix overflow in __rb_map_vma
Edward Adam Davis
2024-12-18
Merge tag 'trace-v6.13-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2024-12-17
tracing: Check "%s" dereference via the field and not the TP_printk format
Steven Rostedt
2024-12-17
tracing: Add "%s" check in test_event_printk()
Steven Rostedt
2024-12-17
tracing: Add missing helper functions in event pointer dereference check
Steven Rostedt
[prev]
[next]