public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-03-24 13:00:40 to 2026-03-25 20:41:51 UTC [more...]

[PATCH 00/14] iommu: Add live update state preservation
 2026-03-25 20:41 UTC  (22+ messages)
` [PATCH 02/14] iommu: Implement IOMMU core liveupdate skeleton
` [PATCH 10/14] iommufd-lu: Implement ioctl to let userspace mark an HWPT to be preserved
` [PATCH 11/14] iommufd-lu: Persist iommu hardware pagetables for live update
` [PATCH 12/14] iommufd: Add APIs to preserve/unpreserve a vfio cdev
` [PATCH 13/14] vfio/pci: Preserve the iommufd state of the "

[PATCH v8 00/10] VMSCAPE optimization for BHI variant
 2026-03-25 20:37 UTC  (24+ messages)
` [PATCH v8 01/10] x86/bhi: x86/vmscape: Move LFENCE out of clear_bhb_loop()
` [PATCH v8 02/10] x86/bhi: Make clear_bhb_loop() effective on newer CPUs
` [PATCH v8 03/10] x86/bhi: Rename clear_bhb_loop() to clear_bhb_loop_nofence()
` [PATCH v8 04/10] x86/vmscape: Rename x86_ibpb_exit_to_user to x86_predictor_flush_exit_to_user
` [PATCH v8 05/10] x86/vmscape: Move mitigation selection to a switch()
` [PATCH v8 06/10] x86/vmscape: Use write_ibpb() instead of indirect_branch_prediction_barrier()
` [PATCH v8 07/10] x86/vmscape: Use static_call() for predictor flush
` [PATCH v8 08/10] x86/vmscape: Deploy BHB clearing mitigation
` [PATCH v8 09/10] x86/vmscape: Resolve conflict between attack-vectors and vmscape=force
` [PATCH v8 10/10] x86/vmscape: Add cmdline vmscape=on to override attack vector controls

[PATCH v3 00/24] vfio/pci: Base Live Update support for VFIO device files
 2026-03-25 20:06 UTC  (17+ messages)
` [PATCH v3 02/24] PCI: Add API to track PCI devices preserved across Live Update
` [PATCH v3 03/24] PCI: Require Live Update preserved devices are in singleton iommu_groups
` [PATCH v3 06/24] vfio/pci: Register a file handler with Live Update Orchestrator
` [PATCH v3 07/24] vfio/pci: Preserve vfio-pci device files across Live Update
` [PATCH v3 08/24] vfio/pci: Retrieve preserved device files after "

[PATCH] KVM: selftests: Guard execinfo.h inclusion for non-glibc builds
 2026-03-25 18:47 UTC  (4+ messages)

[PATCH 0/7] KVM: x86: APX reg prep work
 2026-03-25 18:28 UTC  (5+ messages)

[PATCH v3 0/5] Support the FEAT_HDBSS introduced in Armv9.5
 2026-03-25 18:20 UTC  (4+ 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 v2 net] ptr_ring: disable KCSAN warnings
 2026-03-25 17:36 UTC 

[PATCH 00/12] treewide: Convert buses to use generic driver_override
 2026-03-25 17:28 UTC  (15+ messages)
