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

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

[PATCH 00/12] treewide: Convert buses to use generic driver_override
 2026-03-25 10:17 UTC  (21+ messages)
` [PATCH 01/12] amba: use generic driver_override infrastructure
` [PATCH 02/12] bus: fsl-mc: "
` [PATCH 03/12] cdx: "
` [PATCH 04/12] hv: vmbus: "
` [PATCH 05/12] PCI: "
` [PATCH 06/12] platform/wmi: "
` [PATCH 07/12] rpmsg: "
` [PATCH 08/12] vdpa: "
` [PATCH 09/12] s390/cio: "
` [PATCH 10/12] s390/ap: "
` [PATCH 11/12] spi: "
` [PATCH 12/12] driver core: remove driver_set_override()
` (subset) [PATCH 00/12] treewide: Convert buses to use generic driver_override

[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 00/22] KVM: combined patchset for MBEC/GMET support
 2026-03-25 10:08 UTC  (24+ 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 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 v2] mm/pagewalk: fix race between concurrent split and refault
 2026-03-25 10:06 UTC  (2+ messages)

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

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

[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 0/2] KVM: s390: Fix lpsw/e breaking event handling
 2026-03-25  8:49 UTC  (5+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] KVM: s390: selftests: Add load psw bear test

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

[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  (5+ messages)
` [PATCH v8 1/2] mm/mmu_gather: prepare to skip redundant sync IPIs
` [PATCH v8 2/2] x86/tlb: skip redundant sync IPIs for native TLB flush

[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  (7+ 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

[PATCH v8 00/10] VMSCAPE optimization for BHI variant
 2026-03-24 22:13 UTC  (20+ 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 0/2] x86/tdx: Fix memory hotplug in TDX guests
 2026-03-24 22:03 UTC  (5+ 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

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

[PATCH 00/14] iommu: Add live update state preservation
 2026-03-24 20:30 UTC  (10+ messages)
` [PATCH 02/14] iommu: Implement IOMMU core liveupdate skeleton
` [PATCH 13/14] vfio/pci: Preserve the iommufd state of the vfio cdev

[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] KVM: selftests: Guard execinfo.h inclusion for non-glibc builds
 2026-03-24 18:02 UTC  (2+ messages)

[PATCH v3 00/24] vfio/pci: Base Live Update support for VFIO device files
 2026-03-24 18:00 UTC  (21+ messages)
` [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 v3 18/24] vfio: selftests: Add vfio_pci_liveupdate_uapi_test
` [PATCH v3 19/24] vfio: selftests: Initialize vfio_pci_device using a VFIO cdev FD
` [PATCH v3 20/24] vfio: selftests: Add vfio_pci_liveupdate_kexec_test
` [PATCH v3 21/24] vfio: selftests: Expose iommu_modes to tests
` [PATCH v3 22/24] vfio: selftests: Expose low-level helper routines for setting up struct vfio_pci_device
` [PATCH v3 23/24] vfio: selftests: Verify that opening VFIO device fails during Live Update
` [PATCH v3 24/24] vfio: selftests: Add continuous DMA to vfio_pci_liveupdate_kexec_test

[PATCH v3 0/9] KVM: s390: More memory management fixes
 2026-03-24 17:43 UTC  (10+ 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 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  (7+ 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  (17+ messages)
` [PATCH v2 1/8] KVM: s390: vsie: Fix dat_split_ste()
` [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

[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

[PATCH RFC v2 0/7] mm: Fix MF_DELAYED handling on memory failure
 2026-03-24 12:36 UTC  (5+ messages)
` [PATCH RFC v2 5/7] mm: selftests: Add shmem memory failure test

[PATCH v2 0/5] Fuller TDX kexec support
 2026-03-24 10:18 UTC  (7+ messages)
` [PATCH v2 1/5] x86/tdx: Move all TDX error defines into <asm/shared/tdx_errno.h>
` [PATCH v2 2/5] x86/virt/tdx: Pull kexec cache flush logic into arch/x86
` [PATCH v2 3/5] x86/virt/tdx: Add SEAMCALL wrapper for TDH.SYS.DISABLE

[PATCH net-next v8 0/4] tun/tap & vhost-net: apply qdisc backpressure on full ptr_ring to reduce TX drops
 2026-03-24 10:14 UTC  (8+ messages)
` [PATCH net-next v8 1/4] tun/tap: add ptr_ring consume helper with netdev queue wakeup
` [PATCH net-next v8 2/4] vhost-net: wake queue of tun/tap after ptr_ring consume
` [PATCH net-next v8 4/4] tun/tap & vhost-net: avoid ptr_ring tail-drop when a qdisc is present

[PATCH] vmx/nested: Set the SGX feature flag only when hardware supported
 2026-03-24 10:11 UTC  (2+ messages)

[PATCH v8 0/2] LoongArch: KVM: Add DMSINTC support irqchip in kernel
 2026-03-24  9:15 UTC  (3+ messages)
` [PATCH v8 1/2] LoongArch: KVM: Add DMSINTC device support
` [PATCH v8 2/2] LoongArch: KVM: Add dmsintc inject msi to the dest vcpu

[RFC PATCH v2 08/18] iommu/riscv: Use MSI table to enable IMSIC access
 2026-03-24  9:12 UTC  (12+ messages)

[PATCH v7 0/2] skip redundant sync IPIs when TLB flush sent them
 2026-03-24  6:14 UTC  (2+ messages)

[PATCH] RISC-V: KVM: Fix out-of-bounds by 1
 2026-03-24  6:07 UTC  (2+ messages)

[PATCH] RISC-V: KVM: fix off-by-one array access in SBI PMU
 2026-03-24  6:07 UTC  (2+ messages)

[PATCH v2] RISC-V: KVM: Fix null pointer dereference in kvm_riscv_vcpu_aia_rmw_topei()
 2026-03-24  6:07 UTC  (2+ messages)

[PATCH v2 0/4] KVM: riscv: Fix Spectre-v1 vulnerabilities in register access
 2026-03-24  6:07 UTC  (2+ messages)

[PATCH] KVM: Remove subtle "struct kvm_stats_desc" pseudo-overlay
 2026-03-24  6:07 UTC  (2+ messages)

[PATCH] RISC-V: KVM: Fix potential UAF in kvm_riscv_aia_imsic_has_attr()
 2026-03-24  6:07 UTC  (2+ messages)

[PATCH 0/3] KVM: x86/pmu: Add hardware Topdown metrics support
 2026-03-24  5:54 UTC  (5+ messages)
` [PATCH 1/3] KVM: x86/pmu: Do not map fixed counters >= 3 to generic perf events
` [PATCH 3/3] KVM: x86/pmu: Support PERF_METRICS MSR in mediated vPMU

[PATCH v7 0/2] skip redundant sync IPIs when TLB flush sent them
 2026-03-24  5:48 UTC  (4+ messages)
` [PATCH v7 2/2] x86/tlb: skip redundant sync IPIs for native TLB flush

[PATCH 25/41] kvm: Use private inode list instead of i_private_list
 2026-03-24  5:44 UTC  (2+ messages)

[PATCH] LoongArch: KVM: Fix base address calculation problem in kvm_eiointc_regs_access()
 2026-03-24  3:15 UTC 

[PATCH kvmtool] riscv: Add Zicbop extension support
 2026-03-24  2:02 UTC 


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