Kernel KVM virtualization development
 help / color / mirror / Atom feed
 messages from 2026-09-08 23:12:36 to 2026-09-10 11:46:29 UTC [more...]

[PATCH v2 00/20] KVM: selftests: PPC pre-enabling
 2026-09-10 11:40 UTC  (24+ messages)
` [PATCH v2 01/20] KVM: selftests: Use MEM_REGION_PT memslot instead of '0' for s390 regions/segments
` [PATCH v2 06/20] KVM: selftests: Extend page allocator to support naturally aligned allocations
` [PATCH v2 07/20] KVM: selftests: Make the single-page allocator APIs static inline
` [PATCH v2 08/20] KVM: selftests: Use the innermost page allocator API in the memslot perf test
` [PATCH v2 09/20] KVM: selftests: Use the innermost page allocator API in s390's IRQ routing test
` [PATCH v2 10/20] KVM: selftests: Add a wrapper API to allocate multiple page table pages
` [PATCH v2 11/20] KVM: selftests: Initialize vm->memslots[] with invalid memslots during creation
` [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 18/20] KVM: selftests: Use TEST_ASSERT(), not assert(), in vm_get_mem_region()

[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  (19+ messages)
` [PATCH v5 01/18] PCI/P2PDMA: Document pdev->p2pdma lifetime rules
` [PATCH v5 02/18] PCI/P2PDMA: Document the TLP attribute assumptions
` [PATCH v5 03/18] PCI/P2PDMA: Derive routing from directional ACS controls
` [PATCH v5 04/18] PCI: Reject unreadable ACS controls in isolation checks
` [PATCH v5 05/18] PCI/P2PDMA: Evaluate ACS controls at the path divergence
` [PATCH v5 06/18] PCI/P2PDMA: Document directional ACS routing
` [PATCH v5 07/18] PCI/P2PDMA: Collect the path's ACS controls before deciding
` [PATCH v5 08/18] PCI/P2PDMA: Answer routing per TLP class
` [PATCH v5 09/18] PCI/P2PDMA: Route Relaxed Ordering Completions directly
` [PATCH v5 10/18] PCI/P2PDMA: Reject Translated Requests blocked by Translation Blocking
` [PATCH v5 11/18] PCI/P2PDMA: Route Translated Requests under Direct Translated P2P
` [PATCH v5 12/18] PCI/P2PDMA: Log detailed ACS routing diagnostics
` [PATCH v5 13/18] PCI/P2PDMA: Add KUnit tests for the ACS routing decisions
` [PATCH v5 14/18] PCI/P2PDMA: Test the ACS P2P routing walk
` [PATCH v5 15/18] PCI: Add KUnit coverage for ACS isolation checks
` [PATCH v5 16/18] PCI/P2PDMA: Document TLP-class routing
` [PATCH v5 17/18] dma-buf: Let importers ask how peer-to-peer traffic is routed
` [PATCH v5 18/18] RDMA/mlx5: Ask P2PDMA whether ATS takes a direct peer-to-peer route

[PATCH 0/5] KVM: guest_memfd: bind backing memory to a NUMA node
 2026-09-10 11:32 UTC  (7+ messages)

[PATCH] KVM: Simplify backwards dirty ring batch check
 2026-09-10 11:20 UTC 

[PATCH RFC v3 00/21] mm: change behavior of pXdp_get()/pXd_page() in compile-time folded pgtable
 2026-09-10 11:12 UTC  (12+ messages)
` [PATCH RFC v3 12/21] mm/pgtable: redefine PGTABLE_LEVEL enum with ascend order from PGD
` [PATCH RFC v3 13/21] x86: mm: use pgtable_level enum in effective_prot_pXd()
` [PATCH RFC v3 14/21] x86: mm: carve out the generic compile-time folded pgtable case in effective_prot()
` [PATCH RFC v3 15/21] x86: mm: skip collapse_pud_page() when CONFIG_X86_DIRECT_GBPAGES disabled

[PATCH v17 00/20] KVM: arm64: CCA: Add basic plumbing for Realms
 2026-09-10 10:27 UTC  (34+ messages)
` [PATCH v17 01/20] KVM: arm64: Include kvm_emulate.h in kvm/arm_psci.h
` [PATCH v17 02/20] KVM: arm64: Avoid including linux/kvm_host.h in kvm_pgtable.h
` [PATCH v17 03/20] KVM: arm64: Track the type of VM in kvm_arch
` [PATCH v17 04/20] KVM: arm64: Refactor the vcpu_load to allow for VM specific callbacks
` [PATCH v17 05/20] KVM: arm64: Add vcpu load/put call backs for flavors
` [PATCH v17 06/20] KVM: arm64: CCA: Add a new mode for supporting Realm guests
` [PATCH v17 10/20] KVM: arm64: coco: Disable Steal time accounting for coco guests
` [PATCH v17 18/20] KVM: arm64: Reuse kvm_stage2_unmap_range in kvm_unmap_gfn_range

[PATCH v3 0/9] KVM: guest_memfd: folio migration for non-confidential VMs
 2026-09-10 10:05 UTC  (8+ messages)
` [PATCH v3 1/9] KVM: guest_memfd: take the invalidate lock when unbinding a dying file
` [PATCH v3 2/9] mm: split AS_UNMOVABLE back out of AS_INACCESSIBLE
` [PATCH v3 3/9] KVM: guest_memfd: implement folio migration for non-confidential VMs

[PATCH 0/8] KVM: arm64: Add KVM_PRE_FAULT_MEMORY support
 2026-09-10 10:02 UTC  (9+ messages)
` [PATCH 1/8] KVM: arm64: Propagate and use esr in s2fd when handling guest aborts
` [PATCH 3/8] KVM: arm64: Propagate and use kvm_s2_fault_result on S2 fault
` [PATCH 5/8] KVM: arm64: Implement KVM_PRE_FAULT_MEMORY

[PATCH v17 0/7] firmware: arm_rmm: Add RMM v2.0 base RMI support
 2026-09-10  9:54 UTC  (28+ messages)
` [PATCH v17 1/7] firmware: arm_rmm: Add SMC definitions for calling the RMM
` [PATCH v17 3/7] firmware: arm_rmm: Configure the RMM with the host's page size
` [PATCH v17 4/7] firmware: arm_rmm: Add support for SRO
` [PATCH v17 5/7] firmware: arm_rmm: Activate the RMM
` [PATCH v17 6/7] firmware: arm_rmm: Ensure the RMM has GPT entries for memory
` [PATCH v17 7/7] firmware: arm_rmm: Add wrappers for Realm related RMI commands

[PATCH] RISC-V: KVM: Serialize IMSIC attributes with vCPU migration
 2026-09-10  9:48 UTC  (3+ messages)
` [PATCH v2] "

[PATCH v5 14/36] mm/damon: skip private node memory in DAMON migration and pageout
 2026-09-10  8:58 UTC  (4+ messages)

[PATCH] RISC-V: KVM: Synchronize hrtimer callback during teardown
 2026-09-10  8:44 UTC  (3+ messages)
` [PATCH v2] "

[PATCH v2] KVM: guest_memfd: take the invalidate lock when unbinding a dying file
 2026-09-10  8:43 UTC  (2+ messages)

[PATCH v2 00/19] guest_memfd: support in-place memory conversion
 2026-09-10  8:39 UTC  (7+ messages)
` [PATCH v2 07/19] accel/kvm: Add CGS option to control in-place conversion support
` [PATCH v2 08/19] system/memory: Re-use memory-backend-guest-memfd inode for private memory
` [PATCH v2 19/19] hostmem: Automatically select set guest-memfd=on for in-place conversion

[PATCH] KVM: PPC: Fix guest state buffer kernel-doc names and parameters
 2026-09-10  8:17 UTC  (2+ messages)

[GIT PULL] KVM changes for Linux 7.3
 2026-09-10  7:14 UTC  (2+ messages)

[RFC PATCH v2 0/4] Add KVM API for confidential guest live migration
 2026-09-10  6:33 UTC  (10+ messages)
` [RFC PATCH v2 2/4] KVM: x86: Add optional KVM_CAP_LIVE_MIGRATION and KVM_MIGRATE_CMD

[PATCH] KVM: irqchip: allocate routing entries in chunks
 2026-09-10  3:26 UTC  (3+ messages)
  ` 答复: [????] "

[PATCH 0/2] LoongArch: KVM: Code cleanup with MSI intterupt injection
 2026-09-10  3:06 UTC  (4+ messages)
` [PATCH 1/2] LoongArch: KVM: Remove parameter line when inject MSI
` [PATCH 2/2] LoongArch: KVM: Remove duplicated checking with DMSI irq injection

[PATCH v3 0/4] KVM: TDX: Validate directly configurable CPUID bits
 2026-09-10  2:54 UTC  (30+ messages)
` [PATCH v3 1/4] KVM: TDX: Track configurable CPUID bits allowed by KVM

[PATCH v2] LoongArch: KVM: Allow to set pv_feature until vCPU run
 2026-09-10  2:37 UTC  (2+ messages)

[RFC PATCH 0/3] liveupdate: Move to feature flags for LUO and memfd ABI compatibility
 2026-09-10  0:58 UTC  (5+ messages)

[PATCH v5 0/8] KVM: nSVM: Enable DecodeAssists for nested guests
 2026-09-10  0:51 UTC  (6+ messages)
` [PATCH v5 6/8] KVM: nSVM: Fetch missing DecodeAssist bytes for synthesized #NPF/#PF

[PATCH v1 0/2] KVM: x86: cr8 reserved bit check
 2026-09-10  0:27 UTC  (3+ messages)
` [PATCH v1 1/2] KVM: x86: Reject reserved CR8 bits in KVM_SET_SREGS

[PATCH v8 0/8] KVM: SVM: Add Page Modification Logging (PML) support
 2026-09-10  0:22 UTC  (5+ messages)
` [PATCH v8 8/8] KVM: SVM: Add Page modification logging support

[PATCH v3 0/4] KVM: guest_memfd: Fix binding bugs
 2026-09-10  0:11 UTC  (13+ messages)
` [PATCH v3 1/4] KVM: guest_memfd: Gracefully handle xarray errors when binding a memslot
` [PATCH v3 2/4] KVM: Use goto to handle errors during memslot preparation
` [PATCH v3 3/4] KVM: guest_memfd: Establish memslot<=>guest_memfd bindings *after* memslot is ready
` [PATCH v3 4/4] KVM: guest_memfd: Drop superfluous WRITE_ONCE() when binding a memslot

[PATCH v5 00/10] mlx5 support for VFIO self test
 2026-09-09 23:57 UTC  (11+ messages)
` [PATCH v5 01/10] net/mlx5: Add IFC structures for CQE and WQE
` [PATCH v5 02/10] net/mlx5: Move HW constant groups from device.h/cq.h to mlx5_ifc.h
` [PATCH v5 03/10] net/mlx5: Extract MLX5_SET/GET macros into mlx5_ifc_macros.h
` [PATCH v5 04/10] net/mlx5: Add ONCE and MMIO accessor variants to mlx5_ifc_macros.h
` [PATCH v5 05/10] selftests: Add additional kernel functions to tools/include/
` [PATCH v5 06/10] vfio: selftests: Allow drivers to specify required region size
` [PATCH v5 07/10] vfio: selftests: Add dev_dbg
` [PATCH v5 08/10] vfio: selftests: Add mlx5 driver - HW init and command interface
` [PATCH v5 09/10] vfio: selftests: Add mlx5 driver - data path and memcpy ops
` [PATCH v5 10/10] vfio: selftests: mlx5 driver - add send_msi support

[PATCH 0/4] vfio: Fix cdev second-open and harden selftests
 2026-09-09 22:27 UTC  (9+ 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 3/4] selftests/vfio: Extend mix_and_match timeout to 90s
` [PATCH 4/4] selftests/vfio: Extend timeout for runner executions

[BUG] AMX tile data lost after nanosleep in a Linux guest
 2026-09-09 21:13 UTC 

[PATCH v5 0/8] Add SEV-SNP BTB Isolation and IBPB-on-Entry guest features
 2026-09-09 21:01 UTC  (3+ messages)
` [PATCH v5 2/8] x86/bugs: Allow spectre_v2=ibrs on x86 vendors other than Intel

[PATCH] KVM: nVMX: Don't flush shadow VMCS12 to guest memory during vCPU teardown
 2026-09-09 19:00 UTC  (5+ messages)

[GIT PULL] vhost,vdpa,virtio: fixes
 2026-09-09 18:38 UTC  (2+ messages)

[PATCH] KVM: selftests: Fix the never-true negative UFFD delay check
 2026-09-09 16:39 UTC  (2+ messages)

[PATCH v12 00/45] guest_memfd: In-place conversion support
 2026-09-09 16:04 UTC  (31+ messages)
` [PATCH v12 01/45] KVM: guest_memfd: Optimize away conversion overheads via dead-code elimination
` [PATCH v12 02/45] KVM: guest_memfd: Use kvm_mem_is_private() when populating guest_memfd memory
` [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 17/45] KVM: guest_memfd: Return early if range already has requested attributes
` [PATCH v12 18/45] KVM: guest_memfd: Handle lru_add fbatch refcounts during conversion safety check
` [PATCH v12 19/45] KVM: guest_memfd: Zero page while getting pfn
` [PATCH v12 23/45] KVM: Let userspace disable per-VM mem attributes, enable per-gmem attributes

[PATCH v3 0/3] KVM: VMX: Explicitly track TDX VMs' root level
 2026-09-09 14:18 UTC  (7+ messages)
` [PATCH v3 1/3] KVM: x86/mmu: Use KVM's max TDP level to determine need for 32-bit TDP root
` [PATCH v3 2/3] KVM: VMX: Explicitly track TDX VMs' root level instead of guessing it from CPUID
` [PATCH v3 3/3] KVM: VMX: Drop TDX_SHARED_BIT_PWL_{4,5} and dedup related code

[PATCH v13 0/5] Add RMPOPT support
 2026-09-09 13:55 UTC  (6+ messages)
` [PATCH v13 4/5] x86/sev: Add support to perform RMP optimizations asynchronously

[PATCH] selftests: kvm: Fix transposed calloc() arguments in the uffd helper
 2026-09-09 13:49 UTC  (2+ messages)

[PATCH 00/39] mm: make VMA flag semantics explicit, eliminate VM_SPECIAL
 2026-09-09 13:20 UTC  (11+ messages)
` [PATCH 09/39] drivers/usb/mon: update to use mmap_prepare + map kernel pages
` [PATCH 27/39] mm: rename is_vm_hugetlb_page() to vma_is_hugetlb()
` [PATCH 28/39] mm: drop some redundant checks around hugetlb VMAs

[PATCH v14 00/22] TDX KVM selftests
 2026-09-09 10:59 UTC  (20+ messages)
` [PATCH v14 03/22] KVM: selftests: Initialize the TDX VM
` [PATCH v14 18/22] KVM: selftests: Add helpers to init TDX memory and finalize VM
` [PATCH v14 19/22] KVM: selftests: Finalize TD memory as part of kvm_arch_vm_finalize_vcpus
` [PATCH v14 21/22] KVM: selftests: Add ucall support for TDX

[PATCH] LoongArch: KVM: Add hypercall crash support
 2026-09-09  9:30 UTC  (3+ messages)

[PATCH v2] KVM: x86: Clear hardware HLT state when userspace makes a vCPU not-halted
 2026-09-09  8:00 UTC  (3+ messages)

[PATCH v2 0/2] tdx-guest: Make Quote buffer size dynamic
 2026-09-09  6:21 UTC  (9+ messages)
` [PATCH v2 2/2] virt: tdx-guest: Allocate Quote buffer dynamically

[PATCH] KVM: SVM: Clear AVIC Physical ID table entry if vCPU creation fails
 2026-09-09  3:09 UTC  (2+ messages)

[PATCH 00/13] Introduce NVIDIA vGPU manager and VFIO variant driver
 2026-09-09  3:00 UTC  (3+ messages)
` [PATCH 12/13] vfio/nvidia-vgpu: add the NVIDIA vGPU "


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