Kernel KVM virtualization development
 help / color / mirror / Atom feed
 messages from 2026-06-09 16:17:01 to 2026-06-10 20:16:31 UTC [more...]

[PATCH v6 00/18] KVM: selftests: Add eventfd+VFIO IRQ test
 2026-06-10 20:15 UTC  (31+ messages)
` [PATCH v6 01/18] KVM: selftests: Build and link selftests/vfio/lib into KVM selftests
` [PATCH v6 02/18] KVM: selftests: Add macros to read/write+sync to/from guest memory
` [PATCH v6 03/18] KVM: selftests: Rename guest_rng to kvm_rng
` [PATCH v6 04/18] KVM: selftests: Add helper to generate random u64 in range [min,max]
` [PATCH v6 05/18] KVM: selftests: Add an irqfd send+receive (and later IRQ bypass) test
` [PATCH v6 06/18] KVM: selftests: Add helper to get host IRQ from device MSI-X for IRQ bypass test
` [PATCH v6 07/18] KVM: selftests: Add VFIO device support to eventfd IRQ test
` [PATCH v6 08/18] KVM: selftests: Add a helper to set proc IRQ affinity for "
` [PATCH v6 09/18] KVM: selftests: Verify interrupts are received when IRQ affinity changes in "
` [PATCH v6 10/18] KVM: selftests: Add option to set empty routing between IRQs in eventfd "
` [PATCH v6 11/18] KVM: selftests: Make number of IRQs configurable in "
` [PATCH v6 12/18] KVM: selftests: Verify non-postable IRQ remapping "
` [PATCH v6 13/18] KVM: selftests: Add kvm_gettid() wrapper and convert users
` [PATCH v6 14/18] KVM: selftests: Add kvm_sched_getaffinity() "
` [PATCH v6 15/18] KVM: selftests: Add a utility to pin a task to a random CPU, given a CPU set
` [PATCH v6 16/18] KVM: selftests: Verify vCPU migration during IRQ delivery in IRQ test
` [PATCH v6 17/18] KVM: selftests: Make number of vCPUs configurable "
` [PATCH v6 18/18] KVM: selftests: Add xAPIC support in eventfd "

[PATCH] KVM: VMX: Raise KVM_REQ_EVENT on TPR below threshold exit
 2026-06-10 19:11 UTC  (3+ messages)

[PATCH v3 0/9] vfio/pci: Add mmap() for DMABUFs
 2026-06-10 18:39 UTC  (11+ messages)
` [PATCH v3 1/9] PCI/P2PDMA: Add CONFIG_PCI_P2PDMA_CORE
` [PATCH v3 2/9] vfio/pci: Add a helper to look up PFNs for DMABUFs
` [PATCH v3 3/9] vfio/pci: Add a helper to create a DMABUF for a BAR-map VMA
` [PATCH v3 4/9] vfio/pci: Convert BAR mmap() to use a DMABUF
` [PATCH v3 5/9] vfio/pci: Provide a user-facing name for BAR mappings
` [PATCH v3 6/9] vfio/pci: Clean up BAR zap and revocation
` [PATCH v3 7/9] vfio/pci: Support mmap() of a VFIO DMABUF
` [PATCH v3 8/9] vfio/pci: Permanently revoke a DMABUF on request
` [PATCH v3 9/9] vfio/pci: Add mmap() attributes to DMABUF feature

[RFC PATCH 0/5] vfio/pci: Support ZONE_DEVICE-backed P2P Registration
 2026-06-10 18:32 UTC  (13+ messages)
` [RFC PATCH 1/5] vfio: Add UAPI for ZONE_DEVICE-backed P2P registration
` [RFC PATCH 2/5] vfio/pci: Implement "
` [RFC PATCH 3/5] vfio/pci: Block mmap & dmabuf export for ZONE_DEVICE-registered BARs
` [RFC PATCH 4/5] vfio/pci: Block ZONE_DEVICE registration for BARs with active DMABUFs
` [RFC PATCH 5/5] PCI/P2PDMA: Introduce a helper to release P2P resources

[PATCH] KVM: SEV: Don't return a still-assigned gmem page to the host
 2026-06-10 18:25 UTC  (3+ messages)

