public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-03-27 15:00:18 to 2026-03-30 10:11:53 UTC [more...]

[PATCH v3 00/15] mm, kvm: allow uffd support in guest_memfd
 2026-03-30 10:11 UTC  (5+ messages)
` [PATCH v3 01/15] userfaultfd: introduce mfill_copy_folio_locked() helper
` [PATCH v3 02/15] userfaultfd: introduce struct mfill_state
` [PATCH v3 03/15] userfaultfd: introduce mfill_establish_pmd() helper
` [PATCH v3 04/15] userfaultfd: introduce mfill_get_vma() and mfill_put_vma()

[PATCH v2 0/3] LoongArch: KVM: Some small enhanments
 2026-03-30 10:00 UTC  (5+ messages)
` [PATCH v2 3/3] LoongArch: KVM: Set vcpu_is_preempted() macro rather than function

[PATCH v2 0/6] LoongArch: KVM: Set max VM supported FPU type with FPU exception
 2026-03-30 10:00 UTC  (8+ messages)
` [PATCH v2 1/6] LoongArch: KVM: Add separate KVM_REQ_LBT_LOAD request bit
` [PATCH v2 2/6] LoongArch: KVM: Enable FPU with max VM supported FPU type
` [PATCH v2 3/6] LoongArch: KVM: Rename KVM_REQ_AUX_LOAD with KVM_REQ_FPU_LOAD
` [PATCH v2 4/6] LoongArch: KVM: Remove some middle FPU states
` [PATCH v2 5/6] LoongArch: KVM: Use vm_guest_has_fpu API in kvm_lose_fpu()
` [PATCH v2 6/6] LoongArch: KVM: Remove KVM_LARCH_LASX and KVM_LARCH_LSX

[PATCH v4 0/2] RISC-V: KVM: Fix hugepage mapping handling during dirty logging
 2026-03-30  8:48 UTC  (5+ messages)
` [PATCH v4 1/2] RISC-V: KVM: Fix lost write protection on huge pages "
` [PATCH v4 2/2] RISC-V: KVM: Split huge pages during fault handling for "

[PATCH 00/17] TDX MMU refactors
 2026-03-30  7:49 UTC  (24+ messages)
` [PATCH 01/17] x86/tdx: Use pg_level in TDX APIs, not the TDX-Module's 0-based level
` [PATCH 02/17] KVM: x86/mmu: Update iter->old_spte if cmpxchg64 on mirror SPTE "fails"
` [PATCH 03/17] KVM: TDX: Account all non-transient page allocations for per-TD structures
` [PATCH 04/17] KVM: x86: Make "external SPTE" ops that can fail RET0 static calls
` [PATCH 05/17] KVM: x86/tdp_mmu: Drop zapping KVM_BUG_ON() set_external_spte_present()
` [PATCH 06/17] KVM: x86/tdp_mmu: Morph the !is_frozen_spte() check into a KVM_MMU_WARN_ON()
` [PATCH 07/17] KVM: x86/tdp_mmu: Centralize updates to present external PTEs
` [PATCH 08/17] KVM: TDX: Drop kvm_x86_ops.link_external_spt(), use .set_external_spte() for all
` [PATCH 09/17] KVM: TDX: Add helper to handle mapping leaf SPTE into S-EPT
` [PATCH 10/17] KVM: TDX: Move set_external_spte_present() assert into TDX code
` [PATCH 11/17] KVM: x86/mmu: Fold set_external_spte_present() into its sole caller
` [PATCH 12/17] KVM: x86/mmu: Plumb the old_spte into kvm_x86_ops.set_external_spte()
` [PATCH 13/17] KVM: TDX: Hoist tdx_sept_remove_private_spte() above set_private_spte()
` [PATCH 14/17] KVM: x86/mmu: Remove KVM_BUG_ON() that checks lock when removing PTs
` [PATCH 15/17] KVM: TDX: Handle removal of leaf SPTEs in .set_private_spte()
` [PATCH 16/17] KVM: x86: Move error handling inside free_external_spt()
` [PATCH 17/17] KVM: TDX: Move external page table freeing to TDX code

