public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-02-20 00:42:40 to 2026-02-24 02:32:17 UTC [more...]

[PATCH v4 00/24] Runtime TDX Module update support
 2026-02-24  2:31 UTC  (18+ 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 11/24] x86/virt/seamldr: Introduce skeleton for TDX Module updates
` [PATCH v4 20/24] x86/virt/tdx: Enable TDX Module runtime updates
` [PATCH v4 21/24] x86/virt/tdx: Avoid updates during update-sensitive operations

[PATCH] KVM: TDX: Set SIGNIFCANT_INDEX flag for supported CPUIDs
 2026-02-24  1:57 UTC  (2+ messages)

[PATCH] KVM: x86/mmu: Don't create SPTEs for addresses that aren't mappable
 2026-02-24  1:49 UTC  (13+ messages)

[PATCH v5 00/26] Nested SVM fixes, cleanups, and hardening
 2026-02-24  1:27 UTC  (17+ 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 09/26] KVM: nSVM: Call enter_guest_mode() before switching to VMCB02
` [PATCH v5 24/26] KVM: nSVM: Restrict mapping VMCB12 on nested VMRUN
` [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 v5 00/10] KVM: x86: nSVM: Improve PAT virtualization
 2026-02-24  0:54 UTC  (11+ 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] RISC-V: KVM: Fix null pointer dereference in kvm_riscv_vcpu_aia_rmw_topei()
 2026-02-24  0:50 UTC  (2+ messages)

[PATCH net v3 0/3] vsock: add write-once semantics to child_ns_mode
 2026-02-24  0:24 UTC  (5+ 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 v2 00/22] vfio/pci: Base Live Update support for VFIO device files
 2026-02-24  0:00 UTC  (14+ messages)
` [PATCH v2 02/22] PCI: Add API to track PCI devices preserved across Live Update
` [PATCH v2 05/22] vfio/pci: Preserve vfio-pci device files "
` [PATCH v2 06/22] vfio/pci: Retrieve preserved device files after "

[RFC PATCH v1 00/10] guest_memfd: Track amount of memory allocated on inode
 2026-02-23 23:42 UTC  (13+ messages)
` [RFC PATCH v1 01/10] KVM: guest_memfd: Don't set FGP_ACCESSED when getting folios
` [RFC PATCH v1 02/10] KVM: guest_memfd: Directly allocate folios with filemap_alloc_folio()
` [RFC PATCH v1 03/10] mm: truncate: Expose preparation steps for truncate_inode_pages_final()
` [RFC PATCH v1 04/10] KVM: guest_memfd: Implement evict_inode for guest_memfd
` [RFC PATCH v1 05/10] mm: Export unmap_mapping_folio() for KVM
` [RFC PATCH v1 06/10] mm: filemap: Export filemap_remove_folio()
` [RFC PATCH v1 07/10] KVM: guest_memfd: Implement custom truncation function
` [RFC PATCH v1 08/10] KVM: guest_memfd: Track amount of memory allocated on inode
` [RFC PATCH v1 09/10] KVM: selftests: Wrap fstat() to assert success
` [RFC PATCH v1 10/10] KVM: selftests: Test that st_blocks is updated on allocation

[RFC PATCH 13/19] x86/resctrl: Add PLZA state tracking and context switch handling
 2026-02-23 23:13 UTC  (29+ messages)
    `  "

[PATCH] accel/kvm: Don't clear pending #SMI in kvm_get_vcpu_events
 2026-02-23 22:19 UTC 

[PATCH 0/4] Allow setting RAPL_DIS during SNP_INIT_EX
 2026-02-23 22:14 UTC  (11+ messages)
` [PATCH 1/4] selftests/kvm: allow retrieving underlying SEV firmware error
` [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 4/4] selftests/kvm: smoke test support for RAPL_DIS

[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  (10+ 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:50 UTC 

[PATCH 01/62] kvm: Make pi_enable_wakeup_handler() easier to analyze
 2026-02-23 21:48 UTC 

[PATCH 0/4] KVM: nSVM: Fix save/restore of next_rip & int_state
 2026-02-23 20:23 UTC  (15+ messages)
` [PATCH 1/4] KVM: nSVM: Sync next_rip to cached vmcb12 after VMRUN of L2

[PATCH][next] treewide: uapi: Replace zero-length arrays with flexible-array members
 2026-02-23 19:57 UTC  (4+ 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

[PATCH v7 0/8] dma-buf: Use revoke mechanism to invalidate shared buffers
 2026-02-23 18:55 UTC  (5+ messages)

[PATCH v13 0/8] support FEAT_LSUI
 2026-02-23 17:48 UTC  (9+ messages)
` [PATCH v13 1/8] arm64: cpufeature: add FEAT_LSUI
` [PATCH v13 2/8] KVM: arm64: expose FEAT_LSUI to guest
` [PATCH v13 3/8] KVM: arm64: kselftest: set_id_regs: add test for FEAT_LSUI
` [PATCH v13 4/8] arm64: futex: refactor futex atomic operation
` [PATCH v13 5/8] arm64: futex: support futex with FEAT_LSUI
` [PATCH v13 6/8] arm64: armv8_deprecated: disable swp emulation when FEAT_LSUI present
` [PATCH v13 7/8] KVM: arm64: use CASLT instruction for swapping guest descriptor
` [PATCH v13 8/8] arm64: Kconfig: add support for LSUI

[RFC PATCH 00/19] x86,fs/resctrl: Support for Global Bandwidth Enforcement and Priviledge Level Zero Association
 2026-02-23 17:38 UTC  (14+ messages)
` [RFC PATCH 01/19] x86,fs/resctrl: Add support for Global Bandwidth Enforcement (GLBE)

[PATCH 00/10] RFC: make RamDiscardManager work with multiple sources
 2026-02-23 17:37 UTC  (5+ messages)
` [PATCH 06/10] system/memory: split RamDiscardManager into source and manager

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

[PATCH] MAINTAINERS: Update Yosry Ahmed's email address
 2026-02-23 16:00 UTC 

[PATCH RFC v2 00/15] Add virtualization support for EGM
 2026-02-23 15:55 UTC  (16+ messages)
` [PATCH RFC v2 01/15] vfio/nvgrace-gpu: Expand module_pci_driver to allow custom module init
` [PATCH RFC v2 02/15] vfio/nvgrace-gpu: Create auxiliary device for EGM
` [PATCH RFC v2 03/15] vfio/nvgrace-gpu: track GPUs associated with the EGM regions
` [PATCH RFC v2 04/15] vfio/nvgrace-gpu: Introduce functions to fetch and save EGM info
` [PATCH RFC v2 05/15] vfio/nvgrace-egm: Introduce module to manage EGM
` [PATCH RFC v2 06/15] vfio/nvgrace-egm: Introduce egm class and register char device numbers
` [PATCH RFC v2 07/15] vfio/nvgrace-egm: Register auxiliary driver ops
` [PATCH RFC v2 08/15] vfio/nvgrace-egm: Expose EGM region as char device
` [PATCH RFC v2 09/15] vfio/nvgrace-egm: Add chardev ops for EGM management
` [PATCH RFC v2 10/15] vfio/nvgrace-egm: Clear Memory before handing out to VM
` [PATCH RFC v2 11/15] vfio/nvgrace-egm: Fetch EGM region retired pages list
` [PATCH RFC v2 12/15] vfio/nvgrace-egm: Introduce ioctl to share retired pages
` [PATCH RFC v2 13/15] vfio/nvgrace-egm: expose the egm size through sysfs
` [PATCH RFC v2 14/15] vfio/nvgrace-gpu: Add link from pci to EGM
` [PATCH RFC v2 15/15] vfio/nvgrace-egm: register EGM PFNMAP range with memory_failure

[PATCH v12 0/7] support FEAT_LSUI
 2026-02-23 15:54 UTC  (9+ messages)
` [PATCH v12 2/7] arm64: cpufeature: add FEAT_LSUI

[PATCH v1 0/4] KVM: nSVM: Fix RIP usage in the control area after restore
 2026-02-23 15:46 UTC  (5+ messages)
` [PATCH v1 1/4] KVM: nSVM: Always use NextRIP as vmcb02's NextRIP after first L2 VMRUN
` [PATCH v1 2/4] KVM: nSVM: Delay stuffing L2's current RIP into NextRIP until vCPU run
` [PATCH v1 3/4] KVM: nSVM: Delay setting soft IRQ RIP tracking fields "
` [PATCH v1 4/4] DO NOT MERGE: KVM: selftests: Reproduce nested RIP restore bug

[PATCH v2 0/2] Test MADV_COLLAPSE on guest_memfd
 2026-02-23  9:38 UTC  (4+ messages)
` [PATCH v2 1/2] KVM: selftests: Wrap madvise() to assert success
` [PATCH v2 2/2] KVM: selftests: Test MADV_COLLAPSE on guest_memfd

[PATCH] x86/hyper-v: Validate entire GVA range for non-canonical addresses during PV TLB flush
 2026-02-23  8:58 UTC  (4+ messages)

[PATCH v4] KVM: riscv: Skip CSR restore if VCPU is reloaded on the same core
 2026-02-22  4:57 UTC 

[PATCH 0/1] [Test Report] get qutoe time via tdvmcall
 2026-02-22  2:17 UTC  (4+ messages)
` [PATCH 1/1] virt: tdx-guest: Optimize the get-quote polling interval time

[PATCH] KVM: selftests: Test MADV_COLLAPSE on GUEST_MEMFD
 2026-02-20 23:59 UTC  (3+ messages)

[PATCH v4 0/8] KVM: x86: nSVM: Improve PAT virtualization
 2026-02-20 23:25 UTC  (5+ messages)
` [PATCH v4 2/8] KVM: x86: nSVM: Cache and validate vmcb12 g_pat

[RFC PATCH 0/5] KVM: nSVM: Fix RIP usage in the control area after restore
 2026-02-20 22:50 UTC  (7+ messages)
` [RFC PATCH 4/5] KVM: SVM: Recalculate nested RIPs after restoring REGS/SREGS

[PATCH] KVM: VMX: Fix a wrong MSR update in add_atomic_switch_msr()
 2026-02-20 22:02 UTC 

[PATCH v6 00/44] KVM: x86: Add support for mediated vPMUs
 2026-02-20 19:14 UTC  (5+ messages)
` [PATCH v6 42/44] KVM: VMX: Dedup code for adding MSR to VMCS's auto list

[RFC PATCH v5 00/45] TDX: Dynamic PAMT + S-EPT Hugepage
 2026-02-20 17:36 UTC  (6+ messages)
` [RFC PATCH v5 05/45] KVM: TDX: Drop kvm_x86_ops.link_external_spt(), use .set_external_spte() for all

[PATCH v1] KVM: Use memdup_user instead of kernel stack to allocate kvm_guest_debug
 2026-02-20 17:15 UTC  (3+ messages)

[kvm-unit-tests PATCH 0/3] s390x: Add test for STFLE interpretive execution (format-2)
 2026-02-20 16:23 UTC  (6+ messages)
` [kvm-unit-tests PATCH 1/3] s390x: snippets: Add reset_guest() to lib
` [kvm-unit-tests PATCH 2/3] s390x: sclp: Add detection of alternate STFLE facilities

[PATCH v4 0/2] arm: add kvm-psci-version vcpu property
 2026-02-20 12:12 UTC  (8+ messages)
` [PATCH v4 2/2] target/arm/kvm: "

[PATCH v6 0/1] arm: add kvm-psci-version vcpu property
 2026-02-20 11:56 UTC  (2+ messages)
` [PATCH v6 1/1] target/arm/kvm: "

[PATCH 0/4] KVM: s390: vsie: Implement ASTFLEIE facility 2
 2026-02-20 10:07 UTC  (5+ messages)
` [PATCH 3/4] KVM: s390: vsie: Refactor handle_stfle
` [PATCH 4/4] KVM: s390: vsie: Implement ASTFLEIE facility 2

[RFC PATCH v2 00/37] guest_memfd: In-place conversion support
 2026-02-20  9:09 UTC  (2+ messages)

[PATCH] RISC-V: KVM: Fix null pointer dereference in kvm_riscv_aia_imsic_rw_attr()
 2026-02-20  4:11 UTC  (2+ messages)

[PATCH v5] irqchip/riscv-imsic: Adjust the number of available guest irq files
 2026-02-20  4:11 UTC  (2+ messages)

[PATCH v4] RISC-V: KVM: Fix null pointer dereference in kvm_riscv_aia_imsic_has_attr()
 2026-02-20  4:10 UTC  (2+ messages)

[PATCH v4 00/21] paravirt: cleanup and reorg
 2026-02-20  4:10 UTC  (2+ messages)

[PATCH v3 00/21] paravirt: cleanup and reorg
 2026-02-20  4:10 UTC  (2+ messages)

[PATCH v2 00/21] paravirt: cleanup and reorg
 2026-02-20  4:10 UTC  (2+ messages)

[PATCH 00/14] paravirt: cleanup and reorg
 2026-02-20  4:10 UTC  (2+ messages)

[PATCH v5 00/21] paravirt: cleanup and reorg
 2026-02-20  4:10 UTC  (2+ messages)

[PATCH] RISC-V: KVM: Skip IMSIC update if vCPU IMSIC state is not initialized
 2026-02-20  4:10 UTC  (2+ messages)

[PATCH v2 00/10] KVM: selftests: Use kernel-style integer and g[vp]a_t types
 2026-02-20  0:42 UTC  (9+ messages)
` [PATCH v2 03/10] KVM: selftests: Use gpa_t for GPAs in Hyper-V selftests
` [PATCH v2 04/10] KVM: selftests: Use u64 instead of uint64_t
` [PATCH v2 05/10] KVM: selftests: Use s64 instead of int64_t
` [PATCH v2 06/10] KVM: selftests: Use u32 instead of uint32_t
` [PATCH v2 07/10] KVM: selftests: Use s32 instead of int32_t
` [PATCH v2 08/10] KVM: selftests: Use u16 instead of uint16_t
` [PATCH v2 09/10] KVM: selftests: Use s16 instead of int16_t
` [PATCH v2 10/10] KVM: selftests: Use u8 instead of uint8_t


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