messages from 2026-01-26 21:32:02 to 2026-01-30 02:50:13 UTC [more...]
[PATCH v6 0/3] tracing: Guard __DECLARE_TRACE() use of __DO_TRACE_CALL() with SRCU-fast
2026-01-30 2:50 UTC (9+ messages)
` [PATCH v6 1/3] tracing: perf: Have perf tracepoint callbacks always disable preemption
` [PATCH v6 2/3] bpf: Have __bpf_trace_run() use rcu_read_lock_dont_migrate()
` [PATCH v6 3/3] tracing: Guard __DECLARE_TRACE() use of __DO_TRACE_CALL() with SRCU-fast
[PATCH] tracing: Fix duration calculation bug (rettime - calltime) on ARM architecture
2026-01-30 1:57 UTC
[PATCH v4 0/5] Tracing: Accelerate Kernel Boot by Asynchronizing
2026-01-30 1:35 UTC (11+ 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 -next] cgroup: increase maximum subsystem count from 16 to 32
2026-01-30 1:24 UTC (7+ 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 v10 00/30] Tracefs support for pKVM
2026-01-29 21:50 UTC (44+ 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 v10 19/30] KVM: arm64: Add PKVM_DISABLE_STAGE2_ON_PANIC
[PATCH v5 0/4] tracing: Remove backup instance after read all
2026-01-29 20:19 UTC (9+ messages)
` [PATCH v5 1/4] tracing: Reset last_boot_info if ring buffer is reset
` [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 v5] stm: class: Add MIPI OST protocol support
2026-01-29 18:38 UTC (3+ messages)
[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 (18+ 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
` [RFC PATCH v1 09/37] KVM: guest_memfd: Skip LRU for guest_memfd folios
[PATCH v6 0/6] x86/vdso: VDSO updates and fixes for sframes
2026-01-29 11:27 UTC (7+ 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 v5 v5 0/3] tracing/fprobe: Support comma-separated symbols and :entry/:exit
2026-01-29 4:24 UTC (7+ messages)
` [PATCH v5 v5 1/3] docs: tracing/fprobe: Document list filters "
` [PATCH v5 v5 2/3] tracing/fprobe: Support comma-separated symbols "
[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)
[PATCHv2 bpf-next 0/6] x86/fgraph,bpf: Fix ORC stack unwind from kprobe_multi
2026-01-29 0:50 UTC (5+ 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 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 (3+ 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
[PATCH v3 0/3] Tracing: Accelerate Kernel Boot by Asynchronizing
2026-01-28 8:39 UTC (8+ messages)
` [PATCH v3 1/3] tracing: Rename `eval_map_wq` and allow other parts of tracing use it
` [PATCH v3 2/3] tracing/kprobes: Make setup_boot_kprobe_events() asynchronous
` [PATCH v3 3/3] blktrace: Make init_blk_tracer() asynchronous
[PATCH] tracing: Have hist_debug show what function a field uses
2026-01-28 8:20 UTC (2+ messages)
[PATCH v2] tracing: kprobe-event: Return directly when trace kprobes is empty
2026-01-28 2:59 UTC (2+ messages)
[PATCH v4 0/3] mm: vmscan: add PID and cgroup ID to vmscan tracepoints
2026-01-27 23:43 UTC (4+ messages)
` [PATCH v5 "
` [PATCH v5 2/3] mm: vmscan: add cgroup IDs "
[RESEND][PATCH 0/5] perf: Clean ups and simplifications
2026-01-27 21:36 UTC (10+ messages)
` [RESEND][PATCH 3/5] perf: Use current->flags & PF_KTHREAD|PF_USER_WORKER instead of current->mm == NULL
[RFC PATCH v1 0/5] s390: Signal frame user space unwinding
2026-01-27 15:33 UTC (6+ messages)
` [RFC PATCH v1 1/5] unwind_user: Enable arch-specific signal frame unwinders
` [RFC PATCH v1 2/5] unwind_user/sframe: Add support for signal frame indication
` [RFC PATCH v1 3/5] s390/vdso: Annotate __kernel_[rt_]sigreturn as signal frames
` [RFC PATCH v1 4/5] s390/signal: Move struct [rt_]sigframe to asm/sigframe.h
` [RFC PATCH v1 5/5] s390/unwind_user: Enable signal frame unwinding of user space
[PATCH v2] MAINTAINERS: add Rust files to STATIC BRANCH/CALL and TRACING
2026-01-27 15:27 UTC (4+ messages)
[PATCH v4 00/12] s390: SFrame user space unwinding
2026-01-27 15:19 UTC (13+ messages)
` [PATCH v4 01/12] s390: asm/dwarf.h should only be included in assembly files
` [PATCH v4 02/12] s390/vdso: Avoid emitting DWARF CFI for non-vDSO
` [PATCH v4 03/12] s390/vdso: Keep function symbols in vDSO
` [PATCH v4 04/12] s390/vdso: Enable SFrame V3 generation "
` [PATCH v4 05/12] unwind_user: Enable archs that define CFA = SP_callsite + offset
` [PATCH v4 06/12] unwind_user/sframe: Enable archs with encoded SFrame CFA offsets
` [PATCH v4 07/12] s390/ptrace: Convert function macros to inline functions
` [PATCH v4 08/12] s390/ptrace: Provide frame_pointer()
` [PATCH v4 09/12] s390/unwind_user/sframe: Enable sframe unwinding on s390
` [PATCH v4 10/12] unwind_user: Introduce FP/RA recovery rule unknown
` [PATCH v4 11/12] unwind_user/fp: Use arch-specific helper to initialize FP frame
` [PATCH v4 12/12] s390/unwind_user/fp: Enable back chain unwinding of user space
[PATCH v13 00/18] unwind_deferred: Implement sframe handling
2026-01-27 15:05 UTC (19+ messages)
` [PATCH v13 01/18] unwind_user/sframe: Add support for reading .sframe headers
` [PATCH v13 02/18] unwind_user/sframe: Store .sframe section data in per-mm maple tree
` [PATCH v13 03/18] x86/uaccess: Add unsafe_copy_from_user() implementation
` [PATCH v13 04/18] unwind_user/sframe: Add support for reading .sframe contents
` [PATCH v13 05/18] unwind_user/sframe: Detect .sframe sections in executables
` [PATCH v13 06/18] unwind_user/sframe: Wire up unwind_user to sframe
` [PATCH v13 07/18] unwind_user: Stop when reaching an outermost frame
` [PATCH v13 08/18] unwind_user/sframe: Add support for outermost frame indication
` [PATCH v13 09/18] unwind_user/sframe: Remove .sframe section on detected corruption
` [PATCH v13 10/18] unwind_user/sframe: Show file name in debug output
` [PATCH v13 11/18] unwind_user/sframe: Add .sframe validation option
` [PATCH v13 12/18] unwind_user: Enable archs that pass RA in a register
` [PATCH v13 13/18] unwind_user: Flexible FP/RA recovery rules
` [PATCH v13 14/18] unwind_user: Flexible CFA "
` [PATCH v13 15/18] unwind_user/sframe: Add support for SFrame V3 flexible FDEs
` [PATCH v13 16/18] unwind_user/sframe: Separate reading of FRE from reading of FRE data words
` [PATCH v13 17/18] unwind_user/sframe/x86: Enable sframe unwinding on x86
` [PATCH v13 18/18] unwind_user/sframe: Add prctl() interface for registering .sframe sections
[PATCH] tracing: kprobe-event: Return directly when trace kprobes is empty
2026-01-27 14:34 UTC (2+ messages)
[RFC v4 0/7] ext4: fast commit: snapshot inode state for FC log
2026-01-27 12:05 UTC (4+ messages)
` [RFC v4 6/7] ext4: fast commit: add lock_updates tracepoint
[PATCH v5 00/15] rv: Add Hybrid Automata monitor type, per-object and deadline monitors
2026-01-27 9:10 UTC (3+ messages)
` [PATCH v5 09/15] sched: Add task enqueue/dequeue trace points
[PATCH v2 0/3] powerpc64/ftrace: fixes clang build issues
2026-01-27 8:49 UTC (4+ messages)
` [PATCH v2 1/3] powerpc64: make clang cross-build friendly
` [PATCH v2 2/3] powerpc64/ftrace: fix OOL stub count with clang
` [PATCH v2 3/3] powerpc64/ftrace: workaround clang recording GEP in __patchable_function_entries
[PATCH] MAINTAINERS: add Rust files to STATIC BRANCH/CALL and TRACING
2026-01-27 8:26 UTC (10+ messages)
[PATCH v2 0/3] Tracing: Accelerate Kernel Boot by Asynchronizing
2026-01-27 1:23 UTC (4+ messages)
` [PATCH v2 1/3] tracing: Rename `eval_map_wq` and export it for asynchronous use by other modules
[PATCH] tracing: Documentation: Update histogram-design.rst for fn() handling
2026-01-26 23:17 UTC
[PATCH] tracing: Up the hist stacktrace size from 16 to 31
2026-01-26 21:37 UTC (2+ messages)
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