[PATCH v2 00/31] PCI/TSM: PCIe Link Encryption Establishment via TDX platform services
 2026-03-30  8:07 UTC  (41+ messages)
` [PATCH v2 01/31] x86/tdx: Move all TDX error defines into <asm/shared/tdx_errno.h>
` [PATCH v2 02/31] x86/virt/tdx: Move bit definitions of TDX_FEATURES0 to public header
` [PATCH v2 03/31] x86/virt/tdx: Add tdx_page_array helpers for new TDX Module objects
` [PATCH v2 04/31] x86/virt/tdx: Support allocating contiguous pages for tdx_page_array
` [PATCH v2 05/31] x86/virt/tdx: Extend tdx_page_array to support IOMMU_MT
` [PATCH v2 06/31] x86/virt/tdx: Read global metadata for TDX Module Extensions/Connect
` [PATCH v2 07/31] x86/virt/tdx: Embed version info in SEAMCALL leaf function definitions
` [PATCH v2 08/31] x86/virt/tdx: Configure TDX Module with optional TDX Connect feature
` [PATCH v2 09/31] x86/virt/tdx: Move tdx_clflush_page() up in the file
` [PATCH v2 10/31] x86/virt/tdx: Add extra memory to TDX Module for Extensions
` [PATCH v2 11/31] x86/virt/tdx: Make TDX Module initialize Extensions
` [PATCH v2 12/31] x86/virt/tdx: Enable the Extensions after basic TDX Module init
` [PATCH v2 13/31] x86/virt/tdx: Extend tdx_clflush_page() to handle compound pages
` [PATCH v2 14/31] PCI/TSM: Report active IDE streams per host bridge
` [PATCH v2 15/31] coco/tdx-host: Introduce a "tdx_host" device
` [PATCH v2 16/31] coco/tdx-host: Support Link TSM for TDX host
` [PATCH v2 17/31] acpi: Add KEYP support to fw_table parsing
` [PATCH v2 18/31] iommu/vt-d: Cache max domain ID to avoid redundant calculation
` [PATCH v2 19/31] iommu/vt-d: Reserve the MSB domain ID bit for the TDX module
` [PATCH v2 20/31] x86/virt/tdx: Add a helper to loop on TDX_INTERRUPTED_RESUMABLE
` [PATCH v2 21/31] x86/virt/tdx: Add SEAMCALL wrappers for trusted IOMMU setup and clear
` [PATCH v2 22/31] iommu/vt-d: Export a helper to do function for each dmar_drhd_unit
` [PATCH v2 23/31] coco/tdx-host: Setup all trusted IOMMUs on TDX Connect init
` [PATCH v2 24/31] coco/tdx-host: Add a helper to exchange SPDM messages through DOE
` [PATCH v2 25/31] x86/virt/tdx: Add SEAMCALL wrappers for SPDM management
` [PATCH v2 26/31] mm: Add __free() support for __free_page()
` [PATCH v2 27/31] coco/tdx-host: Implement SPDM session setup
` [PATCH v2 28/31] coco/tdx-host: Parse ACPI KEYP table to init IDE for PCI host bridges
` [PATCH v2 29/31] x86/virt/tdx: Add SEAMCALL wrappers for IDE stream management
` [PATCH v2 30/31] coco/tdx-host: Implement IDE stream setup/teardown
` [PATCH v2 31/31] coco/tdx-host: Finally enable SPDM session and IDE Establishment

[PATCH] RISC-V: KVM: Fix integer overflow in kvm_pmu_validate_counter_mask()
 2026-03-30  8:26 UTC  (2+ messages)

[PATCH] RISC-V: KVM: Fix double-free of sdata in kvm_pmu_clear_snapshot_area()
 2026-03-30  8:26 UTC  (2+ messages)

[PATCH] riscv: kvm: add null pointer check for vector datap
 2026-03-30  8:26 UTC  (2+ messages)

[PATCH for-5.15] KVM: x86/mmu: Drop/zap existing present SPTE even when creating an MMIO SPTE
 2026-03-30  8:01 UTC 

[PATCH for-6.1] KVM: x86/mmu: Drop/zap existing present SPTE even when creating an MMIO SPTE
 2026-03-30  7:58 UTC 

[PATCH for-6.6] KVM: x86/mmu: Drop/zap existing present SPTE even when creating an MMIO SPTE
 2026-03-30  7:55 UTC 

[PATCH for-6.12] KVM: x86/mmu: Drop/zap existing present SPTE even when creating an MMIO SPTE
 2026-03-30  7:52 UTC 

[PATCH v7 0/9] KVM: x86: nSVM: Improve PAT virtualization
 2026-03-30  7:49 UTC  (11+ messages)
` [PATCH v7 1/9] KVM: x86: Define KVM_X86_QUIRK_NESTED_SVM_SHARED_PAT
` [PATCH v7 2/9] KVM: x86: nSVM: Clear VMCB_NPT clean bit when updating hPAT from guest mode
` [PATCH v7 3/9] KVM: x86: nSVM: Cache and validate vmcb12 g_pat
` [PATCH v7 4/9] KVM: x86: nSVM: Set vmcb02.g_pat correctly for nested NPT
` [PATCH v7 5/9] KVM: x86: nSVM: Redirect IA32_PAT accesses to either hPAT or gPAT
` [PATCH v7 6/9] KVM: x86: nSVM: Save gPAT to vmcb12.g_pat on VMEXIT
` [PATCH v7 7/9] KVM: Documentation: document KVM_{GET,SET}_NESTED_STATE for SVM
` [PATCH v7 8/9] KVM: x86: nSVM: Save/restore gPAT with KVM_{GET,SET}_NESTED_STATE
` [PATCH v7 9/9] KVM: selftests: nSVM: Add svm_nested_pat test

