messages from 2026-08-25 08:39:45 to 2026-08-27 15:19:41 UTC [more...]
[PATCH 0/6] userfaultfd: decouple uffd mode from VMA flags
2026-08-27 15:19 UTC (30+ messages)
` [PATCH 1/6] mm/gup: move gup_can_follow_protnone() to gup.c
` [PATCH 3/6] userfaultfd: use userfaultfd_*() helpers instead of open coded flag tests
` [PATCH 5/6] userfaultfd: decouple fault reason from VMA flags
` [PATCH 6/6] userfaultfd: collapse VM_UFFD_{MISSING,WP,MINOR,RWP} into single VM_UFFD
[PATCH 0/2] driver core: add TAINT_FORCED_BIND for when userspace manually messes with devices and drivers
2026-08-27 14:30 UTC (20+ messages)
` [PATCH 1/2] module: pull out add_taint_module() to be public
` [PATCH 2/2] driver core: add TAINT_FORCED_BIND for when userspace manually messes with devices and drivers
[PATCH v6 0/9] rv: Add task latency over budget RV monitor
2026-08-27 13:45 UTC (9+ messages)
` [PATCH v6 1/9] rv: Introduce DA_MON_ALLOCATION_STRATEGY
` [PATCH v6 2/9] rv: Add generic uprobe infrastructure for RV monitors
` [PATCH v6 3/9] rv: Add tlob model DOT file
` [PATCH v6 6/9] rv: Add tlob hybrid automaton monitor
[PATCH v8 0/3] ring-buffer: Fixes for subbuf resizing and persistent buffers
2026-08-27 13:15 UTC (11+ messages)
` [PATCH v8 1/3] tracing: Fix subbuf resize races with trace_pipe_raw readers
` [PATCH v8 2/3] ring-buffer: Cap static ring buffer nr_pages
` [PATCH v8 3/3] ring-buffer: Prevent truncation of nr_pages / nr_subbufs
[PATCH v2] tracing/user_events: Clear copied tracing state before fork duplication
2026-08-27 12:44 UTC (15+ messages)
[RFC 0/3] rv: per-edge dwell-time statistics for per-cpu monitors
2026-08-27 10:10 UTC (10+ 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 3/3] rv: collect per-edge dwell time for per-cpu DA/HA monitors
Management Services
2026-08-27 9:39 UTC
[PATCH 0/4] tracing/osnoise: Synchronization fixes
2026-08-27 9:04 UTC (8+ messages)
` [PATCH 1/4] tracing/osnoise: Per-cpu mutex and fd detachment
[PATCH v10 00/41] guest_memfd: In-place conversion support
2026-08-27 4:34 UTC (28+ messages)
` [PATCH v10 07/41] KVM: guest_memfd: Stub in ability to enable in-place shared<=>private conversion
` [PATCH v10 09/41] KVM: guest_memfd: Filter both shared and private when invalidating
` [PATCH v10 40/41] KVM: selftests: Update private_mem_conversions_test to mmap() guest_memfd
[PATCH v11 00/46] guest_memfd: In-place conversion support
2026-08-26 23:47 UTC (51+ messages)
` [PATCH v11 01/46] KVM: guest_memfd: Optimize away conversion overheads via dead-code elimination
` [PATCH v11 02/46] KVM: guest_memfd: Use kvm_mem_is_private() when populating guest_memfd memory
` [PATCH v11 03/46] KVM: guest_memfd: Introduce per-gmem attributes, use to guard user mappings
` [PATCH v11 04/46] KVM: Rename KVM_GENERIC_MEMORY_ATTRIBUTES to KVM_VM_MEMORY_ATTRIBUTES
` [PATCH v11 05/46] KVM: Enumerate support for PRIVATE memory iff kvm_arch_has_private_mem is defined
` [PATCH v11 06/46] KVM: Rename memory attribute APIs to prepare for in-place gmem conversion
` [PATCH v11 07/46] KVM: Rename kvm_mem_is_private() to kvm_is_private_gfn()
` [PATCH v11 08/46] KVM: Provide generic interface for checking memory private/shared status
` [PATCH v11 09/46] KVM: guest_memfd: Stub in ability to enable in-place shared<=>private conversion
` [PATCH v11 10/46] KVM: Consolidate private memory and guest_memfd ifdeffery in kvm_host.h
` [PATCH v11 11/46] KVM: guest_memfd: Invalidate both SHARED and PRIVATE mappings for in-place conversions
` [PATCH v11 12/46] KVM: guest_memfd: Pass mapping type filter to invalidation helper
` [PATCH v11 13/46] KVM: guest_memfd: Add base support for KVM_SET_MEMORY_ATTRIBUTES2
` [PATCH v11 14/46] KVM: guest_memfd: Ensure pages are not in use before conversion
` [PATCH v11 15/46] KVM: guest_memfd: Call arch make_shared callback for to-shared conversion
` [PATCH v11 16/46] KVM: guest_memfd: Return early if range already has requested attributes
` [PATCH v11 17/46] mm/gup: factor out LRU cache draining for folio into lru_cache_drain_for_folio()
` [PATCH v11 18/46] KVM: guest_memfd: Handle lru_add fbatch refcounts during conversion safety check
` [PATCH v11 19/46] KVM: guest_memfd: Zero page while getting pfn
` [PATCH v11 20/46] KVM: SEV: Make 'uaddr' parameter optional for KVM_SEV_SNP_LAUNCH_UPDATE
` [PATCH v11 21/46] KVM: TDX: Make source page optional for KVM_TDX_INIT_MEM_REGION
` [PATCH v11 22/46] KVM: Move KVM_VM_MEMORY_ATTRIBUTES config definition to x86
` [PATCH v11 23/46] KVM: Let userspace disable per-VM mem attributes, enable per-gmem attributes
` [PATCH v11 24/46] KVM: guest_memfd: Enable INIT_SHARED on guest_memfd for x86 Coco VMs
` [PATCH v11 25/46] KVM: selftests: Create gmem fd before "regular" fd when adding memslot
` [PATCH v11 26/46] KVM: selftests: Rename guest_memfd{,_offset} to gmem_{fd,offset}
` [PATCH v11 27/46] KVM: selftests: Add support for mmap() on guest_memfd in core library
` [PATCH v11 28/46] KVM: selftests: Add selftests global for guest memory attributes capability
` [PATCH v11 29/46] KVM: selftests: Add helpers for calling ioctls on guest_memfd
` [PATCH v11 30/46] KVM: selftests: Test basic single-page conversion flow
` [PATCH v11 31/46] KVM: selftests: Test conversion flow when INIT_SHARED
` [PATCH v11 32/46] KVM: selftests: Test conversion precision in guest_memfd
` [PATCH v11 33/46] KVM: selftests: Test conversion before allocation
` [PATCH v11 34/46] KVM: selftests: Convert with allocated folios in different layouts
` [PATCH v11 35/46] KVM: selftests: Test that truncation does not change shared/private status
` [PATCH v11 36/46] KVM: selftests: Test that shared/private status is consistent across processes
` [PATCH v11 37/46] KVM: selftests: Add helpers to pin pages with CONFIG_GUP_TEST
` [PATCH v11 38/46] KVM: selftests: Test conversion with elevated page refcount
` [PATCH v11 39/46] KVM: selftests: Reset shared memory after hole-punching
` [PATCH v11 40/46] KVM: selftests: Provide function to look up guest_memfd details from gpa
` [PATCH v11 41/46] KVM: selftests: Provide common function to set memory attributes
` [PATCH v11 42/46] KVM: selftests: Make TEST_EXPECT_SIGBUS thread-safe
` [PATCH v11 43/46] KVM: selftests: Support guest_memfd attributes in private_mem_conversions_test
` [PATCH v11 44/46] KVM: selftests: Set up page size and alignment independently for guest_memfd
` [PATCH v11 45/46] KVM: selftests: Test in-place conversions in private_mem_conversions_test
` [PATCH v11 46/46] KVM: selftests: Update private memory exits test to work with per-gmem attributes
[PATCH] tracing/user_events: Clear copied tracing state before fork duplication
2026-08-26 21:48 UTC (3+ messages)
[RFC PATCH 00/57] mm/collapse: rebuild collapse on migration primitives
2026-08-26 18:36 UTC (6+ messages)
` [RFC PATCH 19/57] mm/collapse: install a PMD leaf as the terminal layer
[RFC PATCH 18/57] mm/collapse: install the destinations at PTE level
2026-08-26 16:57 UTC (3+ messages)
[PATCH v5 0/7] riscv: Add reliable stack unwinding for livepatch
2026-08-26 12:31 UTC (3+ messages)
` [PATCH v5 7/7] selftests/livepatch: Add RISC-V syscall wrapper prefix
[PATCH] uprobes: Free utask on dup_return_instance() failure
2026-08-26 11:49 UTC (11+ messages)
` SIGILL and uretprobes, WAS: "
[PATCH] tracing: Fix use-after-free on field name/type of dynamic probe events
2026-08-26 3:11 UTC (9+ messages)
` [PATCH v3] tracing/probes: Fix use-after-free on field name/type of multi-probe events
` [PATCH v4] tracing/probes: Fix use-after-free on field name/type of events with multiple probes
[PATCH v2] samples/ftrace: Fix kthread_stop() on ERR_PTR in ftrace-direct-modify
2026-08-26 2:02 UTC (2+ messages)
[PATCH v2] samples/ftrace: Fix kthread_stop() on ERR_PTR in ftrace-direct-multi-modify
2026-08-26 2:00 UTC (2+ messages)
[PATCH] ftrace: Have stacktrace option work with func-args
2026-08-25 23:10 UTC
[PATCH] eventfs: Initialise ei->children before it can be freed
2026-08-25 22:57 UTC (3+ messages)
[PATCH bpf-next 00/13] bpf: Add tracing_multi link support for bpf progs
2026-08-25 18:27 UTC (8+ messages)
[PATCH 0/2] ftrace/selftests: Fix registering kprobe on non-unique symbol
2026-08-25 16:58 UTC (3+ messages)
` [PATCH 1/2] ftrace/selftests: Fix regex pattern to match vmlinux symbol names only
` [PATCH 2/2] ftrace/selftests: Change non-unique test symbol to init_once
[PATCH v2 0/2] tracing: Fix remote reader page swap failures
2026-08-25 16:52 UTC (3+ messages)
` [PATCH v2 1/2] tracing: Fix retry exhaustion in simple ring buffer reader swap
` [PATCH v2 2/2] ring-buffer: Stop remote reader update when page swap fails
[GIT PULL] rv fixes for v7.3-rc1
2026-08-25 15:56 UTC
[PATCH] tracing/user_events: Clear copied tracing state before fork duplication
2026-08-25 14:46 UTC (2+ messages)
[PATCH v3 0/4] rv/reactors: fix lockdep warning and add KUnit tests
2026-08-25 14:43 UTC (8+ messages)
` [PATCH v3 1/4] rv/reactors: use context-sensitive lockdep wait type in rv_react()
[PATCH v7 0/3] ring-buffer: Fixes for subbuf resizing and persistent buffers
2026-08-25 14:25 UTC (10+ messages)
` [PATCH v7 1/3] tracing: Fix subbuf resize races with trace_pipe_raw readers
[RFC] tracing: aggregate ring-buffer memory statistics
2026-08-25 14:10 UTC
[RFC PATCH bpf-next v3 0/2] ftrace: deprecate the ftrace_enabled disable switch
2026-08-25 13:12 UTC (3+ messages)
` [RFC PATCH bpf-next v3 2/2] selftests/livepatch: update test-ftrace.sh for deprecated ftrace_enabled
[PATCH 1/2] samples/ftrace: Fix kthread_stop() on ERR_PTR in ftrace-direct-multi-modify
2026-08-25 12:56 UTC (2+ messages)
[PATCH 2/2] samples/ftrace: Fix kthread_stop() on ERR_PTR in ftrace-direct-modify
2026-08-25 12:54 UTC (2+ messages)
[PATCH v5 00/10] dma-buf: heaps: Add support for Tegra VPR
2026-08-25 12:29 UTC (4+ messages)
` [PATCH v5 05/10] mm/cma: Introduce cma_alloc_at() API
[PATCH 0/2] tracing: Fix remote reader page swap failures
2026-08-25 8:39 UTC (3+ messages)
` [PATCH 2/2] ring-buffer: Stop remote reader update when page swap fails
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