[kvm-unit-tests PATCH 0/8] x86: fixes for running KUT as EFI on non-QEMU KVM hosts
 2026-06-10 18:18 UTC  (5+ messages)
` [kvm-unit-tests PATCH 7/8] efi: fix load_options_size conversion to character count
` [kvm-unit-tests PATCH 8/8] efi: parse KUT_ENV= from load options into environ

[PATCH 00/60] KVM Planes + SEV-SNP Support
 2026-06-10 18:13 UTC  (7+ messages)
` [PATCH 02/60] KVM: SVM: Add support for the SEV-SNP #HV doorbell page NAE event
` [PATCH 07/60] KVM: SVM: Add support for the SEV-SNP #HV IPI "

[PATCH v3 RESEND 00/10] KVM: selftests: add powerpc support
 2026-06-10 17:59 UTC  (18+ messages)
` [PATCH v3 RESEND 01/10] KVM: selftests: Move pgd_created check into virt_pgd_alloc
` [PATCH v3 RESEND 02/10] KVM: selftests: Add aligned guest physical page allocator
` [PATCH v3 RESEND 03/10] KVM: PPC: selftests: add support for powerpc
` [PATCH v3 RESEND 04/10] KVM: PPC: selftests: powerpc enable kvm_create_max_vcpus test
` [PATCH v3 RESEND 05/10] KVM: selftests: Print the vcpu_id when KVM_CREATE_VCPU ioctl fails
` [PATCH v3 RESEND 06/10] KVM: PPC: selftests: Use u64 instead of uint64_t
` [PATCH v3 RESEND 07/10] KVM: PPC: selftests: Use s64 instead of int64_t
` [PATCH v3 RESEND 08/10] KVM: PPC: selftests: Use u32 instead of uint32_t
` [PATCH v3 RESEND 09/10] KVM: PPC: selftests: Use u8 instead of uint8_t
` [PATCH v3 RESEND 10/10] KVM: PPC: selftests: Replace u64 gpa, u64 gva|vaddr with gpa_t and gva_t

[PATCH v7 00/42] guest_memfd: In-place conversion support
 2026-06-10 17:49 UTC  (6+ messages)

[PATCH v2 0/5] KVM: s390: A few misc gmap fixes
 2026-06-10 17:10 UTC  (9+ messages)
` [PATCH v2 1/5] KVM: s390: Silence potential warnings in _gmap_crstep_xchg_atomic()
` [PATCH v2 2/5] KVM: s390: Fix unlikely race in try_get_locked_pte()
` [PATCH v2 3/5] KVM: s390: vsie: Fix allocation of struct vsie_rmap
` [PATCH v2 4/5] KVM: s390: vsie: Add missing radix_tree_preload() in _gaccess_shadow_fault()
` [PATCH v2 5/5] KVM: s390: vsie: Use mmu cache to allocate rmap

[PATCH] KVM: arm64: Hold kvm->mmu_lock while initialising vcpu->arch.vncr_tlb
 2026-06-10 16:39 UTC  (6+ messages)

[PATCH v2 0/9] vfio/pci: Add mmap() for DMABUFs
 2026-06-10 16:00 UTC  (7+ messages)
` [PATCH v2 1/9] PCI/P2PDMA: Add CONFIG_PCI_P2PDMA_CORE

[Invitation] bi-weekly guest_memfd upstream call on 2026-06-11
 2026-06-10 15:59 UTC 

[PATCH 00/16] riscv: Generate riscv instruction functions
 2026-06-10 15:56 UTC  (3+ messages)
` [PATCH 01/16] riscv: Introduce instruction table generation

[PATCH v3 0/5] KVM: PPC: Handle CPU compatibility mode for nested guests
 2026-06-10 15:53 UTC  (10+ messages)
` [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 0/9] KVM: arm64: selftests: Basic nested guest support
 2026-06-10 13:57 UTC  (4+ messages)

[PATCH v3 0/4] vfio-pci/zdev: Improved zPCI Function Measurement Support
 2026-06-10 12:54 UTC  (11+ messages)
