messages from 2026-03-26 10:24:14 to 2026-04-01 02:51:57 UTC [more...]
[PATCH 0/2] Fix trace remotes read with an offline CPU
2026-04-01 2:50 UTC (2+ messages)
` [PATCH 1/2] tracing: Non-consuming read for trace remotes "
[PATCH v2] bootconfig: Apply early options from embedded config
2026-04-01 1:02 UTC (15+ messages)
[PATCH RFC v4 00/44] guest_memfd: In-place conversion support
2026-03-31 23:31 UTC (55+ 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 v9 0/3] tracing: Remove backup instance after read all
2026-03-31 21:21 UTC (6+ messages)
` [PATCH v9 1/3] tracing: Make the backup instance non-reusable
` [PATCH v9 2/3] tracing: Remove the backup instance automatically after read
` [PATCH v9 3/3] tracing/Documentation: Add a section about backup instance
[PATCH] tracing: Allow backup to save persistent ring buffer before it starts
2026-03-31 20:39 UTC
[PATCH 1/2] selftests/tracing: Fix to make --logdir option work again
2026-03-31 19:07 UTC (3+ messages)
[PATCH v3 0/3] tracing: Read user data from futex system call trace event
2026-03-31 18:13 UTC (4+ messages)
` [PATCH v3 1/3] tracing: Have futex syscall trace event show specific user data
` [PATCH v3 2/3] tracing: Update futex syscall trace event to show more commands
` [PATCH v3 3/3] tracing: Show TID and flags for PI futex system call trace event
[PATCH v15 0/5] ring-buffer: Making persistent ring buffers robust
2026-03-31 18:03 UTC (8+ messages)
` [PATCH v15 1/5] ring-buffer: Flush and stop persistent ring buffer on panic
` [PATCH v15 2/5] ring-buffer: Skip invalid sub-buffers when validating persistent ring buffer
` [PATCH v15 3/5] ring-buffer: Skip invalid sub-buffers when rewinding "
` [PATCH v15 4/5] ring-buffer: Add persistent ring buffer invalid-page inject test
` [PATCH v15 5/5] ring-buffer: Show commit numbers in buffer_meta file
[PATCH] tracing: always provide a prototype for tracing_alloc_snapshot()
2026-03-31 16:13 UTC (3+ messages)
[PATCH] rv: Allow epoll in rtapp-sleep monitor
2026-03-31 15:23 UTC (6+ messages)
[PATCH v4 0/5] locking: contended_release tracepoint instrumentation
2026-03-31 14:11 UTC (15+ 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
[PATCH] tracing: Move snapshot code out of trace.c and into trace_snapshot.c
2026-03-31 12:34 UTC (6+ messages)
[PATCH v8 00/12] rv: Add Hybrid Automata monitor type, per-object and deadline monitors
2026-03-31 12:32 UTC (14+ messages)
` [PATCH v8 01/12] rv: Unify DA event handling functions across monitor types
` [PATCH v8 02/12] rv: Add Hybrid Automata monitor type
` [PATCH v8 03/12] verification/rvgen: Allow spaces in and events strings
` [PATCH v8 04/12] verification/rvgen: Add support for Hybrid Automata
` [PATCH v8 05/12] Documentation/rv: Add documentation about hybrid automata
` [PATCH v8 06/12] rv: Add sample hybrid monitor stall
` [PATCH v8 07/12] rv: Convert the opid monitor to a hybrid automaton
` [PATCH v8 08/12] rv: Add support for per-object monitors in DA/HA
` [PATCH v8 09/12] verification/rvgen: Add support for per-obj monitors
` [PATCH v8 10/12] sched: Add deadline tracepoints
` [PATCH v8 11/12] sched/deadline: Move some utility functions to deadline.h
` [PATCH v8 12/12] rv: Add nomiss deadline monitor
[PATCH] tracing: remove duplicate latency_fsnotify() stub
2026-03-31 10:30 UTC
[PATCH v8 0/6] tracing: Remove backup instance after read all
2026-03-31 9:24 UTC (6+ messages)
` [PATCH v8 3/6] tracefs: Check file permission even if user has CAP_DAC_OVERRIDE
[PATCH] blktrace: reject buf_size smaller than blk_io_trace
2026-03-31 8:47 UTC (2+ messages)
[PATCH v14 0/5] ring-buffer: Making persistent ring buffers robust
2026-03-31 4:12 UTC (15+ messages)
` [PATCH v14 1/5] ring-buffer: Flush and stop persistent ring buffer on panic
` [PATCH v14 2/5] ring-buffer: Skip invalid sub-buffers when validating persistent ring buffer
` [PATCH v14 3/5] ring-buffer: Skip invalid sub-buffers when rewinding "
` [PATCH v14 4/5] ring-buffer: Reset RB_MISSED_* flags on "
` [PATCH v14 5/5] ring-buffer: Add persistent ring buffer selftest
[PATCH v13 0/4] ring-buffer: Making persistent ring buffers robust
2026-03-31 1:54 UTC (7+ messages)
` [PATCH v13 4/4] ring-buffer: Add persistent ring buffer selftest
[PATCH] tracing: Remove duplicate latency_fsnotify() stub
2026-03-31 0:58 UTC
[PATCH v2] tracing/osnoise: Add option to align tlat threads
2026-03-30 19:43 UTC (3+ messages)
[PATCH v7 1/2] tracing: Append repeated boot-time tracing parameters
2026-03-30 18:11 UTC (2+ messages)
` [PATCH v7 2/2] tracing: Preserve repeated trace_trigger boot parameters
[PATCH v4 0/2] tracing: Preserve repeated boot-time parameters and drain deferred trigger frees
2026-03-30 16:42 UTC (14+ messages)
` [PATCH v4 1/2] tracing: Preserve repeated boot-time tracing parameters
` [PATCH v5] "
` [PATCH v6] "
` [PATCH v4 2/2] tracing: Drain deferred trigger frees if kthread creation fails
[PATCH] rtla: Fix build without libbpf header
2026-03-30 16:01 UTC (2+ messages)
[PATCH 1/2] tracing/hist: bound full field-name construction
2026-03-30 14:22 UTC (4+ messages)
` [PATCH v2 1/2] tracing/hist: rebuild full_name on each hist_field_name() call
[PATCH AUTOSEL 6.19-5.10] btrfs: tracepoints: get correct superblock from dentry in event btrfs_sync_file()
2026-03-30 12:38 UTC
[PATCH v2 0/9] memblock: improve late freeing of reserved memory
2026-03-30 9:00 UTC (3+ messages)
` [PATCH v2 4/9] mm: move free_reserved_area() to mm/memblock.c
[PATCH 1/4] tracing/probe: reject empty immediate strings
2026-03-30 6:29 UTC
[PATCH 2/2] tracing/hist: allocate synthetic-field command buffers to fit
2026-03-30 2:46 UTC (3+ messages)
` [PATCH v2 2/2] tracing/hist: reject synthetic-field strings that exceed MAX_FILTER_STR_VAL
[GIT PULL] RTLA changes for v7.1
2026-03-29 16:22 UTC (2+ messages)
[PATCH] tracing: Remove tracing_alloc_snapshot() when snapshot isn't defined
2026-03-28 14:19 UTC
[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 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)
[syzbot] Monthly trace report (Mar 2026)
2026-03-26 12:34 UTC
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