Kernel KVM virtualization development
 help / color / mirror / Atom feed
 messages from 2026-08-04 18:30:02 to 2026-08-05 11:04:18 UTC [more...]

[RFC PATCH v1 00/42] VBS/VSM-on-KVM: VBS integration for KVM VM planes
 2026-08-05 11:03 UTC  (43+ messages)
` [RFC PATCH v1 01/42] Fix merge issue - Remove duplicate definition for kvm_arch_has_irq_bypass
` [RFC PATCH v1 02/42] Fix compilation
` [RFC PATCH v1 03/42] Fix compile error
` [RFC PATCH v1 04/42] Fix compile errors
` [RFC PATCH v1 05/42] Initial support for VM Planes - Add kernel config for CONFIG_VM_PLANES - Parse vm plane config from initrd for plane configuration - Make hypercalls to allocate memory for the vm planes
` [RFC PATCH v1 06/42] Use vcpu count from the plane configuration
` [RFC PATCH v1 07/42] skip processing plane configuration for plane 0 - plane 0 is the boot plane
` [RFC PATCH v1 08/42] Add plane config param to specify kernel image format
` [RFC PATCH v1 09/42] Activate the VM Planes through the Hypervisor - Using KVM as the VMM
` [RFC PATCH v1 10/42] allow the command line to be specified for kernels in other planes
` [RFC PATCH v1 11/42] Various changes to support VM Planes
` [RFC PATCH v1 12/42] Add a Virtualization Based Security (VBS) framework. - Add backends for AMD SEV-SNP, Intel TDX, Arm CCA and KVM Planes. - Support VTL on Hyper-V in addition to Planes on KVM
` [RFC PATCH v1 13/42] Add a inter-plane communication mechanism through KVM. - model this to use a single page similar to SEV-SNP
` [RFC PATCH v1 14/42] KVM: Add per-plane memory attribute support for cross-plane EPT protection
` [RFC PATCH v1 15/42] KVM: x86: Add KVM_HC_VBS_VTL_CALL hypercall for VBS inter-plane calls
` [RFC PATCH v1 16/42] vbs: Add HEKI kernel sealing and fix KVM plane memory attribute guards
` [RFC PATCH v1 17/42] vbs: Add module authentication via VBS/HEKI
` [RFC PATCH v1 18/42] vbs: Add kexec validation and make module auth non-fatal
` [RFC PATCH v1 19/42] Merge branch 'master' into vm-planes
` [RFC PATCH v1 20/42] kvm: x86: fix merged plane API/stat build regressions
` [RFC PATCH v1 21/42] KVM: x86: exit VM planes and VBS hypercalls to userspace
` [RFC PATCH v1 22/42] kexec: block legacy kexec_load when VBS is active
` [RFC PATCH v1 23/42] kvm: x86: fix merged plane API/stat build regressions
` [RFC PATCH v1 24/42] KVM: planes: expose memory-attribute setting to in-kernel callers
` [RFC PATCH v1 25/42] vm_planes: drop unused per-plane vcpu_count
` [RFC PATCH v1 26/42] drivers/virt: add VBS secure-plane park loop
` [RFC PATCH v1 27/42] KVM: planes: add arch-neutral in-kernel plane switch helper
` [RFC PATCH v1 28/42] KVM: x86: add VBS VTL call/return and cross-plane set-mem-attrs hypercalls
` [RFC PATCH v1 29/42] init/vm_planes: set up planes from rootfs_initcall and load ELF payloads
` [RFC PATCH v1 30/42] security/vbs: run backend probe and HEKI seal at rootfs_initcall
` [RFC PATCH v1 31/42] security/vbs: pin the VTL call hypercall to CPU0
` [RFC PATCH v1 32/42] security/vbs: add secure-plane monitor backend
` [RFC PATCH v1 33/42] drivers/virt: rename VBS park loop to secure_monitor
` [RFC PATCH v1 34/42] x86/realmode: skip the sub-1M trampoline for the VBS secure plane
` [RFC PATCH v1 35/42] KVM: x86: deny normal-plane access to secure-plane memory
` [RFC PATCH v1 36/42] KVM: plane: handle KVM_CHECK_EXTENSION on the plane fd
` [RFC PATCH v1 37/42] KVM: selftests: run plane tests with a split IRQ chip
` [RFC PATCH v1 38/42] kvm: x86: drop obsolete kvm_cache_regs.h
` [RFC PATCH v1 39/42] kvm: arch: finalize plane hooks and kvm_arch_vcpu_create signature
` [RFC PATCH v1 40/42] kvm: x86: use kvm_vcpu scheduling-state accessors and struct stat fields
` [RFC PATCH v1 41/42] kvm: x86: finalize per-plane APIC state and CPUID placement
` [RFC PATCH v1 42/42] kvm: planes: reconcile core plane state, UAPI and hypercall exit