` [PATCH v3 1/4] s390/pci: Hold fmb_lock when enabling or disabling PCI devices
` [PATCH v3 3/4] vfio-pci/zdev: Add VFIO FMB device features
` [PATCH v3 4/4] s390/pci: Fence FMB enable/disable via sysfs for passthrough devices

[PATCH] KVM: SVM: Clear dummy V_IRQ in vmcb01 when deactivating AVIC
 2026-06-10 12:45 UTC  (2+ messages)

[PATCH v9 4/5] perf: RISC-V: add support for SSE event
 2026-06-10 10:40 UTC 

[kvm-unit-tests RFC PATCH 0/6] powerpc improvements
 2026-06-10 11:33 UTC  (11+ messages)
` [kvm-unit-tests RFC PATCH 1/6] powerpc: add pmu tests
` [kvm-unit-tests RFC PATCH 2/6] configure: Make arch_libdir a first-class entity
` [kvm-unit-tests RFC PATCH 4/6] powerpc: gitlab CI update

[PATCH v5 0/6] LoongArch: KVM: Small enhancement about interrupt injection
 2026-06-10  9:39 UTC  (17+ messages)
` [PATCH v5 2/6] LoongArch: KVM: Check msgint feature in interrupt post
` [PATCH v5 3/6] LoongArch: KVM: Use existing macro about interrupt bit mask

[PATCH] RISC-V: KVM: Avoid redundant page-table allocations in ioremap topup
 2026-06-10  9:39 UTC 

[PATCH 0/4] Remove deprecated Power8E and 8NVL CPUs
 2026-06-10  9:08 UTC  (5+ messages)
` [PATCH 1/4] ppc/pnv: Replace Power8E with Power11 for 'none' machine test
` [PATCH 2/4] ppc/pnv: Remove Power8E and Power8NVL pnv chips
` [PATCH 3/4] ppc/pnv: Remove Power8E and Power8NVL spapr cores
` [PATCH 4/4] ppc/pnv: Remove Power8E and Power8NVL CPUs

[PATCH v1 00/26] KVM: arm64 on s390 System Register Handling
 2026-06-10  8:55 UTC  (5+ messages)
` [PATCH v1 13/26] s390: Introduce read/write ARM sysreg instructions

[PATCH 00/15] Enable TDX Module Extensions and DICE-based TDX Quoting
 2026-06-10  8:09 UTC  (12+ 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 v2 0/4] KVM: s390: Add support for 2G hugepages
 2026-06-10  8:34 UTC  (3+ messages)
` [PATCH v2 1/4] KVM: s390: Add module parameter to fence "

[PULL 09/42] MAINTAINERS: Drop stale F: from "Overall KVM CPUs"
 2026-06-10  8:04 UTC 

[PATCH] KVM: optionally post write on ioeventfd write
 2026-06-10  7:31 UTC  (5+ messages)

[PATCH] vfio/pci: make nointxmask and disable_idle_d3 module params read-only
 2026-06-10  5:47 UTC 

[PATCH v4 0/4] LoongArch: KVM: Set max VM supported FPU type with FPU exception
 2026-06-10  3:17 UTC  (2+ messages)

[PATCH v3 0/5] KVM: x86: Expose Zhaoxin CPUID 0xC0000001 EDX cryptographic features
 2026-06-10  2:45 UTC  (10+ messages)
` [PATCH v3 1/5] KVM: x86: Expose Zhaoxin SM2 CPUID feature
` [PATCH v3 2/5] KVM: x86: Expose Zhaoxin CCS (SM3 + SM4) "
` [PATCH v3 3/5] KVM: x86: Expose Zhaoxin RNG2 "
` [PATCH v3 4/5] KVM: x86: Expose Zhaoxin PHE2 "
` [PATCH v3 5/5] KVM: x86: Expose Zhaoxin RSA "

[PATCH] KVM: guest_memfd: Elaborate on how release() vs. get_pfn() is safe against UAF
 2026-06-10  1:34 UTC  (8+ messages)

[PATCH v8 0/5] KVM: selftests: Add AMD PMU Host/Guest test
 2026-06-10  1:02 UTC  (9+ messages)
` [PATCH v8 1/5] KVM: selftests: Refactor allocating guest stack into a helper
` [PATCH v8 2/5] KVM: selftests: Allocate a dedicated guest page for x86 L2 guest stack
` [PATCH v8 3/5] KVM: selftests: Drop L1-provided stacks for L2 guests on x86
` [PATCH v8 4/5] KVM: selftests: Add a helper to query enable_mediated_pmu module param
` [PATCH v8 5/5] KVM: selftests: Add svm_pmu_host_guest_test for Host-Only/Guest-Only bits

