Kernel KVM virtualization development
 help / color / mirror / Atom feed
 messages from 2026-07-30 23:49:18 to 2026-07-31 12:37:24 UTC [more...]

[PATCH v11 0/6] Add RMPOPT support
 2026-07-31 12:37 UTC  (8+ 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 v3] KVM: have hva_to_pfn_remapped write-upgrade PTEs
 2026-07-31 12:19 UTC  (3+ messages)

[PATCH v9 00/41] guest_memfd: In-place conversion support
 2026-07-31 11:59 UTC  (18+ messages)
` [PATCH v9 01/41] KVM: guest_memfd: Introduce per-gmem attributes, use to guard user mappings
` [PATCH v9 07/41] KVM: guest_memfd: Wire up core private/shared attribute interfaces
` [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] kvm: add EVER_MAPPED ioctl and capability
 2026-07-31  9:32 UTC  (2+ messages)

[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  (6+ 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)


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