[PATCH v9 00/41] guest_memfd: In-place conversion support
 2026-08-05 10:51 UTC  (11+ messages)
` [PATCH v9 03/41] KVM: Enumerate support for PRIVATE memory iff kvm_arch_has_private_mem is defined
` [PATCH v9 09/41] KVM: guest_memfd: Filter both shared and private when invalidating
` [PATCH v9 20/41] KVM: Let userspace disable per-VM mem attributes, enable per-gmem attributes

[PATCH v8 00/21] ARM64 PMU Partitioning
 2026-08-05 10:09 UTC  (3+ messages)

[RFC PATCH 0/1] vfio/pci: Disable sriov on PF device close
 2026-08-05  9:34 UTC  (4+ messages)
` [RFC PATCH 1/1] "

[PATCH v7 00/36] Cleaning up the KVM clock mess
 2026-08-05  9:26 UTC  (6+ messages)
` [PATCH v7 31/36] KVM: x86: Add KVM_[GS]ET_CLOCK_GUEST for accurate KVM clock migration

[PATCH v8 00/17] KVM: x86: Cleaning up the KVM clock mess, part 1
 2026-08-05  9:11 UTC  (23+ messages)
` [PATCH v8 01/17] KVM: x86: Update "last guest TSC" snapshot prior to enabling IRQs/preemption
` [PATCH v8 02/17] KVM: x86: Improve accuracy of KVM clock when TSC scaling is in force
` [PATCH v8 03/17] KVM: x86: Explicitly disable TSC scaling without CONSTANT_TSC
` [PATCH v8 04/17] KVM: x86: Activate master clock immediately on vCPU creation
` [PATCH v8 05/17] KVM: x86: Avoid NTP frequency skew for KVM clock on 32-bit host
` [PATCH v8 06/17] KVM: x86: Drop unnecessary CPU pinning when computing/getting kvmclock
` [PATCH v8 07/17] KVM: x86: Move "no master clock" fallback from __get_kvmclock() to get_kvmclock()
` [PATCH v8 08/17] KVM: x86: Wrap all of __get_kvmclock_master_clock() with CONFIG_X86_64=y
` [PATCH v8 09/17] KVM: x86: Fall back to non-master-clock if clockread fails in get_kvmclock()
` [PATCH v8 10/17] KVM: x86: Fix KVM clock precision in get_kvmclock() with TSC scaling
` [PATCH v8 11/17] KVM: x86: Use get_kvmclock() in kvm_get_wall_clock_epoch()
` [PATCH v8 12/17] KVM: x86: Fix compute_guest_tsc() to handle negative time deltas
` [PATCH v8 13/17] KVM: x86: Disable preemption, not IRQs, when getting TSC+freq pair
` [PATCH v8 14/17] KVM: x86: Make master clock logic in guest PV clock updates 64-bit only
` [PATCH v8 15/17] KVM: x86: Upscale TSC to "now", not master clock when updating PV clocks
` [PATCH v8 16/17] KVM: x86: Simplify and comment kvm_get_time_scale()
` [PATCH v8 17/17] KVM: x86: Remove implicit rdtsc() from kvm_compute_l1_tsc_offset()

