summaryrefslogtreecommitdiff
path: root/kernel/trace
AgeCommit message (Expand)Author
2026-03-21tracing: Fix failure to read user space from system call trace eventsSteven Rostedt
2026-03-21Merge tag 'v7.0-rc4' into timers/core, to resolve conflictIngo Molnar
2026-03-18tracing: Restore accidentally removed SPDX tagMarc Zyngier
2026-03-17tracing: Generate undef symbols allowlist for simple_ring_bufferVincent Donnefort
2026-03-12tracing: add more symbols to whitelistArnd Bergmann
2026-03-12tracing: Update undefined symbols allow list for simple_ring_bufferVincent Donnefort
2026-03-12tracing: Use explicit array size instead of sentinel elements in symbol printingThomas Weißschuh (Schneider Electric)
2026-03-09tracing: Check for undefined symbols in simple_ring_bufferVincent Donnefort
2026-03-09tracing: load/unload page callbacks for simple_ring_bufferVincent Donnefort
2026-03-09tracing: Add a trace remote module for testingVincent Donnefort
2026-03-09tracing: Introduce simple_ring_bufferVincent Donnefort
2026-03-09ring-buffer: Export buffer_data_page and macrosVincent Donnefort
2026-03-09tracing: Add events/ root files to trace remotesVincent Donnefort
2026-03-09tracing: Add events to trace remotesVincent Donnefort
2026-03-09tracing: Add init callback to trace remotesVincent Donnefort
2026-03-09tracing: Add non-consuming read to trace remotesVincent Donnefort
2026-03-09tracing: Add reset to trace remotesVincent Donnefort
2026-03-09tracing: Introduce trace remotesVincent Donnefort
2026-03-09ring-buffer: Add non-consuming read for ring-buffer remotesVincent Donnefort
2026-03-09ring-buffer: Introduce ring-buffer remotesVincent Donnefort
2026-03-09ring-buffer: Store bpage pointers into subbuf_idsVincent Donnefort
2026-03-09ring-buffer: Add page statistics to the meta-pageVincent Donnefort
2026-03-07Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds
2026-03-07Merge tag 'trace-v7.0-rc2-2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2026-03-06tracing: Fix trace_buf_size= cmdline parameter with sizes >= 2GCalvin Owens
2026-03-06tracing: Fix enabling multiple events on the kernel command line and bootconfigAndrei-Alexandru Tachici
2026-03-06tracing: Add NULL pointer check to trigger_data_free()Guenter Roeck
2026-03-06Merge tag 'block-7.0-20260305' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2026-03-03tracing: Fix WARN_ON in tracing_buffers_mmap_closeQing Wang
2026-03-03tracing: Disable preemption in the tracepoint callbacks handling filtered pidsMasami Hiramatsu (Google)
2026-03-03ftrace: Disable preemption in the tracepoint callbacks handling filtered pidsSteven Rostedt
2026-03-03tracing: Fix syscall events activation by ensuring refcount hits zeroHuiwen He
2026-03-03fgraph: Fix thresh_return nosleeptime double-adjustShengming Hu
2026-03-03fgraph: Fix thresh_return clear per-task notraceShengming Hu
2026-03-02ftrace: Add missing ftrace_lock to update_ftrace_direct_add/delJiri Olsa
2026-03-02blktrace: fix __this_cpu_read/write in preemptible contextChaitanya Kulkarni
2026-02-26bpf: Fix kprobe_multi cookies access in show_fdinfo callbackJiri Olsa
2026-02-22Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL usesKees Cook
2026-02-21Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds
2026-02-21Convert 'alloc_flex' family to use the new default GFP_KERNEL argumentLinus Torvalds
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook
2026-02-20Merge tag 'trace-v7.0-2' of git://git.kernel.org/pub/scm/linux/kernel/git/tra...Linus Torvalds
2026-02-19tracing: Wake up poll waiters for hist files when removing an eventPetr Pavlu
2026-02-19tracing: Fix checking of freed trace_event_file for hist filesPetr Pavlu
2026-02-19fgraph: Do not call handlers direct when not using ftrace_opsSteven Rostedt
2026-02-19tracing: ring-buffer: Fix to check event length before usingMasami Hiramatsu (Google)
2026-02-19ring-buffer: Fix possible dereference of uninitialized pointerDaniil Dulov
2026-02-17Merge tag 'block-7.0-20260216' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2026-02-16blk-mq: use NOIO context to prevent deadlock during debugfs creationYu Kuai