Kernel KVM virtualization development
 help / color / mirror / Atom feed
 messages from 2026-07-16 18:06:56 to 2026-07-18 06:10:51 UTC [more...]

[PATCH v7 00/11] Dynamic PAMT
 2026-07-18  6:10 UTC  (16+ messages)
` [PATCH v7 01/11] x86/virt/tdx: Simplify PAMT layout calculation
` [PATCH v7 02/11] x86/virt/tdx: Allocate page bitmap for Dynamic PAMT
` [PATCH v7 03/11] x86/virt/tdx: Add tdx_alloc/free_control_page() helpers
` [PATCH v7 04/11] x86/virt/tdx: Allocate refcounts for Dynamic PAMT memory
` [PATCH v7 05/11] x86/virt/tdx: Handle multiple callers in tdx_pamt_get/put()
` [PATCH v7 06/11] KVM: TDX: Allocate PAMT memory for TD and vCPU control structures
` [PATCH v7 07/11] x86/tdx: Add APIs to support Dynamic PAMT ops from KVM's fault path
` [PATCH v7 08/11] KVM: TDX: Get/put PAMT pages when (un)mapping private memory
` [PATCH v7 09/11] x86/virt/tdx: Enable Dynamic PAMT
` [PATCH v7 10/11] Documentation/x86: Add documentation for TDX's "
` [PATCH v7 11/11] x86/virt/tdx: Optimize tdx_pamt_get/put()

[PATCH] RISC-V: KVM: Reject overlapping AIA IMSIC address fields
 2026-07-18  4:48 UTC  (2+ messages)

[PATCH] RISC-V: KVM: Avoid one-word masks for SBI v0.1 all-harts
 2026-07-18  4:39 UTC 

[PATCH] RISC-V: KVM: Guard HFENCE range loops against overflow
 2026-07-18  4:38 UTC 

[PATCH] vhost-scsi: Prevent OOM from invalid protection SGL count
 2026-07-18  4:14 UTC  (4+ messages)

[PATCH] RISC-V: KVM: Allow memslots ending at the GPA limit
 2026-07-18  3:52 UTC 

[PATCH v2 00/33] mm: make VMA page offset handling more consistent
 2026-07-18  2:59 UTC  (25+ messages)
` [PATCH v2 01/33] mm: move vma_start_pgoff() into mm.h and clean up
` [PATCH v2 02/33] mm: add kdoc comments for vma_start/last_pgoff()
` [PATCH v2 03/33] tools/testing/vma: use vma_start_pgoff() in merge tests
` [PATCH v2 04/33] mm: introduce and use vma_end_pgoff()
` [PATCH v2 05/33] mm/rmap: update mm/interval_tree.c comments
` [PATCH v2 06/33] mm/rmap: parameterise vma_interval_tree_*() by address_space
` [PATCH v2 07/33] mm/rmap: elide unnecessary static inline's in interval_tree.c
` [PATCH v2 08/33] mm/rmap: rename vma_interval_tree_*() to mapping_rmap_tree_*()
` [PATCH v2 09/33] mm/rmap: parameterise anon_vma_interval_tree_*() by anon_vma
` [PATCH v2 10/33] mm/rmap: rename anon_vma_interval_tree_*() params and use pgoff_t
` [PATCH v2 11/33] mm/rmap: rename anon_vma_interval_tree_*() to anon_rmap_tree_*()
` [PATCH v2 12/33] MAINTAINERS: Move mm/interval_tree.c to rmap section

[PATCH] vhost-vdpa: propagate set_map error to caller
 2026-07-18  2:13 UTC  (4+ messages)
` (no subject)
` Re: [PATCH] vhost-vdpa: propagate set_map error to caller

[PATCH] vhost: reject zero-size IOTLB INVALIDATE
 2026-07-18  1:29 UTC  (4+ messages)
` [PATCH v2] "

[PATCH v12 00/29] KVM: arm64: Implement support for SME
 2026-07-18  0:35 UTC  (5+ messages)
` [PATCH v12 02/29] arm64/fpsimd: Update FA64 and ZT0 enables when loading SME state

[PATCH v2 0/3] KVM: x86/SVM: Fixes for AMD ERAPS virtualization
 2026-07-17 23:05 UTC  (4+ messages)
` [PATCH v2 1/3] KVM: SVM: Configure ALLOW_LARGER_RAP in svm_vcpu_after_set_cpuid()
` [PATCH v2 2/3] KVM: SVM: Dirty ERAPS register on all ASID TLB flushes
` [PATCH v2 3/3] KVM: x86: Flush guest TLB on MTRR MSR writes

