public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-03-02 18:32:21 to 2026-03-03 21:31:51 UTC [more...]

[PATCH v3 00/15] Make RamDiscardManager work with multiple sources
 2026-03-03 21:31 UTC  (26+ messages)
` [PATCH v3 01/15] system/rba: use DIV_ROUND_UP
` [PATCH v3 02/15] memory: drop RamDiscardListener::double_discard_supported
` [PATCH v3 03/15] virtio-mem: use warn_report_err_once()
` [PATCH v3 04/15] system/memory: minor doc fix
` [PATCH v3 05/15] kvm: replace RamDicardManager by the RamBlockAttribute
` [PATCH v3 06/15] system/memory: split RamDiscardManager into source and manager
` [PATCH v3 07/15] system/memory: move RamDiscardManager to separate compilation unit
` [PATCH v3 08/15] system/memory: constify section arguments
` [PATCH v3 09/15] system/ram-discard-manager: implement replay via is_populated iteration
` [PATCH v3 12/15] system/memory: implement RamDiscardManager multi-source aggregation
` [PATCH v3 13/15] system/physmem: destroy ram block attributes before RCU-deferred reclaim

[PATCH v3 0/3] Use killable vma write locking in most places
 2026-03-03 21:08 UTC  (4+ messages)
` [PATCH v3 1/3] mm/vma: cleanup error handling path in vma_expand()

[PATCH v2 00/22] vfio/pci: Base Live Update support for VFIO device files
 2026-03-03 21:07 UTC  (6+ messages)
` [PATCH v2 04/22] vfio/pci: Register a file handler with Live Update Orchestrator
` [PATCH v2 07/22] vfio/pci: Notify PCI subsystem about devices preserved across Live Update

[PATCH] vsock: Enable H2G override
 2026-03-03 21:05 UTC  (15+ messages)

[PATCH v1 00/16] mm: cleanups around unmapping / zapping
 2026-03-03 20:49 UTC  (11+ messages)
` [PATCH v1 02/16] mm/memory: remove "zap_details" parameter from zap_page_range_single()

[PATCH 00/14] KVM: x86: Emulator MMIO fix and cleanups
 2026-03-03 19:51 UTC  (8+ messages)
` [PATCH 14/14] KVM: x86: Add helpers to prepare kvm_run for userspace MMIO exit

[PATCH] vfio: selftests: fix crash in vfio_dma_mapping_mmio_test
 2026-03-03 19:46 UTC 

[PATCH v6 0/8] vfio: selftest: Add SR-IOV UAPI test
 2026-03-03 19:38 UTC  (9+ messages)
` [PATCH v6 1/8] vfio: selftests: Add -Wall and -Werror to the Makefile
` [PATCH v6 2/8] vfio: selftests: Introduce snprintf_assert()
` [PATCH v6 3/8] vfio: selftests: Introduce a sysfs lib
` [PATCH v6 4/8] vfio: selftests: Extend container/iommufd setup for passing vf_token
` [PATCH v6 5/8] vfio: selftests: Expose more vfio_pci_device functions
` [PATCH v6 6/8] vfio: selftests: Add helper to set/override a vf_token
` [PATCH v6 7/8] vfio: selftests: Add helpers to alloc/free vfio_pci_device
` [PATCH v6 8/8] vfio: selftests: Add tests to validate SR-IOV UAPI

[PATCH 0/2] KVM: PPC: e500: Fix build error due to crappy KVM code
 2026-03-03 19:34 UTC  (4+ messages)
` [PATCH 1/2] KVM: PPC: e500: Fix build error due to using kmalloc_obj() with wrong type
` [PATCH 2/2] KVM: PPC: e500: Rip out "struct tlbe_ref"

[PATCH v7 00/26] Nested SVM fixes, cleanups, and hardening
 2026-03-03 19:17 UTC  (35+ messages)
