public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-03-26 19:10:56 to 2026-03-27 16:22:55 UTC [more...]

[PATCH v2 00/31] PCI/TSM: PCIe Link Encryption Establishment via TDX platform services
 2026-03-27 16:01 UTC  (7+ messages)
` [PATCH v2 01/31] x86/tdx: Move all TDX error defines into <asm/shared/tdx_errno.h>
` [PATCH v2 02/31] x86/virt/tdx: Move bit definitions of TDX_FEATURES0 to public header
` [PATCH v2 03/31] x86/virt/tdx: Add tdx_page_array helpers for new TDX Module objects
` [PATCH v2 04/31] x86/virt/tdx: Support allocating contiguous pages for tdx_page_array
` [PATCH v2 05/31] x86/virt/tdx: Extend tdx_page_array to support IOMMU_MT
` [PATCH v2 06/31] x86/virt/tdx: Read global metadata for TDX Module Extensions/Connect

[PATCH kvm-unit-tests 0/9] Combined GMET and MBEC tests
 2026-03-27 16:03 UTC  (11+ messages)
` [PATCH kvm-unit-tests 3/9] svm: add basic GMET tests
` [PATCH kvm-unit-tests 6/9] x86/vmx: add mode-based execute control test for Skylake and above
` [PATCH kvm-unit-tests 8/9] x86/vmx: run EPT tests with MBEC enabled when available
` [PATCH kvm-unit-tests 9/9] x86/vmx: add EPT tests covering XU permission

[PATCH v2 0/3] KVM: s390: Introducing kvm_arch_set_irq_inatomic Fast Inject
 2026-03-27 15:59 UTC  (11+ messages)
` [PATCH v2 1/3] KVM: s390: Add map/unmap ioctl and clean mappings post-guest
` [PATCH v2 2/3] KVM: s390: Enable adapter_indicators_set to use mapped pages
` [PATCH v2 3/3] KVM: s390: Introducing kvm_arch_set_irq_inatomic fast inject

[GIT PULL v1 00/10] KVM: s390: More memory management fixes for 7.0
 2026-03-27 15:23 UTC  (11+ messages)
` [GIT PULL v1 01/10] KVM: s390: vsie: Fix dat_split_ste()
` [GIT PULL v1 02/10] KVM: s390: Remove non-atomic dat_crstep_xchg()
` [GIT PULL v1 03/10] KVM: s390: vsie: Fix check for pre-existing shadow mapping
` [GIT PULL v1 04/10] KVM: s390: Fix gmap_link()
` [GIT PULL v1 05/10] KVM: s390: Correctly handle guest mappings without struct page
` [GIT PULL v1 06/10] KVM: s390: vsie: Fix nested guest memory shadowing
` [GIT PULL v1 07/10] KVM: s390: vsie: Fix refcount overflow for shadow gmaps
` [GIT PULL v1 08/10] KVM: s390: vsie: Fix unshadowing while shadowing
` [GIT PULL v1 09/10] KVM: s390: vsie: Fix guest page tables protection
` [GIT PULL v1 10/10] KVM: s390: Fix KVM_S390_VCPU_FAULT ioctl

[PATCH v2 00/15] Misc changes to allow building with Windows Clang
 2026-03-27 15:22 UTC  (29+ messages)
` [PATCH v2 01/15] meson: Use stddef.h instead of unistd.h
` [PATCH v2 02/15] qom: Use g_ascii_strcasecmp instead of strcasecmp
` [PATCH v2 03/15] block: Use glib2 instead of strcasecmp/strncasecmp
` [PATCH v2 04/15] io: "
` [PATCH v2 05/15] hw/arm: "
` [PATCH v2 06/15] target/sparc: "
` [PATCH v2 07/15] target/riscv: "
` [PATCH v2 08/15] target/ppc: "
` [PATCH v2 09/15] target/xtensa: "
` [PATCH v2 10/15] hw/ppc: "
` [PATCH v2 11/15] osdep: Remove unused strings.h
` [PATCH v2 12/15] util: Remove unused dirent.h
` [PATCH v2 13/15] util: Remove unused sys/param.h
` [PATCH v2 14/15] storage-daemon: use same link arguments as other tools
` [PATCH v2 15/15] meson: Don't require nm for non-modular builds

[PATCH v3 0/5] Support the FEAT_HDBSS introduced in Armv9.5
 2026-03-27 15:00 UTC  (8+ messages)
` [PATCH v3 4/5] KVM: arm64: Enable HDBSS support and handle HDBSSF events
    ` [PATCH] arm64/kvm: Enable eager hugepage splitting if HDBSS is available

[PATCH v8 0/3] vfio/pci: Introduce vfio_pci driver for ISM devices
 2026-03-27 14:53 UTC  (5+ messages)
` [PATCH v8 2/3] vfio/ism: Implement "

[PATCH v2 00/30] KVM: arm64: Combined user_mem_abort() rework
 2026-03-27 14:49 UTC  (32+ messages)
` [PATCH v2 01/30] KVM: arm64: Extract VMA size resolution in user_mem_abort()
` [PATCH v2 02/30] KVM: arm64: Introduce struct kvm_s2_fault to user_mem_abort()
` [PATCH v2 03/30] KVM: arm64: Extract PFN resolution in user_mem_abort()
` [PATCH v2 04/30] KVM: arm64: Isolate mmap_read_lock inside new kvm_s2_fault_get_vma_info() helper
` [PATCH v2 05/30] KVM: arm64: Extract stage-2 permission logic in user_mem_abort()
` [PATCH v2 06/30] KVM: arm64: Extract page table mapping "
` [PATCH v2 07/30] KVM: arm64: Simplify nested VMA shift calculation
` [PATCH v2 08/30] KVM: arm64: Remove redundant state variables from struct kvm_s2_fault
` [PATCH v2 09/30] KVM: arm64: Simplify return logic in user_mem_abort()
` [PATCH v2 10/30] KVM: arm64: Initialize struct kvm_s2_fault completely at declaration
` [PATCH v2 11/30] KVM: arm64: Optimize early exit checks in kvm_s2_fault_pin_pfn()
` [PATCH v2 12/30] KVM: arm64: Hoist MTE validation check out of MMU lock path
` [PATCH v2 13/30] KVM: arm64: Clean up control flow in kvm_s2_fault_map()
` [PATCH v2 14/30] KVM: arm64: Kill fault->ipa
` [PATCH v2 15/30] KVM: arm64: Make fault_ipa immutable
` [PATCH v2 16/30] KVM: arm64: Move fault context to const structure
` [PATCH v2 17/30] KVM: arm64: Replace fault_is_perm with a helper
` [PATCH v2 18/30] KVM: arm64: Constrain fault_granule to kvm_s2_fault_map()
` [PATCH v2 19/30] KVM: arm64: Kill write_fault from kvm_s2_fault
` [PATCH v2 20/30] KVM: arm64: Kill exec_fault "
` [PATCH v2 21/30] KVM: arm64: Kill topup_memcache "
` [PATCH v2 22/30] KVM: arm64: Move VMA-related information to kvm_s2_fault_vma_info
` [PATCH v2 23/30] KVM: arm64: Kill logging_active from kvm_s2_fault
` [PATCH v2 24/30] KVM: arm64: Restrict the scope of the 'writable' attribute
` [PATCH v2 25/30] KVM: arm64: Move kvm_s2_fault.{pfn,page} to kvm_s2_vma_info
` [PATCH v2 26/30] KVM: arm64: Replace force_pte with a max_map_size attribute
` [PATCH v2 27/30] KVM: arm64: Move device mapping management into kvm_s2_fault_pin_pfn()
` [PATCH v2 28/30] KVM: arm64: Directly expose mapping prot and kill kvm_s2_fault
` [PATCH v2 29/30] KVM: arm64: Simplify integration of adjust_nested_*_perms()
` [PATCH v2 30/30] KVM: arm64: Convert gmem_abort() to struct kvm_s2_fault_desc

[PATCH v17 0/8] support FEAT_LSUI
 2026-03-27 13:56 UTC  (3+ messages)
` (subset) "

