public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-04-01 14:42:07 to 2026-04-02 12:42:28 UTC [more...]

[PATCH v3 0/5] Support the FEAT_HDBSS introduced in Armv9.5
 2026-04-02 12:42 UTC  (4+ messages)

[Invitation] bi-weekly guest_memfd upstream call on 2026-04-02
 2026-04-02 12:11 UTC 

[PATCH v1 00/23] s390/vfio-ap: Implement live guest migration of guests using AP devices
 2026-04-02 12:03 UTC  (7+ messages)

[PATCH v2 00/31] PCI/TSM: PCIe Link Encryption Establishment via TDX platform services
 2026-04-02 11:29 UTC  (13+ messages)
` [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 08/31] x86/virt/tdx: Configure TDX Module with optional TDX Connect feature
` [PATCH v2 27/31] coco/tdx-host: Implement SPDM session setup

[PATCH v1 00/27] KVM: s390: Introduce arm64 KVM
 2026-04-02 11:26 UTC  (33+ messages)
` [PATCH v1 01/27] VFIO: take reference to the KVM module
` [PATCH v1 02/27] KVM, vfio: remove symbol_get(kvm_get_kvm_safe) from vfio
` [PATCH v1 03/27] KVM, vfio: remove symbol_get(kvm_put_kvm) "
` [PATCH v1 04/27] arm64: Provide arm64 UAPI for other host architectures
` [PATCH v1 05/27] arm64: Extract sysreg definitions
` [PATCH v1 06/27] arm64: Provide arm64 API for non-native architectures
` [PATCH v1 07/27] KVM: arm64: Provide arm64 KVM "
` [PATCH v1 08/27] arm64: Extract pstate definitions from ptrace
` [PATCH v1 09/27] KVM: arm64: Share kvm_emulate definitions
` [PATCH v1 10/27] KVM: arm64: Make some arm64 KVM code shareable
` [PATCH v1 11/27] KVM: arm64: Access elements of vcpu_gp_regs individually
` [PATCH v1 12/27] KVM: arm64: Share reset general register code
` [PATCH v1 13/27] KVM: arm64: Extract & share ipa size shift calculation
` [PATCH v1 14/27] KVM: s390: Move s390 kvm code into a subdirectory
` [PATCH v1 15/27] KVM: S390: Refactor gmap
` [PATCH v1 16/27] KVM: Make device name configurable
` [PATCH v1 17/27] KVM: Remove KVM_MMIO as config option
` [PATCH v1 18/27] KVM: s390: Prepare kvm-s390 for a second kvm module
` [PATCH v1 19/27] s390: Introduce Start Arm Execution instruction
` [PATCH v1 20/27] KVM: s390: arm64: Introduce host definitions
` [PATCH v1 21/27] s390/hwcaps: Report SAE support as hwcap
` [PATCH v1 22/27] KVM: s390: Add basic arm64 kvm module
` [PATCH v1 23/27] KVM: s390: arm64: Implement required functions
` [PATCH v1 24/27] KVM: s390: arm64: Implement vm/vcpu create destroy
` [PATCH v1 25/27] KVM: s390: arm64: Implement vCPU IOCTLs
` [PATCH v1 26/27] KVM: s390: arm64: Implement basic page fault handler
` [PATCH v1 27/27] KVM: s390: arm64: Enable KVM_ARM64 config and Kbuild

[PATCH] KVM: selftests: memslot_perf_test: make host wait timeout configurable
 2026-04-02 10:29 UTC 

[PATCH] KVM: riscv: selftests: Implement kvm_arch_has_default_irqchip
 2026-04-02 10:18 UTC 

[PATCH 0/2] x86/tdx: Fix memory hotplug in TDX guests
 2026-04-02  8:18 UTC  (11+ messages)
` [PATCH 2/2] x86/tdx: Accept hotplugged memory before online

