public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-03-19 18:53:23 to 2026-03-22 10:03:31 UTC [more...]

[PATCH v2 00/15] mm, kvm: allow uffd support in guest_memfd
 2026-03-22 10:03 UTC  (8+ messages)
` [PATCH v2 01/15] userfaultfd: introduce mfill_copy_folio_locked() helper
` [PATCH v2 02/15] userfaultfd: introduce struct mfill_state
` [PATCH v2 03/15] userfaultfd: introduce mfill_get_pmd() helper

[PATCH RFC] vhost: fix vhost_get_avail_idx for a non empty ring
 2026-03-22  9:43 UTC  (2+ messages)

[PATCH v4 0/4] Use killable vma write locking in most places
 2026-03-22  7:49 UTC  (6+ messages)
` [PATCH v4 1/4] mm/vma: cleanup error handling path in vma_expand()
` [PATCH v4 2/4] mm: replace vma_start_write() with vma_start_write_killable()
` [PATCH v4 3/4] KVM: s390: avoid kvm_s390_handle_pv() error overwrite
` [PATCH v4 4/4] mm: use vma_start_write_killable() in process_vma_walk_lock()

[PATCH 0/5] KVM: arm64: pkvm; Rework aspects of the PSCI relay
 2026-03-21 21:24 UTC  (6+ messages)
` [PATCH 1/5] KVM: arm64: pkvm: Move error handling to the end of kvm_hyp_cpu_entry
` [PATCH 2/5] KVM: arm64: pkvm: Simplify BTI handling on CPU boot
` [PATCH 3/5] KVM: arm64: pkvm: Turn __kvm_hyp_init_cpu into an inner label
` [PATCH 4/5] KVM: arm64: pkvm: Use direct function pointers for cpu_{on,resume}
` [PATCH 5/5] KVM: arm64: Remove extra ISBs when using msr_hcr_el2

[PATCH v13 00/48] arm64: Support for Arm CCA in KVM
 2026-03-21 16:34 UTC  (47+ messages)