[PATCH for-6.18] KVM: x86/mmu: Only WARN in direct MMUs when overwriting shadow-present SPTE
 2026-03-30  7:49 UTC 

[PATCH for-6.18] KVM: x86/mmu: Drop/zap existing present SPTE even when creating an MMIO SPTE
 2026-03-30  7:49 UTC 

[PATCH for-6.19] KVM: x86/mmu: Only WARN in direct MMUs when overwriting shadow-present SPTE
 2026-03-30  7:47 UTC 

[PATCH for-6.19] KVM: x86/mmu: Drop/zap existing present SPTE even when creating an MMIO SPTE
 2026-03-30  7:47 UTC 

[PATCH RFC v2 0/7] mm: Fix MF_DELAYED handling on memory failure
 2026-03-30  7:20 UTC  (11+ messages)
` [PATCH RFC v2 2/7] mm: memory_failure: Allow truncate_error_folio to return MF_DELAYED
` [PATCH RFC v2 5/7] mm: selftests: Add shmem memory failure test
` [PATCH RFC v2 6/7] KVM: selftests: Add memory failure tests in guest_memfd_test

[PATCH v3 0/3] RISC-V: KVM: Fix hugepage mapping handling during dirty logging
 2026-03-30  6:25 UTC  (7+ messages)
` [PATCH v3 1/3] RISC-V: KVM: Fix lost write protection on huge pages "
` [PATCH v3 2/3] RISC-V: KVM: Allow splitting huge pages to arbitrary level
` [PATCH v3 3/3] RISC-V: KVM: Split huge pages during fault handling for dirty logging

[PATCH v17 00/24] KVM: Enable mmap() for guest_memfd
 2026-03-30  6:21 UTC  (3+ messages)
` [PATCH v17 24/24] KVM: selftests: Add guest_memfd testcase to fault-in on !mmap()'d memory

[PATCH v1 1/1] vfio/nvgrace-gpu: Add Blackwell-Next GPU readiness check via CXL DVSEC
 2026-03-30  5:42 UTC 

[PATCH v2 00/30] KVM: arm64: Combined user_mem_abort() rework
 2026-03-30  4:57 UTC  (12+ messages)
` [PATCH v2 01/30] KVM: arm64: Extract VMA size resolution in user_mem_abort()
` [PATCH v2 02/30] KVM: arm64: Introduce struct kvm_s2_fault to user_mem_abort()
` [PATCH v2 03/30] KVM: arm64: Extract PFN resolution in user_mem_abort()
` [PATCH v2 04/30] KVM: arm64: Isolate mmap_read_lock inside new kvm_s2_fault_get_vma_info() helper
` [PATCH v2 21/30] KVM: arm64: Kill topup_memcache from kvm_s2_fault