[PATCH v2 0/2] tdx-guest: Make Quote buffer size dynamic
 2026-07-17 21:55 UTC  (4+ messages)
` [PATCH v2 1/2] x86/tdx: Add helper to query maximum TD Quote size
` [PATCH v2 2/2] virt: tdx-guest: Allocate Quote buffer dynamically

[PATCH] percpu: Add missing DECLARE_PER_CPU_DECRYPTED
 2026-07-17 21:33 UTC 

[PATCH] KVM: VMX: Postpone IPIv setup after successful vCPU creation
 2026-07-17 21:21 UTC  (4+ messages)

[PATCH 00/60] KVM Planes + SEV-SNP Support
 2026-07-17 18:26 UTC  (11+ messages)
` [PATCH 35/60] kvm: Add VCPU plane-scheduling state and helpers

[PATCH v3 09/11] vfio: selftests: Add mlx5 driver - HW init and command interface
 2026-07-17 17:41 UTC  (3+ messages)

[PATCH] LoongArch: KVM: Initialize vector array in dmsintc_inject_irq()
 2026-07-17 17:15 UTC  (2+ messages)

[PATCH v5 0/9] vfio/pci: Add mmap() for DMABUFs
 2026-07-17 17:12 UTC  (21+ messages)
` [PATCH v5 1/9] PCI/P2PDMA: Split pool-related cleanup out of pci_p2pdma_release()
` [PATCH v5 2/9] PCI/P2PDMA: Add CONFIG_PCI_P2PDMA_CORE
` [PATCH v5 3/9] vfio/pci: Add a helper to look up PFNs for DMABUFs
` [PATCH v5 6/9] vfio/pci: Provide a user-facing name for BAR mappings
` [PATCH v5 7/9] vfio/pci: Clean up BAR zap and revocation
` [PATCH v5 8/9] vfio/pci: Support mmap() of a VFIO DMABUF
` [PATCH v5 9/9] vfio/pci: Permanently revoke a DMABUF on request

[PATCH v3 07/11] vfio: selftests: Allow drivers to specify required region size
 2026-07-17 17:04 UTC  (2+ messages)

[PATCH 6.12] vsock/virtio: fix zerocopy completion for multi-skb sends
 2026-07-17 16:46 UTC  (2+ messages)

[PATCH] KVM: selftests: Fix typos in x86 and riscv tests
 2026-07-17 16:28 UTC 

[RFC] KVM: Proposed uAPI for querying GSI and irqbypass status
 2026-07-17 16:26 UTC 

linux-next: manual merge of the kvm tree with the tip tree
 2026-07-17 16:11 UTC 

[PATCH v4 0/6] Support the FEAT_HDBSS introduced in Armv9.5
 2026-07-17 15:53 UTC  (28+ messages)
` [PATCH v4 3/6] KVM: arm64: Add auto DBM support for hardware dirty tracking
` [PATCH v4 4/6] KVM: arm64: Add HDBSS per-vCPU buffer management
` [PATCH v4 5/6] KVM: arm64: Add HDBSS fault handling and buffer flush
` [PATCH v4 6/6] KVM: arm64: Add auto HDBSS enable/disable on dirty logging change

[PATCH v4 0/2] vfio: selftests: Add allocation assert helpers and avoid VLAs
 2026-07-17 15:43 UTC  (2+ messages)

[PATCH] vfio/pci: clear vdev->msi_perm after freeing it on init failure
 2026-07-17 15:43 UTC  (2+ messages)

[PATCH v14 0/4] vfio: selftest: Add NVIDIA GPU Falcon DMA test driver
 2026-07-17 15:43 UTC  (2+ messages)

[PATCH] KVM: Use vma_lookup() in kvm_host_page_size()
 2026-07-17 15:04 UTC  (2+ messages)

[RFC PATCH 00/11] KVM: Allow alternative providers of guest_memfd backed by PFNMAP memory
 2026-07-17 14:49 UTC  (5+ messages)
` [RFC PATCH 01/11] KVM: selftests: sev_smoke_test: Only run VM types the host offers
  ` [RFC PATCH 02/11] KVM: selftests: sev_init2_tests: Derive SEV availability from KVM

[PATCH 00/21] KVM: s390: vsie: Add VSIE SIGP Interpretation (vsie_sigpi)
 2026-07-17 14:20 UTC  (3+ messages)
