kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-07-09 14:52:35 to 2025-07-11 14:18:25 UTC [more...]

[PATCH v13 16/20] KVM: arm64: Handle guest_memfd-backed guest page faults
 2025-07-11 14:17 UTC  (5+ messages)

[RFC PATCH 00/20] TD-Preserving updates
 2025-07-11 14:06 UTC  (5+ messages)
` [RFC PATCH 03/20] x86/virt/seamldr: Introduce a wrapper for P-SEAMLDR SEAMCALLs

[PATCH V4 0/1] KVM: TDX: Decrease TDX VM shutdown time
 2025-07-11 13:40 UTC  (6+ messages)

[PATCH v2 0/3] TDX: Clean up the definitions of TDX ATTRIBUTES
 2025-07-11 13:26 UTC  (4+ messages)
` [PATCH v2 1/3] x86/tdx: Fix the typo of TDX_ATTR_MIGRTABLE
` [PATCH v2 2/3] KVM: TDX: Remove redundant definitions of TDX_TD_ATTR_*
` [PATCH v2 3/3] KVM: TDX: Rename KVM_SUPPORTED_TD_ATTRS to KVM_SUPPORTED_TDX_TD_ATTRS

[PATCH 0/2] KVM: s390: Fix latent guest entry/exit bugs
 2025-07-11 13:26 UTC  (3+ messages)
` [PATCH 1/2] entry: Add arch_in_rcu_eqs()

[PATCH v13 00/20] KVM: Enable host userspace mapping for guest_memfd-backed memory for non-CoCo VMs
 2025-07-11 13:25 UTC  (15+ messages)
` [PATCH v13 09/20] KVM: guest_memfd: Track guest_memfd mmap support in memslot
` [PATCH v13 10/20] KVM: x86/mmu: Generalize private_max_mapping_level x86 op to max_mapping_level
` [PATCH v13 11/20] KVM: x86/mmu: Allow NULL-able fault in kvm_max_private_mapping_level
` [PATCH v13 14/20] KVM: x86: Enable guest_memfd mmap for default VM type
` [PATCH v13 15/20] KVM: arm64: Refactor user_mem_abort()
` [PATCH v13 18/20] KVM: Introduce the KVM capability KVM_CAP_GMEM_MMAP

[PATCH] KVM: SEV: Enforce minimum GHCB version requirement for SEV-SNP guests
 2025-07-11 13:07 UTC  (2+ messages)

[PATCH v2 0/2] Few timer and AIA fixes for KVM RISC-V
 2025-07-11 13:05 UTC  (2+ messages)

[PATCH RFC v2 00/13] virtio: introduce support for GSO over UDP tunnel
 2025-07-11 13:02 UTC  (14+ messages)
` [PATCH RFC v2 01/13] net: bundle all offloads in a single struct
` [PATCH RFC v2 02/13] linux-headers: Update to Linux ~v6.16-rc5 net-next
` [PATCH RFC v2 03/13] virtio: introduce extended features type
` [PATCH RFC v2 04/13] virtio: serialize extended features state
` [PATCH RFC v2 05/13] virtio: add support for negotiating extended features
` [PATCH RFC v2 06/13] virtio-pci: implement support for "
` [PATCH RFC v2 07/13] vhost: add support for negotiating "
` [PATCH RFC v2 08/13] qmp: update virtio features map to support "
` [PATCH RFC v2 09/13] vhost-backend: implement extended features support
` [PATCH RFC v2 10/13] vhost-net: "
` [PATCH RFC v2 11/13] virtio-net: "
` [PATCH RFC v2 12/13] net: implement tunnel probing
` [PATCH RFC v2 13/13] net: implement UDP tunnel features offloading

[PATCH v2] vfio/pci: Do vf_token checks for VFIO_DEVICE_BIND_IOMMUFD
 2025-07-11 12:01 UTC  (3+ messages)

[kvm-unit-tests PATCH v4 00/13] arm/arm64: Add kvmtool to the runner script
 2025-07-11 11:32 UTC  (3+ messages)