[RFC] KVM: Proposed uAPI for querying GSI and irqbypass status
 2026-08-05  8:47 UTC  (5+ messages)

[PATCH v2 0/7] KVM: s390: more fixes
 2026-08-05  8:21 UTC  (7+ messages)
` [PATCH v2 6/7] KVM: s390: Take srcu when importing watchpoint data
` [PATCH v2 7/7] KVM: s390: Free guest debug data on vcpu destroy

[PATCH v2 0/6] mm, drm: fix interaction of .pfn_mkwrite() with fixup_user_fault()
 2026-08-05  8:34 UTC  (12+ messages)
` [PATCH v2 2/6] drm/shmem_helper: use vmf_insert_pfn_mkwrite()
` [PATCH v2 4/6] kvm: apply VM_READ/VM_WRITE checks to all VMA types
` [PATCH v2 6/6] kvm: return -EFAULT for writes to !VM_WRITE IO mappings

[PATCH v4 00/18] KVM: SEV: Fix RMP #PF due to freeing in-use VMSA
 2026-08-05  7:49 UTC  (10+ messages)
` [PATCH v4 18/18] KVM: guest_memfd: Combine .gmem_prepare()+.gmem_invalidate() into .gmem_convert()

[PATCH v2] LoongArch: KVM: Advertise already-supported capabilities
 2026-08-05  8:28 UTC  (3+ messages)

[PATCH v5 0/3] ppc/kvm: Handle CPU compatibility mode correctly for nested guests
 2026-08-05  8:25 UTC  (4+ messages)
` [PATCH v5 3/3] target/ppc/kvm: Use host compatibility mode "

[PATCH v2] KVM: x86/mmu: Write-protect tracked GFNs in all address spaces
 2026-08-05  8:24 UTC  (3+ messages)

[PATCH v2] vhost/net: fix clear_user start address in VHOST_GET_FEATURES_ARRAY
 2026-08-05  8:02 UTC  (4+ messages)
` [PATCH 0/3] tools/virtio: exercise VHOST_*_FEATURES_ARRAY ioctls
  ` [PATCH 3/3] tools/virtio: add --features-array switch

[PATCH 0/2] KVM: TDX: Enable VM-DoS Prevention Features for TDX
 2026-08-05  7:53 UTC  (7+ messages)
` [PATCH 1/2] KVM: TDX: Enable Notify VM exit
` [PATCH 2/2] KVM: TDX: Enable Bus Lock "

[PATCH v3 0/9] KVM: guest_memfd: folio migration for non-confidential VMs
 2026-08-05  7:09 UTC  (13+ messages)
` [PATCH v3 1/9] KVM: guest_memfd: take the invalidate lock when unbinding a dying file
` [PATCH v3 2/9] mm: split AS_UNMOVABLE back out of AS_INACCESSIBLE
` [PATCH v3 3/9] KVM: guest_memfd: implement folio migration for non-confidential VMs
` [PATCH v3 4/9] KVM: guest_memfd: add GUEST_MEMFD_FLAG_MIGRATABLE
` [PATCH v3 5/9] KVM: selftests: fix maxnode arguments in xapic_ipi_test
` [PATCH v3 6/9] KVM: selftests: use BITS_PER_TYPE() for NUMA masks
` [PATCH v3 7/9] KVM: selftests: add get_numa_mem_nodes()
` [PATCH v3 8/9] KVM: selftests: use allowed NUMA nodes in guest_memfd_test
` [PATCH v3 9/9] KVM: selftests: exercise guest_memfd folio migration

[PATCH v3] RISC-V: KVM: Add kvm-riscv.wfi_trap_policy to control VS-mode WFI trapping
 2026-08-05  6:51 UTC 

[PATCH] KVM: selftests: verify toggling KVM_MEM_GUEST_MEMFD on an existing slot is rejected
 2026-08-05  6:10 UTC  (2+ messages)