` [PATCH 16/21] KVM: s390: vsie: Shadow VSIE SCA in guest-1

[PATCH v2] KVM: s390: pv: ignore ultravisor donated storage for kmemleak
 2026-07-17 13:45 UTC  (2+ messages)

[PATCH] s390/mm: Add missing vm_start <= addr check to do_secure_storage_access()
 2026-07-17 13:23 UTC  (2+ messages)

[PATCH v2 0/7] KVM: s390: Misc fixes
 2026-07-17 12:59 UTC  (3+ messages)
` [PATCH v2 5/7] KVM: s390: ucontrol: Add missing locking around gmap_remove_child()

[RFC PATCH 00/24] KVM: x86: Introduce memory protection attributes
 2026-07-17 12:38 UTC  (45+ messages)
` [PATCH 01/24] KVM: selftests: Take into account mixed memory fault flags
` [PATCH 02/24] KVM: Define and communicate KVM_EXIT_MEMORY_FAULT RWX flags to userspace
` [PATCH 03/24] KVM: x86: hyperv: Introduce memory fault on hcalls with bad ingpas
` [PATCH 04/24] KVM: x86/mmu: intersect writability from __kvm_faultin_pfn with fault->map_writable
` [PATCH 05/24] KVM: x86/mmu: Extend map_writable to a full ACC_* mask
` [PATCH 06/24] KVM: x86: Avoid warning when installing non-private memory attributes
` [PATCH 07/24] KVM: x86/mmu: Init memslot hugepage information for non-private_mem VMs too
` [PATCH 08/24] KVM: pass kvm == NULL case to kvm_arch_has_private_mem
` [PATCH 09/24] KVM: Introduce NR/NW/NX memory attributes
` [PATCH 10/24] KVM: Include memory protections in result of gfn->hva conversion
` [PATCH 11/24] KVM: Take memory protections into account in kvm_read/write_guest()
` [PATCH 12/24] KVM: Encapsulate memattrs array into anonymous struct
` [PATCH 13/24] KVM: Introduce kvm_check_gen()/kvm_memslots_check_gen()
` [PATCH 14/24] KVM: Introduce a generation number for memory attributes
` [PATCH 15/24] KVM: Take memory protections into account for accesses with cached gfn->hva
` [PATCH 16/24] KVM: pfncache: Fail to refresh if it contains memory protections
` [PATCH 17/24] KVM: x86/mmu: Take memory protection attributes into account during faults
` [PATCH 18/24] KVM: x86/mmu: Issue memory fault exit if walk failed due to memory attribute
` [PATCH 19/24] KVM: x86/mmu: Do not update accessed/dirty if guest PTE is read-only
` [PATCH 20/24] KVM: x86/mmu: Do not prefetch sptes on gfns backed by memory attributes
` [PATCH 21/24] KVM: x86/mmu: Obsolete all roots if memattr contains gPTEs
` [PATCH 22/24] KVM: x86: selftests: Introduce memory attributes test
` [PATCH 23/24] KVM: x86: selftests: Introduce memory attributes PTE test
` [PATCH 24/24] KVM: x86: selftests: Introduce memory attributes side-channel tests

[PATCH] KVM: s390: pv: ignore ultravisor donated storage for kmemleak
 2026-07-17 11:27 UTC 

[PATCH v2 0/4] s390: Reintroduce support for DCACHE_WORD_ACCESS
 2026-07-17 10:32 UTC  (10+ messages)
` [PATCH v2 1/4] KVM: s390: pv: Use VM_SPARSE area for guest variable storage area
` [PATCH v2 2/4] s390/mm: Fix handling of secure storage access exceptions in vmalloc area
` [PATCH v2 3/4] s390/mm: Remove folio handling for secure storage access exceptions
` [PATCH v2 4/4] s390: Add support for DCACHE_WORD_ACCESS (again)

[PATCH kvmtool v3 0/4] Add guest_memfd support for arm64
 2026-07-17 10:28 UTC  (3+ messages)

[PATCH 2/2] virt: tdx-guest: Allocate Quote buffer dynamically
 2026-07-17 10:21 UTC  (3+ messages)

[PATCH v2 00/28] KVM: arm64: Add support for FEAT_NV2p1 and FEAT_NV3
 2026-07-17  9:44 UTC  (5+ messages)
` [PATCH v2 03/28] KVM: arm64: Merge guest's HCRX_EL2 using NV_HCRX_GUEST_EXCLUDE
` [PATCH v2 06/28] KVM: arm64: Classify CPTR_EL2 as a SR_LOC_SPECIAL register

