Kernel KVM virtualization development
 help / color / mirror / Atom feed
 messages from 2026-09-01 09:33:42 to 2026-09-02 11:10:40 UTC [more...]

[PATCH RFC 00/11] mm/migrate: separate migration paths and carry migration policy
 2026-09-02 11:10 UTC  (22+ messages)
` [PATCH RFC 01/11] mm/migrate: extract folio unmap phase
` [PATCH RFC 02/11] mm/migrate: handle retries in migrate_folios_move()
` [PATCH RFC 03/11] mm/migrate: factor out folio splitting on allocation failure
` [PATCH RFC 04/11] mm/migrate: use a dedicated list for hugetlb folios
` [PATCH RFC 05/11] mm/migrate: add a dedicated movable_ops migration pass
` [PATCH RFC 06/11] mm/migrate: rename migrate_pages_batch() to migrate_folios_batch()
` [PATCH RFC 07/11] mm/migrate: add migrate_lru_folios() entry point
` [PATCH RFC 08/11] mm/migrate: move LRU batching into migrate_lru_folios()
` [PATCH RFC 09/11] mm/migrate: thread migration policy through a control struct
` [PATCH RFC 10/11] mm/migrate: pass migrate_control to migrate_pages()
` [PATCH RFC 11/11] mm/migrate: pass migrate_control to migrate_folio()

[PATCH 0/4] KVM: s390: replace page allocator calls with kzalloc()
 2026-09-02 11:06 UTC  (11+ messages)
` [PATCH 1/4] KVM: s390: Replace get_zeroed_page() with kzalloc() for the STHYI buffer
` [PATCH 2/4] KVM: s390: Replace get_zeroed_page() with kzalloc() for the STSI buffer
` [PATCH 3/4] KVM: s390: Replace get_zeroed_page() with kzalloc() for the GIB
` [PATCH 4/4] KVM: s390: Replace get_zeroed_page() with kzalloc() for sie_page2 and CMMA

[PATCH 0/6] Enable TDX module extensions
 2026-09-02 10:54 UTC  (6+ messages)
` [PATCH 4/6] x86/virt/tdx: Add extra memory to TDX module for the extensions

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

[PATCH 0/5] target/i386: Add support for LASS
 2026-09-02 10:17 UTC  (13+ messages)
` [PATCH 1/5] target/i386: Add support for LASS in CPUID enumeration
` [PATCH 2/5] target/i386: Add LASS support in CR4
` [PATCH 3/5] target/i386: Introduce DiamondRapids-v3 to enable LASS
` [PATCH 4/5] target/i386: Introduce SierraForest-v7 "
` [PATCH 5/5] target/i386: Introduce ClearwaterForest-v5 "

[PATCH 1/2] LoongArch: KVM: Fix PC double advance in kernel MMIO read fast path
 2026-09-02 10:12 UTC 

[PATCH v7 00/23] KVM: s390: Introduce arm64 KVM
 2026-09-02  9:13 UTC  (13+ messages)
` [PATCH v7 02/23] KVM: Make device name configurable
` [PATCH v7 03/23] KVM: Allow KVM implementations to switch off MMIO independent of Kconfig
` [PATCH v7 11/23] KVM: arm64: Share arm64 code with s390

[PATCH kvm-unit-tests] x86/vmx: Skip LAM CR3 bits in 32-bit guest reserved bit tests
 2026-09-02  8:54 UTC  (2+ messages)

[PATCH v7 7/7] KVM: SVM: Add Page modification logging support
 2026-09-02  8:52 UTC  (4+ messages)
` [PATCH v7.1] "

BUILD_BUG_ON failed for kvm_vmx struct size sanity check in vmx.c
 2026-09-02  8:09 UTC  (4+ messages)

[PATCH] LoongArch: KVM: Fix memory leak in kvm_loongarch_env_init() error path
 2026-09-02  8:04 UTC  (6+ messages)
` [PATCH v2 0/2] LoongArch: KVM: Fix "
  ` [PATCH v2 1/2] LoongArch: KVM: Add unregister helpers for the KVM interrupt devices
  ` [PATCH v2 2/2] LoongArch: KVM: Fix resource leak in kvm_loongarch_env_init() error path

[PATCH v2 00/20] KVM: arm64 on s390 System Register Handling
 2026-09-02  7:49 UTC  (10+ messages)
` [PATCH v2 03/20] arm64: sysreg: Define OSLSR_EL1_OSLK_MASK
` [PATCH v2 11/20] KVM: s390: arm64: Query Available Arm features

