messages from 2026-01-28 09:15:38 to 2026-02-02 16:30:07 UTC [more...]
[PATCH] tracing: Fix ftrace event field alignments
2026-02-02 16:30 UTC
[PATCH 2/2] tracing: resolve enum names for function arguments via BTF
2026-02-02 16:12 UTC (2+ messages)
[PATCH v2] tracing: Fix funcgraph_exit calltime/rettime offset for 32-bit ARM
2026-02-02 16:08 UTC (3+ messages)
[PATCH bpf-next] ftrace: Fix direct_functions leak in update_ftrace_direct_del
2026-02-02 16:00 UTC (3+ messages)
[PATCH v2] tracing/dma: Cap dma_map_sg tracepoint arrays to prevent buffer overflow
2026-02-02 15:34 UTC (4+ messages)
[PATCH] tracing: remove __printf() attribute on __ftrace_vbprintk()
2026-02-02 11:37 UTC (2+ messages)
[PATCH v4 0/5] Tracing: Accelerate Kernel Boot by Asynchronizing
2026-02-02 3:36 UTC (19+ messages)
` [PATCH v4 1/5] tracing: Rename `eval_map_wq` and allow other parts of tracing use it
` [PATCH v4 2/5] tracing: add trace_async_init boot parameter
` [PATCH v4 3/5] tracing/kprobes: Skip setup_boot_kprobe_events() when no cmdline event
` [PATCH v4 4/5] tracing/kprobes: Make setup_boot_kprobe_events() asynchronous when trace_async_init set
` [PATCH v4 5/5] blktrace: Make init_blk_tracer() "
[PATCH v2] trace/hwlat: prevent false sharing in get_sample()
2026-02-02 2:58 UTC
[PATCH -next v2] cgroup: increase maximum subsystem count from 16 to 32
2026-02-01 16:51 UTC (2+ messages)
[PATCH v6 0/6] x86/vdso: VDSO updates and fixes for sframes
2026-02-01 8:23 UTC (8+ messages)
` [PATCH v6 1/6] x86/vdso: Fix DWARF generation for getrandom()
` [PATCH v6 2/6] x86/asm: Avoid emitting DWARF CFI for non-VDSO
` [PATCH v6 3/6] x86/asm: Simplify VDSO DWARF generation
` [PATCH v6 4/6] x86/vdso: Use SYM_FUNC_{START,END} in __kernel_vsyscall()
` [PATCH v6 5/6] x86/vdso: Use CFI macros in __vdso_sgx_enter_enclave()
` [PATCH v6 6/6] x86/vdso: Enable sframe generation in VDSO
[PATCH v6 0/4] tracing: Remove backup instance after read all
2026-02-01 3:29 UTC (5+ messages)
` [PATCH v6 1/4] tracing: Reset last_boot_info if ring buffer is reset
` [PATCH v6 2/4] tracing: Make the backup instance non-reusable
` [PATCH v6 3/4] tracing: Remove the backup instance automatically after read
` [PATCH v6 4/4] tracing/Documentation: Add a section about backup instance
[PATCH v5 v5 0/3] tracing/fprobe: Support comma-separated symbols and :entry/:exit
2026-01-31 16:16 UTC (8+ messages)
` [PATCH v5 v5 1/3] docs: tracing/fprobe: Document list filters "
` [PATCH v5 v5 2/3] tracing/fprobe: Support comma-separated symbols "
[PATCH v11 00/30] Tracefs support for pKVM
2026-01-31 13:28 UTC (31+ messages)
` [PATCH v11 01/30] ring-buffer: Add page statistics to the meta-page
` [PATCH v11 02/30] ring-buffer: Store bpage pointers into subbuf_ids
` [PATCH v11 03/30] ring-buffer: Introduce ring-buffer remotes
` [PATCH v11 04/30] ring-buffer: Add non-consuming read for "
` [PATCH v11 05/30] tracing: Introduce trace remotes
` [PATCH v11 06/30] tracing: Add reset to "
` [PATCH v11 07/30] tracing: Add non-consuming read "
` [PATCH v11 08/30] tracing: Add init callback "
` [PATCH v11 09/30] tracing: Add events "
` [PATCH v11 10/30] tracing: Add events/ root files "
` [PATCH v11 11/30] tracing: Add helpers to create trace remote events
` [PATCH v11 12/30] ring-buffer: Export buffer_data_page and macros
` [PATCH v11 13/30] tracing: Introduce simple_ring_buffer
` [PATCH v11 14/30] tracing: Add a trace remote module for testing
` [PATCH v11 15/30] tracing: selftests: Add trace remote tests
` [PATCH v11 16/30] Documentation: tracing: Add tracing remotes
` [PATCH v11 17/30] tracing: load/unload page callbacks for simple_ring_buffer
` [PATCH v11 18/30] tracing: Check for undefined symbols in simple_ring_buffer
` [PATCH v11 19/30] KVM: arm64: Add PKVM_DISABLE_STAGE2_ON_PANIC
` [PATCH v11 20/30] KVM: arm64: Add clock support to nVHE/pKVM hyp
` [PATCH v11 21/30] KVM: arm64: Initialise hyp_nr_cpus for nVHE hyp
` [PATCH v11 22/30] KVM: arm64: Support unaligned fixmap in the pKVM hyp
` [PATCH v11 23/30] KVM: arm64: Add tracing capability for the nVHE/pKVM hyp
` [PATCH v11 24/30] KVM: arm64: Add trace remote "
` [PATCH v11 25/30] KVM: arm64: Sync boot clock with "
` [PATCH v11 26/30] KVM: arm64: Add trace reset to "
` [PATCH v11 27/30] KVM: arm64: Add event support to the nVHE/pKVM hyp and trace remote
` [PATCH v11 28/30] KVM: arm64: Add hyp_enter/hyp_exit events to nVHE/pKVM hyp
` [PATCH v11 29/30] KVM: arm64: Add selftest event support "
` [PATCH v11 30/30] tracing: selftests: Add hypervisor trace remote tests
[PATCH] tracing: Fix duration calculation bug (rettime - calltime) on ARM architecture
2026-01-31 12:56 UTC (4+ messages)
` "
[PATCH v10 00/30] Tracefs support for pKVM
2026-01-31 12:54 UTC (43+ messages)
` [PATCH v10 01/30] ring-buffer: Add page statistics to the meta-page
` [PATCH v10 02/30] ring-buffer: Store bpage pointers into subbuf_ids
` [PATCH v10 03/30] ring-buffer: Introduce ring-buffer remotes
` [PATCH v10 04/30] ring-buffer: Add non-consuming read for "
` [PATCH v10 05/30] tracing: Introduce trace remotes
` [PATCH v10 06/30] tracing: Add reset to "
` [PATCH v10 07/30] tracing: Add non-consuming read "
` [PATCH v10 08/30] tracing: Add init callback "
` [PATCH v10 09/30] tracing: Add events "
` [PATCH v10 10/30] tracing: Add events/ root files "
` [PATCH v10 11/30] tracing: Add helpers to create trace remote events
` [PATCH v10 12/30] ring-buffer: Export buffer_data_page and macros
` [PATCH v10 13/30] tracing: Introduce simple_ring_buffer
` [PATCH v10 14/30] tracing: Add a trace remote module for testing
` [PATCH v10 15/30] tracing: selftests: Add trace remote tests
` [PATCH v10 16/30] Documentation: tracing: Add tracing remotes
` [PATCH v10 17/30] tracing: load/unload page callbacks for simple_ring_buffer
` [PATCH v10 18/30] tracing: Check for undefined symbols in simple_ring_buffer
[PATCH -next] cgroup: increase maximum subsystem count from 16 to 32
2026-01-31 3:00 UTC (9+ messages)
[PATCH] bootconfig: Fix to terminate value search if it hits a newline
2026-01-31 2:19 UTC (4+ messages)
[PATCHv2 bpf-next 0/6] x86/fgraph,bpf: Fix ORC stack unwind from kprobe_multi
2026-01-30 21:50 UTC (6+ messages)
` [PATCHv2 bpf-next 1/6] x86/fgraph: Fix return_to_handler regs.rsp value
` [PATCHv2 bpf-next 2/6] x86/fgraph,bpf: Switch kprobe_multi program stack unwind to hw_regs path
[PATCH] tracing: Add kerneldoc to trace_event_buffer_reserve()
2026-01-30 15:37 UTC
[PATCH v5 0/4] tracing: Remove backup instance after read all
2026-01-30 15:21 UTC (15+ messages)
` [PATCH v5 2/4] tracing: Make the backup instance non-reusable
` [PATCH v5 3/4] tracing: Remove the backup instance automatically after read
` [PATCH v5 4/4] tracing/Documentation: Add a section about backup instance
[PATCH] trace/hwlat: prevent false sharing in get_sample()
2026-01-30 15:19 UTC (3+ messages)
[PATCH] tracing/dma: Cap dma_map_sg tracepoint arrays to prevent buffer overflow
2026-01-30 14:57 UTC (2+ messages)
[PATCH v5] stm: class: Add MIPI OST protocol support
2026-01-30 9:48 UTC (4+ messages)
[PATCH v2 0/3] powerpc64/ftrace: fixes clang build issues
2026-01-30 6:18 UTC (2+ messages)
[PATCH v6 0/3] tracing: Guard __DECLARE_TRACE() use of __DO_TRACE_CALL() with SRCU-fast
2026-01-30 2:50 UTC (6+ messages)
[PATCH v2] function_graph: Fix args pointer mismatch in print_graph_retval()
2026-01-30 1:13 UTC (3+ messages)
[syzbot] [trace?] WARNING in __dma_map_sg_attrs (2)
2026-01-29 22:58 UTC
[PATCH v13] dma-buf: add some tracepoints to debug
2026-01-29 18:10 UTC (2+ messages)
[PATCH v4] kprobes: Use dedicated kthread for kprobe optimizer
2026-01-29 15:48 UTC
[PATCH] perf: sched: Fix perf crash with new is_user_task() helper
2026-01-29 15:28 UTC
[RFC PATCH v1 00/37] guest_memfd: In-place conversion support
2026-01-29 14:36 UTC (15+ messages)
` [RFC PATCH v1 01/37] KVM: guest_memfd: Introduce per-gmem attributes, use to guard user mappings
` [RFC PATCH v1 05/37] KVM: guest_memfd: Wire up kvm_get_memory_attributes() to per-gmem attributes
[PATCH] tracing: Fix indentation of return statement in print_trace_fmt()
2026-01-29 2:29 UTC (2+ messages)
[PATCH v2] tracing: trace_mmap.h: fix a kernel-doc warning
2026-01-29 1:12 UTC
[PATCH AUTOSEL 6.18] tracing: Avoid possible signed 64-bit truncation
2026-01-29 0:59 UTC (2+ messages)
[PATCH v2] iommu: Fix NULL pointer deref when io_page_fault tracepoint fires
2026-01-29 0:46 UTC (2+ messages)
[PATCH 2/2] bpf: Implement kretprobe fallback for kprobe multi link
2026-01-29 0:13 UTC (3+ messages)
[PATCH v2] ring-buffer: Add helper functions for allocations
2026-01-28 23:47 UTC (2+ messages)
[PATCH v2] uprobes: fix incorrect lockdep condition in filter_chain()
2026-01-28 22:29 UTC (2+ messages)
[PATCH] tracing: trace_mmap.h: fix a kernel-doc warning
2026-01-28 21:43 UTC (2+ messages)
[PATCHv6 bpf-next 0/9] ftrace,bpf: Use single direct ops for bpf trampolines
2026-01-28 20:00 UTC (3+ messages)
[RFC 0/5] ext4: mark more ops fast-commit ineligible
2026-01-28 18:05 UTC (2+ messages)
[PATCH] uprobes: fix incorrect lockdep condition in filter_chain()
2026-01-28 17:51 UTC (4+ messages)
[PATCH mm-unstable v14 00/16] khugepaged: mTHP support
2026-01-28 16:38 UTC (3+ messages)
` [PATCH mm-unstable v14 03/16] introduce collapse_single_pmd to unify khugepaged and madvise_collapse
[PATCH v6 00/11] tracing: wprobe: x86: Add wprobe for watchpoint
2026-01-28 14:11 UTC (12+ messages)
` [PATCH v6 01/11] tracing: wprobe: Add watchpoint probe event based on hardware breakpoint
` [PATCH v6 02/11] x86: hw_breakpoint: Add a kconfig to clarify when a breakpoint fires
` [PATCH v6 03/11] selftests: tracing: Add a basic testcase for wprobe
` [PATCH v6 04/11] selftests: tracing: Add syntax "
` [PATCH v6 05/11] tracing: wprobe: Fix to use IS_ERR_PCPU() for per-cpu pointer
` [PATCH v6 06/11] tracing: wprobe: Use a new seq_print_ip_sym_offset() wrapper
` [PATCH v6 07/11] x86/hw_breakpoint: Unify breakpoint install/uninstall
` [PATCH v6 08/11] x86/hw_breakpoint: Add arch_reinstall_hw_breakpoint
` [PATCH v6 09/11] HWBP: Add modify_wide_hw_breakpoint_local() API
` [PATCH v6 10/11] tracing: wprobe: Add wprobe event trigger
` [PATCH v6 11/11] selftests: ftrace: Add wprobe trigger testcase
[PATCH 0/2] Access Rust fields from TP_fast_assign in TRACE_EVENT
2026-01-28 9:15 UTC (4+ messages)
` [PATCH 2/2] rust_binder: add binder_transaction tracepoint
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox