Kernel KVM virtualization development
 help / color / mirror / Atom feed
 messages from 2026-09-10 23:55:40 to 2026-09-11 21:43:41 UTC [more...]

[PATCH v10 00/28] KVM: Enable FRED support with KVM VMX
 2026-09-11 21:36 UTC  (26+ messages)
` [PATCH v10 01/28] KVM: VMX: Enable support for secondary VM exit controls
` [PATCH v10 02/28] KVM: VMX: Initialize VM entry/exit FRED controls in vmcs_config
` [PATCH v10 03/28] KVM: VMX: Disable FRED if FRED consistency checks fail
` [PATCH v10 04/28] x86/cea: Prefix event stack names with ESTACK_
` [PATCH v10 05/28] x86/cea: Use array indexing to simplify exception stack access
` [PATCH v10 06/28] x86/fred: Export this_cpu_fred_rsp() for KVM usage
` [PATCH v10 07/28] KVM: VMX: Initialize VMCS FRED fields
` [PATCH v10 08/28] KVM: VMX: Set FRED MSR intercepts
` [PATCH v10 09/28] KVM: VMX: Save/restore guest FRED RSP0
` [PATCH v10 10/28] KVM: VMX: Add support for saving and restoring FRED MSRs
` [PATCH v10 11/28] KVM: x86: Add a helper to detect if FRED is enabled for a vCPU
` [PATCH v10 12/28] KVM: x86: Add a new save/restore flag for FRED metadata
` [PATCH v10 13/28] KVM: VMX: Virtualize FRED nested exception tracking
` [PATCH v10 14/28] KVM: VMX: Virtualize FRED event_data
` [PATCH v10 15/28] KVM: x86: Include CR4.FRED in the emulator CR4 write mask
` [PATCH v10 16/28] KVM: x86: Mark CR4.FRED as not reserved
` [PATCH v10 17/28] KVM: x86: Handle CR4.FRED when emulating RSM
` [PATCH v10 18/28] KVM: VMX: Dump FRED context in dump_vmcs()
` [PATCH v10 19/28] KVM: x86: Advertise support for FRED
` [PATCH v10 20/28] KVM: nVMX: Enable support for secondary VM exit controls
` [PATCH v10 21/28] KVM: nVMX: Handle FRED VMCS fields in nested VMX context
` [PATCH v10 22/28] KVM: nVMX: Restrict event data VMCS fields to FRED-supported hosts
` [PATCH v10 23/28] KVM: nVMX: Shadow ORIGINAL_EVENT_DATA and INJECTED_EVENT_DATA fields
` [PATCH v10 24/28] KVM: nVMX: Validate FRED-related VMCS fields
` [PATCH v10 25/28] KVM: nVMX: Enable VMX FRED controls

[PATCH v6 0/9] vfio/pci: Add mmap() for DMABUFs
 2026-09-11 21:41 UTC  (10+ messages)
` [PATCH v6 1/9] vfio/pci: Remove DMABUF export dependency on vdev->memory_lock
` [PATCH v6 2/9] vfio/pci: Un-revoke DMABUFs in LOW_POWER_ENTRY_WITH_WAKEUP resume
` [PATCH v6 3/9] dma-buf: Export dma_buf_set_name()
` [PATCH v6 4/9] vfio/pci: Add a helper to look up PFNs for DMABUFs
` [PATCH v6 5/9] vfio/pci: Add a helper to create a DMABUF for a BAR-map VMA
` [PATCH v6 6/9] vfio/pci: Convert BAR mmap() to use a DMABUF
` [PATCH v6 7/9] vfio/pci: Clean up BAR zap and revocation
` [PATCH v6 8/9] vfio/pci: Support mmap() of a VFIO DMABUF
` [PATCH v6 9/9] vfio/pci: Permanently revoke a DMABUF on request

[PATCH v3 13/13] x86/msr: Simplify some rdmsrq() use cases
 2026-09-11 21:33 UTC  (2+ messages)

[PATCH 0/2] KVM: unbounded per-VM kernel memory growth via KVM_SET_MEMORY_ATTRIBUTES
 2026-09-11 21:19 UTC  (11+ messages)
` [PATCH 1/2] KVM: Bound per-VM GFN materialization in KVM_SET_MEMORY_ATTRIBUTES
` [PATCH 2/2] KVM: Account mem_attr_array nodes to the caller's memcg
` [PATCH v2 0/2] KVM: unbounded per-VM kernel memory growth via KVM_SET_MEMORY_ATTRIBUTES
` [PATCH v2 1/2] KVM: Bound per-VM GFN materialization in KVM_SET_MEMORY_ATTRIBUTES
` [PATCH v2 2/2] KVM: Account mem_attr_array nodes to the caller's memcg

[PATCH 00/13] Introduce NVIDIA vGPU manager and VFIO variant driver
 2026-09-11 20:39 UTC  (3+ messages)
` [PATCH 12/13] vfio/nvidia-vgpu: add the NVIDIA vGPU "