[RFC PATCH 00/19] vfio/pci: Handle PCI error recovery and report state to userspace
 2026-09-02  6:27 UTC  (43+ messages)
` [RFC PATCH 01/19] vfio/pci: Add PCI error recovery support state
` [RFC PATCH 02/19] vfio/pci: Serialize generic device lifetime with recovery
` [RFC PATCH 03/19] vfio/pci: Add PCI recovery access guards
` [RFC PATCH 04/19] vfio/pci: Serialize function reset with recovery
` [RFC PATCH 05/19] vfio/pci: Serialize config access "
` [RFC PATCH 06/19] vfio/pci: Serialize ioeventfd writes "
` [RFC PATCH 07/19] vfio/pci: Retry BAR faults after temporary recovery
` [RFC PATCH 08/19] vfio/pci: Serialize BAR and ROM access with recovery
` [RFC PATCH 09/19] vfio/pci: Serialize interrupt operations "
` [RFC PATCH 10/19] vfio/pci: Serialize hot reset "
` [RFC PATCH 11/19] vfio/pci: Serialize runtime PM "
` [RFC PATCH 12/19] vfio/pci: Serialize physical device information queries "
` [RFC PATCH 13/19] vfio/pci: Serialize DMA-BUF export "
` [RFC PATCH 14/19] vfio/pci: Add generic PCI error slot reset handling
` [RFC PATCH 15/19] vfio/pci: Add INTx helpers for PCI recovery
` [RFC PATCH 16/19] vfio/pci: Quiesce INTx during "
` [RFC PATCH 17/19] vfio/pci: Add generic PCI error resume handling
` [RFC PATCH 18/19] vfio/pci: Coordinate generic device access with host recovery
` [RFC PATCH 19/19] vfio/pci: Expose and enable host PCI error recovery

[PATCH] KVM: riscv: selftests: Disable vector extension in build flags
 2026-09-02  6:15 UTC 

[PATCH v12 00/45] guest_memfd: In-place conversion support
 2026-09-02  6:02 UTC  (28+ messages)
` [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 15/45] KVM: guest_memfd: Ensure pages are not in use before conversion
` [PATCH v12 18/45] KVM: guest_memfd: Handle lru_add fbatch refcounts during conversion safety check
` [PATCH v12 23/45] KVM: Let userspace disable per-VM mem attributes, enable per-gmem attributes
` [PATCH v12 43/45] KVM: selftests: Set up page size and alignment independently for guest_memfd
` [PATCH v12 44/45] KVM: selftests: Update private_mem_conversions_test for in-place conversions

[PATCH] mm/folio: EXPORT_SYMBOL_FOR_KVM(lru_cache_drain_for_folio)
 2026-09-02  3:38 UTC 

[PATCH v7 00/20] KVM: x86: Enable APX for guests
 2026-09-02  3:26 UTC  (29+ messages)
` [PATCH v7 01/20] KVM: x86: Extend VCPU registers for EGPRs
` [PATCH v7 02/20] KVM: VMX: Save guest EGPRs in VCPU cache
` [PATCH v7 03/20] KVM: x86: Support APX state for XSAVE ABI
` [PATCH v7 04/20] KVM: VMX: Refactor VMX instruction information access
` [PATCH v7 05/20] KVM: VMX: Refactor instruction information decoding
` [PATCH v7 06/20] KVM: VMX: Remove unused control-register access defines
` [PATCH v7 07/20] KVM: VMX: Refactor register index retrieval from exit qualification
` [PATCH v7 08/20] KVM: VMX: Support instruction information extension
` [PATCH v7 09/20] KVM: nVMX: Propagate extended instruction information
` [PATCH v7 10/20] KVM: x86: Support EGPR accessing and tracking for emulator
` [PATCH v7 11/20] KVM: x86: Handle EGPR index and REX2-incompatible opcodes
` [PATCH v7 12/20] KVM: x86: Support REX2-prefixed opcode decode
` [PATCH v7 13/20] KVM: x86: Reject EVEX-prefixed instructions
` [PATCH v7 14/20] KVM: x86: Move KVM_SUPPORTED_{XCR0,XSS} into kvm_x86_vendor_init()
` [PATCH v7 15/20] KVM: x86: Guard valid XCR0.APX settings
` [PATCH v7 16/20] KVM: x86: Add APX to supported XCR0
` [PATCH v7 17/20] KVM: x86: Expose APX foundation feature to userspace
` [PATCH v7 18/20] KVM: x86: Expose APX sub-features "
` [PATCH v7 19/20] KVM: x86: selftests: Add APX state and ABI test
` [PATCH v7 20/20] KVM: x86: selftests: Add APX state handling and XCR0 sanity checks