[PATCH net 0/2] vsock/virtio: fix MSG_PEEK calculation on bytes to copy
 2026-04-02  8:18 UTC  (3+ messages)
` [PATCH net 1/2] vsock/virtio: fix MSG_PEEK ignoring skb offset when calculating "
` [PATCH net 2/2] vsock/test: add MSG_PEEK after partial recv test

[PATCH] KVM: nSVM: Snapshot vmcb12 save.rip to prevent TOCTOU race
 2026-04-02  7:50 UTC  (5+ messages)

[PATCH v8 0/3] vfio/pci: Introduce vfio_pci driver for ISM devices
 2026-04-02  9:06 UTC  (5+ messages)
` [PATCH v8 2/3] vfio/ism: Implement "

[PATCH] KVM: x86/xen: Fix sleeping lock in hard IRQ context on PREEMPT_RT
 2026-04-02  6:42 UTC  (8+ messages)
      ` [PATCH v2 0/1] KVM: x86/xen: Fix PREEMPT_RT sleeping lock bug
      ` [PATCH v2 1/1] KVM: x86/xen: Use trylock for fast path event channel delivery

[PATCH v2] RISC-V: KVM: Fix use-after-free in kvm_riscv_gstage_get_leaf()
 2026-04-02  6:38 UTC  (4+ messages)

[PATCH v3 0/5] Fuller TDX kexec support
 2026-04-02  6:32 UTC  (6+ messages)
` [PATCH v3 1/5] x86/tdx: Move TDX architectural error codes into <asm/shared/tdx_errno.h>
` [PATCH v3 2/5] x86/virt/tdx: Pull kexec cache flush logic into arch/x86
` [PATCH v3 3/5] x86/virt/tdx: Add SEAMCALL wrapper for TDH.SYS.DISABLE
` [PATCH v3 4/5] x86/tdx: Disable the TDX module during kexec and kdump
` [PATCH v3 5/5] x86/virt/tdx: Remove kexec docs

[PATCH v2] RISC-V: KVM: Batch stage-2 remote TLB flushes
 2026-04-02  6:11 UTC  (2+ messages)

[PATCH v2 00/14] KVM: selftests: Link with VFIO selftests lib and test device interrupts
 2026-04-02  5:27 UTC  (33+ messages)
` [PATCH v2 01/14] KVM: selftests: Build and link sefltests/vfio/lib into KVM selftests
` [PATCH v2 02/14] KVM: selftests: Add helper functions for IRQ testing
` [PATCH v2 03/14] KVM: selftests: Add vfio_pci_irq_test
` [PATCH v2 05/14] KVM: selftests: Add support for random host IRQ affinity
` [PATCH v2 06/14] KVM: selftests: Allow blocking vCPUs via HLT
` [PATCH v2 07/14] KVM: selftests: Add support for physical device MSI triggers
` [PATCH v2 10/14] KVM: selftests: Add support for NMI delivery
` [PATCH v2 11/14] KVM: selftests: Add support for vCPU pinning
` [PATCH v2 14/14] KVM: selftests: Make vfio_pci_irq_test timeout configurable

[PATCH] KVM TDP MMU FIXES- Replaced unsafe panic calls with proper error handling
 2026-04-02  5:19 UTC 

[PATCH 1/2] vfio/cdx: Fix NULL pointer dereference in interrupt trigger path
 2026-04-02  4:44 UTC  (4+ messages)

[PATCH v3 00/15] mm, kvm: allow uffd support in guest_memfd
 2026-04-02  4:36 UTC  (9+ messages)
` [PATCH v3 02/15] userfaultfd: introduce struct mfill_state

[PATCH v4 00/15] mm, kvm: allow uffd support in guest_memfd
 2026-04-02  4:35 UTC  (17+ messages)