[PATCH v5 00/20] vfio/pci: Base Live Update support for VFIO
 2026-08-05  6:04 UTC  (5+ messages)
` [PATCH v5 17/20] vfio: selftests: Add vfio_pci_liveupdate_kexec_test

[PATCH net-next v14 0/5] tun/tap & vhost-net: apply qdisc backpressure on full ptr_ring to reduce TX drops
 2026-08-05  5:20 UTC  (8+ messages)
` [PATCH net-next v14 1/5] tun/tap: add IFF_BACKPRESSURE flag
` [PATCH net-next v14 2/5] tun/tap: add ptr_ring consume helper with netdev queue wakeup
` [PATCH net-next v14 4/5] ptr_ring: move free-space check into separate helper

[PATCH] LoongArch: KVM: Advertise already-supported capabilities
 2026-08-05  5:18 UTC  (3+ messages)

[PATCH v2] RISC-V: KVM: Add kvm-riscv.wfi_trap_policy to control VS-mode WFI trapping
 2026-08-05  5:11 UTC  (2+ messages)

[PATCH v6 0/4] KVM: PPC: Expose CPU compatibility modes for nested guests
 2026-08-05  4:32 UTC  (2+ messages)

[PATCH v4 3/6] KVM: arm64: Add auto DBM support for hardware dirty tracking
 2026-08-05  3:43 UTC  (13+ messages)

[PATCH 0/2] fix two issues related to the driver
 2026-08-05  3:15 UTC  (8+ messages)
` [PATCH 1/2] hisi_acc_vfio_pci: fix live migration enable conditions for PF passthrough
` [PATCH 2/2] hisi_acc_vfio_pci: fix VF BAR2 mmap on 64KB page size

[PATCH] vhost: reset the vring metadata cache on vring reconfiguration
 2026-08-05  2:56 UTC  (3+ messages)
` [PATCH v2] "

[PATCH v11 4/6] x86/sev: Add support to perform RMP optimizations asynchronously
 2026-08-05  2:38 UTC  (9+ messages)

[PATCH v2] x86/kvm: introduce pv idle time
 2026-08-05  2:31 UTC  (3+ messages)

[PATCH 0/6] LoongArch: KVM: Add separate vmid support
 2026-08-05  2:19 UTC  (8+ messages)
` [PATCH 1/6] LoongArch: KVM: Add vmid support for stage2 MMU

[PATCH v4 00/10] KVM: SEV: Add support for IBPB-on-Entry and BTB Isolation
 2026-08-05  0:44 UTC  (12+ messages)
` [PATCH v4 01/10] x86/bugs: Only log missing retpoline when it's actually the missing mitigation
` [PATCH v4 02/10] cpu/bugs: Allow forcing Automatic IBRS with SNP active using spectre_v2=eibrs
` [PATCH v4 03/10] cpu/bugs: Fall back to AutoIBRS when retpoline unavailable on SNP CPUs
` [PATCH v4 04/10] cpu/bugs: Allow spectre_v2=ibrs on x86 vendors other than Intel
` [PATCH v4 05/10] KVM: SEV: Define SVM_SEV_FEAT_* flags using BIT_ULL()
` [PATCH v4 06/10] KVM: selftests: sev_init2: Use BIT_ULL for VMSA feature bit definition
` [PATCH v4 07/10] KVM: SEV: Disallow setting SNP-only features for non-SNP guests via a single mask
` [PATCH v4 08/10] KVM: SEV: Advertise SVM_SEV_FEAT_SNP_ACTIVE
` [PATCH v4 09/10] KVM: SEV: Add support for IBPB-on-Entry
` [PATCH v4 10/10] KVM: SEV: Add support for SNP BTB Isolation

[PATCH v5 0/9] vfio/pci: Add mmap() for DMABUFs
 2026-08-05  0:41 UTC  (19+ 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 v1 00/28] KVM: nSVM: Optimize nSVM TLB flushes
 2026-08-05  0:26 UTC  (4+ messages)
