Kernel KVM virtualization development
 help / color / mirror / Atom feed
 messages from 2026-05-19 13:06:22 to 2026-05-20 19:52:49 UTC [more...]

[PATCH v3 00/41] x86: Try to wrangle PV clocks vs. TSC
 2026-05-20 19:52 UTC  (22+ messages)
` [PATCH v3 01/41] x86/tsc: Add a standalone helpers for getting TSC info from CPUID.0x15
` [PATCH v3 02/41] x86/tsc: Add helper to register CPU and TSC freq calibration routines
` [PATCH v3 03/41] x86/sev: Mark TSC as reliable when configuring Secure TSC
` [PATCH v3 04/41] x86/sev: Move check for SNP Secure TSC support to tsc_early_init()
` [PATCH v3 05/41] x86/tdx: Override PV calibration routines with CPUID-based calibration
` [PATCH v3 40/41] x86/tsc: Add standalone helper for getting CPU frequency from CPUID
` [PATCH v3 41/41] x86/kvmclock: Get CPU base frequency from CPUID when it's available

[PATCH v2 00/16] iommu: Add live update state preservation
 2026-05-20 19:50 UTC  (29+ messages)
` [PATCH v2 06/16] iommupt: Implement preserve/unpreserve/restore callbacks
` [PATCH v2 07/16] iommu/vt-d: Implement device and iommu preserve/unpreserve ops
` [PATCH v2 08/16] iommu: Add APIs to get iommu and device preserved state
` [PATCH v2 09/16] iommu/vt-d: Restore IOMMU state and reclaimed domain ids
` [PATCH v2 11/16] iommu/vt-d: preserve PASID table of preserved device
` [PATCH v2 12/16] iommufd: Implement ioctl to mark HWPT for preservation
` [PATCH v2 13/16] iommufd: Persist iommu hardware pagetables for live update
` [PATCH v2 14/16] iommufd: Add APIs to preserve/unpreserve a vfio cdev
` [PATCH v2 15/16] vfio/pci: Preserve the iommufd state of the "

[PATCH v10 00/25] Runtime TDX module update support
 2026-05-20 19:42 UTC  (31+ messages)
` [PATCH v10 01/25] x86/virt/tdx: Clarify try_init_module_global() result caching
` [PATCH v10 02/25] x86/virt/tdx: Move TDX global initialization states to file scope
` [PATCH v10 03/25] x86/virt/tdx: Consolidate TDX global initialization states
` [PATCH v10 04/25] x86/virt/tdx: Move TDX_FEATURES0 bits to asm/tdx.h
` [PATCH v10 05/25] x86/virt/tdx: Move low level SEAMCALL helpers out of <asm/tdx.h>
` [PATCH v10 06/25] coco/tdx-host: Introduce a "tdx_host" device
` [PATCH v10 07/25] coco/tdx-host: Expose TDX module version
` [PATCH v10 08/25] x86/virt/seamldr: Introduce a wrapper for P-SEAMLDR SEAMCALLs
` [PATCH v10 09/25] x86/virt/seamldr: Add a helper to retrieve P-SEAMLDR information
` [PATCH v10 10/25] coco/tdx-host: Expose P-SEAMLDR information via sysfs
` [PATCH v10 11/25] coco/tdx-host: Don't expose P-SEAMLDR information on CPUs with erratum
` [PATCH v10 12/25] coco/tdx-host: Implement firmware upload sysfs ABI for TDX module updates
` [PATCH v10 13/25] x86/virt/seamldr: Allocate and populate a module update request
` [PATCH v10 14/25] x86/virt/seamldr: Introduce skeleton for TDX module updates
` [PATCH v10 15/25] x86/virt/seamldr: Abort updates after a failed step
` [PATCH v10 16/25] x86/virt/seamldr: Shut down the current TDX module
` [PATCH v10 17/25] x86/virt/tdx: Reset software states during TDX module shutdown
` [PATCH v10 18/25] x86/virt/seamldr: Install a new TDX module
` [PATCH v10 19/25] x86/virt/seamldr: Do TDX global and per-CPU init after module installation
` [PATCH v10 20/25] x86/virt/tdx: Restore TDX module state
` [PATCH v10 21/25] x86/virt/tdx: Refresh TDX module version after update
` [PATCH v10 22/25] x86/virt/tdx: Reject updates during compatibility-sensitive operations
` [PATCH v10 23/25] x86/virt/tdx: Enable TDX module runtime updates
` [PATCH v10 24/25] coco/tdx-host: Document TDX module update compatibility criteria
` [PATCH v10 25/25] x86/virt/tdx: Document TDX module update

[PATCH RFC 0/4] selftests: harness: Provide global metadata pointer to allow clean teardown from selftest libraries
 2026-05-20 19:05 UTC  (5+ messages)

[PATCH v6 00/43] guest_memfd: In-place conversion support
 2026-05-20 18:59 UTC  (29+ messages)
` [PATCH v6 02/43] KVM: Rename KVM_GENERIC_MEMORY_ATTRIBUTES to KVM_VM_MEMORY_ATTRIBUTES
` [PATCH v6 03/43] KVM: Enumerate support for PRIVATE memory iff kvm_arch_has_private_mem is defined
` [PATCH v6 04/43] KVM: Stub in ability to disable per-VM memory attribute tracking
` [PATCH v6 05/43] KVM: guest_memfd: Wire up kvm_get_memory_attributes() to per-gmem attributes
` [PATCH v6 06/43] KVM: x86/mmu: Bug the VM if gmem attributes are queried to determine max mapping level
` [PATCH v6 07/43] KVM: guest_memfd: Update kvm_gmem_populate() to use gmem attributes
` [PATCH v6 08/43] KVM: guest_memfd: Only prepare folios for private pages
` [PATCH v6 09/43] KVM: Move kvm_supported_mem_attributes() to kvm_host.h
` [PATCH v6 10/43] KVM: guest_memfd: Add base support for KVM_SET_MEMORY_ATTRIBUTES2
` [PATCH v6 11/43] KVM: guest_memfd: Ensure pages are not in use before conversion
` [PATCH v6 12/43] KVM: guest_memfd: Call arch invalidate hooks on conversion
` [PATCH v6 13/43] KVM: guest_memfd: Return early if range already has requested attributes
` [PATCH v6 14/43] KVM: guest_memfd: Advertise KVM_SET_MEMORY_ATTRIBUTES2 ioctl