[PATCH 0/2] x86/tdx: Use TDVMCALLs directly for earlyprintk
 2026-09-11 20:25 UTC  (7+ messages)
` [PATCH 1/2] x86/tdx: Move port I/O definitions to a shared header
` [PATCH 2/2] x86/early_printk: Avoid #VE emulation for TDX guest serial output

[BUG] KVM: VMX: BUILD_BUG_ON failure when compiling vmx.c
 2026-09-11 20:14 UTC  (3+ messages)

[PATCH] KVM: nVMX: Don't flush shadow VMCS12 to guest memory during vCPU teardown
 2026-09-11 19:25 UTC  (8+ messages)
          ` [PATCH] KVM: selftests: Add test for shadow VMCS flush "

[PATCH v2 00/19] guest_memfd: support in-place memory conversion
 2026-09-11 19:16 UTC  (10+ messages)
` [PATCH v2 07/19] accel/kvm: Add CGS option to control in-place conversion support
` [PATCH v2 08/19] system/memory: Re-use memory-backend-guest-memfd inode for private memory
` [PATCH v2 19/19] hostmem: Automatically select set guest-memfd=on for in-place conversion

[PATCH] KVM: SVM: Clear AVIC Physical ID table entry if vCPU creation fails
 2026-09-11 18:55 UTC  (2+ messages)

[PATCH v5 08/10] vfio: selftests: Add mlx5 driver - HW init and command interface
 2026-09-11 18:37 UTC  (3+ messages)

[RFC PATCH 0/3] liveupdate: Move to feature flags for LUO and memfd ABI compatibility
 2026-09-11 18:26 UTC  (18+ messages)

[PATCH 00/60] KVM Planes + SEV-SNP Support
 2026-09-11 17:54 UTC  (3+ messages)
` [PATCH 29/60] kvm: Implement KVM_CREATE_PLANE ioctl

[PATCH] x86/tdx: Remove the early #VE handler
 2026-09-11 17:51 UTC  (7+ messages)

[RFC PATCH 0/8] kernfs, driver core: staged sysfs registration
 2026-09-11 17:43 UTC  (9+ messages)
` [RFC PATCH 1/8] kernfs: factor out reusable directory helpers
` [RFC PATCH 2/8] kernfs: add staged directory creation and publication
` [RFC PATCH 3/8] sysfs: add opt-in "
` [RFC PATCH 4/8] driver core: Register opted-in devices through the staged sysfs path
` [RFC PATCH 5/8] drivers: base: test: Add KUnit suite for staged sysfs registration
` [RFC PATCH 6/8] driver core: Defer uevents for devices registered in a staged window
` [RFC PATCH 7/8] PCI/IOV: Register virtual functions through the staged sysfs path
` [RFC PATCH 8/8] vfio: Opt the group and vfio-dev class devices into staged sysfs

[PATCH v3 0/3] hisi_acc_vfio_pci: fix three driver issues
 2026-09-11 17:37 UTC  (12+ messages)
` [PATCH v3 1/3] hisi_acc_vfio_pci: fix live migration enable conditions for PF passthrough
` [PATCH v3 2/3] hisi_acc_vfio_pci: clear set_reset_flag after reset completed
` [PATCH v3 3/3] hisi_acc_vfio_pci: reject live migration on 64KB page with QM_HW_V3 hardware

[PATCH v17 00/20] KVM: arm64: CCA: Add basic plumbing for Realms
 2026-09-11 17:06 UTC  (4+ messages)
` [PATCH v17 03/20] KVM: arm64: Track the type of VM in kvm_arch

[PATCH v2 0/4] vfio: Fix cdev second-open and harden selftests
 2026-09-11 17:04 UTC  (5+ messages)
` [PATCH v2 1/4] vfio: Reject a second cdev open before mutating shared device state
` [PATCH v2 2/4] vfio: selftests: Verify a failed second open preserves the vf_token
` [PATCH v2 3/4] vfio: selftests: Extend mix_and_match timeout to 90s
` [PATCH v2 4/4] vfio: selftests: Extend timeout for runner executions

[PATCH v5 15/62] qom: convert enum properties to QAPI-aware registration
 2026-09-11 16:35 UTC  (5+ messages)
` [PATCH v5 17/62] qom: convert struct "
` [PATCH v5 25/62] sev: convert OnOffAuto legacy-vm-type property "
` [PATCH v5 28/62] accel/kvm: convert OnOffSplit "
` [PATCH v5 35/62] qom: convert scalar properties "

[PATCH v2 0/9] KVM: selftests: Add Zhaoxin CPU support
 2026-09-11 16:32 UTC  (5+ messages)
` [PATCH v2 6/9] KVM: selftests: Skip PERF_CAPABILITIES vCPU checks without PDCM
` [PATCH v2 9/9] KVM: selftests: vmx_apic_access_test: Check APIC virtualization support

[PATCH] vfio: Create the group chardev outside vfio.group_lock
 2026-09-11 16:25 UTC 

[PATCH] selftests: kvm: Fix transposed calloc() arguments in the uffd helper
 2026-09-11 16:02 UTC  (2+ messages)

[PATCH v4 00/17] KVM: nVMX: Adjust VMPTRLD/VMPTRST behavior with active eVMCS
 2026-09-11 15:55 UTC  (4+ messages)
` [PATCH v4 15/17] KVM: selftests: Add __vmwrite() and use it when initializing optional fields

