public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-11-10 18:24:49 to 2025-11-11 10:06:52 UTC [more...]

[RFC PATCH v2 00/23] KVM: TDX huge page support for private memory
 2025-11-11 10:06 UTC  (11+ messages)
` [RFC PATCH v2 02/23] x86/virt/tdx: Add SEAMCALL wrapper tdh_mem_page_demote()
` [RFC PATCH v2 03/23] x86/tdx: Enhance tdh_phymem_page_wbinvd_hkid() to invalidate huge pages
` [RFC PATCH v2 08/23] KVM: x86/tdp_mmu: Alloc external_spt page for mirror page table splitting
` [RFC PATCH v2 09/23] KVM: x86/tdp_mmu: Add split_external_spt hook called during write mmu_lock

[PATCH v2 00/16] mm: remove is_swap_[pte, pmd]() + non-swap entries, introduce leaf entries
 2025-11-11 10:03 UTC  (21+ messages)
` [PATCH v2 02/16] mm: introduce leaf entry type and use to simplify leaf entry logic
` [PATCH v2 04/16] mm: eliminate is_swap_pte() when softleaf_from_pte() suffices

[PATCH v4 0/4] x86/cpu: Add Bus Lock Detect support for AMD
 2025-11-11 10:03 UTC  (4+ messages)
` [PATCH v4 4/4] KVM: SVM: Add Bus Lock Detect support

[PATCH v8 00/11] vfio/pci: Allow MMIO regions to be exported through dma-buf
 2025-11-11  9:57 UTC  (12+ messages)
` [PATCH v8 01/11] PCI/P2PDMA: Separate the mmap() support from the core logic
` [PATCH v8 02/11] PCI/P2PDMA: Simplify bus address mapping API
` [PATCH v8 03/11] PCI/P2PDMA: Refactor to separate core P2P functionality from memory allocation
` [PATCH v8 04/11] PCI/P2PDMA: Provide an access to pci_p2pdma_map_type() function
` [PATCH v8 05/11] PCI/P2PDMA: Document DMABUF model
` [PATCH v8 06/11] dma-buf: provide phys_vec to scatter-gather mapping routine
` [PATCH v8 07/11] vfio: Export vfio device get and put registration helpers
` [PATCH v8 08/11] vfio/pci: Share the core device pointer while invoking feature functions
` [PATCH v8 09/11] vfio/pci: Enable peer-to-peer DMA transactions by default
` [PATCH v8 10/11] vfio/pci: Add dma-buf export support for MMIO regions
` [PATCH v8 11/11] vfio/nvgrace: Support get_dmabuf_phys

[PATCH v5 00/28] vfio/xe: Add driver variant for Xe VF migration
 2025-11-11  9:53 UTC  (32+ messages)
` [PATCH v5 01/28] drm/xe/pf: Remove GuC version check for migration support
` [PATCH v5 02/28] drm/xe: Move migration support to device-level struct
` [PATCH v5 03/28] drm/xe/pf: Convert control state to bitmap
` [PATCH v5 04/28] drm/xe/pf: Add save/restore control state stubs and connect to debugfs
` [PATCH v5 05/28] drm/xe/pf: Add data structures and handlers for migration rings
` [PATCH v5 06/28] drm/xe/pf: Add helpers for migration data packet allocation / free
` [PATCH v5 07/28] drm/xe/pf: Add support for encap/decap of bitstream to/from packet
` [PATCH v5 08/28] drm/xe/pf: Add minimalistic migration descriptor
` [PATCH v5 09/28] drm/xe/pf: Expose VF migration data size over debugfs
` [PATCH v5 10/28] drm/xe: Add sa/guc_buf_cache sync interface
` [PATCH v5 11/28] drm/xe: Allow the caller to pass guc_buf_cache size
` [PATCH v5 12/28] drm/xe/pf: Increase PF GuC Buffer Cache size and use it for VF migration
` [PATCH v5 13/28] drm/xe/pf: Remove GuC migration data save/restore from GT debugfs
` [PATCH v5 14/28] drm/xe/pf: Don't save GuC VF migration data on pause
` [PATCH v5 15/28] drm/xe/pf: Switch VF migration GuC save/restore to struct migration data
` [PATCH v5 16/28] drm/xe/pf: Handle GuC migration data as part of PF control
` [PATCH v5 17/28] drm/xe/pf: Add helpers for VF GGTT migration data handling
` [PATCH v5 18/28] drm/xe/pf: Handle GGTT migration data as part of PF control
` [PATCH v5 19/28] drm/xe/pf: Handle MMIO "
` [PATCH v5 20/28] drm/xe/pf: Add helper to retrieve VF's LMEM object
` [PATCH v5 21/28] drm/xe/migrate: Add function to copy of VRAM data in chunks
` [PATCH v5 22/28] drm/xe/pf: Handle VRAM migration data as part of PF control
` [PATCH v5 23/28] drm/xe/pf: Add wait helper for VF FLR
` [PATCH v5 24/28] drm/xe/pf: Enable SR-IOV VF migration
` [PATCH v5 25/28] drm/xe/pci: Introduce a helper to allow VF access to PF xe_device
` [PATCH v5 26/28] drm/xe/pf: Export helpers for VFIO
` [PATCH v5 27/28] drm/intel/bmg: Allow device ID usage with single-argument macros
` [PATCH v5 28/28] vfio/xe: Add device specific vfio_pci driver variant for Intel graphics