[PATCH v2 00/15] Misc changes to allow building with Windows Clang
 2026-03-30  4:30 UTC  (4+ messages)
` [PATCH v2 07/15] target/riscv: Use glib2 instead of strcasecmp/strncasecmp

[PATCH 08/24] KVM: x86/mmu: introduce ACC_READ_MASK
 2026-03-30  4:12 UTC  (2+ messages)

[PATCH v8 00/10] VMSCAPE optimization for BHI variant
 2026-03-30  3:16 UTC  (12+ messages)
` [PATCH v8 02/10] x86/bhi: Make clear_bhb_loop() effective on newer CPUs

[RFC PATCH v2 00/24] KVM: combined patchset for MBEC/GMET support
 2026-03-30  2:27 UTC  (2+ messages)

[PATCH kvmtool] riscv: Add Zicbop extension support
 2026-03-30  2:08 UTC  (3+ messages)

[PATCH v3] printk: fix zero-valued printk timestamps in early boot
 2026-03-29 22:42 UTC 

[GIT PULL] KVM fixes for Linux 7.0-rc6
 2026-03-29 19:27 UTC  (2+ messages)

[PATCH] KVM: x86/mmu: Only WARN in direct MMUs when overwriting shadow-present SPTE
 2026-03-29 16:22 UTC 

[PATCH] KVM: x86/mmu: Drop/zap existing present SPTE even when creating an MMIO SPTE
 2026-03-29 16:22 UTC 

[PATCH] KVM: x86/xen: Fix sleeping lock in hard IRQ context on PREEMPT_RT
 2026-03-29 13:15 UTC 

[PATCH] vmx/nested: Set the SGX feature flag only when hardware supported
 2026-03-29  9:05 UTC  (3+ messages)

[PATCH] vfio/pci: sanitize bogus INTx interrupt pin values
 2026-03-28 23:01 UTC  (2+ messages)
` [PATCH v2] "

[PATCH] KVM: mmu_notifier: make mn_invalidate_lock non-sleeping for non-blocking invalidations
 2026-03-28 14:50 UTC  (10+ messages)

[PATCH 00/12] treewide: Convert buses to use generic driver_override
 2026-03-28 12:10 UTC  (4+ messages)
` [PATCH 02/12] bus: fsl-mc: use generic driver_override infrastructure

[PATCH] riscv/kvm: fix guest vector leak on host alloc failure
 2026-03-28 10:06 UTC  (2+ messages)

[RFC PATCH v3 1/1] vfio/pci: add PCIe TPH device ioctl
 2026-03-28  9:03 UTC  (5+ messages)

[PATCH v3 0/5] Support the FEAT_HDBSS introduced in Armv9.5
 2026-03-28  6:05 UTC  (6+ messages)
` [PATCH v3 4/5] KVM: arm64: Enable HDBSS support and handle HDBSSF events

[PATCH v2 net] ptr_ring: disable KCSAN warnings
 2026-03-28  3:30 UTC  (2+ messages)

[PATCH v3 00/24] vfio/pci: Base Live Update support for VFIO device files
 2026-03-27 23:39 UTC  (3+ messages)
` [PATCH v3 07/24] vfio/pci: Preserve vfio-pci device files across Live Update

[GIT PULL] VFIO fix for v7.0-rc6
 2026-03-27 23:32 UTC  (2+ messages)

[PATCH v6 0/6] Use killable vma write locking in most places
 2026-03-27 23:12 UTC  (8+ messages)
` [PATCH v6 1/6] mm/vma: cleanup error handling path in vma_expand()
` [PATCH v6 2/6] mm: use vma_start_write_killable() in mm syscalls
` [PATCH v6 3/6] mm/khugepaged: use vma_start_write_killable() in collapse_huge_page()
` [PATCH v6 4/6] mm/vma: use vma_start_write_killable() in vma operations
` [PATCH v6 5/6] mm: use vma_start_write_killable() in process_vma_walk_lock()
` [PATCH v6 6/6] KVM: PPC: use vma_start_write_killable() in kvmppc_memslot_page_merge()