` [PATCH v4 01/15] userfaultfd: introduce mfill_copy_folio_locked() helper
` [PATCH v4 02/15] userfaultfd: introduce struct mfill_state
` [PATCH v4 03/15] userfaultfd: introduce mfill_establish_pmd() helper
` [PATCH v4 04/15] userfaultfd: introduce mfill_get_vma() and mfill_put_vma()
` [PATCH v4 05/15] userfaultfd: retry copying with locks dropped in mfill_atomic_pte_copy()
` [PATCH v4 06/15] userfaultfd: move vma_can_userfault out of line
` [PATCH v4 07/15] userfaultfd: introduce vm_uffd_ops
` [PATCH v4 08/15] shmem, userfaultfd: use a VMA callback to handle UFFDIO_CONTINUE
` [PATCH v4 09/15] userfaultfd: introduce vm_uffd_ops->alloc_folio()
` [PATCH v4 10/15] shmem, userfaultfd: implement shmem uffd operations using vm_uffd_ops
` [PATCH v4 11/15] userfaultfd: mfill_atomic(): remove retry logic
` [PATCH v4 12/15] mm: generalize handling of userfaults in __do_fault()
` [PATCH v4 13/15] KVM: guest_memfd: implement userfaultfd operations
` [PATCH v4 14/15] KVM: selftests: test userfaultfd minor for guest_memfd
` [PATCH v4 15/15] KVM: selftests: test userfaultfd missing "

[PATCH 00/17] TDX MMU refactors
 2026-04-02  2:17 UTC  (30+ messages)
` [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 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 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 17/17] KVM: TDX: Move external page table freeing to TDX code

[PATCH v6 0/4] Support runtime configuration for per-VM's HGATP mode
 2026-04-02  1:30 UTC  (8+ messages)
` [PATCH v6 1/4] RISC-V: KVM: "
` [PATCH v6 2/4] RISC-V: KVM: Cache gstage pgd_levels in struct kvm_gstage
` [PATCH v6 3/4] RISC-V: KVM: Detect and expose supported HGATP G-stage modes
    `  "

[PATCH-for-11.1 0/8] target/arm: Compile accelerator-related objects as common code
 2026-04-02  0:45 UTC  (12+ messages)
` [PATCH-for-11.1 1/8] accel/kvm: Include missing 'exec/vaddr.h' header
` [PATCH-for-11.1 2/8] accel/kvm: Remove TARGET_KVM_HAVE_GUEST_DEBUG
` [PATCH-for-11.1 3/8] accel/kvm: Expose all non-target specific declarations
` [PATCH-for-11.1 4/8] target/arm: Compile WHPX as common object
` [PATCH-for-11.1 5/8] target/arm: Remove target_ulong use in hvf_handle_psci_call()
` [PATCH-for-11.1 6/8] target/arm: Compile HVF as common object
` [PATCH-for-11.1 7/8] target/arm: Remove target_ulong cast in kvm_arm_handle_dabt_nisv()
` [PATCH-for-11.1 8/8] target/arm: Compile KVM as common object

[PATCH v6 0/8] vfio: selftest: Add SR-IOV UAPI test
 2026-04-02  0:17 UTC  (8+ messages)
` [PATCH v6 8/8] vfio: selftests: Add tests to validate SR-IOV UAPI

[PATCH] vfio/pci: sanitize bogus INTx interrupt pin values
 2026-04-01 22:59 UTC  (3+ messages)
` [PATCH v2] "

[PATCH RFC v4 00/44] guest_memfd: In-place conversion support
 2026-04-01 22:46 UTC  (17+ messages)
` [PATCH RFC v4 07/44] KVM: guest_memfd: Only prepare folios for private pages
` [PATCH RFC v4 08/44] KVM: Introduce KVM_SET_MEMORY_ATTRIBUTES2
` [PATCH RFC v4 10/44] KVM: guest_memfd: Add support for KVM_SET_MEMORY_ATTRIBUTES2
` [PATCH RFC v4 25/44] KVM: selftests: Test basic single-page conversion flow

