Kernel KVM virtualization development
 help / color / mirror / Atom feed
 messages from 2025-06-05 01:16:23 to 2025-06-06 12:45:05 UTC [more...]

[kvm-unit-tests PATCH 0/3] x86/msr: Add SPEC_CTRL coverage
 2025-06-06 12:44 UTC  (5+ messages)
` [kvm-unit-tests PATCH 1/3] x86/msr: Treat PRED_CMD as support if CPU has SBPB
` [kvm-unit-tests PATCH 2/3] x86/msr: Add a testcase to verify SPEC_CTRL exists (or not) as expected
` [kvm-unit-tests PATCH 3/3] x86/msr: Add an "msr64" test configuration to validate negative cases

[PATCH v7 0/6] target/i386: Update EPYC CPU models for Cache property, RAS, SVM feature and add EPYC-Turin CPU model
 2025-06-06 12:29 UTC  (3+ messages)
` [PATCH v7 4/6] target/i386: Add couple of feature bits in CPUID_Fn80000021_EAX

[RFC PATCH 00/30] Host side (KVM/VFIO/IOMMUFD) support for TDISP using TSM
 2025-06-06 12:09 UTC  (23+ messages)
` [RFC PATCH 17/30] iommufd/device: Add TSM Bind/Unbind for TIO support
` [RFC PATCH 19/30] vfio/pci: Add TSM TDI bind/unbind IOCTLs for TEE-IO support

[PATCH v2 00/13] objtool: Detect and warn about indirect calls in __nocfi functions
 2025-06-06 10:49 UTC  (12+ messages)

[PATCH v11 00/18] KVM: Mapping guest_memfd backed memory at the host for software protected VMs
 2025-06-06 10:33 UTC  (42+ messages)
` [PATCH v11 01/18] KVM: Rename CONFIG_KVM_PRIVATE_MEM to CONFIG_KVM_GMEM
` [PATCH v11 02/18] KVM: Rename CONFIG_KVM_GENERIC_PRIVATE_MEM to CONFIG_KVM_GENERIC_GMEM_POPULATE
` [PATCH v11 03/18] KVM: Rename kvm_arch_has_private_mem() to kvm_arch_supports_gmem()
` [PATCH v11 04/18] KVM: x86: Rename kvm->arch.has_private_mem to kvm->arch.supports_gmem
` [PATCH v11 05/18] KVM: Rename kvm_slot_can_be_private() to kvm_slot_has_gmem()
` [PATCH v11 06/18] KVM: Fix comments that refer to slots_lock
` [PATCH v11 07/18] KVM: Fix comment that refers to kvm uapi header path
` [PATCH v11 08/18] KVM: guest_memfd: Allow host to map guest_memfd pages
` [PATCH v11 09/18] KVM: guest_memfd: Track shared memory support in memslot
` [PATCH v11 10/18] KVM: x86/mmu: Handle guest page faults for guest_memfd with shared memory
` [PATCH v11 11/18] KVM: x86: Consult guest_memfd when computing max_mapping_level
` [PATCH v11 12/18] KVM: x86: Enable guest_memfd shared memory for SW-protected VMs
` [PATCH v11 13/18] KVM: arm64: Refactor user_mem_abort()
` [PATCH v11 14/18] KVM: arm64: Handle guest_memfd-backed guest page faults
` [PATCH v11 15/18] KVM: arm64: Enable host mapping of shared guest_memfd memory
` [PATCH v11 16/18] KVM: Introduce the KVM capability KVM_CAP_GMEM_SHARED_MEM
` [PATCH v11 17/18] KVM: selftests: Don't use hardcoded page sizes in guest_memfd test
` [PATCH v11 18/18] KVM: selftests: guest_memfd mmap() test when mapping is allowed

[RFC, PATCH 00/12] TDX: Enable Dynamic PAMT
 2025-06-06 10:20 UTC  (11+ messages)
` [RFC, PATCH 08/12] KVM: x86/tdp_mmu: Add phys_prepare() and phys_cleanup() to kvm_x86_ops

[kvm-unit-tests PATCH v2 0/9] arm64: support EL2
 2025-06-06 10:17 UTC  (3+ messages)
` [kvm-unit-tests PATCH v2 2/9] arm64: efi: initialise SCTLR_ELx fully

[PATCH v6 0/2] kvm: sev: Add SNP guest request throttling
 2025-06-06  9:58 UTC  (6+ messages)
` [PATCH v6 1/2] kvm: sev: Add SEV-SNP "
` [PATCH v6 2/2] kvm: sev: If ccp is busy, report busy to guest

[GIT PULL] KVM/arm64 fixes for 6.16, take #2
 2025-06-06  9:43 UTC 

[PATCH net-next v12 00/10] tun: Introduce virtio-net hashing feature
 2025-06-06  9:26 UTC  (21+ messages)
