Kernel KVM virtualization development
 help / color / mirror / Atom feed
 messages from 2026-07-30 16:17:36 to 2026-07-31 13:02:00 UTC [more...]

[PATCH v7 00/14] KVM: s390: Misc fixes
 2026-07-31 13:01 UTC  (12+ messages)
` [PATCH v7 01/14] KVM: s390: Fix unlikely NULL gmap dereference
` [PATCH v7 02/14] KVM: s390: Do not free SCA if it was not allocated
` [PATCH v7 03/14] KVM: s390: Fix kvm_s390_vcpu_unsetup_cmma()
` [PATCH v7 04/14] KVM: s390: Fix overclearing ESCA in case of error
` [PATCH v7 05/14] KVM: s390: ucontrol: Fix sca_clear_ext_call()
` [PATCH v7 06/14] KVM: s390: Fix leaking of PGM_ADDRESSING to userspace
` [PATCH v7 07/14] KVM: s390: Fix race in __do_essa()
` [PATCH v7 08/14] KVM: s390: cmma: Fix dirty tracking when removing memslot
` [PATCH v7 09/14] KVM: s390: ucontrol: Add missing locking around gmap_remove_child()
` [PATCH v7 10/14] KVM: s390: Free the mmu cache when kvm_arch_vcpu_create() fails
` [PATCH v7 11/14] KVM: s390: Return -EINTR if a signal is pending while faulting-in

[PATCH 0/9] KVM: selftests: Add more syscall wrappers, fix hardware_disable_test
 2026-07-31 13:00 UTC  (16+ messages)
` [PATCH 1/9] KVM: selftests: Return the target CPU from pin_task_to_random_cpu()
` [PATCH 2/9] KVM: selftests: Extract picking of random CPU from cpu_set_t to separate API
` [PATCH 3/9] KVM: selftests: Affine child tasks to other pCPUs in hardware disable test
` [PATCH 4/9] KVM: selftests: Drop unreachable, dead code from "
` [PATCH 5/9] KVM: selftests: Add KVM syscall wrapper for pthread_create()
` [PATCH 6/9] KVM: selftests: Add KVM syscall wrappers for pthread_{cancel,join}()
` [PATCH 7/9] KVM: selftests: Add helper APIs to cancel+join pthreads
` [PATCH 8/9] KVM: selftests: Add KVM syscall wrappers for pthread_{g,s}etaffinity_np()
` [PATCH 9/9] KVM: selftests: Clean up global constants in hardware disable test

[PATCH v3] KVM: have hva_to_pfn_remapped write-upgrade PTEs
 2026-07-31 12:57 UTC  (5+ messages)

[PATCH] kvm: add EVER_MAPPED ioctl and capability
 2026-07-31 12:54 UTC  (3+ messages)

[PATCH v11 0/6] Add RMPOPT support
 2026-07-31 12:37 UTC  (11+ messages)
` [PATCH v11 3/6] x86/sev: Initialize RMPOPT configuration MSRs
` [PATCH v11 4/6] x86/sev: Add support to perform RMP optimizations asynchronously

[PATCH v9 00/41] guest_memfd: In-place conversion support
 2026-07-31 11:59 UTC  (26+ messages)
` [PATCH v9 01/41] KVM: guest_memfd: Introduce per-gmem attributes, use to guard user mappings
` [PATCH v9 03/41] KVM: Enumerate support for PRIVATE memory iff kvm_arch_has_private_mem is defined
` [PATCH v9 07/41] KVM: guest_memfd: Wire up core private/shared attribute interfaces
` [PATCH v9 10/41] KVM: guest_memfd: Add base support for KVM_SET_MEMORY_ATTRIBUTES2
` [PATCH v9 13/41] KVM: guest_memfd: Return early if range already has requested attributes
` [PATCH v9 14/41] mm: swap: Introduce lru_add_drain_progressive()
` [PATCH v9 16/41] KVM: guest_memfd: Zero page while getting pfn
` [PATCH v9 18/41] KVM: TDX: Make source page optional for KVM_TDX_INIT_MEM_REGION
` [PATCH v9 20/41] KVM: Let userspace disable per-VM mem attributes, enable per-gmem attributes

[PATCH] vhost/vsock: prevent stale IOTLB after ACCESS_PLATFORM changes
 2026-07-31 11:03 UTC  (8+ messages)
` [PATCH v2 0/2] vhost/vsock: fix device IOTLB feature lifecycle
  ` [PATCH v2 1/2] vhost/vsock: discard IOTLB when ACCESS_PLATFORM is cleared
  ` [PATCH v2 2/2] vhost/vsock: keep IOTLB across feature updates

[RFC PATCH v1 0/2] KVM: arm64: CCA: Add MEC policy support for CCA Realms
 2026-07-31 10:59 UTC  (5+ messages)
` [RFC PATCH v1 1/2] KVM: arm64: CCA: Add support for configuring the Realm MEC policy

[PATCH 0/6] firmware: arm_rmm: Add RMM v2.0 support
 2026-07-31 10:46 UTC  (3+ messages)
` [PATCH 3/6] firmware: arm_rmm: Check for RMI support at init

[PATCH v4 00/48] KVM: arm64: Add GICv5 IRS support
 2026-07-31 10:22 UTC  (42+ messages)
` [PATCH v4 01/48] irqchip/gic-v5: Allow KVM setup without a maintenance IRQ
` [PATCH v4 02/48] irqchip/gic-v5: Provide OF IRS config frame attrs to KVM
` [PATCH v4 03/48] irqchip/gic-v5: Set up gic_kvm_info on ACPI hosts
` [PATCH v4 06/48] arm64/sysreg: Update ICC_CR0_EL1 with LINK and LINK_IDLE fields
` [PATCH v4 07/48] KVM: arm64: gic-v5: Extract host IRS caps from IRS config frame
` [PATCH v4 08/48] KVM: arm64: gic-v5: Add VPE doorbell domain
` [PATCH v4 10/48] KVM: arm64: gic-v5: Introduce guest IST alloc and management
` [PATCH v4 14/48] KVM: arm64: gic-v5: Set up VMTEs and VPE doorbells
` [PATCH v4 16/48] KVM: arm64: gic-v5: Request doorbells when VPEs enter WFI
` [PATCH v4 19/48] KVM: arm64: gic-v5: Add KVM_VGIC_V5_ADDR_TYPE_IRS to UAPI
  ` [PATCH v4 35/48] KVM: arm64: gic-v5: Implement save/restore mechanisms for ISTs
  ` [PATCH v4 38/48] Documentation: KVM: Add docs for KVM_DEV_ARM_VGIC_GRP_IST

[PATCH 0/2] Support for Hyper-V's HvExtCallGetBootZeroedMemory()
 2026-07-31  9:51 UTC  (3+ messages)
` [PATCH 1/2] Add HvExtCallQueryCapabilities
` [PATCH 2/2] Add HvExtCallGetBootZeroedMemory

[PATCH v3 0/2] RISC-V: KVM: Optimize hfence request handling for SMP guests
 2026-07-31  9:38 UTC  (3+ messages)
` [PATCH v3 1/2] RISC-V: KVM: Separate req and fallback_req masks in make_xfence_request
` [PATCH v3 2/2] RISC-V: KVM: Introduce make_xfence_request_nodata for FENCE.I requests

[mst-vhost:linux-next 16/73] tools/include/linux/types.h:13:10: fatal error: asm/types.h: No such file or directory
 2026-07-31  9:41 UTC 

[PATCH v5 0/5] Implement Eager Page Splitting for RISC-V
 2026-07-31  9:40 UTC  (10+ messages)