Sashiko review email for kvm@vger.kernel.org?
 2026-05-20 18:54 UTC  (4+ messages)

[PATCH v2] vfio/pci: Use a private flag to prevent power state change with VFs
 2026-05-20 18:53 UTC  (2+ messages)

[PATCH] Documentation: KVM: Document guest-visible compatibility expectations
 2026-05-20 18:29 UTC  (25+ messages)

[PATCH] vfio/xe: avoid duplicate reset in xe_vfio_pci_reset_done
 2026-05-20 18:25 UTC  (4+ messages)
` [PATCH v2] "

[PATCH v2 00/15] KVM: x86: Clean up kvm_<reg>_{read,write}() mess
 2026-05-20 18:11 UTC  (19+ messages)
` [PATCH v2 03/15] KVM: x86/xen: Don't truncate RAX when handling hypercall from protected guest
` [PATCH v2 15/15] KVM: x86: Move the bulk of register specific code from x86.c to regs.c

[PATCH v1 0/4] KVM: s390: Implement KVM_PRE_FAULT_MEMORY
 2026-05-20 16:20 UTC  (7+ messages)
` [PATCH v1 1/4] "
` [PATCH v1 2/4] KVM: s390: Update KVM_PRE_FAULT_MEMORY API documentation
` [PATCH v1 3/4] KVM: selftests: Fix pre_fault_memory_test to run on s390
` [PATCH v1 4/4] KVM: selftests: Enable pre_fault_memory_test for s390

[PATCH v3 00/10] KVM: x86: Improve #DB handling in the emulator
 2026-05-20 16:19 UTC  (7+ messages)
` [PATCH v3 01/10] KVM: VMX: Refresh GUEST_PENDING_DBG_EXCEPTIONS.BS on all injected #DBs
` [PATCH v3 09/10] KVM: selftests: Verify guest debug DR7.GD checking during instruction emulation
` [PATCH v3 10/10] KVM: selftests: Verify VMX's GUEST_PENDING_DBG_EXCEPTIONS.BS Consistency Check

[PATCH v7 0/3] KVM: s390: Introducing kvm_arch_set_irq_inatomic Fast Inject
 2026-05-20 16:04 UTC  (4+ messages)