` [PATCH net-next v12 01/10] virtio_net: Add functions for hashing
` [PATCH net-next v12 03/10] tun: Allow steering eBPF program to fall back
` [PATCH net-next v12 04/10] tun: Add common virtio-net hash feature code

[kvm-unit-tests PATCH v3 1/2] riscv: Add RV_INSN_LEN to processor.h
 2025-06-06  8:48 UTC  (4+ messages)
` [kvm-unit-tests PATCH v3 2/2] riscv: sbi: Add SBI Debug Triggers Extension tests

[PATCH v2] KVM: S390: Remove sca_lock
 2025-06-06  8:48 UTC  (3+ messages)

[Bug 220200] New: Kernel crash with WARNING: CPU: 17 PID: 4510 at lib/refcount.c:28 refcount_warn_saturate+0xd8/0xe0
 2025-06-06  8:14 UTC  (3+ messages)
` [Bug 220200] "

[PATCH 00/13] MMU related improvements for KVM RISC-V
 2025-06-06  4:25 UTC  (22+ messages)
` [PATCH 01/13] RISC-V: KVM: Fix the size parameter check in SBI SFENCE calls
` [PATCH 02/13] RISC-V: KVM: Don't treat SBI HFENCE calls as NOPs
` [PATCH 03/13] RISC-V: KVM: Check kvm_riscv_vcpu_alloc_vector_context() return value
` [PATCH 04/13] RISC-V: KVM: Drop the return value of kvm_riscv_vcpu_aia_init()
` [PATCH 05/13] RISC-V: KVM: Rename and move kvm_riscv_local_tlb_sanitize()
` [PATCH 06/13] RISC-V: KVM: Replace KVM_REQ_HFENCE_GVMA_VMID_ALL with KVM_REQ_TLB_FLUSH
` [PATCH 07/13] RISC-V: KVM: Don't flush TLB in gstage_set_pte() when PTE is unchanged
` [PATCH 08/13] RISC-V: KVM: Implement kvm_arch_flush_remote_tlbs_range()
` [PATCH 09/13] RISC-V: KVM: Factor-out MMU related declarations into separate headers
` [PATCH 10/13] RISC-V: KVM: Introduce struct kvm_gstage_mapping
` [PATCH 11/13] RISC-V: KVM: Add vmid field to struct kvm_riscv_hfence
` [PATCH 12/13] RISC-V: KVM: Factor-out g-stage page table management
` [PATCH 13/13] RISC-V: KVM: Pass VMID as parameter to kvm_riscv_hfence_xyz() APIs

[RFC PATCH 00/29] KVM: VM planes
 2025-06-05 22:47 UTC  (6+ messages)
` [PATCH 07/29] KVM: do not use online_vcpus to test vCPU validity
` [PATCH 13/29] KVM: implement vCPU creation for extra planes

[RFC PATCH 08/21] KVM: TDX: Increase/decrease folio ref for huge pages
 2025-06-05 22:35 UTC  (6+ messages)

[PATCH 0/4] KVM: x86: Fix WFS vs. pending SMI WARN
 2025-06-05 19:50 UTC  (5+ messages)
` [PATCH 1/4] KVM: x86: Drop pending_smi vs. INIT_RECEIVED check when setting MP_STATE
` [PATCH 2/4] KVM: x86: WARN and reject KVM_RUN if vCPU's MP_STATE is SIPI_RECEIVED
` [PATCH 3/4] KVM: x86: Move INIT_RECEIVED vs. INIT/SIPI blocked check to KVM_RUN
` [PATCH 4/4] KVM: x86: Refactor handling of SIPI_RECEIVED when setting MP_STATE

[PATCH v4 0/5] Add SEV-SNP CipherTextHiding feature support
 2025-06-05 19:34 UTC  (17+ messages)
` [PATCH v4 2/5] crypto: ccp: Add support for SNP_FEATURE_INFO command
` [PATCH v4 3/5] crypto: ccp: Add support to enable CipherTextHiding on SNP_INIT_EX
` [PATCH v4 5/5] KVM: SEV: Add SEV-SNP CipherTextHiding support

[kvm-unit-tests PATCH v2 0/8] x86/svm: Make nSVM MSR test useful
 2025-06-05 19:22 UTC  (9+ messages)
` [kvm-unit-tests PATCH v2 1/8] x86: nSVM: Actually report missed MSR intercepts as failures
` [kvm-unit-tests PATCH v2 2/8] x86: nSVM: Test MSRs just outside the ranges of the MSR Permissions Map
` [kvm-unit-tests PATCH v2 3/8] x86: nSVM: Clean up variable types and names in test_msr_intercept()
` [kvm-unit-tests PATCH v2 4/8] x86: Expand the suite of bitops to cover all set/clear operations
` [kvm-unit-tests PATCH v2 5/8] x86: nVMX: Use set_bit() instead of test_and_set_bit() when return is ignored
` [kvm-unit-tests PATCH v2 6/8] x86: nSVM: Set MSRPM bit on-demand when testing interception
` [kvm-unit-tests PATCH v2 7/8] x86: nSVM: Verify disabling {RD,WR}MSR interception behaves as expected
` [kvm-unit-tests PATCH v2 8/8] x86: nSVM: Verify L1 and L2 see same MSR value when interception is disabled

[RFC PATCH v2 00/51] 1G page support for guest_memfd
 2025-06-05 19:16 UTC  (15+ messages)
` [RFC PATCH v2 38/51] KVM: guest_memfd: Split allocator pages for guest_memfd use