` [PATCH v7 01/26] KVM: nSVM: Avoid clearing VMCB_LBR in vmcb12
` [PATCH v7 02/26] KVM: SVM: Switch svm_copy_lbrs() to a macro
` [PATCH v7 03/26] KVM: SVM: Add missing save/restore handling of LBR MSRs
` [PATCH v7 04/26] KVM: selftests: Add a test for LBR save/restore (ft. nested)
` [PATCH v7 05/26] KVM: nSVM: Always inject a #GP if mapping VMCB12 fails on nested VMRUN
` [PATCH v7 06/26] KVM: nSVM: Refactor checking LBRV enablement in vmcb12 into a helper
` [PATCH v7 07/26] KVM: nSVM: Refactor writing vmcb12 on nested #VMEXIT as "
` [PATCH v7 08/26] KVM: nSVM: Triple fault if mapping VMCB12 fails on nested #VMEXIT
` [PATCH v7 09/26] KVM: nSVM: Triple fault if restore host CR3 "
` [PATCH v7 10/26] KVM: nSVM: Clear GIF on nested #VMEXIT(INVALID)
` [PATCH v7 11/26] KVM: nSVM: Clear EVENTINJ fields in vmcb12 on nested #VMEXIT
` [PATCH v7 12/26] KVM: nSVM: Clear tracking of L1->L2 NMI and soft IRQ "
` [PATCH v7 13/26] KVM: nSVM: Drop nested_vmcb_check_{save/control}() wrappers
` [PATCH v7 14/26] KVM: nSVM: Drop the non-architectural consistency check for NP_ENABLE
` [PATCH v7 15/26] KVM: nSVM: Add missing consistency check for nCR3 validity
` [PATCH v7 16/26] KVM: nSVM: Add missing consistency check for EFER, CR0, CR4, and CS
` [PATCH v7 17/26] KVM: nSVM: Add missing consistency check for EVENTINJ
` [PATCH v7 18/26] KVM: SVM: Rename vmcb->nested_ctl to vmcb->misc_ctl
` [PATCH v7 19/26] KVM: SVM: Rename vmcb->virt_ext to vmcb->misc_ctl2
` [PATCH v7 20/26] KVM: nSVM: Cache all used fields from VMCB12
` [PATCH v7 21/26] KVM: nSVM: Restrict mapping vmcb12 on nested VMRUN
` [PATCH v7 22/26] KVM: nSVM: Use PAGE_MASK to drop lower bits of bitmap GPAs from vmcb12
` [PATCH v7 23/26] KVM: nSVM: Sanitize TLB_CONTROL field when copying "
` [PATCH v7 24/26] KVM: nSVM: Sanitize INT/EVENTINJ fields "
` [PATCH v7 25/26] KVM: nSVM: Only copy SVM_MISC_ENABLE_NP from VMCB01's misc_ctl
` [PATCH v7 26/26] KVM: selftest: Add a selftest for VMRUN/#VMEXIT with unmappable vmcb12

[PATCH 0/5] Revoke supported SEV VM types
 2026-03-03 19:15 UTC  (6+ messages)
` [PATCH 1/5] kvm/sev: don't expose unusable "
` [PATCH 2/5] crypto/ccp: introduce SNP_VERIFY_MITIGATION
` [PATCH 3/5] crypto/ccp: export firmware supported vm types
` [PATCH 4/5] kvm/sev: mask off firmware unsupported "
` [PATCH 5/5] selftests/kvm: teach sev_*_test about revoking VM types

[PATCH 0/8] KVM: VMX: Introduce Intel Mode-Based Execute Control (MBEC)
 2026-03-03 19:04 UTC  (4+ messages)
` [PATCH 5/8] KVM: x86/mmu: bootstrap support for Intel MBEC

[PATCH 00/14] iommu: Add live update state preservation
 2026-03-03 18:51 UTC  (10+ messages)
` [PATCH 04/14] iommu/pages: Add APIs to preserve/unpreserve/restore iommu pages
` [PATCH 11/14] iommufd-lu: Persist iommu hardware pagetables for live update
` [PATCH 13/14] vfio/pci: Preserve the iommufd state of the vfio cdev

[PATCH] KVM: mmu_notifier: make mn_invalidate_lock non-sleeping for non-blocking invalidations
 2026-03-03 18:49 UTC  (4+ messages)

[PATCH 0/7] KVM: SVM: Enable FRED support
 2026-03-03 17:58 UTC  (2+ messages)

[PATCH v5 00/36] KVM: arm64: Introduce vGIC-v5 with PPI support
 2026-03-03 17:54 UTC  (15+ messages)
` [PATCH v5 07/36] KVM: arm64: gic: Introduce interrupt type helpers
` [PATCH v5 09/36] KVM: arm64: gic-v5: Detect implemented PPIs on boot
` [PATCH v5 10/36] KVM: arm64: gic-v5: Sanitize ID_AA64PFR2_EL1.GCIE
` [PATCH v5 12/36] KVM: arm64: gic-v5: Add emulation for ICC_IAFFIDR_EL1 accesses
` [PATCH v5 14/36] KVM: arm64: gic-v5: Add vgic-v5 save/restore hyp interface

