public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-02-24 02:02:29 to 2026-02-25 04:04:39 UTC [more...]

[PATCH v3 0/5] Support the FEAT_HDBSS introduced in Armv9.5
 2026-02-25  4:04 UTC  (6+ messages)
` [PATCH v3 1/5] arm64/sysreg: Add HDBSS related register information
` [PATCH v3 2/5] KVM: arm64: Add support to set the DBM attr during memory abort
` [PATCH v3 3/5] KVM: arm64: Add support for FEAT_HDBSS
` [PATCH v3 4/5] KVM: arm64: Enable HDBSS support and handle HDBSSF events
` [PATCH v3 5/5] KVM: arm64: Document HDBSS ioctl

[PATCH v6 01/35] i386/kvm: avoid installing duplicate msr entries in msr_handlers
 2026-02-25  3:49 UTC  (21+ messages)
` [PATCH v6 02/35] accel/kvm: add confidential class member to indicate guest rebuild capability
` [PATCH v6 05/35] accel/kvm: add changes required to support KVM VM file descriptor change
` [PATCH v6 06/35] accel/kvm: mark guest state as unprotected after vm "
` [PATCH v6 07/35] accel/kvm: add a notifier to indicate KVM VM file descriptor has changed
` [PATCH v6 08/35] accel/kvm: notify when KVM VM file fd is about to be changed
` [PATCH v6 09/35] i386/kvm: unregister smram listeners prior to vm file descriptor change
` [PATCH v6 10/35] kvm/i386: implement architecture support for kvm "
` [PATCH v6 11/35] i386/kvm: refactor xen init into a new function
` [PATCH v6 14/35] kvm/i386: reload firmware for confidential guest reset
` [PATCH v6 15/35] accel/kvm: rebind current VCPUs to the new KVM VM file descriptor upon reset
` [PATCH v6 16/35] i386/tdx: refactor TDX firmware memory initialization code into a new function
` [PATCH v6 17/35] i386/tdx: finalize TDX guest state upon reset
` [PATCH v6 18/35] i386/tdx: add a pre-vmfd change notifier to reset tdx state
` [PATCH v6 19/35] i386/sev: add migration blockers only once
` [PATCH v6 20/35] i386/sev: add notifiers "
` [PATCH v6 21/35] i386/sev: free existing launch update data and kernel hashes data on init
` [PATCH v6 22/35] i386/sev: add support for confidential guest reset
` [PATCH v6 26/35] kvm/hyperv: add synic feature to CPU only if its not enabled
` [PATCH v6 28/35] kvm/xen-emu: re-initialize capabilities during confidential guest reset
` [PATCH v6 30/35] kvm/vcpu: add notifiers to inform vcpu file descriptor change

[PATCH] KVM: TDX: Set SIGNIFCANT_INDEX flag for supported CPUIDs
 2026-02-25  3:23 UTC  (10+ messages)

[PATCH v5] KVM: riscv: Skip CSR restore if VCPU is reloaded on the same core
 2026-02-25  3:14 UTC 

[PATCH v1 0/4] KVM: nSVM: Fix RIP usage in the control area after restore
 2026-02-25  1:42 UTC  (9+ messages)
` [PATCH v1 2/4] KVM: nSVM: Delay stuffing L2's current RIP into NextRIP until vCPU run

[PATCH 00/14] KVM: x86: Emulator MMIO fix and cleanups
 2026-02-25  1:20 UTC  (15+ messages)
` [PATCH 01/14] KVM: x86: Use scratch field in MMIO fragment to hold small write values
` [PATCH 02/14] KVM: x86: Open code handling of completed MMIO reads in emulator_read_write()
` [PATCH 03/14] KVM: x86: Trace unsatisfied MMIO reads on a per-page basis
` [PATCH 04/14] KVM: x86: Use local MMIO fragment variable to clean up emulator_read_write()
` [PATCH 05/14] KVM: x86: Open code read vs. write userspace MMIO exits in emulator_read_write()
` [PATCH 06/14] KVM: x86: Move MMIO write tracing into vcpu_mmio_write()
` [PATCH 07/14] KVM: x86: Harden SEV-ES MMIO against on-stack use-after-free
` [PATCH 08/14] KVM: x86: Dedup kvm_sev_es_mmio_{read,write}()
` [PATCH 09/14] KVM: x86: Consolidate SEV-ES MMIO emulation into a single public API
` [PATCH 10/14] KVM: x86: Bury emulator read/write ops in emulator_{read,write}_emulated()
` [PATCH 11/14] KVM: x86: Fold emulator_write_phys() into write_emulate()
` [PATCH 12/14] KVM: x86: Rename .read_write_emulate() to .read_write_guest()
` [PATCH 13/14] KVM: x86: Don't panic the kernel if completing userspace I/O / MMIO goes sideways
` [PATCH 14/14] KVM: x86: Add helpers to prepare kvm_run for userspace MMIO exit

