Linux Trace Kernel
 help / color / mirror / Atom feed
 messages from 2026-08-31 18:11:27 to 2026-09-03 10:30:49 UTC [more...]

[PATCH v2 0/8] mm: distinguish PTE table storage from PTE values
 2026-09-03 10:29 UTC 

[PATCH v5 00/10] ring-buffer: Fixes for subbuf resizing and persistent buffers
 2026-09-03  9:35 UTC  (17+ messages)
` [PATCH v5 06/10] tracing: Fix subbuf resize races with trace_pipe_raw readers
  ` STABLE REQ: "

[PATCH v2 00/12] I2C - detailed transfer reporting in case of a fault
 2026-09-03  7:47 UTC  (23+ messages)
` [PATCH v2 01/12] i2c: core: add I2C_XFER_V2 - support for detailed transfer reporting
` [PATCH v2 02/12] i2c: nomadik: optimize struct layout, change unsigned char into u8
` [PATCH v2 03/12] i2c: nomadik: do not try to retransmit I2C message series on errors
` [PATCH v2 04/12] i2c: nomadik: return proper fault codes
` [PATCH v2 05/12] i2c: nomadik: change print level for fault messages to debug
` [PATCH v2 06/12] i2c: nomadik: add quirks max_len=2047 and no_zero_len_read
` [PATCH v2 07/12] i2c: nomadik: add support for I2C_XFER_V2 - detailed fault reporting
` [PATCH v2 08/12] i2c: designware: return proper fault codes
` [PATCH v2 09/12] i2c: designware: no SMBUS_READ_BLOCK_DATA without EMPTYFIFO_HOLD_MASTER
` [PATCH v2 10/12] i2c: designware: stop transfer if spurious STOP is detected
` [PATCH v2 11/12] i2c: designware: use separate `i2c_algorithm` for AMD_NAVI_GPU
` [PATCH v2 12/12] i2c: designware: add support for I2C_XFER_V2 - detailed fault reporting

[RFC PATCH 00/20] rv: Add support for BPF monitors
 2026-09-03  7:21 UTC  (6+ messages)

[PATCH v2] Documentation: trace: histogram-design: fix bracket, improve wording
 2026-09-03  7:15 UTC  (3+ messages)

[RFC PATCH 0/4] ftrace: Add task comm filtering for function tracing
 2026-09-03  1:03 UTC  (2+ messages)

[PATCH 0/2] tracing: Fix how the tracer options file ups the trace_array ref count
 2026-09-02 21:26 UTC  (3+ messages)
` [PATCH 1/2] tracing: Use a single array to represent tracer options files
` [PATCH 2/2] tracing: Take trace_array reference when opening a tracer options file

[PATCH] Documentation: trace: histogram-design: fix bracket
 2026-09-02 18:15 UTC  (3+ messages)

[PATCH v2 00/14] Remove PG_private by using page/folio->private checks instead
 2026-09-02 17:57 UTC  (13+ 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

[RFC PATCH 0/9] arm64: Allocate .text and .init.text together
 2026-09-02 17:23 UTC  (2+ messages)

[PATCH v3] tracing: Take trace_array reference when opening options file
 2026-09-02 16:39 UTC  (2+ messages)

[PATCH v2] tracing: Take trace_array reference when opening options file
 2026-09-02 16:16 UTC  (4+ messages)

[PATCH v5 0/3] Use BTF to trim return values
 2026-09-02 14:58 UTC  (10+ 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

[RFC] tracing: aggregate ring-buffer memory statistics
 2026-09-02 14:48 UTC  (5+ messages)
      ` [External Mail]Re: "

[PATCH v5 0/8] tracing/osnoise: Track IPIs
 2026-09-02 13:55 UTC  (12+ messages)
` [PATCH v5 1/8] rtla/osnoise: Add IPI tracking cmdline option
` [PATCH v5 2/8] rtla/osnoise: Record IPI count in osnoise top
` [PATCH v5 3/8] rtla/osnoise: Leverage IPI event filters when tracing a subset of CPUs
` [PATCH v5 4/8] rtla/osnoise: Allow IPI filters to gracefully fail
` [PATCH v5 5/8] rtla: make struct trace_events double linked
` [PATCH v5 6/8] rtla: Enable and disable events in the user-defined order
` [PATCH v5 7/8] rtla: Unconditionally clean any pre-existing filters for user-provided events
` [PATCH v5 8/8] rtla/osnoise: Trace IPI events when recording a trace file

[PATCH v2] ftrace: Synchronize the initialization of ftrace_ops
 2026-09-02 13:55 UTC 

[PATCH] tracing: Take trace_array reference when opening options file
 2026-09-02 13:47 UTC  (6+ messages)

[PATCH v12 00/45] guest_memfd: In-place conversion support
 2026-09-02 13:30 UTC  (37+ 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 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

[RFC PATCH v5 0/3] trace: stack trace deduplication for ftrace ring buffer
 2026-09-02  6:57 UTC  (7+ 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 v2 0/3] mm: trace: decode architecture-specific VMA flags
 2026-09-02  6:45 UTC  (4+ messages)
` [PATCH v2 1/3] mm: trace: decode arm64 and sparc64 VM_ARCH_1 flags
` [PATCH v2 2/3] mm: trace: decode MTE and shadow stack VMA flags
` [PATCH v2 3/3] mm: trace: name protection key encoding bits

[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  (3+ messages)
` [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 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)

[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

[RFC 0/3] rv: per-edge dwell-time statistics for per-cpu monitors
 2026-09-01  7:37 UTC  (3+ messages)
` [RFC 1/3] rv: add per-edge dwell-time statistics primitive

[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  (7+ 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


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox