Kernel KVM virtualization development
 help / color / mirror / Atom feed
 messages from 2026-09-04 00:24:26 to 2026-09-04 12:36:40 UTC [more...]

[PATCH v6 00/49] KVM: arm64: Add GICv5 IRS support
 2026-09-04 12:36 UTC  (59+ messages)
` [PATCH v6 01/49] irqchip/gic-v5: Allow KVM setup without a maintenance IRQ
` [PATCH v6 02/49] irqchip/gic-v5: Provide OF IRS config frame attrs to KVM
` [PATCH v6 03/49] irqchip/gic-v5: Set up gic_kvm_info on ACPI hosts
` [PATCH v6 04/49] KVM: arm64: gic-v5: Define remaining IRS MMIO registers
` [PATCH v6 05/49] arm64/sysreg: Add GICv5 GIC VDPEND encoding
` [PATCH v6 06/49] arm64/sysreg: Update ICC_CR0_EL1 with LINK and LINK_IDLE fields
` [PATCH v6 07/49] KVM: arm64: gic-v5: Cache host IRS ID registers
` [PATCH v6 08/49] KVM: arm64: gic-v5: Add VPE doorbell domain
` [PATCH v6 09/49] KVM: arm64: gic-v5: Create and manage VM and VPE tables
` [PATCH v6 10/49] KVM: arm64: gic-v5: Introduce guest IST alloc and management
` [PATCH v6 11/49] KVM: arm64: gic-v5: Implement VMT/vIST IRS MMIO Ops
` [PATCH v6 12/49] KVM: arm64: vgic: Enforce model-specific vCPU limits
` [PATCH v6 13/49] KVM: arm64: gic-v5: Implement VPE IRS MMIO Ops
` [PATCH v6 14/49] KVM: arm64: gic-v5: Set up VMTEs and VPE doorbells
` [PATCH v6 15/49] KVM: arm64: gic-v5: Add resident/non-resident hyp calls
` [PATCH v6 16/49] KVM: arm64: gic-v5: Request doorbells when VPEs enter WFI
` [PATCH v6 17/49] KVM: arm64: gic-v5: Introduce struct vgic_v5_irs and IRS base address
` [PATCH v6 18/49] KVM: arm64: gic-v5: Add IRS IODEV support to MMIO handlers
` [PATCH v6 19/49] KVM: arm64: gic-v5: Add KVM_VGIC_V5_ADDR_TYPE_IRS to UAPI
` [PATCH v6 20/49] KVM: arm64: gic-v5: Add GICv5 IRS IODEV and MMIO emulation
` [PATCH v6 21/49] KVM: arm64: gic-v5: Initialise per-VM IRS state
` [PATCH v6 22/49] KVM: arm64: gic-v5: Register the IRS IODEV
` [PATCH v6 23/49] KVM: arm64: gic-v5: Set IRICHPPIDIS based on IRS enable state
` [PATCH v6 24/49] KVM: arm64: selftests: Update vGICv5 selftest to set IRS address
` [PATCH v6 25/49] KVM: arm64: gic-v5: Add GIC VDPEND hyp call
` [PATCH v6 26/49] KVM: arm64: gic: Introduce set_pending_state() to irq_ops
` [PATCH v6 27/49] KVM: arm64: gic-v5: Support SPI injection
` [PATCH v6 28/49] Documentation: KVM: Extend VGICv5 device attribute docs
` [PATCH v6 29/49] KVM: arm64: gic-v5: Add GICv5 SPI injection to irqfd
` [PATCH v6 30/49] KVM: arm64: gic-v5: Mask per-vCPU PPI state in vgic_v5_finalize_ppi_state()
` [PATCH v6 31/49] KVM: arm64: gic-v5: Add GICv5 EL1 sysreg userspace accessors
` [PATCH v6 32/49] KVM: arm64: gic-v5: Handle userspace accesses to IRS MMIO region
` [PATCH v6 33/49] KVM: arm64: gic-v5: Add CoreSight MMIO regs to IRS
` [PATCH v6 34/49] KVM: arm64: gic-v5: Add VGICv5 IST save/restore UAPI
` [PATCH v6 35/49] KVM: arm64: gic-v5: Implement save/restore mechanisms for ISTs
` [PATCH v6 36/49] Documentation: KVM: Document KVM_DEV_ARM_VGIC_GRP_CPU_SYSREGS for VGICv5
` [PATCH v6 37/49] Documentation: KVM: Add KVM_DEV_ARM_VGIC_GRP_IRS_REGS to VGICv5 docs
` [PATCH v6 38/49] Documentation: KVM: Add docs for KVM_DEV_ARM_VGIC_GRP_IST
` [PATCH v6 39/49] Documentation: KVM: Add the VGICv5 IRS save/restore sequences
` [PATCH v6 40/49] KVM: selftests: Add VGICv5 IRS address attribute tests
` [PATCH v6 41/49] KVM: selftests: Add VGICv5 NR_IRQS "
` [PATCH v6 42/49] KVM: selftests: Add VGICv5 IRS_REGS "
` [PATCH v6 43/49] KVM: selftests: Add VGICv5 IST "
` [PATCH v6 44/49] KVM: selftests: Add VGICv5 USERSPACE_PPIS tests
` [PATCH v6 45/49] KVM: selftests: Add VGICv5 CPU sysreg attribute tests
` [PATCH v6 46/49] KVM: selftests: Add VGICv5 SPI injection tests
` [PATCH v6 47/49] KVM: selftests: Add VGICv5 LPI delivery tests
` [PATCH v6 48/49] KVM: selftests: Add VGICv5 IST save/restore coverage
` [PATCH v6 49/49] KVM: selftests: Add VGICv5 sparse vCPU IDs test

[PATCH 2/3] selftests: kvm: fix typos in comments
 2026-09-04 12:24 UTC 

[PATCH] vfio: fix typo "stucture" in comment
 2026-09-04 11:51 UTC 

[PATCH v2 00/20] KVM: selftests: PPC pre-enabling
 2026-09-04 11:42 UTC  (7+ messages)
` [PATCH v2 05/20] KVM: selftests: Use goto instead of do-while to retry finding unused physical pages
` [PATCH v2 10/20] KVM: selftests: Add a wrapper API to allocate multiple page table pages
` [PATCH v2 11/20] KVM: selftests: Initialize vm->memslots[] with invalid memslots during creation