[PATCH v2 0/6] change young flag check functions to return bool
 2026-03-27 13:28 UTC  (2+ messages)

[PATCH v2] riscv: kvm: fix vector context allocation leak
 2026-03-27 13:16 UTC  (2+ messages)

[PATCH v2] RISC-V: KVM: fix PMU snapshot_set_shmem on 32-bit hosts
 2026-03-27 13:08 UTC  (2+ messages)

[PATCH v10 0/3] RISC-V: KVM: Validate SBI STA shmem alignment
 2026-03-27 12:59 UTC  (2+ messages)

[PATCH v2 00/15] mm, kvm: allow uffd support in guest_memfd
 2026-03-27 11:47 UTC  (18+ messages)
` [PATCH v2 08/15] shmem, userfaultfd: use a VMA callback to handle UFFDIO_CONTINUE
` [PATCH v2 09/15] userfaultfd: introduce vm_uffd_ops->alloc_folio()
` [PATCH v2 10/15] shmem, userfaultfd: implement shmem uffd operations using vm_uffd_ops
` [PATCH v2 12/15] mm: generalize handling of userfaults in __do_fault()
` [PATCH v2 13/15] KVM: guest_memfd: implement userfaultfd operations

[PATCH v5 2/3] RISC-V: KVM: Detect and expose supported HGATP G-stage modes
 2026-03-27 11:11 UTC  (4+ messages)
`  "
    `  "

[PATCH] KVM: Document next_segment() behavior
 2026-03-27  9:50 UTC 

[PATCH 0/2] x86/tdx: Fix memory hotplug in TDX guests
 2026-03-27  8:49 UTC  (10+ messages)
` [PATCH 2/2] x86/tdx: Accept hotplugged memory before online

[PATCH net-next v8 0/4] tun/tap & vhost-net: apply qdisc backpressure on full ptr_ring to reduce TX drops
 2026-03-27  8:47 UTC  (10+ messages)
` [PATCH net-next v8 4/4] tun/tap & vhost-net: avoid ptr_ring tail-drop when a qdisc is present

[PATCH 0/2] struct page to PFN conversion for TDX guest private memory
 2026-03-27  7:03 UTC  (6+ messages)
` [PATCH 1/2] x86/virt/tdx: Use PFN directly for mapping "

[PATCH] RISC-V: KVM: Fix double-free of sdata in kvm_pmu_clear_snapshot_area()
 2026-03-27  7:32 UTC  (2+ messages)

Re: [PATCH 1/7] KVM: SVM: Initialize FRED VMCB fields
 2026-03-27  7:29 UTC  (3+ messages)
`  "

[PATCH 0/7] KVM: SVM: Enable FRED support
 2026-03-27  6:41 UTC  (5+ messages)
` [PATCH 1/7] KVM: SVM: Initialize FRED VMCB fields

[RFC PATCH v2 00/24] KVM: combined patchset for MBEC/GMET support
 2026-03-27  4:06 UTC  (3+ messages)
` [PATCH 08/24] KVM: x86/mmu: introduce ACC_READ_MASK

[PATCH v2 net] ptr_ring: disable KCSAN warnings
 2026-03-27  3:43 UTC  (3+ messages)

[PATCH v4 2/6] KVM: x86: Move guest_mode helpers to x86.h
 2026-03-27  3:15 UTC  (4+ messages)

[PATCH kvmtool 0/2] Add GDB stub and step-debug support for x86 and arm64
 2026-03-27  2:48 UTC  (7+ messages)
` [PATCH 2/2] arm64: Add GDB stub and step-debug support
    ` [PATCH kvmtool "
` [PATCH v2 0/2] Add GDB stub and step-debug support for x86 and arm64
  ` [PATCH v2 2/2] arm64: Add GDB stub and step-debug support
  ` [PATCH v2 1/2] x86: "