[PATCH v4 0/3] VMM can handle guest SEA via KVM_EXIT_ARM_SEA
 2025-11-11  9:53 UTC  (5+ messages)
` [PATCH v4 1/3] KVM: arm64: VM exit to userspace to handle SEA

[PATCH v2 00/16] mm: remove is_swap_[pte, pmd]() + non-swap entries, introduce leaf entries
 2025-11-11  9:48 UTC  (25+ messages)
` [PATCH v3 01/16] mm: correctly handle UFFD PTE markers
` [PATCH v3 02/16] mm: introduce leaf entry type and use to simplify leaf entry logic
` [PATCH v3 03/16] mm: avoid unnecessary uses of is_swap_pte()
` [PATCH v3 04/16] mm: eliminate is_swap_pte() when softleaf_from_pte() suffices
` [PATCH v3 05/16] mm: use leaf entries in debug pgtable + remove is_swap_pte()
` [PATCH v3 06/16] fs/proc/task_mmu: refactor pagemap_pmd_range()
` [PATCH v3 07/16] mm: avoid unnecessary use of is_swap_pmd()
` [PATCH v3 08/16] mm/huge_memory: refactor copy_huge_pmd() non-present logic
` [PATCH v3 09/16] mm/huge_memory: refactor change_huge_pmd() "
` [PATCH v3 10/16] mm: replace pmd_to_swp_entry() with softleaf_from_pmd()
` [PATCH v3 11/16] mm: introduce pmd_is_huge() and use where appropriate
` [PATCH v3 12/16] mm: remove remaining is_swap_pmd() users and is_swap_pmd()
` [PATCH v3 13/16] mm: remove non_swap_entry() and use softleaf helpers instead
` [PATCH v3 14/16] mm: remove is_hugetlb_entry_[migration, hwpoisoned]()
` [PATCH v3 15/16] mm: eliminate further swapops predicates
` [PATCH v3 16/16] mm: replace remaining pte_to_swp_entry() with softleaf_from_pte()

[Bug 220776] New: When passthrough device to KVM guest with iommufd+hugepage, more hugepage are used than assigned, and DMAR error reported from host dmesg
 2025-11-11  9:01 UTC  (2+ messages)
` [Bug 220776] "

[PATCH v7 00/11] vfio/pci: Allow MMIO regions to be exported through dma-buf
 2025-11-11  8:54 UTC  (8+ messages)
` [PATCH v7 10/11] vfio/pci: Add dma-buf export support for MMIO regions
` [PATCH v7 11/11] vfio/nvgrace: Support get_dmabuf_phys

[PATCH] KVM: s390: vsie: Check alignment of BSCA header
 2025-11-11  8:51 UTC  (2+ messages)

[PATCH RFC v2 00/11] KVM: s390: Add VSIE SIGP Interpretation (vsie_sigpif)
 2025-11-11  8:48 UTC  (7+ messages)
` [PATCH RFC v2 02/11] KVM: s390: Remove double 64bscao feature check
` [PATCH RFC v2 03/11] KVM: s390: Move scao validation into a function

