public inbox for linux-trace-kernel@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-03-26 06:20:11 to 2026-03-29 16:22:11 UTC [more...]

[GIT PULL] RTLA changes for v7.1
 2026-03-29 16:22 UTC  (2+ messages)

[PATCH v4 0/2] tracing: Preserve repeated boot-time parameters and drain deferred trigger frees
 2026-03-29 15:49 UTC  (10+ messages)
` [PATCH v4 1/2] tracing: Preserve repeated boot-time tracing parameters
  ` [PATCH v5] "
` [PATCH v4 2/2] tracing: Drain deferred trigger frees if kthread creation fails

[PATCH 2/2] tracing/hist: allocate synthetic-field command buffers to fit
 2026-03-29  3:09 UTC 

[PATCH 1/2] tracing/hist: bound full field-name construction
 2026-03-29  3:09 UTC 

[PATCH] tracing: Remove tracing_alloc_snapshot() when snapshot isn't defined
 2026-03-28 14:19 UTC 

[PATCH v13 0/4] ring-buffer: Making persistent ring buffers robust
 2026-03-27 20:47 UTC  (4+ messages)
` [PATCH v13 4/4] ring-buffer: Add persistent ring buffer selftest

[PATCH v2 9/9] memblock: warn when freeing reserved memory before memory map is initialized
 2026-03-27 19:54 UTC  (4+ messages)
` Warning from free_reserved_area() in next-20260325+

[PATCH v2] bootconfig: Apply early options from embedded config
 2026-03-27 16:11 UTC  (8+ messages)

[PATCH next] tracing: Remove spurious default precision from show_event_trigger/filter formats
 2026-03-27 14:26 UTC  (5+ messages)

[PATCH v2 1/2] module/kallsyms: fix nextval for data symbol lookup
 2026-03-27 11:00 UTC  (2+ messages)
` [PATCH v2 2/2] module/kallsyms: sort function symbols and use binary search

[PATCH v2 00/19] tracepoint: Avoid double static_branch evaluation at guarded call sites
 2026-03-27  9:10 UTC  (4+ messages)