` [PATCH v7 1/3] KVM: s390: Add map/unmap ioctl and clean mappings post-guest
` [PATCH v7 2/3] KVM: s390: Enable adapter_indicators_set to use mapped pages
` [PATCH v7 3/3] KVM: s390: Introducing kvm_arch_set_irq_inatomic fast inject

[PATCH v14 00/44] arm64: Support for Arm CCA in KVM
 2026-05-20 16:01 UTC  (9+ messages)
` [PATCH v14 04/44] arm64: RMI: Add SMC definitions for calling the RMM
` [PATCH v14 27/44] arm64: RMI: Set RIPAS of initial memslots

[kvm-unit-tests PATCH v2 0/7] arm64: Add Stage-2 MMU and Nested Guest Framework
 2026-05-20 15:49 UTC  (6+ messages)
` [kvm-unit-tests PATCH v2 4/7] lib: arm64: Add foundational guest execution framework
` [kvm-unit-tests PATCH v2 6/7] lib: arm64: Add guest-internal exception handling (EL1)

[PATCH] vfio/nvgrace-gpu: add GB10 device ID (0x2e12)
 2026-05-20 15:47 UTC  (2+ messages)

[kvm-unit-tests PATCH 0/2] nVMX: Improve IA32_DEBUGCTLMSR test on debug controls
 2026-05-20 15:36 UTC  (4+ messages)
` [kvm-unit-tests PATCH 2/2] nVMX: Test IA32_DEBUGCTLMSR behavior on set and cleared save/load "

[PATCH 0/3] KVM: riscv: Fix hugetlb G-stage block mapping eligibility
 2026-05-20 15:21 UTC  (4+ messages)
` [PATCH 1/3] KVM: riscv: Pass the target size to huge G-stage checks
` [PATCH 2/3] KVM: riscv: Check hugetlb block mappings against memslot bounds
` [PATCH 3/3] KVM: selftests: Add a hugetlb memslot alignment test mode

[kvm-unit-tests PATCH v3 0/2] x86/svm: Add testing for L1 intercept bug
 2026-05-20 14:59 UTC  (4+ messages)
` [kvm-unit-tests PATCH v3 1/2] x86/svm: Add missing svm intercepts

[PATCH kvm-unit-tests 0/5] add minimal tests for 32-bit guests
 2026-05-20 14:58 UTC  (6+ messages)
` [PATCH kvm-unit-tests 1/5] vmx: add test for 32-bit guest
` [PATCH kvm-unit-tests 2/5] vmx: add test for 32-bit PAE guest
` [PATCH kvm-unit-tests 3/5] svm: cleanup regs handling
` [PATCH kvm-unit-tests 4/5] svm: add test for 32-bit guest
` [PATCH kvm-unit-tests 5/5] svm: add test for 32-bit PAE guest

[PATCH] KVM: x86: Remove unused X86EMUL_MODE_HOST define
 2026-05-20 14:42 UTC 

[PATCH v4] 00/30] Cleaning up the KVM clock mess
 2026-05-20 14:08 UTC  (10+ messages)
` [PATCH v4 04/30] KVM: x86: Add KVM_[GS]ET_CLOCK_GUEST for accurate KVM clock migration

[PATCH v2 0/2] KVM: arm64: nv: Reduce FP/SVE overhead on exception/exception return
 2026-05-20 13:02 UTC  (5+ messages)
` [PATCH v2 1/2] KVM: arm64: nv: Track L2 to L1 exception emulation
` [PATCH v2 2/2] KVM: arm64: nv: Don't save/restore FP register during a nested ERET or exception

[PATCH v9 00/23] Runtime TDX module update support
 2026-05-20 11:23 UTC  (8+ messages)
` [PATCH v9 10/23] coco/tdx-host: Implement firmware upload sysfs ABI for TDX module updates
` [PATCH v9 14/23] x86/virt/seamldr: Shut down the current TDX module

[PATCH AUTOSEL 7.0-6.12] Documentation: kvm: update links in the references section of AMD Memory Encryption
 2026-05-20 11:19 UTC  (2+ messages)
` [PATCH AUTOSEL 7.0-6.18] KVM: VMX: introduce module parameter to disable CET

[PATCH] KVM: pfncache: track HVA invalidations for HVA-based caches
 2026-05-20 11:13 UTC 

[PATCH kvm-unit-tests] build: add -Wno-override-init
 2026-05-20  9:16 UTC  (3+ messages)

[PATCH v3 0/5] Support the FEAT_HDBSS introduced in Armv9.5
 2026-05-20  8:51 UTC  (4+ messages)

[kvm-unit-tests PATCH] x86: Work-around failing intel-iommu test due to bug in GCC v16.1
 2026-05-20  8:45 UTC 

[PATCH kvm-unit-tests 0/9] Combined GMET and MBEC tests
 2026-05-20  8:21 UTC  (3+ messages)
` [PATCH kvm-unit-tests 3/9] svm: add basic GMET tests

[GIT PULL] KVM/arm64 fixes for 7.1, take #3
 2026-05-20  7:25 UTC 

[PATCH v2] KVM: irqchip: KVM: Reduce allocation overhead in kvm_set_irq_routing()
 2026-05-20  6:37 UTC  (5+ messages)

