messages from 2026-08-31 00:25:22 to 2026-09-02 06:43:41 UTC [more...]
[RFC PATCH v5 0/3] trace: stack trace deduplication for ftrace ring buffer
2026-09-02 6:42 UTC (4+ messages)
` [RFC PATCH v5 1/3] trace: add lock-free stackmap for stack trace deduplication
` [RFC PATCH v5 2/3] trace: integrate stackmap into ftrace stack recording path
` [RFC PATCH v5 3/3] trace: add documentation, selftest and tooling for stackmap
[PATCH v12 00/45] guest_memfd: In-place conversion support
2026-09-02 6:02 UTC (51+ messages)
` [PATCH v12 01/45] KVM: guest_memfd: Optimize away conversion overheads via dead-code elimination
` [PATCH v12 07/45] KVM: Rename kvm_mem_is_private() to kvm_is_private_gfn()
` [PATCH v12 09/45] KVM: guest_memfd: Stub in ability to enable in-place shared<=>private conversion
` [PATCH v12 11/45] KVM: guest_memfd: Invalidate both SHARED and PRIVATE mappings for in-place conversions
` [PATCH v12 12/45] KVM: guest_memfd: Always fault from guest_memfd if in-place conversion is enabled
` [PATCH v12 13/45] KVM: guest_memfd: Pass mapping type filter to invalidation helper
` [PATCH v12 14/45] KVM: guest_memfd: Add base support for KVM_SET_MEMORY_ATTRIBUTES2
` [PATCH v12 15/45] KVM: guest_memfd: Ensure pages are not in use before conversion
` [PATCH v12 18/45] KVM: guest_memfd: Handle lru_add fbatch refcounts during conversion safety check
` [PATCH v12 23/45] KVM: Let userspace disable per-VM mem attributes, enable per-gmem attributes
` [PATCH v12 29/45] KVM: selftests: Add helpers for calling ioctls on guest_memfd
` [PATCH v12 30/45] KVM: selftests: Test basic single-page conversion flow
` [PATCH v12 31/45] KVM: selftests: Test conversion flow when INIT_SHARED
` [PATCH v12 32/45] KVM: selftests: Test conversion precision in guest_memfd
` [PATCH v12 33/45] KVM: selftests: Test conversion before allocation
` [PATCH v12 34/45] KVM: selftests: Convert with allocated folios in different layouts
` [PATCH v12 35/45] KVM: selftests: Test that truncation does not change shared/private status
` [PATCH v12 36/45] KVM: selftests: Test that shared/private status is consistent across processes
` [PATCH v12 37/45] KVM: selftests: Add helpers to pin pages with CONFIG_GUP_TEST
` [PATCH v12 38/45] KVM: selftests: Test conversion with elevated page refcount
` [PATCH v12 39/45] KVM: selftests: Reset shared memory after hole-punching
` [PATCH v12 40/45] KVM: selftests: Provide function to look up guest_memfd details from gpa
` [PATCH v12 41/45] KVM: selftests: Provide common function to set memory attributes
` [PATCH v12 42/45] KVM: selftests: Make TEST_EXPECT_SIGBUS thread-safe
` [PATCH v12 43/45] KVM: selftests: Set up page size and alignment independently for guest_memfd
` [PATCH v12 44/45] KVM: selftests: Update private_mem_conversions_test for in-place conversions
` [PATCH v12 45/45] KVM: selftests: Update private memory exits test to work with per-gmem attributes
[PATCH v5 0/3] Use BTF to trim return values
2026-09-02 3:25 UTC (8+ messages)
` [PATCH v5 1/3] ftrace: Build trace_btf.c when CONFIG_DEBUG_INFO_BTF is enabled
` [PATCH v5 2/3] fgraph: Enhance funcgraph-retval with BTF-based type-aware output
` [PATCH v5 3/3] tracing: Update funcgraph-retval documentation
[PATCH RESEND] tracing: uprobes: Fix incorrect __free function that frees an error value in __trace_uprobe_create()
2026-09-02 1:36 UTC (2+ messages)
[PATCH v14 00/14] tracing: wprobe: x86: Add wprobe for watchpoint
2026-09-02 1:30 UTC (6+ messages)
` [PATCH v14 02/14] tracing/probes: Fix BTF kflag check for anonymous struct member access
` [PATCH v14 03/14] kprobes: Protect kprobe_blacklist with RCU
[PATCH v3] tracing/probes: Fix use-after-free on field name/type of multi-probe events
2026-09-02 1:05 UTC (3+ messages)
` [PATCH v4] tracing/probes: Fix use-after-free on field name/type of events with multiple probes
[PATCH] ftrace: Synchronize the initialization of ftrace_ops
2026-09-02 0:45 UTC (3+ messages)
[PATCH] tracing: Take trace_array reference when opening options file
2026-09-02 0:32 UTC (4+ messages)
[PATCH v3 0/3] tracing/probes: Fix BTF structure member finder
2026-09-01 23:23 UTC (10+ messages)
` [PATCH v3 1/3] tracing/probes: Fix anon_stack check for unnamed bitfields in btf_find_struct_member
` [PATCH v3 2/3] tracing/probes: Fix BTF kflag check for anonymous struct member access
` [PATCH v3 3/3] tracing/probes: Fix code indent in get_bitoffset_of_field()
[PATCH v2] ftrace: Take trace_array reference before accessing its ftrace_ops
2026-09-01 19:34 UTC (2+ messages)
[RFC PATCH 00/20] rv: Add support for BPF monitors
2026-09-01 18:35 UTC (31+ messages)
` [RFC PATCH 01/20] sched: Add task enqueue/dequeue trace points
` [RFC PATCH 02/20] tools/rv: Skip empty pid error in selftest if command failed
` [RFC PATCH 03/20] rv: Refactor da_trace() functions to get strings internally
` [RFC PATCH 04/20] rv: Use static arrays for rv_monitor name and description
` [RFC PATCH 05/20] rv: Add in-kernel support for BPF monitors
` [RFC PATCH 06/20] rv: Add rv_get_monitor_by_name()
` [RFC PATCH 07/20] rv: Add reactors support to BPF monitors
` [RFC PATCH 08/20] rv: Cast result of model_get_*_name()
` [RFC PATCH 09/20] rv: Handle unregistered monitors safely in tracefs
` [RFC PATCH 10/20] tools/build: Add a feature test for bpftool-btf
` [RFC PATCH 11/20] tools/rv: Move argument parsing from in_kernel to utils
` [RFC PATCH 12/20] tools/rv: Export functionality for in_kernel monitors
` [RFC PATCH 13/20] tools/rv: Implement BPF monitor loading and tracing
` [RFC PATCH 14/20] tools/rv: Implement BPF monitor registration logic
` [RFC PATCH 15/20] tools/rv: Copy stripped bpf_atomic.h from libarena
` [RFC PATCH 16/20] tools/rv: Add BPF monitors
` [RFC PATCH 17/20] tools/rv: Define CONFIG_X86_64 statically for "
` [RFC PATCH 18/20] verification/rvgen: Add support "
` [RFC PATCH 19/20] tools/rv: Add selftest for rv bpf
` [RFC PATCH 20/20] verification/rvgen: Add selftest for rvgen -b
[PATCH v2 00/14] Remove PG_private by using page/folio->private checks instead
2026-09-01 17:50 UTC (11+ messages)
` [PATCH v2 09/14] mm/page-flags: check page/folio->private instead of PG_private
` [PATCH v2 10/14] mm/page-flags: introduce folio_test_fs_private()
` [PATCH v2 14/14] mm/page-flags: remove PG_private
[PATCH 0/4] tracing/osnoise: Synchronization fixes
2026-09-01 16:49 UTC (4+ messages)
` [PATCH 1/4] tracing/osnoise: Per-cpu mutex and fd detachment
[PATCH v9 0/4] ring-buffer: Fixes for subbuf resizing and persistent buffers
2026-09-01 16:48 UTC (7+ messages)
` [PATCH v9 1/4] ring-buffer: Allow splice reads on static buffers
` [PATCH v9 2/4] tracing: Fix subbuf resize races with trace_pipe_raw readers
` [PATCH v9 3/4] ring-buffer: Cap static ring buffer nr_pages
` [PATCH v9 4/4] ring-buffer: Prevent truncation of nr_pages / nr_subbufs
[PATCH v4 00/11] KVM: arm64: Restore type-checking across the host/hyp hypercall boundary
2026-09-01 14:46 UTC (15+ messages)
` [PATCH v4 01/11] tracing: Include linux/types.h in trace_remote_event.h
` [PATCH v4 02/11] KVM: arm64: nVHE: Share the stacktrace per-CPU declarations with EL2
` [PATCH v4 03/11] KVM: arm64: nVHE: Declare the hyp event IDs before defining them
` [PATCH v4 04/11] KVM: arm64: nVHE: Use NULL to reset the trace buffer backing pointer
` [PATCH v4 05/11] KVM: arm64: nVHE: Run the source checker under C=2
` [PATCH v4 06/11] arm64: pi: Run the source checker on the libfdt objects "
` [PATCH v4 07/11] KVM: arm64: nVHE: Pass host VA arguments as pointers
` [PATCH v4 08/11] KVM: arm64: Move the host hypercall interface to its own header
` [PATCH v4 09/11] KVM: arm64: Type-check hypercall arguments at the caller
` [PATCH v4 10/11] KVM: arm64: nVHE: Check hypercall handlers against the declared ABI
` [PATCH v4 11/11] KVM: arm64: Tag host-VA hypercall parameters __kern
[PATCH v2 0/2] tracing/probes: Fix BTF structure member finder
2026-09-01 14:00 UTC (7+ messages)
` [PATCH v2 1/2] tracing/probes: Fix anon_stack check for unnamed bitfields in btf_find_struct_member
` [PATCH v2 2/2] tracing/probes: Fix BTF kflag check for anonymous struct member access
[PATCH v5 00/10] ring-buffer: Fixes for subbuf resizing and persistent buffers
2026-09-01 13:50 UTC (5+ messages)
` [PATCH v5 06/10] tracing: Fix subbuf resize races with trace_pipe_raw readers
` STABLE REQ: "
[RFC 0/3] rv: per-edge dwell-time statistics for per-cpu monitors
2026-09-01 7:37 UTC (5+ messages)
` [RFC 1/3] rv: add per-edge dwell-time statistics primitive
` [RFC 2/3] rv: add per-monitor edge-stat facility and stats file
[RFC PATCH v4 0/3] trace: stack trace deduplication for ftrace ring buffer
2026-09-01 3:10 UTC (6+ messages)
` [RFC PATCH v4 1/3] trace: add lock-free stackmap for stack trace deduplication
[PATCH] riscv: ftrace: reject out-of-range non-direct targets
2026-09-01 2:29 UTC (4+ messages)
[PATCH 0/2] tracing/probes: Fix BTF structure member finder
2026-08-31 22:37 UTC (9+ messages)
` [PATCH 1/2] tracing/probes: Fix anon_stack check for unnamed bitfields in btf_find_struct_member
` [PATCH 2/2] tracing/probes: Fix BTF kflag check for anonymous struct member access
[PATCH 0/3] workqueue: Add telemetry tracepoints for CPU hogs, distress, and BH budget yields
2026-08-31 21:08 UTC (2+ messages)
[PATCH 0/3] dmaengine: qcom: gpi: Add trace event support
2026-08-31 19:32 UTC (8+ messages)
` [PATCH 1/3] dmaengine: qcom: gpi: trace: Add trace events header for Qualcomm GPI DMA
` [PATCH 2/3] dmaengine: qcom: gpi: Add trace event support
` [PATCH 3/3] dmaengine: qcom: gpi: Convert dev_dbg() calls to tracepoints
[PATCH 3/3] workqueue: Add workqueue_bh_budget_yield tracepoint
2026-08-31 17:41 UTC (2+ messages)
[PATCH v3 0/2] tracing: Remove trace_printk.h from kernel.h
2026-08-31 14:22 UTC (3+ messages)
[PATCH AUTOSEL 6.18-6.1] tracing: Disable KCOV instrumentation for trace_irqsoff.o
2026-08-31 13:30 UTC (5+ messages)
` [PATCH AUTOSEL 6.18] ring-buffer: Skip invalid sub-buffers when validating persistent ring buffer
` [PATCH AUTOSEL 6.18-5.10] perf/ftrace: Fix WARNING in __unregister_ftrace_function
` [PATCH AUTOSEL 6.18-5.10] sparc64: uprobes: add missing break
` [PATCH AUTOSEL 6.18] ring-buffer: Skip invalid sub-buffers when rewinding persistent ring buffer
[RFC PATCH 0/4] ftrace: Add task comm filtering for function tracing
2026-08-31 13:49 UTC (4+ messages)
[RFC PATCH 0/9] arm64: Allocate .text and .init.text together
2026-08-31 13:30 UTC (4+ messages)
[syzbot] Monthly trace report (Aug 2026)
2026-08-31 12:33 UTC
[PATCH v2 0/2] driver core: add TAINT_FORCED_BIND for when userspace manually messes with devices and drivers
2026-08-31 11:57 UTC (11+ messages)
` [PATCH v2 1/2] module: pull out add_taint_module() to be public
` [PATCH v2 2/2] driver core: add TAINT_FORCED_BIND for when userspace manually messes with devices and drivers
[RFC PATCH 4/4] Documentation/ftrace: Document function comm filters
2026-08-31 10:52 UTC (2+ messages)
[PATCH v4 0/4] rv/reactors: fix lockdep warning and add KUnit tests
2026-08-31 9:48 UTC (3+ messages)
` [PATCH v4 1/4] rv/reactors: use LD_WAIT_SPIN as the reactor lockdep wait type
[PATCH v6] stm: class: Add MIPI OST protocol support
2026-08-31 8:42 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