[PATCH 09/32] KVM/x86: Stop using 32-bit MSR interfaces
 2026-07-17  9:42 UTC  (2+ messages)
` [tip: x86/msr] "

[PATCH 00/32] x86/msr: Drop 32-bit MSR interfaces
 2026-07-17  9:38 UTC  (9+ messages)

[PATCH 0/4] s390: Reintroduce support for DCACHE_WORD_ACCESS
 2026-07-17  9:12 UTC  (5+ messages)
` [PATCH 1/4] KVM: s390: pv: Use VM_SPARSE area for guest variable storage area

[PATCH] RISC-V: KVM: Improve dirty log clearing by skipping zero bits in mask
 2026-07-17  8:21 UTC  (2+ messages)

[PATCH v4 0/3] LoongArch: KVM: Add PV TLB flush support
 2026-07-17  7:14 UTC  (5+ messages)

[PATCH] RISC-V: KVM: Use raw_spinlock for VMID update critical section
 2026-07-17  6:51 UTC  (2+ messages)

[PATCH] KVM: nVMX: Only update last_vpid on a successful nested VM-Enter
 2026-07-17  6:05 UTC 

[PATCH v5 0/7] KVM: guest_memfd: reclaim()/convert() cleanups
 2026-07-17  3:56 UTC  (7+ messages)
` [PATCH v5 6/7] KVM: x86: Combine .gmem_prepare()+.gmem_invalidate() into .gmem_convert()
` [PATCH v5 7/7] KVM: guest_memfd: Rework PREPARE config and hook into a more generic CONVERT

[PATCH] vhost-vdpa: propagate set_map error to caller
 2026-07-17  3:03 UTC  (2+ messages)

[PATCH] vhost-vdpa: reject zero-size unmap
 2026-07-17  3:03 UTC  (2+ messages)

[PATCH] vhost: reject zero-size IOTLB INVALIDATE
 2026-07-17  1:29 UTC  (2+ messages)

[PATCH v12 0/4] vfio/dma-buf: add TPH support for peer-to-peer access
 2026-07-17  0:59 UTC  (10+ messages)
` [PATCH v12 2/4] dma-buf: add optional get_pci_tph() callback
` [PATCH v12 3/4] vfio/pci: implement get_pci_tph and DMA_BUF_TPH feature

[PATCH v3 00/11] mlx5 support for VFIO self test
 2026-07-17  0:36 UTC  (4+ messages)
` [PATCH v3 06/11] selftests: Fix arm64 IO barriers to match kernel

[PATCH v2] KVM: x86: Add IDT limit check in __emulate_int_real()
 2026-07-16 23:57 UTC  (2+ messages)

[PATCH 0/3] KVM: x86/SVM: Fixes for AMD ERAPS virtualization
 2026-07-16 23:46 UTC  (5+ messages)
` [PATCH 1/3] KVM: SVM: Configure ALLOW_LARGER_RAP in svm_vcpu_after_set_cpuid()
` [PATCH 2/3] KVM: SVM: Dirty ERAPS register on all ASID TLB flushes
` [PATCH 3/3] KVM: x86: Flush guest TLB on MTRR MSR writes

[RFC PATCH v2 00/25] Optimize nSVM TLB flushes
 2026-07-16 23:09 UTC  (11+ messages)
` [RFC PATCH v2 02/25] KVM: SVM: Passthrough the number of supported ASIDs

[RFC v1 00/25] Add Realm support to QEMU-VMM
 2026-07-16 22:04 UTC  (13+ messages)
` [RFC v1 07/25] target/arm/kvm: Create scratch Realm VM when requested
` [RFC v1 08/25] target/arm/kvm: Use kvm_vm_check_extension() where necessary
` [RFC v1 09/25] target/arm/kvm-rme: Initialise Realm Initial Address space
` [RFC v1 10/25] hw/core/loader: Add a ROM loader notifier

[PATCH v2] KVM: selftests: hyperv_tlb_flush: use swap() to swap PTEs
 2026-07-16 19:00 UTC  (4+ messages)
` [PATCH v3] selftests: add swap() macro to kselftest.h

[PATCH v2 0/4] KVM s390x PCI fixes
 2026-07-16 18:08 UTC  (5+ messages)
` [PATCH v2 1/4] KVM: s390: pci: Fix memory accounting for pinned/unpinned pages
` [PATCH v2 3/4] KVM: s390: pci: Fix NULL dereference on AIBV allocation failure


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