` [PATCH v13 05/48] arm64: RMI: Temporarily add SMCs from RMM v1.0 spec
` [PATCH v13 07/48] arm64: RMI: Check for RMI support at KVM init
` [PATCH v13 12/48] arm64: RMI: Basic infrastructure for creating a realm
` [PATCH v13 15/48] arm64: RMI: RTT tear down
` [PATCH v13 17/48] arm64: RMI: Allocate/free RECs to match vCPUs
` [PATCH v13 20/48] arm64: RMI: Handle realm enter/exit
` [PATCH v13 21/48] arm64: RMI: Handle RMI_EXIT_RIPAS_CHANGE
` [PATCH v13 23/48] KVM: arm64: Expose support for private memory
` [PATCH v13 26/48] arm64: RMI: Create the realm descriptor
` [PATCH v13 27/48] arm64: RMI: Runtime faulting of memory
` [PATCH v13 37/48] arm64: RMI: Prevent Device mappings for Realms
` [PATCH v13 39/48] arm64: RMI: Propagate number of breakpoints and watchpoints to userspace
` [PATCH v13 45/48] arm64: RMI: Provide accurate register list

[RFC PATCH 00/22] KVM: combined patchset for MBEC/GMET support
 2026-03-21 15:42 UTC  (27+ messages)
` [PATCH 01/22] KVM: TDX/VMX: rework EPT_VIOLATION_EXEC_FOR_RING3_LIN into PROT_MASK
` [PATCH 02/22] KVM: x86/mmu: remove SPTE_PERM_MASK
` [PATCH 03/22] KVM: x86/mmu: adjust MMIO generation bit allocation and allowed mask
` [PATCH 04/22] KVM: x86/mmu: shuffle high bits of SPTEs in preparation for MBEC
` [PATCH 05/22] KVM: x86/mmu: remove SPTE_EPT_*
` [PATCH 06/22] KVM: x86/mmu: merge make_spte_{non,}executable
` [PATCH 07/22] KVM: x86/mmu: rename and clarify BYTE_MASK
` [PATCH 08/22] KVM: x86/mmu: introduce ACC_READ_MASK
` [PATCH 09/22] KVM: x86/mmu: separate more EPT/non-EPT permission_fault()
` [PATCH 10/22] KVM: x86/mmu: split XS/XU bits for MBEC
` [PATCH 11/22] KVM: x86/mmu: move cr4_smep to base role
` [PATCH 12/22] KVM: VMX: enable use of MBEC
` [PATCH 13/22] KVM: x86/mmu: add support for nested MBEC
` [PATCH 14/22] KVM: nVMX: advertise MBEC to nested guests
` [PATCH 15/22] KVM: nVMX: allow MBEC with EVMCS
` [PATCH 16/22] KVM: x86/tdp_mmu: propagate access mask from kvm_mmu_page to PTE
` [PATCH 17/22] KVM: x86/mmu: introduce cpu_role bit for availability of PFEC.I/D
` [PATCH 18/22] KVM: SVM: add GMET bit definitions
` [PATCH 19/22] KVM: x86/mmu: add support for NPT GMET
` [PATCH 20/22] KVM: SVM: enable GMET and set it in MMU role
` [PATCH 21/22] KVM: SVM: work around errata 1218
` [PATCH 22/22] KVM: nSVM: enable GMET for guests

[REGRESSION 6.19, BISECTED] KVM: x86: kvmclock rate-limit removal causes IPI storm and high guest steal time
 2026-03-21 14:59 UTC 

[REGRESSION 6.19, BISECTED] KVM: x86: kvmclock rate-limit removal causes IPI storm and high guest steal time
 2026-03-21 14:32 UTC 

[PATCH 00/14] iommu: Add live update state preservation
 2026-03-21 13:27 UTC  (23+ messages)
` [PATCH 04/14] iommu/pages: Add APIs to preserve/unpreserve/restore iommu pages
` [PATCH 05/14] iommupt: Implement preserve/unpreserve/restore callbacks
` [PATCH 06/14] iommu/vt-d: Implement device and iommu preserve/unpreserve ops
` [PATCH 07/14] iommu/vt-d: Restore IOMMU state and reclaimed domain ids
` [PATCH 10/14] iommufd-lu: Implement ioctl to let userspace mark an HWPT to be preserved

[PATCH 0/6] change young flag check functions to return bool
 2026-03-21 13:02 UTC  (26+ messages)
` [PATCH 1/6] mm: change to return bool for ptep_test_and_clear_young()
` [PATCH 2/6] mm: change to return bool for ptep_clear_flush_young()/clear_flush_young_ptes()
` [PATCH 3/6] mm: change to return bool for pmdp_test_and_clear_young()
` [PATCH 4/6] mm: change to return bool for pmdp_clear_flush_young()
` [PATCH 5/6] mm: change to return bool for pudp_test_and_clear_young()
` [PATCH 6/6] mm: change to return bool for the MMU notifier's young flag check

[PATCH v2 0/6] change young flag check functions to return bool
 2026-03-21  6:42 UTC  (7+ messages)
` [PATCH v2 1/6] mm: change to return bool for ptep_test_and_clear_young()
` [PATCH v2 2/6] mm: change to return bool for ptep_clear_flush_young()/clear_flush_young_ptes()
` [PATCH v2 3/6] mm: change to return bool for pmdp_test_and_clear_young()
` [PATCH v2 4/6] mm: change to return bool for pmdp_clear_flush_young()
` [PATCH v2 5/6] mm: change to return bool for pudp_test_and_clear_young()
` [PATCH v2 6/6] mm: change to return bool for the MMU notifier's young flag check

[PATCH RFC v2 0/7] mm: Fix MF_DELAYED handling on memory failure
 2026-03-21  6:30 UTC  (10+ messages)