[PATCH] x86: fix typos in comments
 2026-09-04 11:30 UTC 

[PATCH v5 00/49] KVM: arm64: Add GICv5 IRS support
 2026-09-04 11:04 UTC  (88+ messages)
` [PATCH v5 07/49] KVM: arm64: gic-v5: Cache host IRS ID registers
` [PATCH v5 08/49] KVM: arm64: gic-v5: Add VPE doorbell domain
` [PATCH v5 09/49] KVM: arm64: gic-v5: Create and manage VM and VPE tables
` [PATCH v5 10/49] KVM: arm64: gic-v5: Introduce guest IST alloc and management
` [PATCH v5 11/49] KVM: arm64: gic-v5: Implement VMT/vIST IRS MMIO Ops
` [PATCH v5 12/49] KVM: arm64: gic-v5: Keep GICv5 vCPU limit model-specific
` [PATCH v5 14/49] KVM: arm64: gic-v5: Set up VMTEs and VPE doorbells
` [PATCH v5 16/49] KVM: arm64: gic-v5: Request doorbells when VPEs enter WFI
` [PATCH v5 19/49] KVM: arm64: gic-v5: Add KVM_VGIC_V5_ADDR_TYPE_IRS to UAPI
` [PATCH v5 20/49] KVM: arm64: gic-v5: Add GICv5 IRS IODEV and MMIO emulation
` [PATCH v5 21/49] KVM: arm64: gic-v5: Initialise per-VM IRS state
` [PATCH v5 22/49] KVM: arm64: gic-v5: Register the IRS IODEV
` [PATCH v5 24/49] KVM: arm64: selftests: Update vGICv5 selftest to set IRS address
` [PATCH v5 26/49] KVM: arm64: gic: Introduce set_pending_state() to irq_ops
` [PATCH v5 27/49] KVM: arm64: gic-v5: Support SPI injection
` [PATCH v5 28/49] Documentation: KVM: Extend VGICv5 device attribute docs
` [PATCH v5 29/49] KVM: arm64: gic-v5: Add GICv5 SPI injection to irqfd
` [PATCH v5 31/49] KVM: arm64: gic-v5: Add GICv5 EL1 sysreg userspace accessors
` [PATCH v5 32/49] KVM: arm64: gic-v5: Handle userspace accesses to IRS MMIO region
` [PATCH v5 34/49] KVM: arm64: gic-v5: Add VGICv5 IST save/restore UAPI
` [PATCH v5 35/49] KVM: arm64: gic-v5: Implement save/restore mechanisms for ISTs
` [PATCH v5 36/49] Documentation: KVM: Document KVM_DEV_ARM_VGIC_GRP_CPU_SYSREGS for VGICv5
` [PATCH v5 37/49] Documentation: KVM: Add KVM_DEV_ARM_VGIC_GRP_IRS_REGS to VGICv5 docs
` [PATCH v5 41/49] KVM: selftests: Add VGICv5 NR_IRQS attribute tests
` [PATCH v5 42/49] KVM: selftests: Add VGICv5 IRS_REGS "
` [PATCH v5 43/49] KVM: selftests: Add VGICv5 IST "
` [PATCH v5 47/49] KVM: selftests: Add VGICv5 LPI delivery tests
` [PATCH v5 48/49] KVM: selftests: Add VGICv5 IST save/restore coverage
` [PATCH v5 49/49] KVM: selftests: Add VGICv5 sparse vCPU IDs test

[PATCH v6 0/5] s390/vfio-ap: Fix pre-existing bugs in vfio_ap device driver
 2026-09-04  9:53 UTC  (11+ messages)
` [PATCH v6 1/5] s390/vfio-ap: Fix leak of pinned NIB and registered GISC in vfio_ap_irq_enable/disable()
` [PATCH v6 2/5] s390/vfio-ap: Fix failure to release IRQ notification eventfd contexts
` [PATCH v6 3/5] s390/vfio-ap: Fix unbounded loop in apq_reset_check()
` [PATCH v6 4/5] s390/vfio-ap: Use AP_DOMAINS for adm_add bitmap size in vfio_ap_mdev_cfg_add()
` [PATCH v6 5/5] s390/vfio-ap: fix queue state leakage to guest and host