[PATCH] KVM: x86/pmu: Add mediated vPMU PerfMon v5 support
 2026-09-02  0:44 UTC  (5+ messages)
` [PATCH v2 11/16] KVM: x86/pmu: Emulate the GLOBAL_STATUS_SET and GLOBAL_INUSE MSRs

[PATCH 0/8] KVM: selftests: Add Zhaoxin CPU support
 2026-09-02  0:20 UTC  (5+ 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] mm/mmu_notifier: Remove non_block_start/end() from notifier invocation
 2026-09-01 23:05 UTC  (15+ messages)

[PATCH v5 0/4] s390/vfio-ap: Fix pre-existing bugs in vfio_ap device driver
 2026-09-01 21:58 UTC  (4+ messages)
` [PATCH v5 1/4] s390/vfio-ap: Fix leak of pinned NIB and registered NISC in vfio_ap_irq_enable/disable()

[PATCH 0/4] vfio: Fix cdev second-open and harden selftests
 2026-09-01 21:53 UTC  (5+ 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

[PATCH v2] KVM: x86: Restrict saved GPA writes to hardware write faults
 2026-09-01 20:41 UTC  (3+ messages)

[PATCH v10 21/21] KVM: x86: Use kernel timekeeping snapshot to get walltime+TSC
 2026-09-01 19:33 UTC  (3+ messages)

[PATCH v12 0/5] Add RMPOPT support
 2026-09-01 19:20 UTC  (5+ messages)
` [PATCH v12 4/5] x86/sev: Add support to perform RMP optimizations asynchronously

[PATCH v10 00/21] KVM: x86: Cleaning up the KVM clock mess, part 1
 2026-09-01 19:17 UTC  (3+ messages)
` [PATCH v10 21/21] KVM: x86: Use kernel timekeeping snapshot to get walltime+TSC

[PATCH] KVM: x86: Use active memslots for the per-vCPU MMIO cache
 2026-09-01 19:13 UTC  (3+ messages)

[PATCH v7 0/3] KVM: selftests: arm64: Improve diagnostics from set_id_regs
 2026-09-01 18:50 UTC  (4+ messages)
` [PATCH v7 1/3] KVM: selftests: arm64: Report set_id_reg reads of test registers as tests
` [PATCH v7 2/3] KVM: selftests: arm64: Report register reset tests individually
` [PATCH v7 3/3] KVM: selftests: arm64: Make set_id_regs bitfield validatity checks non-fatal

[PATCH v2 0/4] KVM: guest_memfd: fix NUMA selftests
 2026-09-01 17:28 UTC  (10+ messages)
` [PATCH v2 1/4] KVM: selftests: fix maxnode arguments in xapic_ipi_test
` [PATCH v2 3/4] KVM: selftests: add get_numa_mem_nodes()
` [PATCH v2 4/4] KVM: selftests: use allowed NUMA nodes in guest_memfd_test

[PATCH v4 3/6] KVM: arm64: Add auto DBM support for hardware dirty tracking
 2026-09-01 17:22 UTC  (11+ messages)

[kvm-unit-tests PATCH 0/2] lib: s390x: Add more snippet macros
 2026-09-01 14:20 UTC  (3+ messages)
` [kvm-unit-tests PATCH 1/2] lib: s390x: snippet: Add snippet declaration macro
` [kvm-unit-tests PATCH 2/2] lib: s390x: snippet: Add setup macro

[PATCH v12 09/16] KVM: arm64: define kvm_arch_gmem_supports_no_direct_map()
 2026-09-01 14:05 UTC  (2+ messages)

[PATCH] KVM: PPC: Fix callback check in kvmppc_gsm_refresh_info
 2026-09-01 13:26 UTC 

[RFC v3 00/24] Add Realm support to QEMU-VMM
 2026-09-01 13:20 UTC  (2+ messages)

[PATCH 0/4] igvm/sev: apply the IGVM guest policy before launch
 2026-09-01 10:09 UTC  (5+ messages)
` [PATCH 1/4] sev: rename set_guest_policy to set_id_block and remove dead policy code
` [PATCH 2/4] igvm: move set_id_block call into the SNP ID block directive handler
` [PATCH 3/4] i386/sev: convert the guest policy properties to custom accessors
` [PATCH 4/4] igvm/sev: forward the IGVM guest policy to the platform before launch


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