[PATCH v1 1/1] KVM: s390: Fix a deadlock
 2026-03-03 17:52 UTC 

[PATCH v5 00/10] KVM: x86: nSVM: Improve PAT virtualization
 2026-03-03 17:32 UTC  (3+ messages)
` [PATCH v5 09/10] KVM: x86: nSVM: Handle restore of legacy nested state

[PATCH v5 0/8] vfio: selftest: Add SR-IOV UAPI test
 2026-03-03 16:19 UTC  (3+ messages)
` [PATCH v5 3/8] vfio: selftests: Introduce a sysfs lib

[PATCH v12 00/46] arm64: Support for Arm CCA in KVM
 2026-03-03 16:02 UTC  (14+ messages)
` [PATCH v12 06/46] arm64: RMI: Define the user ABI
` [PATCH v12 27/46] KVM: arm64: Handle Realm PSCI requests

[PATCH] RISC-V: KVM: Skip THP support check during dirty logging
 2026-03-03 15:47 UTC  (2+ messages)

[PATCH v2 0/4] KVM: riscv: Fix Spectre-v1 vulnerabilities in register access
 2026-03-03 14:19 UTC  (5+ messages)
` [PATCH v2 1/4] KVM: riscv: Fix Spectre-v1 in ONE_REG "
` [PATCH v2 2/4] KVM: riscv: Fix Spectre-v1 in AIA CSR access
` [PATCH v2 3/4] KVM: riscv: Fix Spectre-v1 in floating-point register access
` [PATCH v2 4/4] KVM: riscv: Fix Spectre-v1 in PMU counter access

[PATCH v2 0/2] KVM: s390: Limit adapter indicator access to page
 2026-03-03 13:46 UTC  (3+ messages)
` [PATCH v2 1/2] KVM: s390: Limit adapter indicator access to mapped page
` [PATCH v2 2/2] KVM: s390: selftests: Add IRQ routing address offset tests

Stalls when starting a VSOCK listening socket: soft lockups, RCU stalls, timeout
 2026-03-03 13:23 UTC  (3+ messages)

[PATCH kernel 0/9] PCI/TSM: coco/sev-guest: Implement SEV-TIO PCIe TDISP (phase2)
 2026-03-03 12:43 UTC  (19+ messages)
` [PATCH kernel 4/9] dma/swiotlb: Stop forcing SWIOTLB for TDISP devices
` [PATCH kernel 6/9] x86/dma-direct: Stop changing encrypted page state "

[PATCH v2] vsock: add G2H fallback for CIDs not owned by H2G transport
 2026-03-03 12:32 UTC  (5+ messages)
` [syzbot ci] "

[PATCH] RISC-V: KVM: Change imsic->vsfile_lock from rwlock_t to raw_spinlock_t
 2026-03-03 10:10 UTC  (2+ messages)

RISC-V: KVM: Fix hugepage mapping handling during dirty logging
 2026-03-03  9:49 UTC  (3+ messages)

[PATCH V4 0/4] Align SVM with APM defined behaviors
 2026-03-03  9:36 UTC  (8+ messages)
` [PATCH V4 4/4] KVM: SVM: Raise #UD if VMMCALL instruction is not intercepted

[PATCH v7 0/1] KVM: SEV: Add KVM_SEV_SNP_HV_REPORT_REQ command
 2026-03-03  7:49 UTC  (4+ messages)