` [PATCH RFC v2 1/7] mm: memory_failure: Clarify the MF_DELAYED definition
` [PATCH RFC v2 2/7] mm: memory_failure: Allow truncate_error_folio to return MF_DELAYED
` [PATCH RFC v2 3/7] mm: shmem: Update shmem handler to the MF_DELAYED definition
` [PATCH RFC v2 4/7] mm: memory_failure: Generalize extra_pins handling to all MF_DELAYED cases
` [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 RFC v2 7/7] KVM: selftests: Test guest_memfd behavior with respect to stage 2 page tables

[PATCH v7 0/2] LoongArch: KVM: Add DMSINTC support irqchip in kernel
 2026-03-21  4:03 UTC  (8+ messages)
` [PATCH v7 1/2] LoongArch: KVM: Add DMSINTC device support
` [PATCH v7 2/2] LoongArch: KVM: Add dmsintc inject msi to the dest vcpu

[PATCH-for-11.1 v6 6/6] monitor: Remove 'monitor/hmp-target.h' header
 2026-03-20 21:52 UTC  (2+ messages)

[PATCH] vfio/qat: extend Kconfig dependencies for 420xx and 6xxx devices
 2026-03-20 21:40 UTC  (3+ messages)

[PATCH] vfio/qat: add support for Intel QAT 420xx VFs
 2026-03-20 21:35 UTC 

[PATCH] vfio: selftests: Fix VLA initialisation in vfio_pci_irq_set()
 2026-03-20 21:17 UTC  (3+ messages)

[PATCH] vfio: uapi: fix comment typo
 2026-03-20 21:17 UTC  (2+ messages)

[PATCH v2] vfio: mdev: replace mtty_dev->vd_class with a const struct class
 2026-03-20 21:17 UTC  (2+ messages)

[PATCH] vfio: replace vfio->class with a const struct class
 2026-03-20 21:18 UTC  (2+ messages)

[PATCH v2] vfio: selftests: Support DMR and GNR-D DSA devices
 2026-03-20 21:16 UTC  (3+ messages)

[PATCH] vfio: selftests: fix crash in vfio_dma_mapping_mmio_test
 2026-03-20 21:18 UTC  (2+ messages)

[PATCH v2] vfio: selftests: Build tests on aarch64
 2026-03-20 21:17 UTC  (3+ messages)

[PATCH V2 vfio 0/6] Add support for PRE_COPY initial bytes re-initialization
 2026-03-20 21:17 UTC  (2+ messages)

[PATCH v7 00/10] VMSCAPE optimization for BHI variant
 2026-03-20 18:23 UTC  (10+ messages)
` [PATCH v7 07/10] x86/vmscape: Use static_call() for predictor flush

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

[PATCH 0/2] vfio: selftests: Fix MMIO test failures in iommufd compat mode
 2026-03-20 17:43 UTC  (4+ messages)
` [PATCH 1/2] vfio: selftests: Fix iommufd compat mode __iommu_unmap() crash
` [PATCH 2/2] vfio: selftests: Align __iommu_unmap() check with iommufd compat mode

[PATCH v2 0/8] KVM: s390: More memory management fixes
 2026-03-20 16:15 UTC  (9+ messages)
` [PATCH v2 1/8] KVM: s390: vsie: Fix dat_split_ste()
` [PATCH v2 2/8] KVM: s390: Remove non-atomic dat_crstep_xchg()
` [PATCH v2 3/8] KVM: s390: vsie: Fix check for pre-existing shadow mapping
` [PATCH v2 4/8] KVM: s390: Fix gmap_link()
` [PATCH v2 5/8] KVM: s390: vsie: Fix refcount overflow for shadow gmaps
` [PATCH v2 6/8] KVM: s390: vsie: Fix unshadowing while shadowing
` [PATCH v2 7/8] KVM: s390: vsie: Fix guest page tables protection
` [PATCH v2 8/8] KVM: s390: Fix KVM_S390_VCPU_FAULT ioctl

SEV-ES guest shutdown: linux-next regression with QEMU 10.2.2; smp>1
 2026-03-20 16:11 UTC  (2+ messages)

[PATCH for-11.0 v2] hw/hyperv: fix SynIC not initialized for CPUs after the first
 2026-03-20 15:47 UTC 