[PATCH v7 21/42] KVM: TDX: Make source page optional for KVM_TDX_INIT_MEM_REGION
 2026-06-10  0:44 UTC  (8+ messages)

[PATCH v6 4/5] vfio/pci: implement get_tph and DMA_BUF_TPH feature
 2026-06-09 23:48 UTC  (3+ messages)

[PATCH v14 0/4] vfio: selftest: Add NVIDIA GPU Falcon DMA test driver
 2026-06-09 23:39 UTC  (6+ messages)
` [PATCH v14 1/4] vfio: selftests: Add memcpy chunking to vfio_pci_driver_memcpy()
` [PATCH v14 2/4] vfio: selftests: Add generic PCI command register helpers
` [PATCH v14 3/4] vfio: selftests: Allow drivers without send_msi() support
` [PATCH v14 4/4] vfio: selftests: Add NVIDIA Falcon driver for DMA testing

[PATCH v6 2/5] PCI/TPH: expose enabled requester type and capability helpers
 2026-06-09 23:38 UTC  (2+ messages)

[PATCH v5 00/34] Cleaning up the KVM clock mess
 2026-06-09 23:26 UTC  (4+ messages)
` [PATCH v5 08/34] KVM: x86: Add KVM_VCPU_TSC_SCALE and fix the documentation on TSC migration

[PATCH] KVM: guest_memfd: fix NUMA interleave index double-counting
 2026-06-09 21:14 UTC  (4+ messages)

[PATCH 0/3] KVM: harden and cleanup PDPTR load on forced L1 reload
 2026-06-09 20:24 UTC  (3+ messages)
` [PATCH 2/3] KVM: MMU: unconditionally clear MMIO cache on root rebuild

[PATCH v6 5/5] RDMA/mlx5: get tph for p2p access when registering dma-buf mr
 2026-06-09 19:38 UTC 

[PATCH v6 3/5] dma-buf: add optional get_tph() callback
 2026-06-09 19:38 UTC 

[PATCH v4 00/47] x86: Try to wrangle PV clocks vs. TSC
 2026-06-09 19:28 UTC  (10+ messages)
` [PATCH v4 01/47] x86/tsc: Never re-calibrate TSC frequency if its exact timing is known
` [PATCH v4 02/47] x86/tsc: Add a standalone helpers for getting TSC info from CPUID.0x15

[PATCH net] vsock/virtio: restore msg_iter on transmission failure
 2026-06-09 17:58 UTC  (3+ messages)

[PATCH v1 0/3] KVM: s390: A few misc gmap fixes
 2026-06-09 16:33 UTC  (3+ messages)
` [PATCH v1 3/3] KVM: s390: vsie: Use mmu cache to allocate rmap

[PATCH 0/2] KVM: x86/mmu: Plug an unsync shadow page leak
 2026-06-09 16:31 UTC  (2+ messages)

[PATCH 0/2] KVM: x86/pmu: Fix a fixed PMC event filter bypass bug
 2026-06-09 16:31 UTC  (2+ messages)

[PATCH] KVM: x86: Use <linux/lockdep.h> for lockdep header inclusion
 2026-06-09 16:31 UTC  (2+ messages)

[PATCH] KVM: x86: hyper-v: Bound the bank index in hv_is_vp_in_sparse_set()
 2026-06-09 16:31 UTC  (2+ messages)

[PATCH] Documentation: KVM: Synchronize x86 VM types
 2026-06-09 16:31 UTC  (2+ messages)

[PATCH v1 1/3] KVM: s390: Silence potential warnings in _gmap_crstep_xchg_atomic()
 2026-06-09 16:30 UTC  (2+ messages)

[PATCH v2 0/6] KVM: x86: Fix emulated MOV DR{4,5} #GP bugs
 2026-06-09 16:21 UTC  (4+ messages)
` [PATCH v2 2/6] KVM: x86: Prioritize DR7.GD #DB over #GP due to illegal DR6/7 value


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