` [PATCH v1 12/28] KVM: nSVM: Add a placeholder ASID for L2

[PATCH v10 0/3] vfio: selftests: Add driver for Intel Ethernet Gigabit Controller (IGB)
 2026-08-05  0:21 UTC  (4+ messages)
` [PATCH v10 1/3] vfio: selftests: Add helpers to re-enable interrupts
` [PATCH v10 2/3] vfio: selftests: igb: Add driver for Intel 82576 device
` [PATCH v10 3/3] vfio: selftests: Retry on EAGAIN during device reset

[PATCH v1 0/8] TDX: Stop auto-generating the global metadata code
 2026-08-04 23:52 UTC  (6+ messages)
` [PATCH v1 1/8] x86/virt/tdx: Stop treating tdx_global_metadata.h as auto-generated
` [PATCH v1 2/8] x86/virt/tdx: Name the TDX module global metadata field IDs

[kvm-unit-tests PATCH v2] x86: pci: Support unaligned register access in PCI config read/write
 2026-08-04 23:23 UTC 

[PATCH v9 14/41] mm: swap: Introduce lru_add_drain_progressive()
 2026-08-04 23:15 UTC  (14+ messages)

[PATCH v6 00/36] Cleaning up the KVM clock mess
 2026-08-04 21:59 UTC  (4+ messages)

[PATCH 05/21] perf: arm_pmuv3: Check cntr_mask before using pmccntr
 2026-08-04 21:25 UTC  (2+ messages)

[GIT PULL] vhost,vdpa: last minute fixes
 2026-08-04 21:24 UTC  (2+ messages)

[PATCH v3 0/2] KVM: selftests: Reduce PMC test runtime by ~17x
 2026-08-04 21:21 UTC  (5+ messages)
` [PATCH v3 1/2] KVM: selftests: Test one random GP counter in PMU arch events testcase
` [PATCH v3 2/2] KVM: selftests: Create one VM with many vCPUs for each major PMU counters test

[PATCH v2 0/2] KVM: selftests: Reduce PMC test runtime by ~17x
 2026-08-04 20:55 UTC  (5+ messages)
` [PATCH v2 1/2] KVM: selftests: Test one random GP counter in PMU arch events testcase
` [PATCH v2 2/2] KVM: selftests: Create one VM with many vCPUs for each major PMU counters test

[PATCH 0/2] KVM: selftests: Reduce PMC test runtime by ~17x
 2026-08-04 20:33 UTC  (4+ messages)
` [PATCH 2/2] KVM: selftests: Create one VM with many vCPUs for each major PMU counters test

[PATCH v6 00/15] s390/vfio-ap: Add live guest migration support
 2026-08-04 19:57 UTC  (7+ messages)
` [PATCH v6 02/15] s390/vfio-ap: Data structures for facilitating vfio device migration
` [PATCH v6 03/15] s390/vfio-ap: Functions to initialize/release vfio device migration data

[PATCH 0/5] locking/qspinlock: Add contended_release tracepoint
 2026-08-04 19:54 UTC  (4+ messages)
` [PATCH 1/5] x86/paravirt: Use static_call() for the paravirt spinlock ops

[Invitation] bi-weekly guest_memfd upstream call on 2026-08-06
 2026-08-04 19:29 UTC 

[RFC PATCH v2 0/5] vfio/pci: Support ZONE_DEVICE-backed DMABUF Exports
 2026-08-04 18:50 UTC  (6+ messages)
` [RFC PATCH v2 1/5] vfio: Add UAPI flag for ZONE_DEVICE-backed DMABUF exports
` [RFC PATCH v2 2/5] vfio/pci: Implement ZONE_DEVICE registration for DMABUFs
` [RFC PATCH v2 3/5] vfio/pci: Implement page-backed .map_dma_buf handler
` [RFC PATCH v2 4/5] vfio/pci: Add .mmap handler for page-backed DMABUFs
` [RFC PATCH v2 5/5] vfio/pci: Add revocation fence for ZONE_DEVICE DMABUFs


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