[PATCH net-next 0/6] vsock: assign the guest vsock device to a network namespace
 2026-09-04  8:55 UTC  (2+ messages)

[PATCH 0/2] 52-bit VA guest mode ID support
 2026-09-04  8:45 UTC  (7+ messages)
` [PATCH 1/2] KVM: selftest: arm64: Support 5-level paging in stage 1 translation table
` [PATCH 2/2] KVM: selftests: arm64: Add 52-bit VA guest modes

[PATCH v3] vhost/vsock: batch RX used-ring updates
 2026-09-04  8:32 UTC  (2+ messages)

[PATCH v3 0/4] tdx-guest: Make Quote buffer size dynamic
 2026-09-04  6:49 UTC  (10+ messages)
` [PATCH v3 3/4] virt: tdx-guest: Use a variable to store the Quote buffer size

[GIT PULL v1 00/11] KVM: s390: Misc fixes
 2026-09-04  6:27 UTC  (23+ messages)
` [GIT PULL v1 01/11] KVM: s390: Fix dirty marking in adapter_indicators_set*()
` [GIT PULL v1 02/11] KVM: s390: Fix compile warning for kvm_s390_update_cmma_dirty()
` [GIT PULL v1 03/11] KVM: s390: Fix _gaccess_shadow_fault()
` [GIT PULL v1 04/11] KVM: s390: Refactor dat_set_slot()
` [GIT PULL v1 05/11] KVM: s390: Move all code into s390_kvm_mmu_prepare_memory_region()
` [GIT PULL v1 06/11] KVM: s390: Add missing srcu in kvm_s390_set_irq_state()
` [GIT PULL v1 07/11] KVM: s390: Fix potential races in dat skey functions
` [GIT PULL v1 08/11] KVM: s390: Fix race in _destroy_pages_crste()
` [GIT PULL v1 09/11] s390/vfio-ap: fix KVM GISC and page leak when queue removed from host config
` [GIT PULL v1 10/11] s390/uv: Fix loop condition in uv_find_secrets
` [GIT PULL v1 11/11] s390/uv: Prevent potential out-of-bounds read

[RFC v4 00/24] Add Realm support to QEMU-VMM
 2026-09-04  6:07 UTC  (5+ messages)
` [RFC v4 01/24] linux-headers: Add RME related definitions
` [RFC v4 07/24] target/arm/kvm: Create scratch Realm VM when requested

[PATCH 0/4] igvm/sev: apply the IGVM guest policy before launch
 2026-09-04  5:45 UTC  (15+ messages)
` [PATCH 1/4] sev: rename set_guest_policy to set_id_block and remove dead policy code
` [PATCH 4/4] igvm/sev: forward the IGVM guest policy to the platform before launch

[PATCH] selftests: kvm: Fix transposed calloc() arguments in the uffd helper
 2026-09-04  5:20 UTC 

[PATCH v5 00/36] Private Memory NUMA Nodes
 2026-09-04  3:18 UTC  (6+ messages)
