messages from 2026-09-10 11:33:23 to 2026-09-11 06:40:59 UTC [more...]
[PATCH v3 0/9] KVM: guest_memfd: folio migration for non-confidential VMs
2026-09-11 6:40 UTC (4+ messages)
` [PATCH v3 1/9] KVM: guest_memfd: take the invalidate lock when unbinding a dying file
[PATCH 0/8] KVM: arm64: Add KVM_PRE_FAULT_MEMORY support
2026-09-11 6:30 UTC (10+ messages)
` [PATCH 5/8] KVM: arm64: Implement KVM_PRE_FAULT_MEMORY
` [PATCH 6/8] KVM: selftests: Enable pre_fault_memory_test for arm64
` [PATCH 8/8] KVM: selftests: Add nested pre-fault test "
[RFC 0/3] KVM: PPC: BE guest-exit fixes and nestedv2 vCPU limit
2026-09-11 5:11 UTC (6+ messages)
` [RFC 1/3] KVM: PPC: Book3S HV: Read EX_DSISR as a 32-bit field on guest exit
` [RFC 2/3] KVM: PPC: Book3S: Don't call __ffs() on an empty pending_exceptions bitmap
` [RFC 3/3] KVM: PPC: Book3S HV nestedv2: cap max vcpus to PAPR limit
[PATCH v4 0/3] KVM: selftests: add powerpc support
2026-09-11 5:06 UTC (5+ messages)
` [PATCH v4 1/3] KVM: PPC: selftests: add support for powerpc
` [PATCH v4 2/3] KVM: selftests: Enable kvm_create_max_vcpus test "
` [PATCH v4 3/3] KVM: selftests: Don't limit LE dirty-bitmap bitops to s390x
[RFC PATCH v2 0/4] Add KVM API for confidential guest live migration
2026-09-11 4:23 UTC (12+ messages)
` [RFC PATCH v2 2/4] KVM: x86: Add optional KVM_CAP_LIVE_MIGRATION and KVM_MIGRATE_CMD
[PATCH v2 00/20] KVM: selftests: PPC pre-enabling
2026-09-11 2:08 UTC (9+ messages)
` [PATCH v2 12/20] KVM: selftests: Add APIs to override memory region types with custom memslots
` [PATCH v2 17/20] KVM: selftests: Take the memory region type, not memslot, in page allocators
` [PATCH v2 20/20] KVM: selftests: Add arch hook to force page tables to be naturally aligned
[PATCH v3 0/4] KVM: TDX: Validate directly configurable CPUID bits
2026-09-11 1:30 UTC (15+ messages)
` [PATCH v3 1/4] KVM: TDX: Track configurable CPUID bits allowed by KVM
[PATCH 0/2] x86/tdx: Use TDVMCALLs directly for earlyprintk
2026-09-11 1:17 UTC (6+ messages)
` [PATCH 1/2] x86/tdx: Move port I/O definitions to a shared header
` [PATCH 2/2] x86/early_printk: Avoid #VE emulation for TDX guest serial output
[PATCH] KVM: SEV: Return INVALID_INPUT on SNP req/resp buffer access failure
2026-09-11 1:00 UTC (3+ messages)
[PATCH] x86/tdx: Remove the early #VE handler
2026-09-11 0:15 UTC (3+ messages)
[PATCH v5 10/10] vfio: selftests: mlx5 driver - add send_msi support
2026-09-10 23:58 UTC (2+ messages)
[PATCH v5 09/10] vfio: selftests: Add mlx5 driver - data path and memcpy ops
2026-09-10 23:58 UTC (2+ messages)
[PATCH v5 08/10] vfio: selftests: Add mlx5 driver - HW init and command interface
2026-09-10 23:58 UTC (2+ messages)
[PATCH v5 02/10] net/mlx5: Move HW constant groups from device.h/cq.h to mlx5_ifc.h
2026-09-10 23:58 UTC (2+ messages)
[PATCH v5 07/10] vfio: selftests: Add dev_dbg
2026-09-10 23:58 UTC (2+ messages)
[PATCH v5 03/10] net/mlx5: Extract MLX5_SET/GET macros into mlx5_ifc_macros.h
2026-09-10 23:58 UTC (2+ messages)
[PATCH v5 05/10] selftests: Add additional kernel functions to tools/include/
2026-09-10 23:58 UTC (2+ messages)
[PATCH v5 01/10] net/mlx5: Add IFC structures for CQE and WQE
2026-09-10 23:58 UTC (2+ messages)
[PATCH v5 04/10] net/mlx5: Add ONCE and MMIO accessor variants to mlx5_ifc_macros.h
2026-09-10 23:58 UTC (2+ messages)
[PATCH v5 06/10] vfio: selftests: Allow drivers to specify required region size
2026-09-10 23:58 UTC (2+ messages)
[PATCH v13 00/44] guest_memfd: In-place conversion support
2026-09-10 23:56 UTC (45+ messages)
` [PATCH v13 01/44] KVM: guest_memfd: Optimize away conversion overheads via dead-code elimination
` [PATCH v13 02/44] KVM: guest_memfd: Use kvm_mem_is_private() when populating guest_memfd memory
` [PATCH v13 03/44] KVM: guest_memfd: Introduce per-gmem attributes, use to guard user mappings
` [PATCH v13 04/44] KVM: Rename KVM_GENERIC_MEMORY_ATTRIBUTES to KVM_VM_MEMORY_ATTRIBUTES
` [PATCH v13 05/44] KVM: Enumerate support for PRIVATE memory iff kvm_arch_has_private_mem is defined
` [PATCH v13 06/44] KVM: Rename memory attribute APIs to prepare for in-place gmem conversion
` [PATCH v13 07/44] KVM: Rename kvm_mem_is_private() to kvm_is_private_gfn()
` [PATCH v13 08/44] KVM: Provide generic interface for checking memory private/shared status
` [PATCH v13 09/44] KVM: guest_memfd: Stub in ability to enable in-place shared<=>private conversion
` [PATCH v13 10/44] KVM: Consolidate private memory and guest_memfd ifdeffery in kvm_host.h
` [PATCH v13 11/44] KVM: guest_memfd: Invalidate both SHARED and PRIVATE mappings for in-place conversions
` [PATCH v13 12/44] KVM: guest_memfd: Always fault from guest_memfd if in-place conversion is enabled
` [PATCH v13 13/44] KVM: guest_memfd: Pass mapping type filter to invalidation helper
` [PATCH v13 14/44] KVM: guest_memfd: Add base support for KVM_SET_MEMORY_ATTRIBUTES2
` [PATCH v13 15/44] KVM: guest_memfd: Ensure pages are not in use before conversion
` [PATCH v13 16/44] KVM: guest_memfd: Call arch make_shared callback for to-shared conversion
` [PATCH v13 17/44] KVM: guest_memfd: Return early if range already has requested attributes
` [PATCH v13 18/44] KVM: guest_memfd: Zero page while getting pfn
` [PATCH v13 19/44] KVM: SEV: Make 'uaddr' parameter optional for KVM_SEV_SNP_LAUNCH_UPDATE
` [PATCH v13 20/44] KVM: TDX: Make source page optional for KVM_TDX_INIT_MEM_REGION
` [PATCH v13 21/44] KVM: Move KVM_VM_MEMORY_ATTRIBUTES config definition to x86
` [PATCH v13 22/44] KVM: Let userspace disable per-VM mem attributes, enable per-gmem attributes
` [PATCH v13 23/44] KVM: guest_memfd: Enable INIT_SHARED on guest_memfd for x86 Coco VMs
` [PATCH v13 24/44] KVM: selftests: Create gmem fd before "regular" fd when adding memslot
` [PATCH v13 25/44] KVM: selftests: Rename guest_memfd{,_offset} to gmem_{fd,offset}
` [PATCH v13 26/44] KVM: selftests: Add support for mmap() on guest_memfd in core library
` [PATCH v13 27/44] KVM: selftests: Add selftests global for guest memory attributes capability
` [PATCH v13 28/44] KVM: selftests: Add helpers for calling ioctls on guest_memfd
` [PATCH v13 29/44] KVM: selftests: Test basic single-page conversion flow
` [PATCH v13 30/44] KVM: selftests: Test conversion flow when INIT_SHARED
` [PATCH v13 31/44] KVM: selftests: Test conversion precision in guest_memfd
` [PATCH v13 32/44] KVM: selftests: Test conversion before allocation
` [PATCH v13 33/44] KVM: selftests: Convert with allocated folios in different layouts
` [PATCH v13 34/44] KVM: selftests: Test that truncation does not change shared/private status
` [PATCH v13 35/44] KVM: selftests: Test that shared/private status is consistent across processes
` [PATCH v13 36/44] KVM: selftests: Add helpers to pin pages with CONFIG_GUP_TEST
` [PATCH v13 37/44] KVM: selftests: Test conversion with elevated page refcount
` [PATCH v13 38/44] KVM: selftests: Reset shared memory after hole-punching
` [PATCH v13 39/44] KVM: selftests: Provide function to look up guest_memfd details from gpa
` [PATCH v13 40/44] KVM: selftests: Provide common function to set memory attributes
` [PATCH v13 41/44] KVM: selftests: Make TEST_EXPECT_SIGBUS thread-safe
` [PATCH v13 42/44] KVM: selftests: Set up page size and alignment independently for guest_memfd
` [PATCH v13 43/44] KVM: selftests: Update private_mem_conversions_test for in-place conversions
` [PATCH v13 44/44] KVM: selftests: Update private memory exits test to work with per-gmem attributes
[PATCH] selftests/harness: Drain the test process group after a timeout
2026-09-10 23:13 UTC (2+ messages)
[PATCH v14 0/5] Add RMPOPT support
2026-09-10 23:10 UTC (12+ messages)
` [PATCH v14 1/5] x86/cpufeatures: Add X86_FEATURE_RMPOPT feature flag
` [PATCH v14 2/5] x86/sev: Disable CPU hotplug while SNP is active
` [PATCH v14 3/5] x86/sev: Initialize RMPOPT configuration MSRs
` [PATCH v14 4/5] x86/sev: Perform RMP optimizations asynchronously
` [PATCH v14 5/5] x86/sev: Re-enable RMP optimizations on SNP guest shutdown
[RFC PATCH 0/3] liveupdate: Move to feature flags for LUO and memfd ABI compatibility
2026-09-10 22:57 UTC (12+ messages)
[PATCH 0/4] vfio: Fix cdev second-open and harden selftests
2026-09-10 22:50 UTC (6+ messages)
` [PATCH 1/4] vfio: Reject a second cdev open before mutating shared device state
` [PATCH 2/4] selftests/vfio: Wait out transient -EBUSY on open/bind
[PATCH v13 0/5] vfio/dma-buf: add TPH support for peer-to-peer access
2026-09-10 21:46 UTC (4+ messages)
` [PATCH v13 0/5] vfio/dma-buf: add TPH support for peer-to-peer access - ping
[PATCH v3 0/4] tdx-guest: Make Quote buffer size dynamic
2026-09-10 21:39 UTC (6+ messages)
` [PATCH v3 3/4] virt: tdx-guest: Use a variable to store the Quote buffer size
[PATCH] KVM: nVMX: Don't flush shadow VMCS12 to guest memory during vCPU teardown
2026-09-10 19:40 UTC (8+ messages)
[PATCH RFC 00/10] KVM: Enable Clang Context Analysis
2026-09-10 19:19 UTC (24+ messages)
` [PATCH RFC 01/10] KVM: x86/pmu: Acquire SRCU in pmc_is_event_allowed() to protect filter lookup
` [PATCH RFC 02/10] KVM: Allow reading memslots while holding slots_arch_lock
` [PATCH RFC 03/10] KVM: guest_memfd: Avoid conditional mmu_lock acquisition
` [PATCH RFC 04/10] KVM: Refactor kvm_handle_hva_range() to avoid conditional mmu_lock
` [PATCH RFC 05/10] KVM: Refactor kvm_handle_gfn_range() "
` [PATCH RFC 06/10] KVM: Add basic lock context annotations
` [PATCH RFC 07/10] KVM: x86: "
` [PATCH RFC 08/10] KVM: Add guarded_by to members in struct kvm
` [PATCH RFC 09/10] KVM: x86: Add guarded_by annotations for kvm_arch, kvm_hv, and ioapic
` [PATCH RFC 10/10] KVM: x86: Enable CONTEXT_ANALYSIS with opt-outs
[PATCH v4 46/75] qom: convert scalar properties to QAPI-aware registration
2026-09-10 19:09 UTC (2+ messages)
[PATCH v6 00/51] x86: Try to wrangle PV clocks vs. TSC
2026-09-10 18:36 UTC (3+ messages)
[PATCH 00/39] mm: make VMA flag semantics explicit, eliminate VM_SPECIAL
2026-09-10 18:11 UTC (5+ messages)
` [PATCH 11/39] selinux: reject writable opens of policy file, drop mmap shared/write check
` [PATCH 12/39] ALSA: pcm: use vm_insert_page() to map PCM status page
[PATCH v2 0/4] Introduce vfio_dma_mapping_perf_test
2026-09-10 18:03 UTC (4+ messages)
` [PATCH v2 4/4] vfio: selftests: Allow a size for vfio_dma_mapping_perf_test
[PATCH v3 0/9] perf/x86: Don't write PEBS_ENABLED on KVM transitions
2026-09-10 17:56 UTC (3+ messages)
[PATCH v4 05/11] KVM: LUO: Support VM preservation across live updates
2026-09-10 17:47 UTC (12+ messages)
[BUG] AMX tile data lost after nanosleep in a Linux guest
2026-09-10 17:28 UTC (2+ messages)
[PATCH v3 0/4] Introduce vfio_dma_mapping_perf_test
2026-09-10 15:41 UTC (6+ messages)
` [PATCH v3 1/4] vfio: selftests: Assert the region was unmapped in iommu_unmap()
` [PATCH v3 2/4] vfio: selftests: Introduce vfio_dma_mapping_perf_test
` [PATCH v3 3/4] vfio: selftests: Add memfd test to vfio_dma_mapping_perf_test
` [PATCH v3 4/4] vfio: selftests: Allow a size for vfio_dma_mapping_perf_test
[PATCH RFC v3 00/21] mm: change behavior of pXdp_get()/pXd_page() in compile-time folded pgtable
2026-09-10 15:29 UTC (5+ messages)
` [PATCH RFC v3 13/21] x86: mm: use pgtable_level enum in effective_prot_pXd()
[PATCH] KVM: Simplify backwards dirty ring batch check
2026-09-10 15:28 UTC (3+ messages)
[PATCH v2] RISC-V: KVM: Avoid synchronous IPIs on VMID rollover
2026-09-10 15:25 UTC (2+ messages)
[PATCH v9 18/22] KVM: nVMX: Enable support for secondary VM exit controls
2026-09-10 15:11 UTC (6+ messages)
` [PATCH v9 19/26] "
[PATCH] KVM: riscv: Fix NACL hfence entry update order
2026-09-10 14:47 UTC (2+ messages)
[PATCH 0/5] KVM: guest_memfd: bind backing memory to a NUMA node
2026-09-10 14:46 UTC (10+ messages)
[PATCH] KVM: irqchip: allocate routing entries in chunks
2026-09-10 14:35 UTC (4+ messages)
` 答复: [????] "
[PATCH] KVM: PPC: Fix guest state buffer kernel-doc names and parameters
2026-09-10 14:21 UTC (2+ messages)
[PATCH v5 14/36] mm/damon: skip private node memory in DAMON migration and pageout
2026-09-10 14:06 UTC (2+ messages)
[RESEND PATCH 0/2] RISC-V: KVM: Fix G-stage fault handling
2026-09-10 13:59 UTC (5+ messages)
` [RESEND PATCH 1/2] RISC-V: KVM: Release unused page after MMU invalidation
` [RESEND PATCH 2/2] RISC-V: KVM: Propagate interrupted G-stage faults
[PATCH] RISC-V: KVM: Avoid synchronous IPIs on VMID rollover
2026-09-10 13:45 UTC (2+ messages)
[PATCH v17 00/20] KVM: arm64: CCA: Add basic plumbing for Realms
2026-09-10 12:44 UTC (20+ messages)
` [PATCH v17 09/20] KVM: arm64: coco: arch_timer: Prevent timer offset configuration
` [PATCH v17 10/20] KVM: arm64: coco: Disable Steal time accounting for coco guests
` [PATCH v17 14/20] KVM: arm64: CCA: Don't expose unsupported capabilities for realm guests
` [PATCH v17 16/20] KVM: arm64: CCA: Provide register list for unfinalized RECs
` [PATCH v17 17/20] KVM: arm64: CCA: Provide an accurate register list
[PATCH v2 0/9] KVM: selftests: Add Zhaoxin CPU support
2026-09-10 11:54 UTC (10+ messages)
` [PATCH v2 1/9] KVM: selftests: Add Zhaoxin CPU detection support
` [PATCH v2 2/9] KVM: selftests: Use host_cpu_is_intel_compatible for mediated PMU
` [PATCH v2 3/9] KVM: selftests: nx_huge_pages_test: Add TDP detection for Zhaoxin CPUs
` [PATCH v2 4/9] KVM: selftests: vmx_exception_with_invalid_guest_state: Support "
` [PATCH v2 5/9] KVM: selftests: fix_hypercall_test: Add Zhaoxin CPU support
` [PATCH v2 6/9] KVM: selftests: Skip PERF_CAPABILITIES vCPU checks without PDCM
` [PATCH v2 7/9] KVM: selftests: feature_msrs_test: Extend MSR_IA32_UCODE_REV quirk to Zhaoxin
` [PATCH v2 8/9] KVM: selftests: nested_exceptions_test: Add Zhaoxin CPU support
` [PATCH v2 9/9] KVM: selftests: vmx_apic_access_test: Check APIC virtualization support
[PATCH 0/8] KVM: selftests: Add Zhaoxin CPU support
2026-09-10 11:40 UTC (7+ messages)
` [PATCH 1/8] KVM: selftests: Add Zhaoxin (ZX) CPU detection support
` [PATCH 7/8] KVM: selftests: nested_exceptions_test: Add Zhaoxin CPU support
[PATCH v5 00/18] PCI/P2PDMA: Route peer-to-peer DMA by TLP class
2026-09-10 11:32 UTC (2+ messages)
` [PATCH v5 18/18] RDMA/mlx5: Ask P2PDMA whether ATS takes a direct peer-to-peer route
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