[PATCH 0/3] SEV-SNP fix for cpu soft lockup on 1TB+ guests
 2025-06-05 19:08 UTC  (7+ messages)
` [PATCH 1/3] KVM: Batch setting of per-page memory attributes to avoid soft lockup
` [PATCH 2/3] KVM: Add trace_kvm_vm_set_mem_attributes()
` [PATCH 3/3] KVM: fix typo in kvm_vm_set_mem_attributes() comment

[PATCH 0/2] Use guest mem inodes instead of anonymous inodes
 2025-06-05 18:23 UTC  (6+ messages)
` [PATCH 1/2] fs: Provide function that allocates a secure anonymous inode

[PATCH 00/28] KVM: x86: Clean up MSR interception code
 2025-06-05 16:39 UTC  (12+ messages)
` [PATCH 08/28] KVM: nSVM: Use dedicated array of MSRPM offsets to merge L0 and L1 bitmaps
` [PATCH 12/28] KVM: SVM: Implement and adopt VMX style MSR intercepts APIs
` [PATCH 16/28] KVM: VMX: Manually recalc all MSR intercepts on userspace MSR filter change
` [PATCH 17/28] KVM: SVM: "

[PATCH v7] KVM: s390: Use ESCA instead of BSCA at VM init
 2025-06-05 16:17 UTC  (2+ messages)

[RFC] vfio/type1: optimize vfio_unpin_pages_remote() for large folio
 2025-06-05 16:09 UTC  (2+ messages)

[PATCH v6] KVM: s390: Use ESCA instead of BSCA at VM init
 2025-06-05 15:06 UTC 

[syzbot] [kvm-x86?] WARNING in kvm_apic_accept_events
 2025-06-05 13:15 UTC  (2+ messages)

[kvm-unit-tests v2 0/2] riscv: Add double trap testing
 2025-06-05 10:34 UTC  (5+ messages)
` [kvm-unit-tests v2 2/2] riscv: Add ISA double trap extension testing

[PATCH] s390/mm: Fix in_atomic() handling in do_secure_storage_access()
 2025-06-05 10:21 UTC  (9+ messages)

[PATCH v3 RESEND] target/i386/kvm: Refine VMX controls setting for backward compatibility
 2025-06-05  6:54 UTC 

[PATCH v10 00/16] KVM: Mapping guest_memfd backed memory at the host for software protected VMs
 2025-06-05  9:59 UTC  (23+ messages)
` [PATCH v10 01/16] KVM: Rename CONFIG_KVM_PRIVATE_MEM to CONFIG_KVM_GMEM
` [PATCH v10 02/16] KVM: Rename CONFIG_KVM_GENERIC_PRIVATE_MEM to CONFIG_KVM_GENERIC_GMEM_POPULATE
` [PATCH v10 03/16] KVM: Rename kvm_arch_has_private_mem() to kvm_arch_supports_gmem()
` [PATCH v10 04/16] KVM: x86: Rename kvm->arch.has_private_mem to kvm->arch.supports_gmem
` [PATCH v10 05/16] KVM: Rename kvm_slot_can_be_private() to kvm_slot_has_gmem()
` [PATCH v10 06/16] KVM: Fix comments that refer to slots_lock
` [PATCH v10 07/16] KVM: Fix comment that refers to kvm uapi header path
` [PATCH v10 08/16] KVM: guest_memfd: Allow host to map guest_memfd pages
` [PATCH v10 15/16] KVM: Introduce the KVM capability KVM_CAP_GMEM_SHARED_MEM

[RFC PATCH 00/20] TD-Preserving updates
 2025-06-05  8:34 UTC  (4+ messages)
` [RFC PATCH 04/20] x86/virt/tdx: Introduce a "tdx" subsystem and "tsm" device

[PATCH v8 00/14] riscv: add SBI FWFT misaligned exception delegation support
 2025-06-05  7:12 UTC  (5+ messages)

[PATCH v6 0/5] Enable shared device assignment
 2025-06-05  6:01 UTC  (6+ messages)
` [PATCH v6 4/5] ram-block-attributes: Introduce RamBlockAttributes to manage RAMBlock with guest_memfd

[kvm-unit-tests PATCH] nVMX: Fix testing failure for canonical checks when forced emulation is not available
 2025-06-05  1:16 UTC  (5+ messages)


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