[PATCH] KVM, SEV: fix merge conflict
 2026-05-20  5:50 UTC  (5+ messages)

[kvm-unit-tests PATCH v3 00/20] x86: Better backtraces for leaf functions
 2026-05-20  1:30 UTC  (9+ messages)
` [kvm-unit-tests PATCH v3 04/20] x86: Dedup guest/host context switch of registers across SVM and VMX
` [kvm-unit-tests PATCH v3 06/20] x86/virt: Track "guest regs" using per-CPU variable
` [kvm-unit-tests PATCH v3 08/20] x86/vmx: Use separate VMCSes for BSP vs. AP in INIT test

Announcement: NVMe Live Migration Software Working Group
 2026-05-19 23:56 UTC 

[PATCH v2 0/3] vfio-pci/zdev: Improved zPCI Function Measurement Support
 2026-05-19 22:42 UTC  (4+ messages)
` [PATCH v2 1/3] s390/pci: Preserve FMB state in device re-enablement
` [PATCH v2 2/3] vfio-pci/zdev: Add VFIO FMB device feature
` [PATCH v2 3/3] s390/pci: Fence FMB enable/disable via sysfs for passthrough devices

[PATCH v3 0/9] KVM: arm64: selftests: Basic nested guest support
 2026-05-19 21:31 UTC  (2+ messages)

[syzbot] Monthly kvm-x86 report (May 2026)
 2026-05-19 20:32 UTC 

[PATCH v4 0/3] vfio/dma-buf: add TPH support for peer-to-peer access
 2026-05-19 20:13 UTC  (4+ messages)
` [PATCH v4 1/3] vfio: add dma-buf get_tph callback and DMA_BUF_TPH feature
` [PATCH v4 2/3] PCI/TPH: expose the enabled TPH requester type
` [PATCH v4 3/3] RDMA/mlx5: get tph for p2p access when registering dma-buf mr

[PATCH 0/2] KVM: Fix guest_memfd binding overlap errno and selftest
 2026-05-19 19:54 UTC  (6+ messages)
` [PATCH 2/2] KVM: selftests: Test guest_memfd binding overlap without GPA overlap

[PATCH v4 00/15] mm, kvm: allow uffd support in guest_memfd
 2026-05-19 18:56 UTC  (6+ messages)
` [PATCH v4 13/15] KVM: guest_memfd: implement userfaultfd operations

[PATCH v3] vfio: selftests: Find devices that have VFIO selftest drivers
 2026-05-19 18:01 UTC  (2+ messages)

[PATCH net v2] vsock: keep poll shutdown state consistent
 2026-05-19 16:56 UTC 

[PATCH v3 0/2] vfio/dma-buf: add TPH support for peer-to-peer access
 2026-05-19 16:55 UTC  (5+ messages)
` [PATCH v3 1/2] vfio: add dma-buf get_tph callback and DMA_BUF_TPH feature

[PATCH v3 0/5] KVM: s390: some vSIE and UCONTROL fixes
 2026-05-19 16:06 UTC  (7+ messages)
` [PATCH v3 1/5] KVM: s390: vsie: Fix memory leak when unshadowing
` [PATCH v3 2/5] KVM: s390: Fix leaking kvm_s390_mmu_cache in case of errors
` [PATCH v3 3/5] KVM: s390: vsie: Fix unshadowing logic
` [PATCH v3 4/5] KVM: s390: vsie: Fix redundant rmap entries
` [PATCH v3 5/5] KVM: s390: Properly reset zero bit in PGSTE

[PATCH kvmtool v8 0/6] arm64: Nested virtualization support
 2026-05-19 15:22 UTC  (2+ messages)

[PATCH 0/9] vfio/pci: Add mmap() for DMABUFs
 2026-05-19 14:56 UTC  (8+ messages)
` [PATCH 3/9] vfio/pci: Add a helper to create a DMABUF for a BAR-map VMA

[PATCH v3 0/2] Fix GCC 16 const-correctness violations
 2026-05-19 14:56 UTC  (2+ messages)

[PATCH v7 0/7] KVM: SVM: Add Page Modification Logging (PML) support
 2026-05-19 14:46 UTC  (5+ messages)
` [PATCH v7 7/7] KVM: SVM: Add Page modification logging support

[PATCH v3 0/3] KVM: SVM: Fix x2AVIC MSR interception issues
 2026-05-19 14:06 UTC  (4+ messages)
` [PATCH v3 2/3] KVM: SVM: Disable x2AVIC RDMSR interception for MSRs KVM actually supports

[RFC 0/9] QEMU: CXL Type-2 device passthrough via vfio-pci
 2026-05-19 13:13 UTC  (2+ messages)


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