` [PATCH v7 1/1] "

[PATCH v3] RISC-V: KVM: Fix use-after-free in kvm_riscv_aia_aplic_has_attr()
 2026-03-03  6:43 UTC  (2+ messages)

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

[PATCH v6 0/2] LongArch: KVM: Add DMSINTC support irqchip in kernel
 2026-03-03  4:14 UTC  (4+ messages)

[PATCH v4 0/4] x86/tdx: Clean up the definitions of TDX TD ATTRIBUTES
 2026-03-03  3:03 UTC  (5+ messages)
` [PATCH v4 1/4] x86/tdx: Fix the typo in TDX_ATTR_MIGRTABLE
` [PATCH v4 2/4] KVM: TDX: Remove redundant definitions of TDX_TD_ATTR_*
` [PATCH v4 3/4] x86/tdx: Rename TDX_ATTR_* to TDX_TD_ATTR_*
` [PATCH v4 4/4] KVM: TDX: Rename KVM_SUPPORTED_TD_ATTRS to KVM_SUPPORTED_TDX_TD_ATTRS

[PATCH v7] KVM: riscv: Skip CSR restore if VCPU is reloaded on the same core
 2026-03-03  3:13 UTC  (3+ messages)

[PATCH v2] KVM: selftests: Increase 'maxnode' for guest_memfd tests
 2026-03-03  2:29 UTC  (2+ messages)

[PATCH] KVM: x86: Immediately fail the build when possible if required #define is missing
 2026-03-03  1:27 UTC  (2+ messages)

[PATCH v10 0/3] RISC-V: KVM: Validate SBI STA shmem alignment
 2026-03-03  1:08 UTC  (4+ messages)
` [PATCH v10 1/3] RISC-V: KVM: Validate SBI STA shmem alignment in kvm_sbi_ext_sta_set_reg()
` [PATCH v10 2/3] KVM: selftests: Refactor UAPI tests into dedicated function
` [PATCH v10 3/3] RISC-V: KVM: selftests: Add RISC-V SBI STA shmem alignment tests

[kvm-unit-tests PATCH] x86: nVMX: Add retry loop to advanced RTM debugging subtest
 2026-03-03  0:38 UTC  (6+ messages)

[PATCH 00/31] Nested SVM fixes, cleanups, and hardening
 2026-03-03  0:13 UTC  (9+ messages)
` [PATCH v6 03/31] KVM: SVM: Add missing save/restore handling of LBR MSRs
` [PATCH v6 20/31] KVM: nSVM: Add missing consistency check for hCR0.PG and NP_ENABLE
` [PATCH v6 21/31] KVM: nSVM: Add missing consistency check for EFER, CR0, CR4, and CS
` [PATCH v6 31/31] KVM: selftest: Add a selftest for VMRUN/#VMEXIT with unmappable vmcb12

[PATCH 0/3] KVM: x86: Fix incorrect handling of triple faults
 2026-03-02 23:47 UTC  (10+ messages)
` [PATCH 3/3] KVM: x86: Check for injected exceptions before queuing a debug exception

[PATCH v2 0/7] Add RMPOPT support
 2026-03-02 23:15 UTC  (17+ messages)
` [PATCH v2 1/7] x86/cpufeatures: Add X86_FEATURE_AMD_RMPOPT feature flag
` [PATCH v2 2/7] x86/sev: add support for enabling RMPOPT
` [PATCH v2 3/7] x86/sev: add support for RMPOPT instruction
` [PATCH v2 4/7] x86/sev: Add interface to re-enable RMP optimizations
` [PATCH v2 5/7] KVM: guest_memfd: Add cleanup interface for guest teardown
` [PATCH v2 6/7] KVM: SEV: Implement SEV-SNP specific guest cleanup
` [PATCH v2 7/7] x86/sev: Add debugfs support for RMPOPT

[PATCH] KVM: x86: Ignore cpuid faulting in SMM
 2026-03-02 22:55 UTC  (3+ messages)

[PATCH v2 0/2] KVM: nSVM: Handle L2 clearing EFER.SVME properly
 2026-03-02 22:48 UTC  (8+ messages)
` [PATCH v2 1/2] KVM: SVM: Triple fault L1 on unintercepted EFER.SVME clear by L2

[PATCH v9 0/3] RISC-V: KVM: Validate SBI STA shmem alignment
 2026-03-02 22:08 UTC  (5+ messages)
` [PATCH v9 2/3] KVM: selftests: Refactor UAPI tests into dedicated function
` [PATCH v9 3/3] RISC-V: KVM: selftests: Add RISC-V SBI STA shmem alignment tests

[PATCH v2 0/3] vfio/pci: Introduce vfio_pci driver for ISM devices
 2026-03-02 22:07 UTC  (3+ messages)
` [PATCH v2 2/3] vfio/ism: Implement "

[PATCH v3 0/8] KVM: nSVM: Save/restore fixes for (Next)RIP
 2026-03-02 20:41 UTC  (4+ messages)
` [PATCH v3 2/8] KVM: nSVM: Sync interrupt shadow to cached vmcb12 after VMRUN of L2

[PATCH] KVM: selftests: Increase 'maxnode' for guest_memfd tests
 2026-03-02 20:29 UTC  (3+ messages)


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