Question: 'pmu' kvm unit test fails when run nested with NMI watchdog on the host
 2026-02-25  1:07 UTC  (2+ messages)

[PATCH v3 0/8] KVM: nSVM: Save/restore fixes for (Next)RIP
 2026-02-25  0:59 UTC  (9+ messages)
` [PATCH v3 1/8] KVM: nSVM: Sync NextRIP to cached vmcb12 after VMRUN of L2
` [PATCH v3 2/8] KVM: nSVM: Sync interrupt shadow "
` [PATCH v3 3/8] KVM: selftests: Extend state_test to check vGIF
` [PATCH v3 4/8] KVM: selftests: Extend state_test to check next_rip
` [PATCH v3 5/8] KVM: nSVM: Always use NextRIP as vmcb02's NextRIP after first L2 VMRUN
` [PATCH v3 6/8] KVM: nSVM: Delay stuffing L2's current RIP into NextRIP until vCPU run
` [PATCH v3 7/8] KVM: nSVM: Delay setting soft IRQ RIP tracking fields "
` [PATCH v3 8/8] DO NOT MERGE: KVM: selftests: Reproduce nested RIP restore bug

[PATCH 00/31] Nested SVM fixes, cleanups, and hardening
 2026-02-24 23:58 UTC  (34+ messages)
` [PATCH v6 01/31] KVM: nSVM: Avoid clearing VMCB_LBR in vmcb12
` [PATCH v6 02/31] KVM: SVM: Switch svm_copy_lbrs() to a macro
` [PATCH v6 03/31] KVM: SVM: Add missing save/restore handling of LBR MSRs
` [PATCH v6 04/31] KVM: selftests: Add a test for LBR save/restore (ft. nested)
` [PATCH v6 05/31] KVM: nSVM: Always inject a #GP if mapping VMCB12 fails on nested VMRUN
` [PATCH v6 06/31] KVM: nSVM: Refactor checking LBRV enablement in vmcb12 into a helper
` [PATCH v6 07/31] KVM: nSVM: Refactor writing vmcb12 on nested #VMEXIT as "
` [PATCH v6 08/31] KVM: nSVM: Triple fault if mapping VMCB12 fails on nested #VMEXIT
` [PATCH v6 09/31] KVM: nSVM: Triple fault if restore host CR3 "
` [PATCH v6 10/31] KVM: nSVM: Drop nested_vmcb_check_{save/control}() wrappers
` [PATCH v6 11/31] KVM: nSVM: Call enter_guest_mode() before switching to VMCB02
` [PATCH v6 12/31] KVM: nSVM: Make nested_svm_merge_msrpm() return an errno
` [PATCH v6 13/31] KVM: nSVM: Call nested_svm_merge_msrpm() from enter_svm_guest_mode()
` [PATCH v6 14/31] KVM: nSVM: Call nested_svm_init_mmu_context() before switching to VMCB02
` [PATCH v6 15/31] KVM: nSVM: Refactor minimal #VMEXIT handling out of nested_svm_vmexit()
` [PATCH v6 16/31] KVM: nSVM: Unify handling of VMRUN failures with proper cleanup
` [PATCH v6 17/31] KVM: nSVM: Clear EVENTINJ field in VMCB12 on nested #VMEXIT
` [PATCH v6 18/31] KVM: nSVM: Drop the non-architectural consistency check for NP_ENABLE
` [PATCH v6 19/31] KVM: nSVM: Add missing consistency check for nCR3 validity
` [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 22/31] KVM: nSVM: Add missing consistency check for EVENTINJ
` [PATCH v6 23/31] KVM: SVM: Rename vmcb->nested_ctl to vmcb->misc_ctl
` [PATCH v6 24/31] KVM: SVM: Rename vmcb->virt_ext to vmcb->misc_ctl2
` [PATCH v6 25/31] KVM: nSVM: Cache all used fields from VMCB12
` [PATCH v6 26/31] KVM: nSVM: Restrict mapping VMCB12 on nested VMRUN
` [PATCH v6 27/31] KVM: nSVM: Use PAGE_MASK to drop lower bits of bitmap GPAs from vmcb12
` [PATCH v6 28/31] KVM: nSVM: Sanitize TLB_CONTROL field when copying "
` [PATCH v6 29/31] KVM: nSVM: Sanitize INT/EVENTINJ fields "
` [PATCH v6 30/31] KVM: nSVM: Only copy SVM_MISC_ENABLE_NP from VMCB01's misc_ctl
` [PATCH v6 31/31] KVM: selftest: Add a selftest for VMRUN/#VMEXIT with unmappable vmcb12

[RFC PATCH v1 00/10] guest_memfd: Track amount of memory allocated on inode
 2026-02-24 23:08 UTC  (5+ messages)

[PATCH] KVM: nSVM: Ensure AVIC is inhibited when restoring a vCPU to guest mode
 2026-02-24 22:50 UTC 

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

[PATCH v4] KVM: riscv: Skip CSR restore if VCPU is reloaded on the same core
 2026-02-24 21:50 UTC  (2+ messages)

[PATCH 0/3] KVM: SEV: Add support for BTB Isolation
 2026-02-24 21:40 UTC  (7+ messages)
` [PATCH 1/3] cpu/bugs: Fix selecting Automatic IBRS using spectre_v2=eibrs
` [PATCH 2/3] cpu/bugs: Allow spectre_v2=ibrs on x86 vendors other than Intel
` [PATCH 3/3] KVM: SEV: Add support for SNP BTB Isolation