[syzbot] [kvm?] INFO: task hung in kvm_gmem_release (2)
 2026-09-11 15:47 UTC 

[PATCH 0/8] KVM: arm64: Add KVM_PRE_FAULT_MEMORY support
 2026-09-11 15:44 UTC  (10+ messages)
` [PATCH 8/8] KVM: selftests: Add nested pre-fault test for arm64

[PATCH v17 0/7] firmware: arm_rmm: Add RMM v2.0 base RMI support
 2026-09-11 15:29 UTC  (5+ messages)
` [PATCH v17 4/7] firmware: arm_rmm: Add support for SRO

[PATCH v3] RISC-V: KVM: Avoid synchronous IPIs on VMID rollover
 2026-09-11 15:23 UTC 

[PATCH v4 46/75] qom: convert scalar properties to QAPI-aware registration
 2026-09-11 15:20 UTC  (3+ messages)

[PATCH 00/39] mm: make VMA flag semantics explicit, eliminate VM_SPECIAL
 2026-09-11 15:05 UTC  (9+ messages)
` [PATCH 11/39] selinux: reject writable opens of policy file, drop mmap shared/write check
` [PATCH 18/39] fbdev: defio: assert FBINFO_VIRTFB, drop VM_IO, add VM_MIXEDMAP

[PATCH v2 0/6] module: Limit ELF includes in linux/module.h to uapi/linux/elf.h
 2026-09-11 14:55 UTC  (13+ messages)
` [PATCH v2 1/6] x86: Avoid indirect includes through linux/module.h -> linux/elf.h
` [PATCH v2 2/6] s390: "
` [PATCH v2 3/6] drivers: Include linux/slab.h for kmalloc() functions
` [PATCH v2 4/6] s390: Remove the asm/mmu_context.h include from asm/elf.h
` [PATCH v2 5/6] cpufeature: Include asm/elf.h for ELF_PLATFORM
` [PATCH v2 6/6] module: Limit ELF includes in linux/module.h to uapi/linux/elf.h

[PATCH v3 00/13] x86/msr: Drop 32-bit MSR interfaces
 2026-09-11 13:22 UTC  (9+ messages)
` [PATCH v3 12/13] treewide: convert rdmsrq() from a macro to an inline function
` [PATCH v3 13/13] x86/msr: Simplify some rdmsrq() use cases

[PATCH v3 0/9] KVM: guest_memfd: folio migration for non-confidential VMs
 2026-09-11 13:22 UTC  (12+ 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 v2 0/3] virtio: synchronize callbacks during device reset
 2026-09-11 12:39 UTC  (2+ messages)

[PATCH] KVM: selftests: Add a test for nested virtual NMI support
 2026-09-11 10:30 UTC  (2+ messages)

[PATCH v5 00/18] PCI/P2PDMA: Route peer-to-peer DMA by TLP class
 2026-09-11 10:24 UTC  (4+ messages)
` [PATCH v5 17/18] dma-buf: Let importers ask how peer-to-peer traffic is routed

[PATCH v13 00/44] guest_memfd: In-place conversion support
 2026-09-11  9:45 UTC  (16+ messages)
` [PATCH v13 01/44] KVM: guest_memfd: Optimize away conversion overheads via dead-code elimination
` [PATCH v13 07/44] KVM: Rename kvm_mem_is_private() to kvm_is_private_gfn()
` [PATCH v13 34/44] KVM: selftests: Test that truncation does not change shared/private status
` [PATCH v13 35/44] KVM: selftests: Test that shared/private status is consistent across processes
` [PATCH v13 36/44] KVM: selftests: Add helpers to pin pages with CONFIG_GUP_TEST
` [PATCH v13 37/44] KVM: selftests: Test conversion with elevated page refcount
` [PATCH v13 38/44] KVM: selftests: Reset shared memory after hole-punching
` [PATCH v13 39/44] KVM: selftests: Provide function to look up guest_memfd details from gpa
` [PATCH v13 40/44] KVM: selftests: Provide common function to set memory attributes
` [PATCH v13 42/44] KVM: selftests: Set up page size and alignment independently for guest_memfd
` [PATCH v13 43/44] KVM: selftests: Update private_mem_conversions_test for in-place conversions
` [PATCH v13 44/44] KVM: selftests: Update private memory exits test to work with per-gmem attributes

[PATCH v5 00/17] x86/msr: Inline rdmsr/wrmsr instructions
 2026-09-11  8:41 UTC  (3+ messages)
` [PATCH v5 02/17] coco/tdx: Rename MSR access helpers
` [PATCH v5 03/17] x86/msr: Minimize usage of native_*() msr access functions

[PATCH v13 0/5] vfio/dma-buf: add TPH support for peer-to-peer access
 2026-09-11  7:58 UTC  (5+ messages)
    ` [PATCH v13 0/5] vfio/dma-buf: add TPH support for peer-to-peer access - ping