` [PATCH v2 06/19] cpufreq: Use trace_call__##name() at guarded tracepoint "

[PATCHv4 bpf-next 09/25] bpf: Add bpf_trampoline_multi_attach/detach functions
 2026-03-27  4:18 UTC  (2+ messages)

[PATCH RFC v4 00/44] guest_memfd: In-place conversion support
 2026-03-26 23:36 UTC  (52+ messages)
` [PATCH RFC v4 01/44] KVM: guest_memfd: Introduce per-gmem attributes, use to guard user mappings
` [PATCH RFC v4 02/44] KVM: Rename KVM_GENERIC_MEMORY_ATTRIBUTES to KVM_VM_MEMORY_ATTRIBUTES
` [PATCH RFC v4 03/44] KVM: Enumerate support for PRIVATE memory iff kvm_arch_has_private_mem is defined
` [PATCH RFC v4 04/44] KVM: Stub in ability to disable per-VM memory attribute tracking
` [PATCH RFC v4 05/44] KVM: guest_memfd: Wire up kvm_get_memory_attributes() to per-gmem attributes
` [PATCH RFC v4 06/44] KVM: guest_memfd: Update kvm_gmem_populate() to use gmem attributes
` [PATCH RFC v4 07/44] KVM: guest_memfd: Only prepare folios for private pages
` [PATCH RFC v4 08/44] KVM: Introduce KVM_SET_MEMORY_ATTRIBUTES2
` [PATCH RFC v4 09/44] KVM: guest_memfd: Enable INIT_SHARED on guest_memfd for x86 Coco VMs
` [PATCH RFC v4 10/44] KVM: guest_memfd: Add support for KVM_SET_MEMORY_ATTRIBUTES2
` [PATCH RFC v4 11/44] KVM: guest_memfd: Handle lru_add fbatch refcounts during conversion safety check
` [PATCH RFC v4 12/44] KVM: guest_memfd: Introduce default handlers for content modes
` [PATCH RFC v4 13/44] KVM: guest_memfd: Apply content modes while setting memory attributes
` [PATCH RFC v4 14/44] KVM: x86: Add support for applying content modes
` [PATCH RFC v4 15/44] KVM: Add CAP to enumerate supported SET_MEMORY_ATTRIBUTES2 flags
` [PATCH RFC v4 16/44] KVM: Move KVM_VM_MEMORY_ATTRIBUTES config definition to x86
` [PATCH RFC v4 17/44] KVM: Let userspace disable per-VM mem attributes, enable per-gmem attributes
` [PATCH RFC v4 18/44] KVM: selftests: Create gmem fd before "regular" fd when adding memslot
` [PATCH RFC v4 19/44] KVM: selftests: Rename guest_memfd{,_offset} to gmem_{fd,offset}
` [PATCH RFC v4 20/44] KVM: selftests: Add support for mmap() on guest_memfd in core library
` [PATCH RFC v4 21/44] KVM: selftests: Add selftests global for guest memory attributes capability
` [PATCH RFC v4 22/44] KVM: selftests: Update framework to use KVM_SET_MEMORY_ATTRIBUTES2
` [PATCH RFC v4 23/44] KVM: selftests: Add helpers for calling ioctls on guest_memfd
` [PATCH RFC v4 24/44] KVM: selftests: Test using guest_memfd for guest private memory
` [PATCH RFC v4 25/44] KVM: selftests: Test basic single-page conversion flow
` [PATCH RFC v4 26/44] KVM: selftests: Test conversion flow when INIT_SHARED
` [PATCH RFC v4 27/44] KVM: selftests: Test conversion precision in guest_memfd
` [PATCH RFC v4 28/44] KVM: selftests: Test conversion before allocation
` [PATCH RFC v4 29/44] KVM: selftests: Convert with allocated folios in different layouts
` [PATCH RFC v4 30/44] KVM: selftests: Test that truncation does not change shared/private status
` [PATCH RFC v4 31/44] KVM: selftests: Test that shared/private status is consistent across processes
` [PATCH RFC v4 32/44] KVM: selftests: Test conversion with elevated page refcount
` [PATCH RFC v4 33/44] KVM: selftests: Test that conversion to private does not support ZERO
` [PATCH RFC v4 34/44] KVM: selftests: Support checking that data not equal expected
` [PATCH RFC v4 35/44] KVM: selftests: Test that not specifying a conversion flag scrambles memory contents
` [PATCH RFC v4 36/44] KVM: selftests: Reset shared memory after hole-punching
` [PATCH RFC v4 37/44] KVM: selftests: Provide function to look up guest_memfd details from gpa
` [PATCH RFC v4 38/44] KVM: selftests: Provide common function to set memory attributes
` [PATCH RFC v4 39/44] KVM: selftests: Check fd/flags provided to mmap() when setting up memslot
` [PATCH RFC v4 40/44] KVM: selftests: Make TEST_EXPECT_SIGBUS thread-safe
` [PATCH RFC v4 41/44] KVM: selftests: Update private_mem_conversions_test to mmap() guest_memfd
` [PATCH RFC v4 42/44] KVM: selftests: Add script to exercise private_mem_conversions_test
` [PATCH RFC v4 43/44] KVM: selftests: Update pre-fault test to work with per-guest_memfd attributes
` [PATCH RFC v4 44/44] KVM: selftests: Update private memory exits test to work with per-gmem attributes
` [POC PATCH 0/6] guest_memfd in-place conversion selftests for SNP
  ` [POC PATCH 1/6] KVM: selftests: Initialize guest_memfd with INIT_SHARED
  ` [POC PATCH 2/6] KVM: selftests: Call snp_launch_update_data() providing copy of memory
  ` [POC PATCH 3/6] KVM: selftests: Make guest_code_xsave more friendly
  ` [POC PATCH 4/6] KVM: selftests: Allow specifying CoCo-privateness while mapping a page
  ` [POC PATCH 5/6] KVM: selftests: Test conversions for SNP
  ` [POC PATCH 6/6] KVM: selftests: Test content modes ZERO and PRESERVE "

[PATCH v4 0/5] locking: contended_release tracepoint instrumentation
 2026-03-26 17:47 UTC  (9+ messages)
` [PATCH v4 1/5] tracing/lock: Remove unnecessary linux/sched.h include
` [PATCH v4 2/5] locking/percpu-rwsem: Extract __percpu_up_read()
` [PATCH v4 3/5] locking: Add contended_release tracepoint to sleepable locks
` [PATCH v4 4/5] locking: Factor out queued_spin_release()
` [PATCH v4 5/5] locking: Add contended_release tracepoint to spinning locks

[syzbot] Monthly trace report (Mar 2026)
 2026-03-26 12:34 UTC 

[PATCH v2] tracing/osnoise: fix potential deadlock in cpu hotplug
 2026-03-26  7:18 UTC  (2+ messages)

[PATCH v5 0/3] PCI Controller event and LTSSM tracepoint support
 2026-03-26  7:13 UTC  (5+ messages)
` [PATCH v5 1/3] PCI: trace: Add PCI controller LTSSM transition tracepoint
` [PATCH v5 3/3] PCI: dw-rockchip: Add pcie_ltssm_state_transition trace support


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