[PATCH] target/i386/kvm: Configure proper KVM SEOIB behavior
 2026-02-24 20:52 UTC  (4+ messages)

[PATCH v13 0/8] support FEAT_LSUI
 2026-02-24 20:54 UTC  (3+ messages)
` [PATCH v13 7/8] KVM: arm64: use CASLT instruction for swapping guest descriptor

[PATCH V2 0/4] KVM: X86: Correctly populate nested page fault
 2026-02-24 20:28 UTC  (13+ messages)
` [PATCH V2 1/4] KVM: x86: Widen x86_exception's error_code to 64 bits
` [PATCH V2 2/4] KVM: SVM: Fix nested NPF injection to set PFERR_GUEST_{PAGE,FINAL}_MASK
` [PATCH V2 3/4] KVM: VMX: Don't consult original exit qualification for nested EPT violation injection
` [PATCH V2 4/4] KVM: selftests: Add nested page fault injection test

[RFC PATCH 13/19] x86/resctrl: Add PLZA state tracking and context switch handling
 2026-02-24 19:37 UTC  (21+ messages)

[PATCH 01/62] kvm: Make pi_enable_wakeup_handler() easier to analyze
 2026-02-24 19:25 UTC  (3+ messages)

[PATCH v2 00/22] vfio/pci: Base Live Update support for VFIO device files
 2026-02-24 19:19 UTC  (21+ messages)
` [PATCH v2 01/22] liveupdate: Export symbols needed by modules
` [PATCH v2 02/22] PCI: Add API to track PCI devices preserved across Live Update
` [PATCH v2 03/22] PCI: Inherit bus numbers from previous kernel during "
` [PATCH v2 04/22] vfio/pci: Register a file handler with Live Update Orchestrator
` [PATCH v2 05/22] vfio/pci: Preserve vfio-pci device files across Live Update
` [PATCH v2 06/22] vfio/pci: Retrieve preserved device files after "

[PATCH v5 00/10] KVM: x86: nSVM: Improve PAT virtualization
 2026-02-24 19:04 UTC  (5+ messages)
` [PATCH v5 05/10] KVM: x86: nSVM: Redirect IA32_PAT accesses to either hPAT or gPAT

[PATCH v3 0/8] vfio: selftest: Add SR-IOV UAPI test
 2026-02-24 18:27 UTC  (4+ messages)