` [PATCH v5 1/5] RISC-V: KVM: Add the split page cache for ioctl context
` [PATCH v5 2/5] RISC-V: KVM: Split huge pages when dirty logging is enabled
` [PATCH v5 3/5] RISC-V: KVM: Remove redundant TLB flush operations
` [PATCH v5 4/5] RISC-V: KVM: Split huge pages during KVM_CLEAR_DIRTY_LOG
` [PATCH v5 5/5] RISC-V: KVM: Add the eager_page_split module parameter

[PATCH v6 0/5] vhost/vsock: add support for VHOST_RESET_OWNER and CPR migration
 2026-07-31  8:31 UTC  (3+ messages)

[PATCH v1 0/9] target/i386: Fix Hygon vendor-specific CPU behavior
 2026-07-31  7:50 UTC  (16+ messages)
` [PATCH v1 1/9] target/i386: Sync AMD CPUID aliases for Hygon
` [PATCH v1 2/9] target/i386: Hide Intel cache CPUID leaves "
` [PATCH v1 3/9] target/i386: Hide ARCH_CAPABILITIES "
` [PATCH v1 4/9] target/i386/kvm: Use AMD MCE status encoding "
` [PATCH v1 5/9] target/i386/kvm: Use AMD PMU MSR paths "
` [PATCH v1 8/9] target/i386: Use AMD legacy cache fallback "

[PATCH v2 0/2] RISC-V: KVM: Optimize hfence request handling for SMP guests
 2026-07-31  6:18 UTC  (3+ messages)

[PATCH v4 0/5] Implement Eager Page Splitting for RISC-V
 2026-07-31  6:11 UTC  (10+ messages)
` [PATCH v4 1/5] RISC-V: KVM: Add the split page cache for ioctl context
` [PATCH v4 2/5] RISC-V: KVM: Split huge pages when dirty logging is enabled
` [PATCH v4 3/5] RISC-V: KVM: Remove redundant TLB flush operations
` [PATCH v4 5/5] RISC-V: KVM: Add the eager_page_split module parameter

[PATCH v3 00/18] iommu: Add live update state preservation
 2026-07-31  5:58 UTC  (3+ messages)
` [PATCH v3 02/18] iommu: Implement IOMMU Live update FLB callbacks

[PATCH v2 00/17] Enable DICE-based TDX Quoting Extension
 2026-07-31  2:30 UTC  (8+ messages)
` [PATCH v2 06/17] x86/virt/tdx: Re-initialize the extensions on runtime TDX module update

[PATCH v7 0/9] KVM: x86/pmu: Add hardware Topdown metrics support
 2026-07-31  1:12 UTC  (8+ messages)
` [PATCH v7 7/9] KVM: x86/pmu: Restrict RDPMC passthrough to known CPUs

[PATCH v15 00/37] arm64: Support for Arm CCA in KVM
 2026-07-31  0:57 UTC  (8+ messages)
` [PATCH v15 14/37] KVM: arm64: CCA: Handle realm enter/exit

[PATCH v12 0/4] vfio/dma-buf: add TPH support for peer-to-peer access
 2026-07-30 23:59 UTC  (3+ messages)

[PATCH v9 0/5] vfio: selftests: Add driver for Intel Ethernet Gigabit Controller (IGB)
 2026-07-30 23:46 UTC  (7+ messages)
` [PATCH v9 1/5] vfio: selftests: igb: Add driver for Intel 82576 device
` [PATCH v9 2/5] vfio: selftests: Add helpers to re-enable interrupts
` [PATCH v9 3/5] vfio: selftests: igb: Factor hardware programming into igb_hw_init()
` [PATCH v9 4/5] vfio: selftests: Retry on EAGAIN during device reset
` [PATCH v9 5/5] vfio: selftests: igb: Recover after DMA-read faults

[PATCH v5 0/9] vfio/pci: Add mmap() for DMABUFs
 2026-07-30 23:43 UTC  (15+ 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 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 net v3 0/2] vsock/virtio: fix msg_iter desync on transmission failure
 2026-07-30 22:59 UTC  (4+ messages)
` [PATCH net v3 1/2] iov_iter: export iov_iter_restore

[RFC] proposal: KVM: Orphaned VMs: The Caretaker approach for Live Update
 2026-07-30 22:46 UTC  (2+ messages)

[kvm-unit-tests PATCH 0/5] x86/apic: PV IPI robustness and subtest selection
 2026-07-30 22:17 UTC  (5+ messages)

[GIT PULL] Please pull IOMMUFD subsystem changes
 2026-07-30 22:15 UTC  (2+ messages)

[PATCH v1 00/28] KVM: nSVM: Optimize nSVM TLB flushes
 2026-07-30 21:52 UTC  (4+ messages)

[PATCH v2 0/2] vsock/virtio: fix worker access after virtqueue teardown
 2026-07-30 21:46 UTC  (7+ messages)
` [PATCH v3 "
  ` [PATCH v3 1/2] vsock/virtio: read virtqueues under worker locks
  ` [PATCH v3 2/2] vsock/virtio: avoid refilling the RX queue after teardown

[PATCH net-next v13 0/5] tun/tap & vhost-net: apply qdisc backpressure on full ptr_ring to reduce TX drops
 2026-07-30 21:36 UTC  (6+ messages)
` [PATCH net-next v13 1/5] tun/tap: add IFF_BACKPRESSURE flag
` [PATCH net-next v13 2/5] tun/tap: add ptr_ring consume helper with netdev queue wakeup
` [PATCH net-next v13 3/5] vhost-net: wake queue of tun/tap after ptr_ring consume
` [PATCH net-next v13 4/5] ptr_ring: move free-space check into separate helper
` [PATCH net-next v13 5/5] tun/tap & vhost-net: stop tail-drop when IFF_BACKPRESSURE is set

[PATCH 0/3] KVM: x86: Fix off-by-one in max_vcpu_ids bounds checks
 2026-07-30 21:31 UTC  (6+ messages)
` [PATCH 1/3] KVM: selftests: Fix treating KVM_CAP_MAX_VCPU_ID as inclusive
` [PATCH 2/3] KVM: x86: Fix off-by-one in max_vcpu_ids bounds checks
` [PATCH 3/3] Documentation: KVM: Clarify that KVM_CAP_MAX_VCPU_ID is exclusive

[kvm-unit-tests PATCH] x86: pci: Support unaligned register access in PCI config read/write
 2026-07-30 20:53 UTC  (2+ messages)

[PATCH v2 1/2] vsock/virtio: read virtqueues under worker locks
 2026-07-30 18:59 UTC  (2+ messages)

[PATCH] KVM: selftests: fix steal_time for arm64
 2026-07-30 18:37 UTC  (6+ messages)
  ` [PATCH] KVM: selftests: fix steal_time for arm64 with host page size > 4K

[PATCH v4 00/11] liveupdate: kvm: Guest_memfd preservation
 2026-07-30 18:18 UTC  (18+ messages)
` [PATCH v4 01/11] liveupdate: Add LIVEUPDATE_GUEST_MEMFD config option
` [PATCH v4 02/11] KVM: Introduce kvm_create_vm_file() helper
` [PATCH v4 03/11] KVM: Export kvm_uevent_notify_vm_create()
` [PATCH v4 06/11] KVM: guest_memfd: Move internal definitions to internal header
` [PATCH v4 07/11] KVM: guest_memfd: Add support for freezing mappings
` [PATCH v4 08/11] KVM: guest_memfd: Add support for preservation via LUO
` [PATCH v4 11/11] KVM: selftests: Add guest_memfd_preservation_test

[PATCH v6 00/14] KVM: s390: Misc fixes
 2026-07-30 17:04 UTC  (29+ messages)
` [PATCH v6 01/14] KVM: s390: Fix unlikely NULL gmap dereference
` [PATCH v6 02/14] KVM: s390: Fix kvm_s390_vcpu_unsetup_cmma()
` [PATCH v6 03/14] KVM: s390: Fix overclearing ESCA in case of error
` [PATCH v6 04/14] KVM: s390: ucontrol: Fix sca_clear_ext_call()
` [PATCH v6 05/14] KVM: s390: Fix leaking of PGM_ADDRESSING to userspace
` [PATCH v6 06/14] KVM: s390: Fix race in __do_essa()
` [PATCH v6 07/14] KVM: s390: cmma: Fix dirty tracking when removing memslot
` [PATCH v6 08/14] KVM: s390: ucontrol: Add missing locking around gmap_remove_child()
` [PATCH v6 09/14] KVM: s390: Free the mmu cache when kvm_arch_vcpu_create() fails
` [PATCH v6 10/14] KVM: s390: Return -EINTR if a signal is pending while faulting-in
` [PATCH v6 11/14] KVM: s390: Fix ordering when adding to SCA
` [PATCH v6 12/14] KVM: s390: Fix cleanup in kvm_s390_pv_create_cpu()
` [PATCH v6 13/14] KVM: s390: Fix kvm_arch_commit_memory_region() when low on memory
` [PATCH v6 14/14] KVM: s390: Move DAT table updates to kvm_arch_prepare_memory_region()

[PATCH] KVM: selftests: Only link to VFIO library on x86
 2026-07-30 16:51 UTC 

[PATCH] KVM: SVM: make svm_flush_tlb_gva do a full asid flush if NPT enabled
 2026-07-30 16:26 UTC  (3+ messages)


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