Kernel KVM virtualization development
 help / color / mirror / Atom feed
 messages from 2026-05-22 22:46:11 to 2026-05-25 15:28:06 UTC [more...]

[PATCH v4 00/14] userfaultfd: working set tracking for VM guest memory
 2026-05-25 15:27 UTC  (28+ messages)
` [PATCH v4 01/14] mm: decouple protnone helpers from CONFIG_NUMA_BALANCING
` [PATCH v4 02/14] mm: rename uffd-wp PTE bit macros to uffd
` [PATCH v4 03/14] mm: rename uffd-wp PTE accessors "
` [PATCH v4 04/14] mm: add VM_UFFD_RWP VMA flag
` [PATCH v4 05/14] mm: add MM_CP_UFFD_RWP change_protection() flag
` [PATCH v4 06/14] mm: preserve RWP marker across PTE rewrites
` [PATCH v4 07/14] mm: handle VM_UFFD_RWP in khugepaged, rmap, and GUP
` [PATCH v4 08/14] userfaultfd: add UFFDIO_REGISTER_MODE_RWP and UFFDIO_RWPROTECT plumbing
` [PATCH v4 09/14] mm/userfaultfd: add RWP fault delivery and expose UFFDIO_REGISTER_MODE_RWP
` [PATCH v4 10/14] mm/pagemap: add PAGE_IS_ACCESSED for RWP tracking

[PATCH net] vsock/virtio: fix skb overhead overflow on 32-bit builds
 2026-05-25 15:16 UTC  (9+ messages)

[PATCH v2] RISC-V: KVM: Document a TOCTOU race in SBI system suspend handler
 2026-05-25 14:24 UTC  (3+ messages)

[PATCH 00/11] Convert moduleparams to seq_buf
 2026-05-25 13:35 UTC  (6+ messages)
` [PATCH 03/11] moduleparam: Add DEFINE_KERNEL_PARAM_OPS macro family
` [PATCH 04/11] treewide: Convert struct kernel_param_ops initializers to DEFINE_KERNEL_PARAM_OPS

[PATCH net] vsock/virtio: bind uarg before filling zerocopy skb
 2026-05-25 12:48 UTC  (4+ messages)

[PATCH v4 12/14] userfaultfd: add UFFDIO_SET_MODE for runtime sync/async toggle
 2026-05-25 12:42 UTC 

[PATCH v4 13/14] selftests/mm: add userfaultfd RWP tests
 2026-05-25 12:39 UTC 

[PATCH v4 11/14] userfaultfd: add UFFD_FEATURE_RWP_ASYNC for async fault resolution
 2026-05-25 12:36 UTC 

[PATCH] KVM: selftests: hyperv_features: test write of 1 to HV_X64_MSR_RESET
 2026-05-25 12:26 UTC  (3+ messages)

[PATCH v4 14/14] Documentation/userfaultfd: document RWP working set tracking
 2026-05-25 12:24 UTC 

[PATCH kvm-unit-tests] svm_tests: access rflags and rax via this_cpu_guest_regs()
 2026-05-25 12:07 UTC 

[kvm-unit-tests] x86/svm: regression on AMD+KVM after 8d37abbf (3 subtests fail)
 2026-05-25 11:42 UTC 

[PATCH v5 0/2] RISC-V: KVM: Convert HGEI management to fully per-HART
 2026-05-25 10:58 UTC  (5+ messages)
` [PATCH v5 1/2] irqchip/riscv-imsic: Add nr_guest_files in per-HART local config
` [PATCH v5 2/2] RISC-V: KVM: AIA: Make HGEI number management fully per-CPU

[PATCH 00/15] Enable TDX Module Extensions and DICE-based TDX Quoting
 2026-05-25 10:51 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 14/15] x86/virt/tdx: Embed version info in SEAMCALL leaf function definitions
` [RFC PATCH 15/15] x86/virt/tdx: Enable TDX Quoting extension

[PATCH] LoongArch: KVM: Add missing slots_lock for EIOINTC virtual extension device registration
 2026-05-25 10:12 UTC  (5+ messages)
` [PATCH v2 net] LoongArch: KVM: Add missing slots_lock for IO bus device register/unregister

[PATCH] RISC-V: KVM: Fix ebreak self test failure
 2026-05-25  9:59 UTC 

[PATCH net] vsock/virtio: fix potential unbounded skb queue
 2026-05-25  9:14 UTC  (14+ messages)

[v3 2/2] KVM: irqchip: Cache IRQ routing entries allocation
 2026-05-25  7:07 UTC  (2+ messages)

[PATCH] KVM: Validate irqchip index for LoongArch and PowerPC
 2026-05-25  7:01 UTC 

[PATCH v14 00/44] arm64: Support for Arm CCA in KVM
 2026-05-25  6:58 UTC  (5+ messages)
` [PATCH v14 06/44] arm64: RMI: Check for RMI support at init

[PATCH] KVM: SVM: Disable AVIC IPI virtualization on Hygon Family 18h (erratum #1235)
 2026-05-25  3:58 UTC  (2+ messages)

[v3 0/2] KVM: irqchip: Reduce KVM_SET_GSI_ROUTING allocation overhead
 2026-05-25  3:52 UTC  (2+ messages)
` [v3 1/2] KVM: irqchip: KVM: Reduce allocation overhead in kvm_set_irq_routing()

[PATCH 0/2] KVM: selftests: guest_memfd close() fix and hardening
 2026-05-25  3:00 UTC  (3+ messages)
` [PATCH 1/2] KVM: selftests: Cast guest_memfd fd to a signed int when checking for >= 0

[PATCH] RISC-V: KVM: Fix TOCTOU race in SBI system suspend handler
 2026-05-25  1:29 UTC  (4+ messages)

[GIT PULL] KVM changes for Linux 7.1-rc5
 2026-05-24 20:11 UTC  (2+ messages)

[PATCH v4 0/2] RISC-V: KVM: Convert HGEI management to fully per-HART
 2026-05-24 17:33 UTC  (5+ messages)
` [PATCH v4 1/2] irqchip/riscv-imsic: Add nr_guest_files in per-HART local config
` [PATCH v4 2/2] RISC-V: KVM: AIA: Make HGEI number management fully per-CPU

[PATCH v3 0/2] RISC-V: KVM: Convert HGEI management to fully per-HART
 2026-05-24 14:33 UTC  (5+ messages)
` [PATCH v3 1/2] irqchip/riscv-imsic: Add nr_guest_files in per-HART local config
` [PATCH v3 2/2] RISC-V: KVM: AIA: Make HGEI number management fully per-CPU

[ANNOUNCE] Email reviews from Sashiko enabled for kvm@
 2026-05-24  7:40 UTC  (2+ messages)

[PATCH v3 00/16] userfaultfd: working set tracking for VM guest memory
 2026-05-24  6:32 UTC  (11+ messages)
` [PATCH v3 05/16] mm: add MM_CP_UFFD_RWP change_protection() flag
` [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 V2 0/4] RISC-V: KVM: AIA: Convert HGEI management to fully per-HART
 2026-05-24  5:25 UTC  (6+ messages)
` [PATCH V2 1/4] RISC-V: KVM: AIA: Make HGEI number and management fully per-CPU
` [PATCH V2 2/4] RISC-V: KVM: AIA: Replace global HGEI count with simple enabled bool

[PATCH v2 00/16] iommu: Add live update state preservation
 2026-05-23 13:33 UTC  (7+ messages)
` [PATCH v2 02/16] iommu: Implement IOMMU Live update FLB callbacks
` [PATCH v2 06/16] iommupt: Implement preserve/unpreserve/restore callbacks

[PATCH v4 0/4] Add iommufd ioctls to support TSM operations
 2026-05-23 13:21 UTC  (7+ messages)
` [PATCH v4 1/4] iommufd/device: Associate a kvm pointer to iommufd_device

[RFC v2 0/5] KVM: selftests: add powerpc support
 2026-05-23 12:48 UTC  (8+ messages)
` [RFC v2 1/5] KVM: selftests: Move pgd_created check into virt_pgd_alloc
` [RFC v2 2/5] KVM: selftests: Add aligned guest physical page allocator
` [RFC v2 3/5] KVM: PPC: selftests: add support for powerpc
` [RFC v2 4/5] KVM: PPC: selftests: powerpc enable kvm_create_max_vcpus test
` [RFC v2 5/5] KVM: selftests: Print the vcpu_id when KVM_CREATE_VCPU ioctl fails

[PATCH 0/2] KVM: x86: Return VM's actual APIC bus frequency
 2026-05-23  8:08 UTC  (2+ messages)

[PATCH] KVM: selftests: elf: Include <endian.h> instead of <bits/endian.h>
 2026-05-23  8:05 UTC  (2+ messages)

[GIT PULL] KVM/riscv fixes for 7.1 take #1
 2026-05-23  8:04 UTC  (2+ messages)

[GIT PULL v1 0/5] KVM: s390: some vSIE and UCONTROL fixes
 2026-05-23  8:04 UTC  (2+ messages)

[GIT PULL] KVM/arm64 fixes for 7.1, take #3
 2026-05-23  8:03 UTC  (2+ messages)

[PATCH] kvm: vfio: Convert kvm_vfio_file_add() to use CLASS(fd) and guard(mutex)
 2026-05-23  5:02 UTC 

[PATCH v7 00/42] guest_memfd: In-place conversion support
 2026-05-23  1:35 UTC  (54+ 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-23  1:03 UTC  (6+ messages)
` [PATCH v4 1/3] vfio: add dma-buf get_tph callback and DMA_BUF_TPH feature

[PATCH 09/11] treewide: Convert custom kernel_param_ops .get callbacks to seq_buf via cocci
 2026-05-23  0:45 UTC  (2+ messages)

[PATCH] x86/tdx: Fix zero-extension for CPUID emulation
 2026-05-23  0:40 UTC 

[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 1/5] KVM: guest_memfd: Use write permissions when GUP-ing source pages
 2026-05-22 23:47 UTC  (2+ messages)

[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  (3+ messages)
` [PATCH v6 25/43] KVM: selftests: Add support for mmap() on guest_memfd in core library

[PATCH v2 0/5] guest_memfd fixes for bind and populate
 2026-05-22 22:46 UTC  (2+ messages)
` [PATCH v2 5/5] KVM: SNP: Mark source page dirty in sev_gmem_post_populate


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