[PATCH v5 0/1] KVM: x86: fix some kvm period timer BUG
 2025-11-11  8:17 UTC  (6+ messages)
` [PATCH v5 1/1] KVM: x86: Fix VM hard lockup after prolonged suspend with periodic HV timer

[PATCH 00/10] sched/kvm: Semantics-aware vCPU scheduling for oversubscribed KVM
 2025-11-11  6:28 UTC  (2+ messages)

[PATCH v7 0/9] target/i386/kvm/pmu: PMU Enhancement, Bugfix and Cleanup
 2025-11-11  6:14 UTC  (10+ messages)
` [PATCH v7 1/9] target/i386: disable PerfMonV2 when PERFCORE unavailable
` [PATCH v7 2/9] target/i386: disable PERFCORE when "-pmu" is configured
` [PATCH v7 3/9] target/i386/kvm: set KVM_PMU_CAP_DISABLE if "
` [PATCH v7 4/9] target/i386/kvm: extract unrelated code out of kvm_x86_build_cpuid()
` [PATCH v7 5/9] target/i386/kvm: rename architectural PMU variables
` [PATCH v7 6/9] target/i386/kvm: query kvm.enable_pmu parameter
` [PATCH v7 7/9] target/i386/kvm: reset AMD PMU registers during VM reset
` [PATCH v7 8/9] target/i386/kvm: support perfmon-v2 for reset
` [PATCH v7 9/9] target/i386/kvm: don't stop Intel PMU counters

[PATCH v7 0/8] KVM: PKS Virtualization support
 2025-11-11  5:40 UTC  (5+ messages)
` The current status of PKS virtualization

[PATCH v5 0/5] Disable ATS via iommu during PCI resets
 2025-11-11  5:12 UTC  (6+ messages)
` [PATCH v5 1/5] iommu: Lock group->mutex in iommu_deferred_attach()
` [PATCH v5 2/5] iommu: Tiny domain for iommu_setup_dma_ops()
` [PATCH v5 3/5] iommu: Add iommu_driver_get_domain_for_dev() helper
` [PATCH v5 4/5] iommu: Introduce iommu_dev_reset_prepare() and iommu_dev_reset_done()
` [PATCH v5 5/5] pci: Suspend iommu function prior to resetting a device

[PATCH v3] RISC-V: KVM: Transparent huge page support
 2025-11-11  4:49 UTC 

[PATCH 0/6] KVM: SVM: LBR virtualization fixes
 2025-11-11  3:11 UTC  (7+ messages)
` [PATCH 2/6] KVM: nSVM: Always recalculate LBR MSR intercepts in svm_update_lbrv()
` [PATCH 4/6] KVM: SVM: Switch svm_copy_lbrs() to a macro

[PATCH v3 00/14] Improvements for (nested) SVM testing
 2025-11-11  0:58 UTC  (17+ messages)
` [PATCH v3 01/14] scripts: Always return '2' when skipping tests
` [PATCH v3 02/14] x86/vmx: Skip vmx_pf_exception_test_fep early if FEP is not available
` [PATCH v3 03/14] x86/svm: Cleanup selective cr0 write intercept test
` [PATCH v3 04/14] x86/svm: Move CR0 selective write intercept test near CR3 intercept
` [PATCH v3 05/14] x86/svm: Add FEP helpers for SVM tests
` [PATCH v3 06/14] x86/svm: Report unsupported "
` [PATCH v3 07/14] x86/svm: Move report_svm_guest() to the top of svm_tests.c
` [PATCH v3 08/14] x86/svm: Print SVM test names before running tests
` [PATCH v3 09/14] x86/svm: Deflake svm_tsc_scale_test
` [PATCH v3 10/14] x86/svm: Generalize and improve selective CR0 write intercept test
` [PATCH v3 11/14] x86/svm: Add more selective CR0 write and LMSW test cases
` [PATCH v3 12/14] x86/svm: Cleanup LBRV tests
` [PATCH v3 13/14] x86/svm: Add more LBRV test cases
` [PATCH v3 14/14] x86/svm: Rename VMCB fields to match KVM

[PATCH v2 0/2] KVM: SVM: GIF and EFER.SVME are independent
 2025-11-11  0:26 UTC  (10+ messages)
