messages from 2026-02-23 18:55:28 to 2026-02-25 01:00:02 UTC [more...]
[PATCH v3 0/8] KVM: nSVM: Save/restore fixes for (Next)RIP
2026-02-25 0:59 UTC (6+ 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 v1 0/4] KVM: nSVM: Fix RIP usage in the control area after restore
2026-02-25 0:56 UTC (4+ messages)
` [PATCH v1 2/4] KVM: nSVM: Delay stuffing L2's current RIP into NextRIP until vCPU run
[PATCH] KVM: TDX: Set SIGNIFCANT_INDEX flag for supported CPUIDs
2026-02-25 0:18 UTC (9+ messages)
[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 (27+ 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 (14+ messages)
` [PATCH v5 01/10] KVM: x86: SVM: Remove vmcb_is_dirty()
` [PATCH v5 02/10] KVM: x86: nSVM: Clear VMCB_NPT clean bit when updating hPAT from guest mode
` [PATCH v5 03/10] KVM: x86: nSVM: Cache and validate vmcb12 g_pat
` [PATCH v5 04/10] KVM: x86: nSVM: Set vmcb02.g_pat correctly for nested NPT
` [PATCH v5 05/10] KVM: x86: nSVM: Redirect IA32_PAT accesses to either hPAT or gPAT
` [PATCH v5 06/10] KVM: x86: Remove common handling of MSR_IA32_CR_PAT
` [PATCH v5 07/10] KVM: x86: nSVM: Save gPAT to vmcb12.g_pat on VMEXIT
` [PATCH v5 08/10] KVM: x86: nSVM: Save/restore gPAT with KVM_{GET,SET}_NESTED_STATE
` [PATCH v5 09/10] KVM: x86: nSVM: Handle restore of legacy nested state
` [PATCH v5 10/10] KVM: selftests: nSVM: Add svm_nested_pat test
[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 (8+ messages)
` [PATCH net v3 1/3] selftests/vsock: change tests to respect write-once child ns mode
` [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 (27+ messages)
` [PATCH v4 02/24] coco/tdx-host: Introduce a "tdx_host" device
` [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 (4+ 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
[PATCH] KVM: x86/mmu: Don't create SPTEs for addresses that aren't mappable
2026-02-24 1:49 UTC (10+ messages)
[PATCH v5 00/26] Nested SVM fixes, cleanups, and hardening
2026-02-24 1:27 UTC (11+ messages)
` [PATCH v5 06/26] KVM: nSVM: Triple fault if mapping VMCB12 fails on nested #VMEXIT
` [PATCH v5 07/26] KVM: nSVM: Triple fault if restore host CR3 "
` [PATCH v5 25/26] KVM: nSVM: Sanitize control fields copied from VMCB12
[PATCH] RISC-V: KVM: Change imsic->vsfile_lock from rwlock_t to raw_spinlock_t
2026-02-24 1:02 UTC (2+ messages)
[PATCH 01/62] kvm: Make pi_enable_wakeup_handler() easier to analyze
2026-02-23 22:00 UTC
[PATCH v3 00/16] x86/msr: Inline rdmsr/wrmsr instructions
2026-02-23 21:34 UTC (9+ messages)
` [PATCH v3 09/16] x86/msr: Use the alternatives mechanism for WRMSR
[PATCH 01/62] kvm: Make pi_enable_wakeup_handler() easier to analyze
2026-02-23 21:48 UTC
[PATCH 1/4] KVM: nSVM: Sync next_rip to cached vmcb12 after VMRUN of L2
2026-02-23 20:23 UTC (11+ messages)
[PATCH][next] treewide: uapi: Replace zero-length arrays with flexible-array members
2026-02-23 19:57 UTC (3+ messages)
[PATCH v2 0/6] vfio: selftest: Add SR-IOV UAPI test
2026-02-23 18:57 UTC (6+ messages)
` [PATCH v2 6/6] vfio: selftests: Add tests to validate SR-IOV UAPI
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox