summaryrefslogtreecommitdiffstats
path: root/kernel/trace
AgeCommit message (Expand)AuthorLines
2026-04-15Merge tag 'trace-rv-v7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/tr...Linus Torvalds-199/+1176
2026-04-15Merge tag 'trace-ringbuffer-v7.1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-132/+2737
2026-04-15Merge tag 'ftrace-v7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/trac...Linus Torvalds-0/+22
2026-04-14Merge tag 'bpf-next-7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf...Linus Torvalds-0/+8
2026-04-14Merge tag 'timers-core-2026-04-12' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-12/+15
2026-04-14ring-buffer: Prevent off-by-one array access in ring_buffer_desc_page()Vincent Donnefort-2/+2
2026-04-14ring-buffer: Report header_page overwrite as charCao Ruichuang-2/+2
2026-04-11Merge branch 'timers/urgent' into timers/coreThomas Gleixner-30/+105
2026-04-07bpf: Prefer vmlinux symbols over module symbols for unqualified kprobesAndrey Grodzovsky-0/+8
2026-04-06tracing/probe: reject non-closed empty immediate stringsPengpeng Hou-1/+1
2026-04-02tracing: Allow backup to save persistent ring buffer before it startsSteven Rostedt-1/+26
2026-04-02tracing: Remove the backup instance automatically after readMasami Hiramatsu (Google)-6/+79
2026-04-02tracing: Make the backup instance non-reusableMasami Hiramatsu (Google)-65/+104
2026-04-02ring-buffer: Enforce read ordering of trace_buffer cpumask and buffersVincent Donnefort-1/+18
2026-04-02bpf: Reject sleepable kprobe_multi programs at attach timeVarun R Mallya-0/+4
2026-04-01ftrace: Use kallsyms binary search for single-symbol lookupAndrey Grodzovsky-0/+22
2026-04-01rv: Allow epoll in rtapp-sleep monitorNam Cao-46/+60
2026-03-31rv: Add nomiss deadline monitorGabriele Monaco-0/+713
2026-03-31rv: Convert the opid monitor to a hybrid automatonGabriele Monaco-153/+61
2026-03-31rv: Add sample hybrid monitor stallGabriele Monaco-0/+266
2026-03-31rv: Add Hybrid Automata monitor typeGabriele Monaco-0/+76
2026-03-28tracing: Drain deferred trigger frees if kthread creation failsWesley Atwell-13/+66
2026-03-27tracing: Fix potential deadlock in cpu hotplug with osnoiseLuo Haiyang-5/+5
2026-03-24ring-buffer: Show what clock function is used on timestamp errorsSteven Rostedt-4/+6
2026-03-24Merge commit 'f35dbac6942171dc4ce9398d1d216a59224590a9' into trace/ring-buffe...Steven Rostedt-10/+28
2026-03-21ftrace: Use hash argument for tmp_ops in update_ftrace_direct_modJiri Olsa-2/+2
2026-03-21ring-buffer: Fix to update per-subbuf entries of persistent ring bufferMasami Hiramatsu (Google)-1/+1
2026-03-21tracing: Fix trace_marker copy link list updatesSteven Rostedt-9/+10
2026-03-21tracing: Fix failure to read user space from system call trace eventsSteven Rostedt-0/+17
2026-03-21Merge tag 'v7.0-rc4' into timers/core, to resolve conflictIngo Molnar-28/+105
2026-03-12tracing: Use explicit array size instead of sentinel elements in symbol printingThomas Weißschuh (Schneider Electric)-12/+15
2026-03-09tracing: Check for undefined symbols in simple_ring_bufferVincent Donnefort-0/+16
2026-03-09tracing: load/unload page callbacks for simple_ring_bufferVincent Donnefort-19/+72
2026-03-09tracing: Add a trace remote module for testingVincent Donnefort-0/+281
2026-03-09tracing: Introduce simple_ring_bufferVincent Donnefort-0/+468
2026-03-09ring-buffer: Export buffer_data_page and macrosVincent Donnefort-35/+1
2026-03-09tracing: Add events/ root files to trace remotesVincent Donnefort-2/+139
2026-03-09tracing: Add events to trace remotesVincent Donnefort-5/+259
2026-03-09tracing: Add init callback to trace remotesVincent Donnefort-1/+6
2026-03-09tracing: Add non-consuming read to trace remotesVincent Donnefort-16/+326
2026-03-09tracing: Add reset to trace remotesVincent Donnefort-0/+45
2026-03-09tracing: Introduce trace remotesVincent Donnefort-1/+630
2026-03-09ring-buffer: Add non-consuming read for ring-buffer remotesVincent Donnefort-6/+69
2026-03-09ring-buffer: Introduce ring-buffer remotesVincent Donnefort-8/+225
2026-03-09ring-buffer: Store bpage pointers into subbuf_idsVincent Donnefort-8/+11
2026-03-09ring-buffer: Add page statistics to the meta-pageVincent Donnefort-0/+2
2026-03-07Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds-0/+2
2026-03-07Merge tag 'trace-v7.0-rc2-2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-4/+11
2026-03-06tracing: Fix trace_buf_size= cmdline parameter with sizes >= 2GCalvin Owens-3/+3
2026-03-06tracing: Fix enabling multiple events on the kernel command line and bootconfigAndrei-Alexandru Tachici-1/+5