[PATCH 0/2] RISC-V: KVM: Validate AIA MMIO ranges against GPA width
 2026-09-11  7:24 UTC  (5+ messages)
` [PATCH 1/2] RISC-V: KVM: Validate AIA MMIO address ranges
` [PATCH 2/2] RISC-V: KVM: Disallow GPA-width changes after AIA init

[PATCH] KVM: x86/mmu: Respect user goal_nr_mmu_pages after zapping oldest pages
 2026-09-11  6:41 UTC 

[RFC 0/3] KVM: PPC: BE guest-exit fixes and nestedv2 vCPU limit
 2026-09-11  5:11 UTC  (6+ messages)
` [RFC 1/3] KVM: PPC: Book3S HV: Read EX_DSISR as a 32-bit field on guest exit
` [RFC 2/3] KVM: PPC: Book3S: Don't call __ffs() on an empty pending_exceptions bitmap
` [RFC 3/3] KVM: PPC: Book3S HV nestedv2: cap max vcpus to PAPR limit

[PATCH v4 0/3] KVM: selftests: add powerpc support
 2026-09-11  5:06 UTC  (5+ messages)
` [PATCH v4 1/3] KVM: PPC: selftests: add support for powerpc
` [PATCH v4 2/3] KVM: selftests: Enable kvm_create_max_vcpus test "
` [PATCH v4 3/3] KVM: selftests: Don't limit LE dirty-bitmap bitops to s390x

[RFC PATCH v2 0/4] Add KVM API for confidential guest live migration
 2026-09-11  4:23 UTC  (12+ messages)
` [RFC PATCH v2 2/4] KVM: x86: Add optional KVM_CAP_LIVE_MIGRATION and KVM_MIGRATE_CMD

[PATCH v2 00/20] KVM: selftests: PPC pre-enabling
 2026-09-11  2:08 UTC  (5+ messages)
` [PATCH v2 12/20] KVM: selftests: Add APIs to override memory region types with custom memslots

[PATCH v3 0/4] KVM: TDX: Validate directly configurable CPUID bits
 2026-09-11  1:30 UTC  (15+ messages)
` [PATCH v3 1/4] KVM: TDX: Track configurable CPUID bits allowed by KVM

[PATCH] KVM: SEV: Return INVALID_INPUT on SNP req/resp buffer access failure
 2026-09-11  1:00 UTC  (3+ messages)

[PATCH v5 10/10] vfio: selftests: mlx5 driver - add send_msi support
 2026-09-10 23:58 UTC  (2+ messages)

[PATCH v5 09/10] vfio: selftests: Add mlx5 driver - data path and memcpy ops
 2026-09-10 23:58 UTC  (2+ messages)

[PATCH v5 02/10] net/mlx5: Move HW constant groups from device.h/cq.h to mlx5_ifc.h
 2026-09-10 23:58 UTC  (2+ messages)

[PATCH v5 07/10] vfio: selftests: Add dev_dbg
 2026-09-10 23:58 UTC  (2+ messages)

[PATCH v5 03/10] net/mlx5: Extract MLX5_SET/GET macros into mlx5_ifc_macros.h
 2026-09-10 23:58 UTC  (2+ messages)

[PATCH v5 05/10] selftests: Add additional kernel functions to tools/include/
 2026-09-10 23:58 UTC  (2+ messages)

[PATCH v5 01/10] net/mlx5: Add IFC structures for CQE and WQE
 2026-09-10 23:58 UTC  (2+ messages)

[PATCH v5 04/10] net/mlx5: Add ONCE and MMIO accessor variants to mlx5_ifc_macros.h
 2026-09-10 23:58 UTC  (2+ messages)

[PATCH v5 06/10] vfio: selftests: Allow drivers to specify required region size
 2026-09-10 23:58 UTC  (2+ messages)


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