` [PATCH 02/12] bus: fsl-mc: use generic driver_override infrastructure
` [PATCH 04/12] hv: vmbus: "
` [PATCH 05/12] PCI: "
` [PATCH 06/12] platform/wmi: "
` [PATCH 07/12] rpmsg: "
` [PATCH 08/12] vdpa: "
` (subset) [PATCH 00/12] treewide: Convert buses to use generic driver_override

[PATCH 0/2] x86/tdx: Fix memory hotplug in TDX guests
 2026-03-25 17:21 UTC  (7+ messages)
` [PATCH 1/2] x86/tdx: Handle TDG.MEM.PAGE.ACCEPT success-with-warning returns
` [PATCH 2/2] x86/tdx: Accept hotplugged memory before online

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

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

[kvm-unit-tests PATCH 00/10] x86/vmx: unit tests for Intel MBEC
 2026-03-25 16:56 UTC  (3+ messages)

[PATCH net] ptr_ring: disable KCSAN warnings
 2026-03-25 16:55 UTC 

[PATCH-for-11.0? 0/6] qom: Restrict compat properties API to system emulation
 2026-03-25 15:17 UTC  (7+ messages)
` [PATCH-for-11.0? 1/6] MAINTAINERS: Separate QDev section from QOM one
` [PATCH-for-11.0? 2/6] hw/core: Move compat_props_add() to 'hw/core/boards.h'
` [PATCH-for-11.0? 3/6] qom: Declare GlobalProperty structure in 'qom/compat-properties.h'
` [PATCH-for-11.0? 4/6] qom: Declare compat properties API "
` [PATCH-for-11.0? 5/6] qom: Restrict compat properties API to system emulation
` [NOTFORMERGE PATCH 6/6] buildsys: Allow building guest-agent on 32-bit hosts

[PATCH v2] mm/pagewalk: fix race between concurrent split and refault
 2026-03-25 15:14 UTC  (3+ messages)

[PATCH v3 03/24] PCI: Require Live Update preserved devices are in singleton iommu_groups
 2026-03-25 14:51 UTC 

[PATCH net-next v8 0/4] tun/tap & vhost-net: apply qdisc backpressure on full ptr_ring to reduce TX drops
 2026-03-25 14:47 UTC  (10+ messages)
` [PATCH net-next v8 3/4] ptr_ring: move free-space check into separate helper
` [PATCH net-next v8 4/4] tun/tap & vhost-net: avoid ptr_ring tail-drop when a qdisc is present

[PATCH kvmtool 0/2] Add GDB stub and step-debug support for x86 and arm64
 2026-03-25 14:24 UTC  (4+ messages)
` [PATCH 2/2] arm64: Add GDB stub and step-debug support

[PATCH v8 0/3] vfio/pci: Introduce vfio_pci driver for ISM devices
 2026-03-25 13:31 UTC  (4+ messages)
` [PATCH v8 1/3] vfio/pci: Rename vfio_config_do_rw() to vfio_pci_config_rw_single() and export it
` [PATCH v8 2/3] vfio/ism: Implement vfio_pci driver for ISM devices
` [PATCH v8 3/3] MAINTAINERS: add VFIO ISM PCI DRIVER section

[PATCH 0/2] KVM: s390: Fix lpsw/e breaking event handling
 2026-03-25 13:19 UTC  (9+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] KVM: s390: selftests: Add load psw bear test
  ` [PATCH v2] "

[RFC PATCH 00/22] KVM: combined patchset for MBEC/GMET support
 2026-03-25 12:55 UTC  (22+ 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 04/22] KVM: x86/mmu: shuffle high bits of SPTEs in preparation for MBEC
` [PATCH 05/22] KVM: x86/mmu: remove SPTE_EPT_*
` [PATCH 10/22] KVM: x86/mmu: split XS/XU bits for MBEC
` [PATCH 20/22] KVM: SVM: enable GMET and set it in MMU role
` [PATCH 22/22] KVM: nSVM: enable GMET for guests

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

[PATCH v13 00/48] arm64: Support for Arm CCA in KVM
 2026-03-25 11:32 UTC  (8+ messages)

[PATCH kernel 0/9] PCI/TSM: coco/sev-guest: Implement SEV-TIO PCIe TDISP (phase2)
 2026-03-25 10:42 UTC  (12+ messages)
` [PATCH kernel 4/9] dma/swiotlb: Stop forcing SWIOTLB for TDISP devices

[kvm-unit-tests PATCH v2 0/5] s390x: Add test for STFLE interpretive execution (format-2)
 2026-03-25 10:18 UTC  (8+ messages)
` [kvm-unit-tests PATCH v2 1/5] s390x: snippets: Add reset_guest() to lib
` [kvm-unit-tests PATCH v2 2/5] s390x: sclp: Remove unnecessary padding from struct sclp_facilities
` [kvm-unit-tests PATCH v2 3/5] s390x: sclp: Rework sclp_facilities_setup() for simpler control flow
` [kvm-unit-tests PATCH v2 4/5] s390x: sclp: Add detection of alternate STFLE facilities
` [kvm-unit-tests PATCH v2 5/5] s390x: Add test for STFLE interpretive execution (format-2)

[RFC PATCH v1] x86/split_lock: Provide KVM helper to log guest bus lock exits
 2026-03-25  9:54 UTC  (4+ messages)

[PATCH] KVM: Fix kvm_vcpu_map[_readonly]() function prototypes
 2026-03-25  9:15 UTC 

