messages from 2026-05-22 04:05:19 to 2026-05-23 00:18:07 UTC [more...]
[PATCH v7 00/42] guest_memfd: In-place conversion support
2026-05-23 0:18 UTC (43+ messages)
` [PATCH v7 01/42] KVM: guest_memfd: Introduce per-gmem attributes, use to guard user mappings
` [PATCH v7 02/42] KVM: Rename KVM_GENERIC_MEMORY_ATTRIBUTES to KVM_VM_MEMORY_ATTRIBUTES
` [PATCH v7 03/42] KVM: Enumerate support for PRIVATE memory iff kvm_arch_has_private_mem is defined
` [PATCH v7 04/42] KVM: Stub in ability to disable per-VM memory attribute tracking
` [PATCH v7 05/42] KVM: guest_memfd: Wire up kvm_get_memory_attributes() to per-gmem attributes
` [PATCH v7 06/42] KVM: guest_memfd: Update kvm_gmem_populate() to use gmem attributes
` [PATCH v7 07/42] KVM: guest_memfd: Only prepare folios for private pages
` [PATCH v7 08/42] KVM: Move kvm_supported_mem_attributes() to kvm_host.h
` [PATCH v7 09/42] KVM: guest_memfd: Add base support for KVM_SET_MEMORY_ATTRIBUTES2
` [PATCH v7 10/42] KVM: guest_memfd: Ensure pages are not in use before conversion
` [PATCH v7 11/42] KVM: guest_memfd: Call arch invalidate hooks on conversion
` [PATCH v7 12/42] KVM: guest_memfd: Return early if range already has requested attributes
` [PATCH v7 13/42] KVM: guest_memfd: Advertise KVM_SET_MEMORY_ATTRIBUTES2 ioctl
` [PATCH v7 14/42] KVM: guest_memfd: Handle lru_add fbatch refcounts during conversion safety check
` [PATCH v7 15/42] KVM: guest_memfd: Use actual size for invalidation in kvm_gmem_release()
` [PATCH v7 16/42] KVM: guest_memfd: Determine invalidation filter from memory attributes
` [PATCH v7 17/42] KVM: Move KVM_VM_MEMORY_ATTRIBUTES config definition to x86
` [PATCH v7 18/42] KVM: Let userspace disable per-VM mem attributes, enable per-gmem attributes
` [PATCH v7 19/42] KVM: guest_memfd: Enable INIT_SHARED on guest_memfd for x86 Coco VMs
` [PATCH v7 20/42] KVM: SEV: Make 'uaddr' parameter optional for KVM_SEV_SNP_LAUNCH_UPDATE
` [PATCH v7 21/42] KVM: TDX: Make source page optional for KVM_TDX_INIT_MEM_REGION
` [PATCH v7 22/42] KVM: selftests: Create gmem fd before "regular" fd when adding memslot
` [PATCH v7 23/42] KVM: selftests: Rename guest_memfd{,_offset} to gmem_{fd,offset}
` [PATCH v7 24/42] KVM: selftests: Add support for mmap() on guest_memfd in core library
` [PATCH v7 25/42] KVM: selftests: Add selftests global for guest memory attributes capability
` [PATCH v7 26/42] KVM: selftests: Add helpers for calling ioctls on guest_memfd
` [PATCH v7 27/42] KVM: selftests: Test basic single-page conversion flow
` [PATCH v7 28/42] KVM: selftests: Test conversion flow when INIT_SHARED
` [PATCH v7 29/42] KVM: selftests: Test conversion precision in guest_memfd
` [PATCH v7 30/42] KVM: selftests: Test conversion before allocation
` [PATCH v7 31/42] KVM: selftests: Convert with allocated folios in different layouts
` [PATCH v7 32/42] KVM: selftests: Test that truncation does not change shared/private status
` [PATCH v7 33/42] KVM: selftests: Test that shared/private status is consistent across processes
` [PATCH v7 34/42] KVM: selftests: Test conversion with elevated page refcount
` [PATCH v7 35/42] KVM: selftests: Reset shared memory after hole-punching
` [PATCH v7 36/42] KVM: selftests: Provide function to look up guest_memfd details from gpa
` [PATCH v7 37/42] KVM: selftests: Provide common function to set memory attributes
` [PATCH v7 38/42] KVM: selftests: Check fd/flags provided to mmap() when setting up memslot
` [PATCH v7 39/42] KVM: selftests: Make TEST_EXPECT_SIGBUS thread-safe
` [PATCH v7 40/42] KVM: selftests: Update private_mem_conversions_test to mmap() guest_memfd
` [PATCH v7 41/42] KVM: selftests: Add script to exercise private_mem_conversions_test
` [PATCH v7 42/42] KVM: selftests: Update private memory exits test to work with per-gmem attributes
[PATCH v4 0/3] vfio/dma-buf: add TPH support for peer-to-peer access
2026-05-22 23:53 UTC (4+ messages)
` [PATCH v4 1/3] vfio: add dma-buf get_tph callback and DMA_BUF_TPH feature
[PATCH v13 00/22] TDX KVM selftests
2026-05-22 23:50 UTC (5+ messages)
` [PATCH v13 07/22] KVM: selftests: Introduce structures for TDX guest boot parameters
[PATCH v2 0/5] guest_memfd fixes for bind and populate
2026-05-22 23:47 UTC (7+ messages)
` [PATCH v2 1/5] KVM: guest_memfd: Use write permissions when GUP-ing source pages
` [PATCH v2 2/5] KVM: guest_memfd: Fix possible signed integer overflow
` [PATCH v2 3/5] KVM: guest_memfd: Handle errors from xa_store_range() when binding
` [PATCH v2 4/5] KVM: SNP: Fix kunmap_local() unmapping order
` [PATCH v2 5/5] KVM: SNP: Mark source page dirty in sev_gmem_post_populate
[PATCH v6 00/16]
2026-05-22 23:45 UTC (5+ messages)
` [PATCH v6 01/16] KVM: nSVM: Stop leaking single-stepping on VMRUN into L2
[PATCH v4] 00/30] Cleaning up the KVM clock mess
2026-05-22 23:30 UTC (11+ messages)
` [PATCH v4 27/30] KVM: x86: Add KVM_VCPU_TSC_EFFECTIVE_FREQ attribute
[PATCH v4 0/5] KVM: X86: Fix nested TDP error code info
2026-05-22 23:27 UTC (6+ messages)
` [PATCH v4 1/5] KVM: x86: Widen x86_exception's error_code to 64 bits
` [PATCH v4 2/5] KVM: x86: Tell ->inject_page_fault() whether or a fault came from hardware
` [PATCH v4 3/5] KVM: SVM: Fix nested NPF injection of PFERR_GUEST_{PAGE,FINAL}_MASK bits
` [PATCH v4 4/5] KVM: VMX: Synthesize nested EPT violation GVA_IS_VALID/GVA_TRANSLATED bits
` [PATCH v4 5/5] KVM: selftests: Add nested page fault injection test
[PATCH v6 00/43] guest_memfd: In-place conversion support
2026-05-22 23:02 UTC (10+ messages)
` [PATCH v6 01/43] KVM: guest_memfd: Introduce per-gmem attributes, use to guard user mappings
` [PATCH v6 21/43] KVM: SEV: Make 'uaddr' parameter optional for KVM_SEV_SNP_LAUNCH_UPDATE
` [PATCH v6 25/43] KVM: selftests: Add support for mmap() on guest_memfd in core library
[PATCH 0/3] guest_memfd fixes for bind and populate
2026-05-22 22:40 UTC (8+ messages)
` [PATCH 1/3] KVM: guest_memfd: Use write permissions when GUP-ing source pages
` [PATCH 2/3] KVM: guest_memfd: Fix possible signed integer overflow
` [PATCH 3/3] KVM: guest_memfd: Handle errors from xa_store_range() when binding
[PATCH] vfio/pci: Fix sparse warning in vfio_pci_core_get_iomap()
2026-05-22 22:39 UTC (2+ messages)
[PATCH v2] vfio/pci: Use a private flag to prevent power state change with VFs
2026-05-22 22:39 UTC (2+ messages)
[PATCH kvm-unit-tests 0/9] Combined GMET and MBEC tests
2026-05-22 22:36 UTC (3+ messages)
` [PATCH kvm-unit-tests 8/9] x86/vmx: run EPT tests with MBEC enabled when available
[PATCH V3 0/4] KVM: X86: Correctly populate nested page fault injection error information
2026-05-22 22:34 UTC (8+ messages)
` [PATCH V3 2/4] KVM: SVM: Fix nested NPF injection to set PFERR_GUEST_{PAGE,FINAL}_MASK
` [PATCH V3 3/4] KVM: VMX: Fix nested EPT violation injection of GVA_IS_VALID/GVA_TRANSLATED bits
` [PATCH V3 4/4] KVM: selftests: Add nested page fault injection test
[PATCH v2 00/16] iommu: Add live update state preservation
2026-05-22 19:29 UTC (6+ messages)
` [PATCH v2 13/16] iommufd: Persist iommu hardware pagetables for live update
[PATCH v2 0/3] KVM: Fix guest_memfd binding overlap errno and selftest
2026-05-22 19:04 UTC (7+ messages)
` [PATCH v2 1/3] KVM: guest_memfd: Return -EEXIST for overlapping bindings
` [PATCH v2 2/3] KVM: selftests: Test guest_memfd binding overlap without GPA overlap
` [PATCH v2 3/3] KVM: selftests: Remove unnecessary "%s" formatting of a constant string
[PATCH net v2] vsock: keep poll shutdown state consistent
2026-05-22 18:30 UTC (2+ messages)
[PATCH 0/2] KVM: x86: Return VM's actual APIC bus frequency
2026-05-22 18:07 UTC (4+ messages)
` [PATCH 1/2] KVM: x86: Return the VM's configured APIC bus frequency when queried
` [PATCH 2/2] KVM: selftests: Verify that KVM returns the configured APIC bus frequency
[PATCH v3 0/5] KVM: PPC: Handle CPU compatibility mode for nested guests
2026-05-22 17:56 UTC (7+ messages)
` [PATCH v3 1/5] KVM: PPC: Book3S HV: Validate arch_compat against host compatibility mode
` [PATCH v3 2/5] KVM: PPC: Introduce KVM_CAP_PPC_COMPAT_CAPS and wire up ioctl
` [PATCH v3 3/5] KVM: PPC: Book3S HV: Implement compat CPU capability retrieval for KVM on PowerVM
` [PATCH v3 4/5] KVM: PPC: Book3S HV: Add support for compat CPU capabilities for KVM on PowerNV
` [PATCH v3 5/5] KVM: PPC: Document KVM_PPC_GET_COMPAT_CAPS ioctl
[PATCH v4 00/21] KVM: x86: Enable APX for guests
2026-05-22 17:52 UTC (3+ messages)
` [PATCH v4 09/21] KVM: VMX: Refactor instruction information decoding
[PATCH v4 08/21] KVM: VMX: Refactor VMX instruction information access
2026-05-22 17:26 UTC (2+ messages)
` [PATCH v4a "
[PATCH 0/2] KVM: selftests: guest_memfd close() fix and hardening
2026-05-22 17:50 UTC (5+ messages)
` [PATCH 1/2] KVM: selftests: Cast guest_memfd fd to a signed int when checking for >= 0
` [PATCH 2/2] KVM: selftests: Add and use kvm_free_fd() to harden against fd goofs
[PATCH v7 0/3] KVM: s390: Introducing kvm_arch_set_irq_inatomic Fast Inject
2026-05-22 17:44 UTC (7+ messages)
` [PATCH v7 1/3] KVM: s390: Add map/unmap ioctl and clean mappings post-guest
` [PATCH v7 2/3] KVM: s390: Enable adapter_indicators_set to use mapped pages
` [PATCH v7 3/3] KVM: s390: Introducing kvm_arch_set_irq_inatomic fast inject
[PATCH 00/11] Convert moduleparams to seq_buf
2026-05-22 17:05 UTC (7+ messages)
` [PATCH 04/11] treewide: Convert struct kernel_param_ops initializers to DEFINE_KERNEL_PARAM_OPS
` [PATCH 09/11] treewide: Convert custom kernel_param_ops .get callbacks to seq_buf via cocci
` [PATCH 10/11] treewide: Manually convert custom kernel_param_ops .get callbacks
[PATCH] KVM: selftests: Randomize dirty_log_test's delay before reaping the bitmap
2026-05-22 17:02 UTC
[PATCH] x86/tdx: Fix zero-extension for CPUID emulation
2026-05-22 16:54 UTC (4+ messages)
[PATCH v2 0/4] struct page to PFN conversion for TDX guest private memory
2026-05-22 16:41 UTC (9+ messages)
` [PATCH v2 1/4] x86/tdx: Use PFN directly for mapping "
` [PATCH v2 2/4] x86/tdx: Use PFN directly for unmapping "
` [PATCH v2 3/4] x86/tdx: Drop exported function tdx_quirk_reset_page()
` [PATCH v2 4/4] x86/virt/tdx: Move mk_keyed_paddr() to tdx.c due to no external users
[ANNOUNCE] Email reviews from Sashiko enabled for kvm@
2026-05-22 16:38 UTC
[PATCH v2 0/2] x86/tdx: Port I/O emulation fixes
2026-05-22 16:22 UTC (4+ messages)
` [PATCH v2 2/2] x86/tdx: Fix zero-extension for 32-bit port I/O
[PATCH v5 1/1] KVM: x86: Introduce has_protected_pmu state for TDX VMs
2026-05-22 15:15 UTC
[PATCH v11 0/5] vfio/pci: Add PCIe TPH support
2026-05-22 14:27 UTC (15+ messages)
` [PATCH v11 2/5] PCI/TPH: Export pcie_tph_get_st_modes() for external use
` [PATCH v11 3/5] PCI/TPH: Add pcie_tph_enabled_mode() helper
` [PATCH v11 4/5] vfio/pci: Add PCIe TPH configuration space virtualization
` [PATCH v11 5/5] vfio/pci: Add VFIO_DEVICE_FEATURE_TPH_ST for TPH ST entry management
[PATCH v3 00/16] userfaultfd: working set tracking for VM guest memory
2026-05-22 13:38 UTC (17+ messages)
` [PATCH v3 01/16] mm: decouple protnone helpers from CONFIG_NUMA_BALANCING
` [PATCH v3 02/16] mm: rename uffd-wp PTE bit macros to uffd
` [PATCH v3 03/16] mm: rename uffd-wp PTE accessors "
` [PATCH v3 04/16] mm: add VM_UFFD_RWP VMA flag
` [PATCH v3 05/16] mm: add MM_CP_UFFD_RWP change_protection() flag
` [PATCH v3 06/16] mm: preserve RWP marker across PTE rewrites
` [PATCH v3 07/16] mm: handle VM_UFFD_RWP in khugepaged, rmap, and GUP
` [PATCH v3 08/16] userfaultfd: add UFFDIO_REGISTER_MODE_RWP and UFFDIO_RWPROTECT plumbing
` [PATCH v3 09/16] mm/userfaultfd: add RWP fault delivery and expose UFFDIO_REGISTER_MODE_RWP
` [PATCH v3 10/16] mm/pagemap: add PAGE_IS_ACCESSED for RWP tracking
` [PATCH v3 11/16] userfaultfd: add UFFD_FEATURE_RWP_ASYNC for async fault resolution
` [PATCH v3 12/16] userfaultfd: add UFFDIO_SET_MODE for runtime sync/async toggle
` [PATCH v3 13/16] selftests/mm: add userfaultfd RWP tests
` [PATCH v3 14/16] Documentation/userfaultfd: document RWP working set tracking
` [PATCH v3 15/16] userfaultfd.2: Add read-write protect mode
` [PATCH v3 16/16] ioctl_userfaultfd.2: Add read-write protect mode docs
[PATCH] RISC-V: KVM: Fix TOCTOU race in SBI system suspend handler
2026-05-22 13:12 UTC (4+ messages)
[GIT PULL] KVM/riscv fixes for 7.1 take #1
2026-05-22 13:06 UTC
[PATCH] KVM: SVM: Disable AVIC IPI virtualization on Hygon Family 18h (erratum #1235)
2026-05-22 12:56 UTC (2+ messages)
[PATCH v2 00/14] userfaultfd: working set tracking for VM guest memory
2026-05-22 12:37 UTC (21+ messages)
` [PATCH v2 04/14] mm: add VM_UFFD_RWP VMA flag
` [PATCH v2 05/14] mm: add MM_CP_UFFD_RWP change_protection() flag
` [PATCH v2 08/14] userfaultfd: add UFFDIO_REGISTER_MODE_RWP and UFFDIO_RWPROTECT plumbing
` [PATCH v2 09/14] mm/userfaultfd: add RWP fault delivery and expose UFFDIO_REGISTER_MODE_RWP
` [PATCH v2 13/14] selftests/mm: add userfaultfd RWP tests
` [PATCH v2 14/14] Documentation/userfaultfd: document RWP working set tracking
[GIT PULL v1 0/5] KVM: s390: some vSIE and UCONTROL fixes
2026-05-22 12:29 UTC (6+ messages)
` [GIT PULL v1 1/5] KVM: s390: vsie: Fix memory leak when unshadowing
` [GIT PULL v1 2/5] KVM: s390: Fix leaking kvm_s390_mmu_cache in case of errors
` [GIT PULL v1 3/5] KVM: s390: vsie: Fix unshadowing logic
` [GIT PULL v1 4/5] KVM: s390: vsie: Fix redundant rmap entries
` [GIT PULL v1 5/5] KVM: s390: Properly reset zero bit in PGSTE
[PATCH v2 03/14] mm: rename uffd-wp PTE accessors to uffd
2026-05-22 10:33 UTC (3+ messages)
[PATCH v14 00/44] arm64: Support for Arm CCA in KVM
2026-05-22 10:02 UTC (9+ messages)
` [PATCH v14 04/44] arm64: RMI: Add SMC definitions for calling the RMM
` [PATCH v14 09/44] arm64: RMI: Provide functions to delegate/undelegate ranges of memory
[PATCH v4 0/5] LoongArch: KVM: Small enhancement about interrupt injection
2026-05-22 6:49 UTC (6+ messages)
` [PATCH v4 1/5] LoongArch: KVM: Check irq validility in kvm_vcpu_ioctl_interrupt()
` [PATCH v4 2/5] LoongArch: KVM: Check msgint feature in interrupt post
` [PATCH v4 3/5] LoongArch: KVM: Use existing macro about interrupt bit mask
` [PATCH v4 4/5] LoongArch: KVM: Inject interrupt with batch method
` [PATCH v4 5/5] LoongArch: KVM: Add valid bit check when set ESTAT CSR register
[PATCH v10 00/30] KVM: arm64: Implement support for SME
2026-05-22 5:52 UTC (4+ messages)
` [PATCH v10 19/30] KVM: arm64: Provide assembly for SME register access
[PATCH 00/15] Enable TDX Module Extensions and DICE-based TDX Quoting
2026-05-22 3:41 UTC (16+ messages)
` [PATCH 01/15] x86/virt/tdx: Read global metadata for TDX Module Extensions
` [PATCH 02/15] x86/virt/tdx: Add extra memory to TDX Module for Extensions
` [PATCH 03/15] x86/virt/tdx: Make TDX Module initialize Extensions
` [PATCH 04/15] x86/virt/tdx: Enable the Extensions right after basic TDX Module init
` [RFC PATCH 05/15] x86/virt/tdx: Move tdx_tdr_pa() up in the file
` [RFC PATCH 06/15] x86/virt/tdx: Initialize Quoting extension during bringup
` [RFC PATCH 07/15] x86/virt/tdx: Prepare Quote buffer during extension bringup
` [RFC PATCH 08/15] x86/virt/tdx: Add interface to check Quoting availability
` [RFC PATCH 09/15] x86/virt/tdx: Add interface to generate a Quote
` [RFC PATCH 10/15] x86/tdx: Move and rename Quote request structure
` [RFC PATCH 11/15] KVM: TDX: Factor out userspace return path from tdx_get_quote()
` [RFC PATCH 12/15] KVM: TDX: Add in-kernel Quote generation
` [RFC PATCH 13/15] KVM: TDX: Support event-notify interrupts only with userspace quoting
` [RFC PATCH 14/15] x86/virt/tdx: Embed version info in SEAMCALL leaf function definitions
` [RFC PATCH 15/15] x86/virt/tdx: Enable TDX Quoting extension
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