` [kvm-unit-tests PATCH v4 07/13] scripts: Add default arguments for kvmtool

[PATCH v3] RISC-V: KVM: Delegate illegal instruction fault to VS mode
 2025-07-11 10:15 UTC 

[PATCH v2 00/18] i386/cpu: Unify the cache model in X86CPUState
 2025-07-11 10:21 UTC  (19+ messages)
` [PATCH v2 01/18] i386/cpu: Refine comment of CPUID2CacheDescriptorInfo
` [PATCH v2 02/18] i386/cpu: Add descriptor 0x49 for CPUID 0x2 encoding
` [PATCH v2 03/18] i386/cpu: Add default cache model for Intel CPUs with level < 4
` [PATCH v2 04/18] i386/cpu: Present same cache model in CPUID 0x2 & 0x4
` [PATCH v2 05/18] i386/cpu: Consolidate CPUID 0x4 leaf
` [PATCH v2 06/18] i386/cpu: Drop CPUID 0x2 specific cache info in X86CPUState
` [PATCH v2 07/18] i386/cpu: Add x-vendor-cpuid-only-v2 option for compatibility
` [PATCH v2 08/18] i386/cpu: Mark CPUID[0x80000005] as reserved for Intel
` [PATCH v2 09/18] i386/cpu: Rename AMD_ENC_ASSOC to X86_ENC_ASSOC
` [PATCH v2 10/18] i386/cpu: Fix CPUID[0x80000006] for Intel CPU
` [PATCH v2 11/18] i386/cpu: Add legacy_intel_cache_info cache model
` [PATCH v2 12/18] i386/cpu: Add legacy_amd_cache_info "
` [PATCH v2 13/18] i386/cpu: Select legacy cache model based on vendor in CPUID 0x2
` [PATCH v2 14/18] i386/cpu: Select legacy cache model based on vendor in CPUID 0x4
` [PATCH v2 15/18] i386/cpu: Select legacy cache model based on vendor in CPUID 0x80000005
` [PATCH v2 16/18] i386/cpu: Select legacy cache model based on vendor in CPUID 0x80000006
` [PATCH v2 17/18] i386/cpu: Select legacy cache model based on vendor in CPUID 0x8000001D
` [PATCH v2 18/18] i386/cpu: Use a unified cache_info in X86CPUState

[RFC PATCH v2 00/51] 1G page support for guest_memfd
 2025-07-11  9:33 UTC  (23+ messages)
` [RFC PATCH v2 04/51] KVM: guest_memfd: Introduce KVM_GMEM_CONVERT_SHARED/PRIVATE ioctls

[kvm-unit-tests PATCH 0/2] Fixes for recent kvmtool support changes
 2025-07-11  9:14 UTC  (3+ messages)
` [kvm-unit-tests PATCH 1/2] scripts: Fix typo for multi-line params match
` [kvm-unit-tests PATCH 2/2] scripts: Fix params regex match

[PATCH v2] RISC-V: KVM: Delegate kvm unhandled faults to VS mode
 2025-07-11  8:57 UTC  (5+ messages)
  ` [External] "

[PATCH v3 0/8] x86, KVM: Optimize SEV cache flushing
 2025-07-11  8:52 UTC  (17+ messages)
` [PATCH v3 1/8] drm/gpu: Remove dead checks on wbinvd_on_all_cpus()'s return value
` [PATCH v3 3/8] x86, lib: Add WBNOINVD helper functions

[kvm-unit-tests PATCH v2 00/13] Improve CET tests
 2025-07-11  8:51 UTC  (3+ messages)
` [kvm-unit-tests PATCH v2 08/13] x86: cet: Validate CET states during VMX transitions

[GIT PULL] KVM/arm64 fixes for 6.16, take #6
 2025-07-11  8:48 UTC 

[PATCH v2] powerpc: Replace the obsolete address of the FSF
 2025-07-11  7:38 UTC  (6+ messages)

[PATCH v3] powerpc: Drop GPL boilerplate text with obsolete FSF address
 2025-07-11  7:25 UTC 

[PATCH 0/2] Improve KVM_SET_TSC_KHZ handling for CoCo VMs
 2025-07-11  6:22 UTC  (14+ messages)
` [PATCH 1/2] KVM: x86: Reject KVM_SET_TSC_KHZ vCPU ioctl for TSC protected guest
` [PATCH 2/2] KVM: x86: Reject KVM_SET_TSC_KHZ VM ioctl when vCPU has been created

[RFC PATCH 08/21] KVM: TDX: Increase/decrease folio ref for huge pages
 2025-07-11  5:12 UTC  (19+ messages)