` [PATCH v2 2/2] KVM: SVM: Don't set GIF when clearing EFER.SVME

[PATCH 0/4] vfio: selftests: update DMA mapping tests to use queried IOVA ranges
 2025-11-11  0:09 UTC  (21+ messages)
` [PATCH 1/4] vfio: selftests: add iova range query helpers
` [PATCH 2/4] vfio: selftests: fix map limit tests to use last available iova
` [PATCH 3/4] vfio: selftests: add iova allocator
` [PATCH 4/4] vfio: selftests: update vfio_dma_mapping_test to allocate iovas

[PATCH] vfio: selftests: Skip vfio_dma_map_limit_test if mapping returns -EINVAL
 2025-11-10 23:10 UTC  (11+ messages)

[PATCH v2 00/13] Nested SVM fixes, cleanups, and hardening
 2025-11-10 22:29 UTC  (14+ messages)
` [PATCH v2 01/13] KVM: SVM: Switch svm_copy_lbrs() to a macro
` [PATCH v2 02/13] KVM: SVM: Add missing save/restore handling of LBR MSRs
` [PATCH v2 03/13] KVM: selftests: Add a test for LBR save/restore (ft. nested)
` [PATCH v2 04/13] KVM: nSVM: Fix consistency checks for NP_ENABLE
` [PATCH v2 05/13] KVM: nSVM: Add missing consistency check for EFER, CR0, CR4, and CS
` [PATCH v2 06/13] KVM: nSVM: Add missing consistency check for event_inj
` [PATCH v2 07/13] KVM: SVM: Rename vmcb->nested_ctl to vmcb->misc_ctl
` [PATCH v2 08/13] KVM: SVM: Rename vmcb->virt_ext to vmcb->misc_ctl2
` [PATCH v2 09/13] KVM: nSVM: Cache all used fields from VMCB12
` [PATCH v2 10/13] KVM: nSVM: Restrict mapping VMCB12 on nested VMRUN
` [PATCH v2 11/13] KVM: nSVM: Simplify nested_svm_vmrun()
` [PATCH v2 12/13] KVM: nSVM: Sanitize control fields copied from VMCB12
` [PATCH v2 13/13] KVM: nSVM: Only copy NP_ENABLE from VMCB01's misc_ctl

[PATCH v2 10/16] mm: replace pmd_to_swp_entry() with softleaf_from_pmd()
 2025-11-10 22:03 UTC  (3+ messages)

Question: 'pmu' kvm unit test fails when run nested with NMI watchdog on the host
 2025-11-10 19:51 UTC  (2+ messages)

[PATCH RFC v1 00/20] KVM: x86: Support APX feature for guests
 2025-11-10 18:50 UTC  (15+ messages)
` [PATCH RFC v1 08/20] KVM: VMX: Support extended register index in exit handling
` [PATCH RFC v1 09/20] KVM: x86: Support EGPR accessing and tracking for instruction emulation
` [PATCH RFC v1 10/20] KVM: x86: Refactor REX prefix handling in "
` [PATCH RFC v1 11/20] KVM: x86: Refactor opcode table lookup "
` [PATCH RFC v1 12/20] KVM: x86: Support REX2-extended register index in the decoder
` [PATCH RFC v1 13/20] KVM: x86: Add REX2 opcode tables to the instruction decoder
` [PATCH RFC v1 14/20] KVM: x86: Emulate REX2-prefixed 64-bit absolute jump
` [PATCH RFC v1 15/20] KVM: x86: Reject EVEX-prefix instructions in the emulator
` [PATCH RFC v1 16/20] KVM: x86: Decode REX2 prefix "
` [PATCH RFC v1 17/20] KVM: x86: Prepare APX state setting in XCR0
` [PATCH RFC v1 18/20] KVM: x86: Expose APX foundational feature bit to guests
` [PATCH RFC v1 19/20] KVM: x86: Expose APX sub-features "
` [PATCH RFC v1 20/20] KVM: selftests: Add APX state handling and XCR0 sanity checks

[PATCH 00/12] vfio: selftests: Support for multi-device tests
 2025-11-10 18:31 UTC  (7+ messages)
` [PATCH 02/12] vfio: selftests: Allow passing multiple BDFs on the command line
` [PATCH 07/12] vfio: selftests: Prefix logs with device BDF where relevant


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