` [PATCH v5 25/36] mm/memory_hotplug: support N_MEMORY_PRIVATE node hotplug

[PATCH v3 0/8] KVM: VMX: Harden against interpreting TDX vCPU as vcpu_vmx
 2026-09-04  3:00 UTC  (17+ messages)
` [PATCH v3 1/8] KVM: VMX: Disallow using to_vmx() in common VT code
` [PATCH v3 2/8] KVM: VMX: Move the shared "IRQs off" exit handler(s) to common code
` [PATCH v3 3/8] KVM: VMX: Move the shared NMI handler/trampoline "
` [PATCH v3 4/8] KVM: VMX: Rename posted interrupt prefixes from "vmx" to "vt"
` [PATCH v3 5/8] KVM: VMX: Rename EPT violation handler prefix "
` [PATCH v3 6/8] KVM: VMX: Use dummy pseudo-overlay struct for to_vt() and vt_to_vcpu()
` [PATCH v3 7/8] KVM: VMX: Move common VT getters/converters to common.h
` [PATCH v3 8/8] KVM: VMX: Rename common exit info getters prefixes from "vmx" to "vt"

[PATCH 6.12.y] KVM: selftests: Remove duplicate LAUNCH_UPDATE_VMSA call in SEV-ES migrate test
 2026-09-04  2:52 UTC  (2+ messages)

[RFC 0/4] KVM: nVMX: Fix guest (CET) state handling on VM-entry failure
 2026-09-04  2:50 UTC  (7+ messages)
` [RFC 1/4] KVM: nVMX: Don't copy L2's CET state to L1 if VM-entry didn't load it
` [RFC 2/4] KVM: selftests: Synchronize and update VMCS controls
` [RFC 3/4] KVM: selftests: Synchronize and update VMCS encodings
` [RFC 4/4] KVM: selftests: Test VM-entry failure handling for nested VM

[PATCH v2 0/5] KVM: nSVM: Disallow bad L1 EFER for KVM_SET_NESTED_STATE
 2026-09-04  0:54 UTC  (6+ messages)
` [PATCH v2 2/5] KVM: nSVM: Ignore EFER.LMA if EFER.LME=0 when preparing L2 state

[PATCH] vhost-scsi: fix event queue iov out-of-bounds
 2026-09-04  0:52 UTC 

[syzbot] [kvm?] INFO: task hung in kvm_gmem_release
 2026-09-04  0:51 UTC  (2+ messages)

[PATCH v3 0/4] KVM: guest_memfd: Fix binding bugs
 2026-09-04  0:43 UTC  (5+ messages)
` [PATCH v3 1/4] KVM: guest_memfd: Gracefully handle xarray errors when binding a memslot
` [PATCH v3 2/4] KVM: Use goto to handle errors during memslot preparation
` [PATCH v3 3/4] KVM: guest_memfd: Establish memslot<=>guest_memfd bindings *after* memslot is ready
` [PATCH v3 4/4] KVM: guest_memfd: Drop superfluous WRITE_ONCE() when binding a memslot

[PATCH v4 0/5] Stop returning struct page from guest_memfd PFN lookup
 2026-09-04  0:36 UTC  (3+ messages)
` [PATCH v4 5/5] KVM: guest_memfd: Stop returning struct page from "

[PATCH v4 00/17] KVM: nVMX: Adjust VMPTRLD/VMPTRST behavior with active eVMCS
 2026-09-04  0:36 UTC  (21+ messages)
` [PATCH v4 01/17] KVM: nVMX: Make VMPTRLD result in #UD when eVMCS is used
` [PATCH v4 02/17] KVM: nVMX: Make VMPTRST return eVMCS GPA when it "
` [PATCH v4 03/17] KVM: selftests: Don't clobber RFLAGS in happy path of __KVM_ASM_SAFE()
` [PATCH v4 04/17] KVM: selftests: Adapt to the updated VMPTRST behavior when eVMCS is used
` [PATCH v4 05/17] KVM: selftests: Check VMPTRLD with active eVMCS
` [PATCH v4 06/17] KVM: selftests: Assert success in vmptrst(), kill off vmptrstz()
` [PATCH v4 07/17] KVM: selftests: Always assert that vmxon() and prepare_for_vmx_operation() succeed
` [PATCH v4 08/17] KVM: selftests: Always assert that vmclear() succeeds
` [PATCH v4 09/17] KVM: selftests: Always assert that vmptrld() succeeds
` [PATCH v4 10/17] KVM: selftests: Drop useless return code from load_vmcs()
` [PATCH v4 11/17] KVM: selftests: Add macros to handle simple VMX instructions
` [PATCH v4 12/17] KVM: selftests: Drop dead return code from evmcs_vmptrld() and load_evmcs()
` [PATCH v4 13/17] KVM: selftests: Dedup assembly code for VMLAUNCH and VMRESUME
` [PATCH v4 14/17] KVM: selftests: Assert success in vmlaunch() and vmresume()
` [PATCH v4 15/17] KVM: selftests: Add __vmwrite() and use it when initializing optional fields
` [PATCH v4 16/17] KVM: selftests: Always assert that vmwrite() succeeds
` [PATCH v4 17/17] KVM: selftests: Always assert that vmreadz() succeeds


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