[PATCH v5 1/3] RISC-V: KVM: Support runtime configuration for per-VM's HGATP mode
 2026-03-27  1:55 UTC  (2+ messages)
`  "

[PATCH RFC v4 00/44] guest_memfd: In-place conversion support
 2026-03-26 23:36 UTC  (52+ messages)
` [PATCH RFC v4 01/44] KVM: guest_memfd: Introduce per-gmem attributes, use to guard user mappings
` [PATCH RFC v4 02/44] KVM: Rename KVM_GENERIC_MEMORY_ATTRIBUTES to KVM_VM_MEMORY_ATTRIBUTES
` [PATCH RFC v4 03/44] KVM: Enumerate support for PRIVATE memory iff kvm_arch_has_private_mem is defined
` [PATCH RFC v4 04/44] KVM: Stub in ability to disable per-VM memory attribute tracking
` [PATCH RFC v4 05/44] KVM: guest_memfd: Wire up kvm_get_memory_attributes() to per-gmem attributes
` [PATCH RFC v4 06/44] KVM: guest_memfd: Update kvm_gmem_populate() to use gmem attributes
` [PATCH RFC v4 07/44] KVM: guest_memfd: Only prepare folios for private pages
` [PATCH RFC v4 08/44] KVM: Introduce KVM_SET_MEMORY_ATTRIBUTES2
` [PATCH RFC v4 09/44] KVM: guest_memfd: Enable INIT_SHARED on guest_memfd for x86 Coco VMs
` [PATCH RFC v4 10/44] KVM: guest_memfd: Add support for KVM_SET_MEMORY_ATTRIBUTES2
` [PATCH RFC v4 11/44] KVM: guest_memfd: Handle lru_add fbatch refcounts during conversion safety check
` [PATCH RFC v4 12/44] KVM: guest_memfd: Introduce default handlers for content modes
` [PATCH RFC v4 13/44] KVM: guest_memfd: Apply content modes while setting memory attributes
` [PATCH RFC v4 14/44] KVM: x86: Add support for applying content modes
` [PATCH RFC v4 15/44] KVM: Add CAP to enumerate supported SET_MEMORY_ATTRIBUTES2 flags
` [PATCH RFC v4 16/44] KVM: Move KVM_VM_MEMORY_ATTRIBUTES config definition to x86
` [PATCH RFC v4 17/44] KVM: Let userspace disable per-VM mem attributes, enable per-gmem attributes
` [PATCH RFC v4 18/44] KVM: selftests: Create gmem fd before "regular" fd when adding memslot
` [PATCH RFC v4 19/44] KVM: selftests: Rename guest_memfd{,_offset} to gmem_{fd,offset}
` [PATCH RFC v4 20/44] KVM: selftests: Add support for mmap() on guest_memfd in core library
` [PATCH RFC v4 21/44] KVM: selftests: Add selftests global for guest memory attributes capability
` [PATCH RFC v4 22/44] KVM: selftests: Update framework to use KVM_SET_MEMORY_ATTRIBUTES2
` [PATCH RFC v4 23/44] KVM: selftests: Add helpers for calling ioctls on guest_memfd
` [PATCH RFC v4 24/44] KVM: selftests: Test using guest_memfd for guest private memory
` [PATCH RFC v4 25/44] KVM: selftests: Test basic single-page conversion flow
` [PATCH RFC v4 26/44] KVM: selftests: Test conversion flow when INIT_SHARED
` [PATCH RFC v4 27/44] KVM: selftests: Test conversion precision in guest_memfd
` [PATCH RFC v4 28/44] KVM: selftests: Test conversion before allocation
` [PATCH RFC v4 29/44] KVM: selftests: Convert with allocated folios in different layouts
` [PATCH RFC v4 30/44] KVM: selftests: Test that truncation does not change shared/private status
` [PATCH RFC v4 31/44] KVM: selftests: Test that shared/private status is consistent across processes
` [PATCH RFC v4 32/44] KVM: selftests: Test conversion with elevated page refcount
` [PATCH RFC v4 33/44] KVM: selftests: Test that conversion to private does not support ZERO
` [PATCH RFC v4 34/44] KVM: selftests: Support checking that data not equal expected
` [PATCH RFC v4 35/44] KVM: selftests: Test that not specifying a conversion flag scrambles memory contents
` [PATCH RFC v4 36/44] KVM: selftests: Reset shared memory after hole-punching
` [PATCH RFC v4 37/44] KVM: selftests: Provide function to look up guest_memfd details from gpa
` [PATCH RFC v4 38/44] KVM: selftests: Provide common function to set memory attributes
` [PATCH RFC v4 39/44] KVM: selftests: Check fd/flags provided to mmap() when setting up memslot
` [PATCH RFC v4 40/44] KVM: selftests: Make TEST_EXPECT_SIGBUS thread-safe
` [PATCH RFC v4 41/44] KVM: selftests: Update private_mem_conversions_test to mmap() guest_memfd
` [PATCH RFC v4 42/44] KVM: selftests: Add script to exercise private_mem_conversions_test
` [PATCH RFC v4 43/44] KVM: selftests: Update pre-fault test to work with per-guest_memfd attributes
` [PATCH RFC v4 44/44] KVM: selftests: Update private memory exits test to work with per-gmem attributes
` [POC PATCH 0/6] guest_memfd in-place conversion selftests for SNP
  ` [POC PATCH 1/6] KVM: selftests: Initialize guest_memfd with INIT_SHARED
  ` [POC PATCH 2/6] KVM: selftests: Call snp_launch_update_data() providing copy of memory
  ` [POC PATCH 3/6] KVM: selftests: Make guest_code_xsave more friendly
  ` [POC PATCH 4/6] KVM: selftests: Allow specifying CoCo-privateness while mapping a page
  ` [POC PATCH 5/6] KVM: selftests: Test conversions for SNP
  ` [POC PATCH 6/6] KVM: selftests: Test content modes ZERO and PRESERVE "