[REGRESSION 6.19, BISECTED] KVM: x86: kvmclock rate-limit removal causes IPI storm and high guest steal time
 2026-04-01 21:16 UTC  (4+ messages)

[PATCH v8 02/10] x86/bhi: Make clear_bhb_loop() effective on newer CPUs
 2026-04-01 18:52 UTC  (11+ messages)

[PATCH v2 0/5] Fuller TDX kexec support
 2026-04-01 18:30 UTC  (9+ messages)
` [PATCH v2 2/5] x86/virt/tdx: Pull kexec cache flush logic into arch/x86

[PATCH v2 0/4] KVM: s390: Permit ESA mode guests in VSIE
 2026-04-01 17:51 UTC  (9+ messages)
` [PATCH v2 1/4] KVM: s390: vsie: Allow non-zarch guests
` [PATCH v2 2/4] KVM: s390: vsie: Disable some bits when in ESA mode
` [PATCH v2 3/4] KVM: s390: vsie: Accommodate ESA prefix pages
` [PATCH v2 4/4] KVM: s390: Add KVM capability for ESA mode guests

[PATCH v2 0/5] KVM: s390: Enable 4k granularity for memslots
 2026-04-01 17:39 UTC  (6+ messages)
` [PATCH v2 1/5] KVM: s390: Add some useful mask macros
` [PATCH v2 2/5] KVM: s390: Add alignment checks for hugepages
` [PATCH v2 3/5] KVM: s390: Allow 4k granularity for memslots
` [PATCH v2 4/5] KVM: selftests: Remove 1M alignment requirement for s390
` [PATCH v2 5/5] KVM: s390: selftests: enable some common memory-related tests

SEV-ES guest shutdown: linux-next regression with QEMU 10.2.2; smp>1
 2026-04-01 17:39 UTC  (7+ messages)

TDX/non-ACT: failed TDH.PHYMEM.PAGE.WBINVD after successful page remove can leave a page unreset
 2026-04-01 16:59 UTC  (3+ messages)

[RFC PATCH v2 00/24] KVM: combined patchset for MBEC/GMET support
 2026-04-01 16:27 UTC  (5+ messages)

[PATCH v2 00/16] KVM: arm64: First batch of vgic-v5 related fixes
 2026-04-01 16:24 UTC  (4+ messages)
` [PATCH v2 07/16] KVM: arm64: vgic-v5: Transfer edge pending state to ICH_PPI_PENDRx_EL2

[PATCH] KVM: arm64: vgic-v5: Fold PPI state for all exposed PPIs
 2026-04-01 16:21 UTC 

[PATCH v3 3/6] x86/sev: Add support to perform RMP optimizations asynchronously
 2026-04-01 16:10 UTC  (5+ messages)

[PATCH v2 00/30] KVM: arm64: Combined user_mem_abort() rework
 2026-04-01 15:34 UTC  (2+ messages)

[PATCH kvmtool] riscv: Add BFloat16 extensions support
 2026-04-01 15:17 UTC  (2+ messages)

[PATCH v1 0/4] KVM: s390: Permit ESA mode guests in VSIE
 2026-04-01 14:50 UTC  (5+ messages)
` [PATCH v1 2/4] KVM: s390: vsie: Disable some bits when in ESA mode

[PATCH v2 00/20] vfio/pci: Add CXL Type-2 device passthrough support
 2026-04-01 14:39 UTC  (7+ messages)
` [PATCH v2 15/20] vfio/cxl: Virtualize CXL DVSEC config writes
` [PATCH v2 16/20] vfio/cxl: Register regions with VFIO layer
` [PATCH v2 17/20] vfio/pci: Advertise CXL cap and sparse component BAR to userspace
` [PATCH v2 18/20] vfio/cxl: Provide opt-out for CXL feature
` [PATCH v2 19/20] docs: vfio-pci: Document CXL Type-2 device passthrough
` [PATCH v2 20/20] selftests/vfio: Add CXL Type-2 VFIO assignment test


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