[PATCH v10 0/2] selftests/vfio: Add NVIDIA GPU Falcon DMA test driver
 2026-03-27 22:38 UTC  (5+ messages)
` [PATCH v10 1/2] selftests/vfio: Add NO_SEND_MSI feature flag and MSI helper macros
` [PATCH v10 2/2] selftests/vfio: Add NVIDIA Falcon driver for DMA testing

[PATCH v2 00/16] fs,x86/resctrl: Add kernel-mode (e.g., PLZA) support to the resctrl subsystem
 2026-03-27 22:11 UTC  (4+ messages)

[PATCH v5 0/6] Use killable vma write locking in most places
 2026-03-27 21:00 UTC  (7+ messages)

[PATCH 0/3] KVM: x86/pmu: Add hardware Topdown metrics support
 2026-03-27 20:53 UTC  (7+ messages)
` [PATCH 1/3] KVM: x86/pmu: Do not map fixed counters >= 3 to generic perf events
` [PATCH 3/3] KVM: x86/pmu: Support PERF_METRICS MSR in mediated vPMU

[syzbot] Monthly kvm report (Mar 2026)
 2026-03-27 20:35 UTC 

[PATCH v17 0/8] support FEAT_LSUI
 2026-03-27 19:21 UTC  (5+ messages)
` (subset) "

[PATCH 00/14] iommu: Add live update state preservation
 2026-03-27 18:40 UTC  (7+ messages)
` [PATCH 14/14] iommufd/selftest: Add test to verify iommufd preservation

[PATCH v2 0/7] Add RMPOPT support
 2026-03-27 17:16 UTC  (7+ messages)
` [PATCH v2 5/7] KVM: guest_memfd: Add cleanup interface for guest teardown

[PATCH] vfio: unhide vdev->debug_root
 2026-03-27 16:55 UTC 

[PATCH v5 0/2] RISC-V: KVM: Fix array out-of-bounds in firmware counter reads
 2026-03-27 16:23 UTC  (2+ messages)

[PATCH kvm-unit-tests 0/9] Combined GMET and MBEC tests
 2026-03-27 16:03 UTC  (11+ messages)
` [PATCH kvm-unit-tests 3/9] svm: add basic GMET tests
` [PATCH kvm-unit-tests 6/9] x86/vmx: add mode-based execute control test for Skylake and above
` [PATCH kvm-unit-tests 8/9] x86/vmx: run EPT tests with MBEC enabled when available
` [PATCH kvm-unit-tests 9/9] x86/vmx: add EPT tests covering XU permission

[PATCH v2 0/3] KVM: s390: Introducing kvm_arch_set_irq_inatomic Fast Inject
 2026-03-27 15:59 UTC  (11+ messages)
` [PATCH v2 1/3] KVM: s390: Add map/unmap ioctl and clean mappings post-guest
` [PATCH v2 2/3] KVM: s390: Enable adapter_indicators_set to use mapped pages
` [PATCH v2 3/3] KVM: s390: Introducing kvm_arch_set_irq_inatomic fast inject

[GIT PULL v1 00/10] KVM: s390: More memory management fixes for 7.0
 2026-03-27 15:23 UTC  (11+ messages)
` [GIT PULL v1 01/10] KVM: s390: vsie: Fix dat_split_ste()
` [GIT PULL v1 02/10] KVM: s390: Remove non-atomic dat_crstep_xchg()
` [GIT PULL v1 03/10] KVM: s390: vsie: Fix check for pre-existing shadow mapping
` [GIT PULL v1 04/10] KVM: s390: Fix gmap_link()
` [GIT PULL v1 05/10] KVM: s390: Correctly handle guest mappings without struct page
` [GIT PULL v1 06/10] KVM: s390: vsie: Fix nested guest memory shadowing
` [GIT PULL v1 07/10] KVM: s390: vsie: Fix refcount overflow for shadow gmaps
` [GIT PULL v1 08/10] KVM: s390: vsie: Fix unshadowing while shadowing
` [GIT PULL v1 09/10] KVM: s390: vsie: Fix guest page tables protection
` [GIT PULL v1 10/10] KVM: s390: Fix KVM_S390_VCPU_FAULT ioctl


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