messages from 2025-06-04 05:43:19 to 2025-06-05 17:16:06 UTC [more...]
[RFC PATCH v2 00/51] 1G page support for guest_memfd
2025-06-05 17:16 UTC (7+ messages)
` [RFC PATCH v2 38/51] KVM: guest_memfd: Split allocator pages for guest_memfd use
[PATCH 00/28] KVM: x86: Clean up MSR interception code
2025-06-05 16:39 UTC (22+ messages)
` [PATCH 08/28] KVM: nSVM: Use dedicated array of MSRPM offsets to merge L0 and L1 bitmaps
` [PATCH 11/28] KVM: SVM: Add helpers for accessing MSR bitmap that don't rely on offsets
` [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 25/28] KVM: nSVM: Access MSRPM in 4-byte chunks only for merging L0 and L1 bitmaps
[RFC PATCH 00/30] Host side (KVM/VFIO/IOMMUFD) support for TDISP using TSM
2025-06-05 16:33 UTC (18+ 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 v4 0/5] Add SEV-SNP CipherTextHiding feature support
2025-06-05 16:23 UTC (18+ 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 4/5] KVM: SEV: Introduce new min,max sev_es and sev_snp asid variables
` [PATCH v4 5/5] KVM: SEV: Add SEV-SNP CipherTextHiding support
[kvm-unit-tests PATCH v3 1/2] riscv: Add RV_INSN_LEN to processor.h
2025-06-05 16:18 UTC (2+ messages)
` [kvm-unit-tests PATCH v3 2/2] riscv: sbi: Add SBI Debug Triggers Extension tests
[PATCH v7] KVM: s390: Use ESCA instead of BSCA at VM init
2025-06-05 16:17 UTC (2+ messages)
[PATCH v2] KVM: S390: Remove sca_lock
2025-06-05 16:14 UTC
[PATCH v11 00/18] KVM: Mapping guest_memfd backed memory at the host for software protected VMs
2025-06-05 16:11 UTC (21+ 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] vfio/type1: optimize vfio_unpin_pages_remote() for large folio
2025-06-05 16:09 UTC (2+ messages)
[PATCH 0/3] SEV-SNP fix for cpu soft lockup on 1TB+ guests
2025-06-05 15:57 UTC (5+ 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 v6] KVM: s390: Use ESCA instead of BSCA at VM init
2025-06-05 15:06 UTC
[PATCH v6 0/2] kvm: sev: Add SNP guest request throttling
2025-06-05 15:02 UTC (3+ messages)
` [PATCH v6 1/2] kvm: sev: Add SEV-SNP "
` [PATCH v6 2/2] kvm: sev: If ccp is busy, report busy to guest
[syzbot] [kvm-x86?] WARNING in kvm_apic_accept_events
2025-06-05 13:15 UTC (2+ messages)
[RFC, PATCH 00/12] TDX: Enable Dynamic PAMT
2025-06-05 13:01 UTC (9+ messages)
` [RFC, PATCH 08/12] KVM: x86/tdp_mmu: Add phys_prepare() and phys_cleanup() to kvm_x86_ops
[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 (10+ 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 (48+ 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 09/16] KVM: guest_memfd: Track shared memory support in memslot
` [PATCH v10 11/16] KVM: x86: Compute max_mapping_level with input from guest_memfd
` [PATCH v10 12/16] KVM: arm64: Refactor user_mem_abort() calculation of force_pte
` [PATCH v10 13/16] KVM: arm64: Handle guest_memfd-backed guest page faults
` [PATCH v10 14/16] KVM: arm64: Enable mapping guest_memfd in arm64
` [PATCH v10 15/16] KVM: Introduce the KVM capability KVM_CAP_GMEM_SHARED_MEM
` [PATCH v10 16/16] KVM: selftests: guest_memfd mmap() test when mapping is allowed
[RFC PATCH 00/20] TD-Preserving updates
2025-06-05 8:34 UTC (8+ messages)
` [RFC PATCH 02/20] x86/virt/tdx: Prepare to support P-SEAMLDR SEAMCALLs
` [RFC PATCH 04/20] x86/virt/tdx: Introduce a "tdx" subsystem and "tsm" device
[PATCH net-next v12 00/10] tun: Introduce virtio-net hashing feature
2025-06-05 8:18 UTC (17+ 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
[PATCH v8 00/14] riscv: add SBI FWFT misaligned exception delegation support
2025-06-05 7:12 UTC (5+ messages)
[PATCH 00/13] MMU related improvements for KVM RISC-V
2025-06-05 6:14 UTC (14+ 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
[PATCH v6 0/5] Enable shared device assignment
2025-06-05 6:01 UTC (11+ messages)
` [PATCH v6 2/5] memory: Change memory_region_set_ram_discard_manager() to return the result
` [PATCH v6 4/5] ram-block-attributes: Introduce RamBlockAttributes to manage RAMBlock with guest_memfd
` [PATCH v6 5/5] physmem: Support coordinated discarding of RAM "
[PATCH 0/2] Use guest mem inodes instead of anonymous inodes
2025-06-05 5:49 UTC (6+ messages)
` [PATCH 1/2] fs: Provide function that allocates a secure anonymous inode
[RFC PATCH 08/21] KVM: TDX: Increase/decrease folio ref for huge pages
2025-06-05 2:47 UTC (4+ messages)
[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)
[PATCH 06/17] KVM: arm64: Introduce method to partition the PMU
2025-06-04 20:57 UTC (3+ messages)
[PATCH 16/17] KVM: arm64: Add ioctl to partition the PMU when supported
2025-06-04 20:12 UTC (2+ messages)
[PATCH 10/17] KVM: arm64: Writethrough trapped PMEVTYPER register
2025-06-04 20:10 UTC (2+ messages)
[PATCH 00/17] ARM64 PMU Partitioning
2025-06-04 20:10 UTC (2+ messages)
[PATCH v8 0/6] Introduce CET supervisor state support
2025-06-04 18:45 UTC (3+ messages)
[kvm-unit-tests PATCH 0/6] x86: FEP related cleanups and fix
2025-06-04 18:36 UTC (7+ messages)
` [kvm-unit-tests PATCH 1/6] x86: Call setup_idt() from start{32,64}(), not from smp_init()
` [kvm-unit-tests PATCH 2/6] x86: Drop protection against setup_idt() being called multiple times
` [kvm-unit-tests PATCH 3/6] x86: Move call to load_idt() out of setup_tr_and_percpu macro
` [kvm-unit-tests PATCH 4/6] x86: Load IDT on BSP as part of setup_idt()
` [kvm-unit-tests PATCH 5/6] x86: Cache availability of forced emulation during setup_idt()
` [kvm-unit-tests PATCH 6/6] nVMX: Force emulation of LGDT/LIDT in iff FEP is available
[PATCH v2 00/59] KVM: iommu: Overhaul device posted IRQs support
2025-06-04 17:11 UTC (2+ messages)
[PATCH 00/15] KVM: x86: Add I/O APIC kconfig, delete irq_comm.c
2025-06-04 16:56 UTC (11+ messages)
` [PATCH 05/15] KVM: x86: Fold kvm_setup_default_irq_routing() into kvm_ioapic_init()
` [PATCH 11/15] KVM: x86: Add CONFIG_KVM_IOAPIC to allow disabling in-kernel I/O APIC
[PATCH] KVM: x86/mmu: Exempt nested EPT page tables from !USER, CR0.WP=0 logic
2025-06-04 15:57 UTC (2+ messages)
[PATCH v6 0/9] x86: Add support for NMI-source reporting with FRED
2025-06-04 15:41 UTC (11+ messages)
` [PATCH v6 4/9] x86/nmi: Assign and register NMI-source vectors
` [PATCH v6 9/9] x86/nmi: Print source information with the unknown NMI console message
[PATCH v2] riscv: sbi: Add SBI Debug Triggers Extension tests
2025-06-04 15:40 UTC (2+ messages)
[PATCH 0/2] KVM: SVM: Fix a NULL VMSA deref with MOVE_ENC_CONTEXT
2025-06-04 15:02 UTC (6+ messages)
` [PATCH 1/2] KVM: SVM: Reject SEV{-ES} intra host migration if vCPU creation is in-flight
` [PATCH 2/2] KVM: SVM: Initialize vmsa_pa in VMCB to INVALID_PAGE if VMSA page is NULL
[PATCH v4 0/3] Move duplicated instructions macros into asm/insn.h
2025-06-04 14:33 UTC (2+ messages)
[PATCH v5] KVM: s390: Use ESCA instead of BSCA at VM init
2025-06-04 14:31 UTC (3+ messages)
[PATCH v5 0/5] KVM: x86: allow DEBUGCTL.DEBUGCTLMSR_FREEZE_IN_SMM passthrough
2025-06-04 14:02 UTC (5+ messages)
` [PATCH v5 3/5] KVM: nVMX: check vmcs12->guest_ia32_debugctl value given by L2
[PATCH] vhost: Use ERR_CAST inlined function instead of ERR_PTR(PTR_ERR(...))
2025-06-04 6:55 UTC
[PATCH 3/5] KVM: gmem: Hold filemap invalidate lock while allocating/preparing folios
2025-06-04 6:28 UTC (6+ messages)
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;
as well as URLs for NNTP newsgroup(s).