[PATCH 0/5] i386/sev: Add TCG-emulated AMD SEV guest support
 2026-03-20 15:34 UTC  (16+ messages)
` [PATCH 1/5] i386/sev: Add sev-emulated QOM object with TCG support
` [PATCH 4/5] i386/sev: Add launch measurement emulation and TIK property

[PATCH v6 0/3] vfio/pci: Introduce vfio_pci driver for ISM devices
 2026-03-20 13:55 UTC  (5+ messages)
` [PATCH v6 2/3] vfio/ism: Implement "

[PATCH 25/41] kvm: Use private inode list instead of i_private_list
 2026-03-20 13:41 UTC 

[PATCH] KVM: irqfd: fix shutdown deadlock by moving SRCU sync outside resampler_lock
 2026-03-20 12:56 UTC  (2+ messages)

[RFC 00/10] KVM: s390: spring cleanup
 2026-03-20 12:01 UTC  (3+ messages)
` [RFC 05/10] KVM: s390: vsie: Cleanup and fixup of crycb handling

[kvmtool PATCH v6 00/17] kvmtool: arm64: Handle PSCI calls in userspace
 2026-03-20 10:40 UTC  (4+ messages)
` [kvmtool PATCH v6 01/17] util/update_headers: Update linux/const.h from linux sources

[PATCH v6 00/39] KVM: arm64: Introduce vGIC-v5 with PPI support
 2026-03-20 10:27 UTC  (5+ messages)
` [PATCH v6 01/39] KVM: arm64: vgic-v3: Drop userspace write sanitization for ID_AA64PFR0.GIC on GICv5

[PATCH 1/2] vfio/cdx: Fix NULL pointer dereference in interrupt trigger path
 2026-03-20 10:19 UTC 

[GIT PULL] KVM/arm64 fixes for 7.0, take #4
 2026-03-20  9:41 UTC 

[PATCH v5 00/22] Runtime TDX module update support
 2026-03-20  8:31 UTC  (16+ messages)
` [PATCH v5 09/22] x86/virt/seamldr: Introduce skeleton for TDX module updates
` [PATCH v5 10/22] x86/virt/seamldr: Abort updates if errors occurred midway
` [PATCH v5 11/22] x86/virt/seamldr: Shut down the current TDX module
` [PATCH v5 17/22] x86/virt/tdx: Avoid updates during update-sensitive operations
` [PATCH v5 22/22] x86/virt/seamldr: Log TDX module update failures

[PATCH v2 0/3] LoongArch: KVM: Some small enhanments
 2026-03-20  2:58 UTC  (4+ messages)
` [PATCH v2 3/3] LoongArch: KVM: Set vcpu_is_preempted() macro rather than function

[PATCH] RISC-V: KVM: Fix integer overflow in kvm_pmu_validate_counter_mask()
 2026-03-20  1:02 UTC  (2+ messages)

[PATCH] vfio: selftests: Support DMR and GNR-D DSA devices
 2026-03-20  0:56 UTC  (3+ messages)

[PATCH] vfio: selftests: Build tests on aarch64
 2026-03-19 22:55 UTC  (3+ messages)

[PATCH v2 00/22] vfio/pci: Base Live Update support for VFIO device files
 2026-03-19 22:09 UTC  (6+ messages)
` [PATCH v2 04/22] vfio/pci: Register a file handler with Live Update Orchestrator

[PATCH v9 0/2] selftests/vfio: Add NVIDIA GPU Falcon DMA test driver
 2026-03-19 20:21 UTC  (6+ messages)
` [PATCH v9 2/2] selftests/vfio: Add NVIDIA Falcon driver for DMA testing

[PATCH] vfio/type1: Retry follow_pfnmap_start() when PFNMAP is zapped
 2026-03-19 19:44 UTC  (6+ messages)

[PATCH] KVM: TDX: Fix APIC MSR ranges in tdx_has_emulated_msr()
 2026-03-19 19:33 UTC  (6+ messages)


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