[RFC PATCH] KVM: TDX: Decouple TDX init mem region from kvm_gmem_populate()
 2025-07-11  4:36 UTC  (5+ messages)

[PATCH net-next 0/2] in order support for vhost-net
 2025-07-11  1:44 UTC  (8+ messages)
` [PATCH net-next 1/2] vhost: basic in order support
` [PATCH net-next 2/2] vhost_net: basic in_order support

[PATCH v7 00/10] x86: Add support for NMI-source reporting with FRED
 2025-07-11  0:32 UTC  (10+ messages)
` [PATCH v7 05/10] x86/nmi: Assign and register NMI-source vectors
` [PATCH v7 08/10] x86/nmi: Enable NMI-source for IPIs delivered as NMIs

[PATCH] KVM: selftests: Fix signedness issue with vCPU mmap size check
 2025-07-11  0:29 UTC  (2+ messages)

[RFC PATCH v2 00/51] 1G page support for guest_memfd
 2025-07-10 23:33 UTC  (17+ messages)

[PATCH v8 0/2] Enable Secure TSC for SEV-SNP
 2025-07-10 23:30 UTC  (9+ messages)
` [PATCH v8 2/2] KVM: SVM: Enable Secure TSC for SNP guests

[PATCH v6 0/8] KVM: VMX: Preserve host's DEBUGCTL.FREEZE_IN_SMM
 2025-07-10 23:11 UTC  (6+ messages)
` [PATCH v6 8/8] KVM: VMX: Preserve host's DEBUGCTLMSR_FREEZE_IN_SMM while running the guest

[PATCH v1 1/1] KVM: x86: Advertise support for LKGS
 2025-07-10 23:08 UTC  (2+ messages)

[PATCH v5 0/5] KVM: x86: Provide a cap to disable APERF/MPERF read intercepts
 2025-07-10 23:08 UTC  (2+ messages)

[PATCH] KVM: selftests: Add CONFIG_EVENTFD for irqfd selftest
 2025-07-10 23:08 UTC  (2+ messages)

[PATCH next] Documentation: KVM: Fix unexpected unindent warning
 2025-07-10 23:08 UTC  (2+ messages)

[RFC PATCH v8 00/35] AMD: Add Secure AVIC Guest Support
 2025-07-10 23:08 UTC  (10+ messages)
` [RFC PATCH v8 04/35] KVM: x86: Rename VEC_POS/REG_POS macro usages
` [RFC PATCH v8 15/35] x86/apic: Unionize apic regs for 32bit/64bit access w/o type casting

[PATCH] KVM: Documentation: document how KVM is tested
 2025-07-10 22:26 UTC  (3+ messages)

[PATCH v7 net-next 0/9] virtio: introduce GSO over UDP tunnel
 2025-07-10 20:50 UTC  (2+ messages)

[PATCH v2 1/2] target/i386: Add TSA attack variants TSA-SQ and TSA-L1
 2025-07-10 19:46 UTC  (2+ messages)
` [PATCH v2 2/2] target/i386: Add TSA feature flag verw-clear

[PATCH] powerpc: Replace the obsolete address of the FSF
 2025-07-10 18:48 UTC  (3+ messages)

[GIT PULL] KVM fixes for Linux 6.16-rc6
 2025-07-10 17:03 UTC  (2+ messages)

[PATCH v5.10] vhost-scsi: protect vq->log_used with vq->mutex
 2025-07-10 13:41 UTC  (2+ messages)

[PATCH 0/3] KVM: Speed up MMIO registrations
 2025-07-10 13:34 UTC  (7+ messages)
` [PATCH 3/3] KVM: Avoid synchronize_srcu() in kvm_io_bus_register_dev()

[GIT PULL] KVM/arm64 fixes for 6.16, take #4
 2025-07-10 10:48 UTC  (4+ messages)

[RFC PATCH] tools: Remove obsolete 32-bit arm kvm.h header file
 2025-07-10 10:25 UTC 

[PATCH v4 0/5] vfio/type1: optimize vfio_pin_pages_remote() and vfio_unpin_pages_remote()
 2025-07-10  8:53 UTC  (6+ messages)
