public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-03-26 22:25:51 to 2026-03-27 20:14:35 UTC [more...]

[PATCH 00/17] TDX MMU refactors
 2026-03-27 20:14 UTC  (14+ 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 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 v5 0/6] Use killable vma write locking in most places
 2026-03-27 17:38 UTC  (6+ messages)

[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 

[GIT PULL] VFIO fix for v7.0-rc6
 2026-03-27 16:26 UTC 

[PATCH v2 00/31] PCI/TSM: PCIe Link Encryption Establishment via TDX platform services
 2026-03-27 16:01 UTC  (32+ 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 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

[PATCH v2 00/15] Misc changes to allow building with Windows Clang
 2026-03-27 15:22 UTC  (29+ messages)
` [PATCH v2 01/15] meson: Use stddef.h instead of unistd.h
` [PATCH v2 02/15] qom: Use g_ascii_strcasecmp instead of strcasecmp
` [PATCH v2 03/15] block: Use glib2 instead of strcasecmp/strncasecmp
` [PATCH v2 04/15] io: "
` [PATCH v2 05/15] hw/arm: "
` [PATCH v2 06/15] target/sparc: "
` [PATCH v2 07/15] target/riscv: "
` [PATCH v2 08/15] target/ppc: "
` [PATCH v2 09/15] target/xtensa: "
` [PATCH v2 10/15] hw/ppc: "
` [PATCH v2 11/15] osdep: Remove unused strings.h
` [PATCH v2 12/15] util: Remove unused dirent.h
` [PATCH v2 13/15] util: Remove unused sys/param.h
` [PATCH v2 14/15] storage-daemon: use same link arguments as other tools
` [PATCH v2 15/15] meson: Don't require nm for non-modular builds

[PATCH v3 0/5] Support the FEAT_HDBSS introduced in Armv9.5
 2026-03-27 15:00 UTC  (8+ messages)
` [PATCH v3 4/5] KVM: arm64: Enable HDBSS support and handle HDBSSF events
    ` [PATCH] arm64/kvm: Enable eager hugepage splitting if HDBSS is available

[PATCH v8 0/3] vfio/pci: Introduce vfio_pci driver for ISM devices
 2026-03-27 14:53 UTC  (5+ messages)
` [PATCH v8 2/3] vfio/ism: Implement "

[PATCH v2 00/30] KVM: arm64: Combined user_mem_abort() rework
 2026-03-27 14:49 UTC  (32+ 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 05/30] KVM: arm64: Extract stage-2 permission logic in user_mem_abort()
` [PATCH v2 06/30] KVM: arm64: Extract page table mapping "
` [PATCH v2 07/30] KVM: arm64: Simplify nested VMA shift calculation
` [PATCH v2 08/30] KVM: arm64: Remove redundant state variables from struct kvm_s2_fault
` [PATCH v2 09/30] KVM: arm64: Simplify return logic in user_mem_abort()
` [PATCH v2 10/30] KVM: arm64: Initialize struct kvm_s2_fault completely at declaration
` [PATCH v2 11/30] KVM: arm64: Optimize early exit checks in kvm_s2_fault_pin_pfn()
` [PATCH v2 12/30] KVM: arm64: Hoist MTE validation check out of MMU lock path
` [PATCH v2 13/30] KVM: arm64: Clean up control flow in kvm_s2_fault_map()
` [PATCH v2 14/30] KVM: arm64: Kill fault->ipa
` [PATCH v2 15/30] KVM: arm64: Make fault_ipa immutable
` [PATCH v2 16/30] KVM: arm64: Move fault context to const structure
` [PATCH v2 17/30] KVM: arm64: Replace fault_is_perm with a helper
` [PATCH v2 18/30] KVM: arm64: Constrain fault_granule to kvm_s2_fault_map()
` [PATCH v2 19/30] KVM: arm64: Kill write_fault from kvm_s2_fault
` [PATCH v2 20/30] KVM: arm64: Kill exec_fault "
` [PATCH v2 21/30] KVM: arm64: Kill topup_memcache "
` [PATCH v2 22/30] KVM: arm64: Move VMA-related information to kvm_s2_fault_vma_info
` [PATCH v2 23/30] KVM: arm64: Kill logging_active from kvm_s2_fault
` [PATCH v2 24/30] KVM: arm64: Restrict the scope of the 'writable' attribute
` [PATCH v2 25/30] KVM: arm64: Move kvm_s2_fault.{pfn,page} to kvm_s2_vma_info
` [PATCH v2 26/30] KVM: arm64: Replace force_pte with a max_map_size attribute
` [PATCH v2 27/30] KVM: arm64: Move device mapping management into kvm_s2_fault_pin_pfn()
` [PATCH v2 28/30] KVM: arm64: Directly expose mapping prot and kill kvm_s2_fault
` [PATCH v2 29/30] KVM: arm64: Simplify integration of adjust_nested_*_perms()
` [PATCH v2 30/30] KVM: arm64: Convert gmem_abort() to struct kvm_s2_fault_desc

[PATCH v2 0/6] change young flag check functions to return bool
 2026-03-27 13:28 UTC  (2+ messages)

[PATCH v2] riscv: kvm: fix vector context allocation leak
 2026-03-27 13:16 UTC  (2+ messages)

[PATCH v2] RISC-V: KVM: fix PMU snapshot_set_shmem on 32-bit hosts
 2026-03-27 13:08 UTC  (2+ messages)

[PATCH v10 0/3] RISC-V: KVM: Validate SBI STA shmem alignment
 2026-03-27 12:59 UTC  (2+ messages)

[PATCH v2 00/15] mm, kvm: allow uffd support in guest_memfd
 2026-03-27 11:47 UTC  (18+ messages)
` [PATCH v2 08/15] shmem, userfaultfd: use a VMA callback to handle UFFDIO_CONTINUE
` [PATCH v2 09/15] userfaultfd: introduce vm_uffd_ops->alloc_folio()
` [PATCH v2 10/15] shmem, userfaultfd: implement shmem uffd operations using vm_uffd_ops
` [PATCH v2 12/15] mm: generalize handling of userfaults in __do_fault()
` [PATCH v2 13/15] KVM: guest_memfd: implement userfaultfd operations

[PATCH v5 2/3] RISC-V: KVM: Detect and expose supported HGATP G-stage modes
 2026-03-27 11:11 UTC  (4+ messages)
`  "
    `  "

[PATCH] KVM: Document next_segment() behavior
 2026-03-27  9:50 UTC 

[PATCH 0/2] x86/tdx: Fix memory hotplug in TDX guests
 2026-03-27  8:49 UTC  (7+ messages)
` [PATCH 2/2] x86/tdx: Accept hotplugged memory before online

[PATCH net-next v8 0/4] tun/tap & vhost-net: apply qdisc backpressure on full ptr_ring to reduce TX drops
 2026-03-27  8:47 UTC  (10+ messages)
` [PATCH net-next v8 4/4] tun/tap & vhost-net: avoid ptr_ring tail-drop when a qdisc is present

[PATCH 0/2] struct page to PFN conversion for TDX guest private memory
 2026-03-27  7:03 UTC  (6+ messages)
` [PATCH 1/2] x86/virt/tdx: Use PFN directly for mapping "

[PATCH] RISC-V: KVM: Fix double-free of sdata in kvm_pmu_clear_snapshot_area()
 2026-03-27  7:32 UTC  (2+ messages)

Re: [PATCH 1/7] KVM: SVM: Initialize FRED VMCB fields
 2026-03-27  7:29 UTC  (3+ messages)
`  "

[PATCH 0/7] KVM: SVM: Enable FRED support
 2026-03-27  6:41 UTC  (5+ messages)
` [PATCH 1/7] KVM: SVM: Initialize FRED VMCB fields

[RFC PATCH v2 00/24] KVM: combined patchset for MBEC/GMET support
 2026-03-27  4:06 UTC  (3+ messages)
` [PATCH 08/24] KVM: x86/mmu: introduce ACC_READ_MASK

[PATCH v2 net] ptr_ring: disable KCSAN warnings
 2026-03-27  3:43 UTC  (3+ messages)

[PATCH v4 2/6] KVM: x86: Move guest_mode helpers to x86.h
 2026-03-27  3:15 UTC  (4+ messages)

[PATCH kvmtool 0/2] Add GDB stub and step-debug support for x86 and arm64
 2026-03-27  2:48 UTC  (7+ messages)
` [PATCH 2/2] arm64: Add GDB stub and step-debug support
    ` [PATCH kvmtool "
` [PATCH v2 0/2] Add GDB stub and step-debug support for x86 and arm64
  ` [PATCH v2 1/2] x86: Add GDB stub and step-debug support
  ` [PATCH v2 2/2] arm64: "

[PATCH v5 1/3] RISC-V: KVM: Support runtime configuration for per-VM's HGATP mode
 2026-03-27  1:55 UTC  (2+ messages)
`  "

[PATCH RFC v4 00/44] guest_memfd: In-place conversion support
 2026-03-26 23:36 UTC  (11+ messages)
` [PATCH RFC v4 42/44] KVM: selftests: Add script to exercise private_mem_conversions_test
` [PATCH RFC v4 43/44] KVM: selftests: Update pre-fault test to work with per-guest_memfd attributes
` [PATCH RFC v4 44/44] KVM: selftests: Update private memory exits test to work with per-gmem attributes
` [POC PATCH 0/6] guest_memfd in-place conversion selftests for SNP
  ` [POC PATCH 1/6] KVM: selftests: Initialize guest_memfd with INIT_SHARED
  ` [POC PATCH 2/6] KVM: selftests: Call snp_launch_update_data() providing copy of memory
  ` [POC PATCH 3/6] KVM: selftests: Make guest_code_xsave more friendly
  ` [POC PATCH 4/6] KVM: selftests: Allow specifying CoCo-privateness while mapping a page
  ` [POC PATCH 5/6] KVM: selftests: Test conversions for SNP
  ` [POC PATCH 6/6] KVM: selftests: Test content modes ZERO and PRESERVE "


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