` [PATCH v3 3/8] vfio: selftests: Introduce a sysfs lib

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

[PATCH 0/4] Allow setting RAPL_DIS during SNP_INIT_EX
 2026-02-24 18:02 UTC  (11+ messages)
` [PATCH 2/4] selftests/kvm: check that SEV-ES VMs are allowed in SEV-SNP mode
` [PATCH 3/4] crypto/ccp: support setting RAPL_DIS in SNP_INIT_EX

[PATCH] accel/kvm: Don't clear pending #SMI in kvm_get_vcpu_events
 2026-02-24 17:46 UTC  (2+ messages)

[PATCH v2 0/4] KVM: x86: selftests: Add Hygon CPUs support and fix failures
 2026-02-24 15:56 UTC  (3+ messages)

[PATCH net v3 0/3] vsock: add write-once semantics to child_ns_mode
 2026-02-24 15:10 UTC  (7+ messages)
` [PATCH net v3 2/3] vsock: lock down child_ns_mode as write-once
` [PATCH net v3 3/3] vsock: document write-once behavior of the child_ns_mode sysctl

[PATCH v6 0/1] arm: add kvm-psci-version vcpu property
 2026-02-24 14:34 UTC  (3+ messages)
` [PATCH v6 1/1] target/arm/kvm: "

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

[PATCH v4 00/24] Runtime TDX Module update support
 2026-02-24 10:49 UTC  (24+ messages)
` [PATCH v4 03/24] coco/tdx-host: Expose TDX Module version
` [PATCH v4 04/24] x86/virt/seamldr: Introduce a wrapper for P-SEAMLDR SEAMCALLs
` [PATCH v4 05/24] x86/virt/seamldr: Retrieve P-SEAMLDR information
` [PATCH v4 10/24] x86/virt/seamldr: Allocate and populate a module update request
` [PATCH v4 11/24] x86/virt/seamldr: Introduce skeleton for TDX Module updates
` [PATCH v4 20/24] x86/virt/tdx: Enable TDX Module runtime updates

[PATCH] RISC-V: KVM: Fix use-after-free in kvm_riscv_aia_aplic_has_attr()
 2026-02-24 10:44 UTC 

[PATCH v7 0/8] dma-buf: Use revoke mechanism to invalidate shared buffers
 2026-02-24 10:31 UTC  (6+ messages)

[RFC PATCH v2 00/37] guest_memfd: In-place conversion support
 2026-02-24 10:14 UTC  (4+ messages)
` [RFC PATCH v2 09/37] KVM: guest_memfd: Add support for KVM_SET_MEMORY_ATTRIBUTES2

[PATCH 0/4] KVM: s390: vsie: Implement ASTFLEIE facility 2
 2026-02-24  9:59 UTC  (4+ messages)
` [PATCH 4/4] "

[PATCH 0/2] KVM: x86: Fix UBSAN bool warnings in module parameters
 2026-02-24  9:18 UTC  (4+ messages)
` [PATCH 1/2] KVM: SVM: Fix UBSAN warning when reading avic parameter

[PATCH vfio 0/6] Add support for PRE_COPY initial bytes re-initialization
 2026-02-24  8:20 UTC  (7+ messages)
` [PATCH vfio 1/6] vfio: Define uAPI for re-init initial bytes during the PRE_COPY phase
` [PATCH vfio 2/6] vfio: Add support for VFIO_DEVICE_FEATURE_MIG_PRECOPY_INFOv2
` [PATCH vfio 3/6] vfio: Adapt drivers to use the core helper vfio_check_precopy_ioctl
` [PATCH vfio 4/6] net/mlx5: Add IFC bits for migration state
` [PATCH vfio 5/6] vfio/mlx5: consider inflight SAVE during PRE_COPY
` [PATCH vfio 6/6] vfio/mlx5: Add REINIT support to VFIO_MIG_GET_PRECOPY_INFO

[PATCH] RISC-V: KVM: Fix null pointer dereference in kvm_riscv_vcpu_aia_rmw_topei()
 2026-02-24  6:10 UTC  (3+ messages)

[PATCH] KVM: VMX: Fix a wrong MSR update in add_atomic_switch_msr()
 2026-02-24  3:31 UTC  (2+ messages)

[PATCH] KVM: MIPS/LoongArch: Fix typo in pfn_to_pfn_prot comments
 2026-02-24  3:04 UTC 


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