[PATCH v4 0/8] KVM: x86: nSVM: Improve PAT virtualization
 2026-03-26 21:59 UTC  (12+ messages)
` [PATCH v4 4/8] KVM: x86: nSVM: Redirect IA32_PAT accesses to either hPAT or gPAT

[PATCH v3 02/24] PCI: Add API to track PCI devices preserved across Live Update
 2026-03-26 21:39 UTC  (3+ messages)

[PATCH 0/3] KVM: arm64: selftests: Basic nested guest support
 2026-03-26 21:34 UTC  (6+ messages)
` [PATCH 3/3] KVM: arm64: selftests: Enable stage-2 in NV preparation functions

[PATCH v3 00/24] vfio/pci: Base Live Update support for VFIO device files
 2026-03-26 20:43 UTC  (2+ messages)

[PATCH v8 00/10] VMSCAPE optimization for BHI variant
 2026-03-26 20:29 UTC  (9+ messages)
` [PATCH v8 02/10] x86/bhi: Make clear_bhb_loop() effective on newer CPUs

[PATCH v2 00/16] fs,x86/resctrl: Add kernel-mode (e.g., PLZA) support to the resctrl subsystem
 2026-03-26 19:10 UTC  (4+ messages)
` [PATCH v2 02/16] fs, x86/resctrl: Add architecture routines for kernel mode initialization


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