` [PATCH v4 1/5] mm: introduce num_pages_contiguous()
` [PATCH v4 2/5] vfio/type1: optimize vfio_pin_pages_remote()
` [PATCH v4 3/5] vfio/type1: batch vfio_find_vpfn() in function vfio_unpin_pages_remote()
` [PATCH v4 4/5] vfio/type1: introduce a new member has_rsvd for struct vfio_dma
` [PATCH v4 5/5] vfio/type1: optimize vfio_unpin_pages_remote()

[PATCHv2 00/12] TDX: Enable Dynamic PAMT
 2025-07-10  8:45 UTC  (7+ messages)
` [PATCHv2 07/12] KVM: TDX: Preallocate PAMT pages to be used in page fault path
` [PATCHv2 08/12] KVM: TDX: Handle PAMT allocation in "

[PATCH] vfio/pci: Do vf_token checks for VFIO_DEVICE_BIND_IOMMUFD
 2025-07-10  8:29 UTC  (4+ messages)

[PATCH v9 00/43] arm64: Support for Arm CCA in KVM
 2025-07-10  5:24 UTC  (8+ messages)
` [PATCH v9 14/43] KVM: arm64: Support timers in realm RECs
` [PATCH v9 15/43] arm64: RME: Allow VMM to set RIPAS

[PATCH v2] virtio_net: simplify tx queue wake condition check
 2025-07-10  2:32 UTC 

[PATCH v6 1/3] KVM: x86: Advance guest TSC after deep suspend
 2025-07-10  1:25 UTC  (3+ messages)

[PATCH v2 00/15] Add KVM Selftests runner
 2025-07-10  0:20 UTC  (18+ messages)
` [PATCH v2 01/15] KVM: selftest: Create KVM selftest runner
` [PATCH v2 02/15] KVM: selftests: Enable selftests runner to find executables in different path
` [PATCH v2 03/15] KVM: selftests: Add timeout option in selftests runner
` [PATCH v2 04/15] KVM: selftests: Add option to save selftest runner output to a directory
` [PATCH v2 06/15] KVM: selftests: Add a flag to print only test status in KVM Selftests run
` [PATCH v2 07/15] KVM: selftests: Add various print flags to KVM Selftest Runner
` [PATCH v2 11/15] KVM: selftests: Auto generate default tests for KVM Selftests Runner

[PATCH 0/6] Fix warning for missing export.h in Hyper-V drivers
 2025-07-09 23:46 UTC  (2+ messages)

[PATCH] vfio/type1: conditional rescheduling while pinning
 2025-07-09 20:18 UTC  (7+ messages)

[PATCH] KVM: x86: avoid underflow when scaling TSC frequency
 2025-07-09 18:08 UTC  (2+ messages)

[kvm-unit-tests PATCH v3 1/2] lib: Add STR_IS_Y and STR_IS_N for checking env vars
 2025-07-09 16:58 UTC  (2+ messages)

[PATCH 0/2] x86/kvm: Force legacy PCI hole as WB under SNP/TDX
 2025-07-09 16:54 UTC 

[PATCH v4 00/38] Mediated vPMU 4.0 for x86
 2025-07-09 15:53 UTC  (4+ messages)
` [PATCH v4 20/38] KVM: x86/pmu: Check if mediated vPMU can intercept rdpmc

[RFC PATCH 0/1] Tweak TLB flushing when VMX is running on Hyper-V
 2025-07-09 15:46 UTC  (5+ messages)
` [RFC PATCH 1/1] KVM: VMX: Use Hyper-V EPT flush for local TLB flushes

[PATCH v2 00/16] Fix incorrect iommu_groups with PCIe ACS
 2025-07-09 14:52 UTC  (8+ messages)
` [PATCH v2 02/16] PCI: Add pci_bus_isolation()
` [PATCH v2 04/16] iommu: Organize iommu_group by member size
` [PATCH v2 07/16] PCI: Use pci_quirk_mf_endpoint_acs() for pci_quirk_amd_sb_acs()
` [PATCH v2 09/16] PCI: Widen the acs_flags to u32 within the quirk callback
` [PATCH v2 11/16] iommu: Compute iommu_groups properly for PCIe MFDs
` [PATCH v2 13/16] PCI: Add the ACS Enhanced Capability definitions
` [PATCH v2 15/16] PCI: Check ACS DSP/USP redirect bits in pci_enable_pasid()


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).