[PATCH 0/3] KVM: arm64: selftests: Basic nested guest support
 2026-03-25  9:18 UTC  (8+ messages)
` [PATCH 1/3] KVM: arm64: selftests: Add library functions for NV
` [PATCH 2/3] KVM: arm64: sefltests: Add basic NV selftest
` [PATCH 3/3] KVM: arm64: selftests: Enable stage-2 in NV preparation functions

[PATCH] KVM: mmu_notifier: make mn_invalidate_lock non-sleeping for non-blocking invalidations
 2026-03-25  5:19 UTC  (8+ messages)

[PATCH v8 0/2] skip redundant sync IPIs when TLB flush sent them
 2026-03-25  2:43 UTC  (3+ messages)

[PATCH 1/1] target/i386/kvm: Use logical counter index for AMD PMU getter
 2026-03-25  2:12 UTC 

[SECURITY] KVM nSVM: vmcb12->save.rip TOCTOU race -- save-area analog of CVE-2021-29657
 2026-03-25  2:01 UTC 

[PATCH] LoongArch: KVM: Set max used FPU type with FPU exception
 2026-03-25  1:51 UTC  (2+ messages)

[PATCH v2 00/16] fs,x86/resctrl: Add kernel-mode (e.g., PLZA) support to the resctrl subsystem
 2026-03-24 22:53 UTC  (6+ messages)
` [PATCH v2 01/16] fs/resctrl: Add kernel mode (kmode) data structures and arch hook
` [PATCH v2 02/16] fs, x86/resctrl: Add architecture routines for kernel mode initialization

[GIT PULL] KVM fixes for Linux 7.0-rc6
 2026-03-24 20:59 UTC  (2+ messages)

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

[PATCH v2 0/5] Revoke supported SEV VM types
 2026-03-24 19:40 UTC  (6+ messages)
` [PATCH v2 1/5] crypto/ccp: hoist kernel part of SNP_PLATFORM_STATUS
` [PATCH v2 2/5] crypto/ccp: export firmware supported vm types
` [PATCH v2 3/5] KVM: SEV: don't expose unusable VM types
` [PATCH v2 4/5] KVM: SEV: mask off firmware unsupported vm types
` [PATCH v2 5/5] KVM: selftests: teach sev_*_test about revoking VM types

[PATCH v7 00/41] KVM: arm64: Introduce vGIC-v5 with PPI support
 2026-03-24 18:16 UTC  (7+ messages)
` [PATCH v7 12/41] KVM: arm64: gic-v5: Sanitize ID_AA64PFR2_EL1.GCIE

[PATCH v5 0/5] KVM: selftests: arm64: Improve diagnostics from set_id_regs
 2026-03-24 17:39 UTC  (4+ messages)
` [PATCH v5 4/5] KVM: selftests: arm64: Skip all 32 bit IDs when set_id_regs is aarch64 only

[GIT PULL 0/6] KVM: s390: Fixes for 7.0
 2026-03-24 16:33 UTC  (2+ messages)

[GIT PULL] KVM/arm64 fixes for 7.0, take #4
 2026-03-24 16:32 UTC  (2+ messages)

[PATCH v4 0/4] Use killable vma write locking in most places
 2026-03-24 15:59 UTC  (4+ messages)

[kvm-unit-tests PATCH v1 0/3] arm64: Add Stage-2 MMU and Nested Guest Framework
 2026-03-24 15:44 UTC  (6+ messages)
` [kvm-unit-tests PATCH v1 1/3] lib: arm64: Add stage2 page table management library
` [kvm-unit-tests PATCH v1 2/3] lib: arm64: Add bare-metal guest execution framework

[PATCH v2 0/2] s390x/kvm: Add ASTFLE facility 2 for nested virtualization
 2026-03-24 15:43 UTC  (3+ messages)
` [PATCH v2 1/2] linux-headers: Update to Linux v7.x with KVM_S390_VM_CPU_FEAT_ASTFLEIE2
` [PATCH v2 2/2] s390x/kvm: Add ASTFLE facility 2 for nested virtualization

[PATCH v2 0/8] KVM: s390: More memory management fixes
 2026-03-24 15:28 UTC  (12+ messages)
` [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 v10 00/30] KVM: arm64: Implement support for SME
 2026-03-24 14:56 UTC  (4+ messages)
` [PATCH v10 28/30] KVM: arm64: selftests: Skip impossible invalid value tests


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