Linux KVM/arm64 development list
 help / color / mirror / Atom feed
 messages from 2026-09-03 18:13:25 to 2026-09-05 13:46:15 UTC [more...]

[PATCH v5 0/6] KVM: arm64: nv: Implement nested stage-2 reverse map (new data structure)
 2026-09-05 13:48 UTC  (10+ messages)

[PATCH] Documentation: KVM: Fix the struct kvm_arm_device_addr name
 2026-09-05  9:06 UTC 

[PATCH] Documentation: KVM: Fix the event_source sysfs path in the PMU attribute description
 2026-09-05  8:58 UTC 

dumbass here, asking dumbass questions
 2026-09-05  3:52 UTC 

[RFC PATCH 0/3] liveupdate: Move to feature flags for LUO and memfd ABI compatibility
 2026-09-05  1:24 UTC  (4+ messages)

[PATCH v4 05/11] KVM: LUO: Support VM preservation across live updates
 2026-09-05  1:19 UTC  (11+ messages)

[PATCH] KVM: arm64: Trap guest MPAM accesses whenever MPAM is implemented
 2026-09-04 23:07 UTC  (4+ messages)

[PATCH v20 00/14] KVM: arm64: Provide guest support for GCS
 2026-09-04 21:56 UTC  (20+ messages)
` [PATCH v20 02/14] KVM: arm64: Fix FGT mapping for HFGITR_EL2.nGCSEPP
` [PATCH v20 03/14] KVM: arm64: Manage GCS access and registers for guests
` [PATCH v20 04/14] KVM: arm64: Ensure GCS memory effects are visible
` [PATCH v20 05/14] KVM: arm64: Set PSTATE.EXLOCK when entering an exception
` [PATCH v20 06/14] KVM: arm64: Validate GCS exception lock when emulating ERET

[PATCH v2 0/4] KVM: Reset steal time accounting on vCPU pid change
 2026-09-04 20:27 UTC  (9+ messages)
` [PATCH v2 1/4] KVM: Move last_steal to common struct kvm_vcpu
` [PATCH v2 2/4] KVM: Reset last_steal on vCPU pid change
` [PATCH v2 3/4] KVM: selftests: Test steal time across vCPU pid changes on x86
` [PATCH v2 4/4] KVM: selftests: Add arm64 coverage for steal time pid changes

[PATCH 1/3] arm64: kvm: fix typo "synchonized" in comment
 2026-09-04 19:29 UTC  (6+ messages)
` [PATCH 2/3] selftests: kvm: fix typos in comments
` [PATCH 3/3] arm64: kvm: fix repeated word 'is' in comment

[PATCH 0/2] arm64: Make write_sysreg_s() select XZR reliably
 2026-09-04 17:49 UTC  (3+ messages)
` [PATCH 1/2] arm64: sysreg: Make write_sysreg_s() select XZR without optimisation
` [PATCH 2/2] arm64: tools: Fix GIC CDEOI instruction encoding

[PATCH] KVM: arm64: vgic: Serialise CTRL_INIT against vCPU creation
 2026-09-04 17:44 UTC 

[PATCH 0/2] KVM: arm64: Enable S1PIE for nVHE and hVHE
 2026-09-04 17:40 UTC  (18+ messages)
` [PATCH 1/2] KVM: arm64: Initialise TCR2_EL2 for nVHE mode
` [PATCH 2/2] KVM: arm64: Enable S1PIE for nVHE and hVHE

[RFC PATCH v7 00/28] KVM: arm64: Add Statistical Profiling Extension (SPE) support
 2026-09-04 14:41 UTC  (28+ messages)
` [RFC PATCH v7 13/28] KVM: arm64: Add SPE VCPU device attribute to set the SPE device
` [RFC PATCH v7 15/28] KVM: arm64: Use PMSVer from the assigned SPE instance
` [RFC PATCH v7 16/28] KVM: arm64: Add SPE system registers to VCPU context
` [RFC PATCH v7 17/28] KVM: arm64: Apply a RES0 mask to PMBLIMITR_EL1 writes
` [RFC PATCH v7 19/28] KVM: arm64: VHE: Context switch SPE state
` [RFC PATCH v7 20/28] KVM: arm64: Allow guest SPE physical timestamps only if kernel allows it
` [RFC PATCH v7 21/28] KVM: arm64: Handle SPE maintenance interrupts
` [RFC PATCH v7 27/28] KVM: arm64: Handle dirty page logging when SPE feature is set
` [RFC PATCH v7 28/28] KVM: arm64: Allow the creation of a SPE enabled VM

[PATCH v6 00/49] KVM: arm64: Add GICv5 IRS support
 2026-09-04 13:58 UTC  (74+ 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 v2 00/20] KVM: selftests: PPC pre-enabling
 2026-09-04 13:30 UTC  (9+ messages)
` [PATCH v2 04/20] KVM: selftests: Rename "num" param to "nr_pages" for physical page allocators
` [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 v3 0/2] KVM: arm64: Add support for BBM level 3
 2026-09-04 13:28 UTC  (3+ messages)
` [PATCH v3 1/2] KVM: arm64: Add stage2_clean_old_pte()
` [PATCH v3 2/2] KVM: arm64: Support BBM level 3

[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/9] coco: guest: Enforce host page-size alignment for shared buffers
 2026-09-04 10:34 UTC  (10+ messages)
` [PATCH v6 1/9] mm/mem_encrypt: Add helpers for shared-buffer alignment
` [PATCH v6 2/9] irqchip/gic-v3-its: Align shared ITS allocations to the CoCo shared granule size
` [PATCH v6 3/9] dma-mapping: Pass allocation attrs to contiguous allocation helpers
` [PATCH v6 4/9] dma-direct: Align CoCo shared DMA allocations to the shared granule size
` [PATCH v6 5/9] swiotlb: Align shared IO TLB pools "
` [PATCH v6 6/9] swiotlb: Reject misaligned restricted DMA pools for CoCo guests
` [PATCH v6 7/9] dma-buf: system_heap: Enforce shared-granule alignment for cc-shared buffers
` [PATCH v6 8/9] arm64: realm: Add RHI helper to query IPA state change alignment
` [PATCH v6 9/9] arm64: realm: Expose the CCA shared granule size through mem_encrypt ops

[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 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 v7 00/23] KVM: s390: Introduce arm64 KVM
 2026-09-03 20:58 UTC  (13+ messages)
` [PATCH v7 02/23] KVM: Make device name configurable


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