Linux KVM/arm64 development list
 help / color / mirror / Atom feed
 messages from 2026-04-27 16:10:36 to 2026-05-01 11:20:06 UTC [more...]

[PATCH v6 00/25] KVM: arm64: SMMUv3 driver for pKVM (trap and emulate)
 2026-05-01 11:19 UTC  (7+ messages)
` [PATCH v6 01/25] KVM: arm64: Generalize trace clock
` [PATCH v6 02/25] KVM: arm64: Donate MMIO to the hypervisor
` [PATCH v6 03/25] iommu/arm-smmu-v3: Split code with hyp
` [PATCH v6 04/25] iommu/arm-smmu-v3: Move TLB range invalidation into common code
` [PATCH v6 05/25] iommu/arm-smmu-v3: Move IDR parsing to common functions
` [PATCH v6 06/25] iommu/io-pgtable-arm: Rework to use the iommu-pages API

[RFC] proposal: KVM: Orphaned VMs: The Caretaker approach for Live Update
 2026-05-01  8:56 UTC  (9+ messages)

[PATCH v6 0/2] KVM: arm64: Support FF-A direct messaging interfaces
 2026-05-01  5:34 UTC  (3+ messages)
` [PATCH v6 1/2] KVM: arm64: Support FFA_MSG_SEND_DIRECT_REQ in host handler
` [PATCH v6 2/2] KVM: arm64: Support FFA_MSG_SEND_DIRECT_REQ2 "

[PATCH v5 0/2] KVM: arm64: Support FF-A direct messaging interfaces
 2026-05-01  2:30 UTC  (6+ messages)
` [PATCH v5 1/2] KVM: arm64: Support FFA_MSG_SEND_DIRECT_REQ in host handler

[PATCH v1 00/12] KVM Dirty-bit cleaning accelerator (HACDBS)
 2026-05-01  2:11 UTC  (18+ messages)
` [PATCH v1 01/12] KVM: arm64: Enable eager hugepage splitting if HDBSS is available
` [PATCH v1 02/12] KVM: arm64: HDBSS bits
` [PATCH v1 03/12] arm64/cpufeature: Add system-wide FEAT_HACDBS detection
` [PATCH v1 04/12] arm64/sysreg: Add HACDBS consumer and base registers
` [PATCH v1 05/12] KVM: arm64: Detect (via ACPI) and initialize HACDBSIRQ
` [PATCH v1 06/12] KVM: arm64: dirty_bit: Add base FEAT_HACDBS cleaning routine
` [PATCH v1 07/12] kvm: Add arch-generic interface for hw-accelerated dirty-bitmap cleaning
` [PATCH v1 08/12] KVM: arm64: Add hardware-accelerated dirty-bitmap cleaning routine
` [PATCH v1 09/12] kvm/dirty_ring: Introduce get_memslot and move helpers to header
` [PATCH v1 10/12] kvm/dirty_ring: Add arch-generic interface for hw-accelerated dirty-ring cleaning
` [PATCH v1 11/12] KVM: arm64: Add hardware-accelerated dirty-ring cleaning routine
` [PATCH v1 12/12] KVM: arm64: Enable KVM_HW_DIRTY_BIT

[RFC PATCH v3 0/4] Fix IMA + TPM initialisation ordering issue
 2026-05-01  1:51 UTC  (6+ messages)
` [PATCH] ima: debugging late_initcall_sync measurements

[PATCH v2 0/2] arm_ffa, KVM: Fix FF-A emad offset calculations
 2026-04-30 16:02 UTC  (3+ messages)
` [PATCH v2 1/2] firmware: arm_ffa: Fix Endpoint Memory Access Descriptor offset calculation
` [PATCH v2 2/2] KVM: arm64: Validate the offset to the mem access descriptor

[PATCH] KVM: arm64: Handle permission faults with guest_memfd
 2026-04-30 14:48 UTC  (2+ messages)

[PATCH 0/8] KVM: arm64: EL2 synchronisation and pKVM stage-2 error propagation fixes
 2026-04-30 12:37 UTC  (19+ messages)
` [PATCH 1/8] KVM: arm64: Make EL2 exception entry and exit context-synchronization events
` [PATCH 2/8] KVM: arm64: Synchronise HCR_EL2 writes on the guest exit path
` [PATCH 3/8] KVM: arm64: Guard against NULL vcpu on VHE hyp panic path
` [PATCH 4/8] KVM: arm64: Fix __deactivate_fgt macro parameter typo
` [PATCH 5/8] KVM: arm64: Propagate stage-2 map failure on host->guest share
` [PATCH 6/8] KVM: arm64: Propagate stage-2 map failure on host->guest donation
` [PATCH 7/8] KVM: arm64: Propagate stage-2 map failure on guest->host share
` [PATCH 8/8] KVM: arm64: Propagate stage-2 map failure on guest->host unshare

[PATCH 00/43] KVM: arm64: Add GICv5 IRS support
 2026-04-30 12:23 UTC  (58+ messages)
` [PATCH 03/43] KVM: arm64: gic-v5: Add resident/non-resident hyp calls
` [PATCH 04/43] irqchip/gic-v5: Provide IRS config frame attrs to KVM
` [PATCH 05/43] KVM: arm64: gic-v5: Extract host IRS caps from IRS config frame
` [PATCH 06/43] KVM: arm64: gic-v5: Add VPE doorbell domain
` [PATCH 07/43] KVM: arm64: gic-v5: Create & manage VM and VPE tables
` [PATCH 08/43] KVM: arm64: gic-v5: Introduce guest IST alloc and management
` [PATCH 09/43] KVM: arm64: gic-v5: Implement VMT/vIST IRS MMIO Ops
` [PATCH 10/43] KVM: arm64: gic-v5: Implement VPE "
` [PATCH 11/43] KVM: arm64: gic-v5: Make VPEs valid in vgic_v5_reset()
` [PATCH 12/43] KVM: arm64: gic-v5: Clear db_fired flag before making VPE non-resident
` [PATCH 13/43] KVM: arm64: gic-v5: Make VPEs (non-)resident in vgic_load/put
` [PATCH 14/43] KVM: arm64: gic-v5: Request VPE doorbells when going non-resident
` [PATCH 15/43] KVM: arm64: gic-v5: Handle doorbells in kvm_vgic_vcpu_pending_irq()
` [PATCH 16/43] KVM: arm64: gic-v5: Initialise and teardown VMTEs & doorbells
` [PATCH 17/43] KVM: arm64: gic-v5: Enable VPE DBs on VPE reset and disable on teardown
` [PATCH 18/43] KVM: arm64: gic-v5: Define remaining IRS MMIO registers
` [PATCH 19/43] KVM: arm64: gic-v5: Introduce struct vgic_v5_irs and IRS base address
` [PATCH 20/43] KVM: arm64: gic-v5: Add IRS IODEV to iodev_types and generic MMIO handlers
` [PATCH 21/43] KVM: arm64: gic-v5: Add KVM_VGIC_V5_ADDR_TYPE_IRS to UAPI
` [PATCH 22/43] KVM: arm64: gic-v5: Add GICv5 IRS IODEV and MMIO emulation
` [PATCH 23/43] KVM: arm64: gic-v5: Set IRICHPPIDIS based on IRS enable state
` [PATCH 24/43] KVM: arm64: gic-v5: Call IRS init/teardown from vgic_v5 init/teardown
` [PATCH 25/43] KVM: arm64: gic-v5: Register the IRS IODEV
` [PATCH 26/43] Documentation: KVM: Extend VGICv5 docs for KVM_VGIC_V5_ADDR_TYPE_IRS
` [PATCH 27/43] KVM: arm64: selftests: Update vGICv5 selftest to set IRS address
` [PATCH 28/43] KVM: arm64: gic-v5: Introduce SPI AP list
` [PATCH 29/43] KVM: arm64: gic-v5: Add GIC VDPEND and GIC VDRCFG hyp calls
` [PATCH 30/43] KVM: arm64: gic-v5: Track SPI state for in-flight SPIs
` [PATCH 31/43] KVM: arm64: gic: Introduce set_pending_state() to irq_op
` [PATCH 32/43] KVM: arm64: gic-v5: Support SPI injection
` [PATCH 33/43] KVM: arm64: gic-v5: Add GICv5 SPI injection to irqfd
` [PATCH 34/43] KVM: arm64: gic-v5: Mask per-vcpu PPI state in vgic_v5_finalize_ppi_state()
` [PATCH 35/43] KVM: arm64: gic-v5: Add GICv5 EL1 sysreg userspace set/get interface
` [PATCH 36/43] KVM: arm64: gic-v5: Implement save/restore mechanisms for ISTs
` [PATCH 37/43] KVM: arm64: gic-v5: Handle userspace accesses to IRS MMIO region
` [PATCH 38/43] KVM: arm64: gic-v5: Add VGIC_GRP_IRS_REGS/VGIC_GRP_IST to UAPI
` [PATCH 39/43] KVM: arm64: gic-v5: Plumb in has/set/get_attr for sysregs & IRS MMIO regs
` [PATCH 40/43] Documentation: KVM: Document KVM_DEV_ARM_VGIC_GRP_CPU_SYSREGS for VGICv5
` [PATCH 41/43] Documentation: KVM: Add KVM_DEV_ARM_VGIC_GRP_IRS_REGS to VGICv5 docs
` [PATCH 42/43] Documentation: KVM: Add docs for KVM_DEV_ARM_VGIC_GRP_IST
` [PATCH 43/43] Documentation: KVM: Add the VGICv5 IRS save/restore sequences

[PATCH] KVM: arm64: Harden clock for nvhe/pKVM
 2026-04-30 10:37 UTC 

[RFC PATCH v2 1/4] security: ima: call ima_init() again at late_initcall_sync for defered TPM
 2026-04-30  0:43 UTC  (24+ messages)

[kvm-unit-tests PATCH v1] arm64: update ESR_ELx definitions to match Linux kernel
 2026-04-29 22:53 UTC  (2+ messages)

[PATCH 0/1] KVM: arm64: nv: Implement nested stage-2 reverse map
 2026-04-29 16:31 UTC  (7+ messages)
` [PATCH 1/1] KVM: arm64: nv: Avoid full shadow s2 unmap

[kvm-unit-tests PATCH v2 0/7] arm64: Add Stage-2 MMU and Nested Guest Framework
 2026-04-29 14:47 UTC  (3+ messages)
` [kvm-unit-tests PATCH v2 7/7] arm64: Add Stage-2 MMU demand paging test

[PATCH v4 0/3] Enforce host page-size alignment for shared buffers
 2026-04-29  9:03 UTC  (15+ messages)
` [PATCH v4 2/3] swiotlb: dma: its: "
` [PATCH v4 3/3] coco: guest: arm64: Query host IPA-change alignment via RHI

[PATCH v2 00/28] KVM: s390: Introduce arm64 KVM
 2026-04-29  8:04 UTC  (30+ messages)
` [PATCH v2 01/28] VFIO: take reference to the KVM module
` [PATCH v2 02/28] KVM, vfio: remove symbol_get(kvm_get_kvm_safe) from vfio
` [PATCH v2 03/28] KVM, vfio: remove symbol_get(kvm_put_kvm) "
` [PATCH v2 04/28] arm64: Provide arm64 UAPI for other host architectures
` [PATCH v2 05/28] arm64: Extract sysreg definitions
` [PATCH v2 06/28] arm64: Provide arm64 API for non-native architectures
` [PATCH v2 07/28] KVM: arm64: Provide arm64 KVM "
` [PATCH v2 08/28] arm64: Extract pstate definitions from ptrace
` [PATCH v2 09/28] KVM: arm64: Share kvm_emulate definitions
` [PATCH v2 10/28] KVM: arm64: Make some arm64 KVM code shareable
` [PATCH v2 11/28] KVM: arm64: Access elements of vcpu_gp_regs individually
` [PATCH v2 12/28] KVM: arm64: Share reset general register code
` [PATCH v2 13/28] KVM: arm64: Extract & share ipa size shift calculation
` [PATCH v2 14/28] MAINTAINERS: Add Steffen as reviewer for KVM/arm64
` [PATCH v2 15/28] KVM: s390: Move s390 kvm code into a subdirectory
` [PATCH v2 16/28] KVM: S390: Refactor gmap
` [PATCH v2 17/28] KVM: Make device name configurable
` [PATCH v2 18/28] KVM: Remove KVM_MMIO as config option
` [PATCH v2 19/28] KVM: s390: Prepare kvm-s390 for a second kvm module
` [PATCH v2 20/28] s390: Introduce Start Arm Execution instruction
` [PATCH v2 21/28] KVM: s390: arm64: Introduce host definitions
` [PATCH v2 22/28] s390/hwcaps: Report SAE support as hwcap
` [PATCH v2 23/28] KVM: s390: Add basic arm64 kvm module
` [PATCH v2 24/28] KVM: s390: arm64: Implement required functions
` [PATCH v2 25/28] KVM: s390: arm64: Implement vm/vcpu create destroy
` [PATCH v2 26/28] KVM: s390: arm64: Implement vCPU IOCTLs
` [PATCH v2 27/28] KVM: s390: arm64: Implement basic page fault handler
` [PATCH v2 28/28] KVM: s390: arm64: Enable KVM_ARM64 config and Kbuild

[PATCH v4 00/49] KVM: arm64: Add LR overflow infrastructure (the final one, I swear!)
 2026-04-28 20:37 UTC  (11+ messages)
` [PATCH v4 35/49] KVM: arm64: GICv3: nv: Plug L1 LR sync into deactivation primitive

[RFC PATCH v2 00/28] KVM: s390: Introduce arm64 KVM - using symlinks
 2026-04-28 16:05 UTC  (29+ messages)
` [RFC PATCH v2 01/28] VFIO: take reference to the KVM module
` [RFC PATCH v2 02/28] KVM, vfio: remove symbol_get(kvm_get_kvm_safe) from vfio
` [RFC PATCH v2 03/28] KVM, vfio: remove symbol_get(kvm_put_kvm) "
` [RFC PATCH v2 04/28] arm64: Provide arm64 UAPI for s390 host architecture
` [RFC PATCH v2 05/28] arm64: Extract sysreg definitions
` [RFC PATCH v2 06/28] arm64: Provide arm64 API for non-native architectures
` [RFC PATCH v2 07/28] KVM: arm64: Provide arm64 KVM "
` [RFC PATCH v2 08/28] arm64: Extract pstate definitions from ptrace
` [RFC PATCH v2 09/28] KVM: arm64: Share kvm_emulate definitions
` [RFC PATCH v2 10/28] KVM: arm64: Make some arm64 KVM code shareable
` [RFC PATCH v2 11/28] KVM: arm64: Access elements of vcpu_gp_regs individually
` [RFC PATCH v2 12/28] KVM: arm64: Share reset general register code
` [RFC PATCH v2 13/28] KVM: arm64: Extract & share ipa size shift calculation
` [RFC PATCH v2 14/28] KVM: s390: arm64: Implement required functions
` [RFC PATCH v2 15/28] MAINTAINERS: Add Steffen as reviewer for KVM/arm64
` [RFC PATCH v2 16/28] KVM: s390: Move s390 kvm code into a subdirectory
` [RFC PATCH v2 17/28] KVM: S390: Refactor gmap
` [RFC PATCH v2 18/28] KVM: Make device name configurable
` [RFC PATCH v2 19/28] KVM: Remove KVM_MMIO as config option
` [RFC PATCH v2 20/28] KVM: s390: Prepare kvm-s390 for a second kvm module
` [RFC PATCH v2 21/28] s390: Introduce Start Arm Execution instruction
` [RFC PATCH v2 22/28] KVM: s390: arm64: Introduce host definitions
` [RFC PATCH v2 23/28] s390/hwcaps: Report SAE support as hwcap
` [RFC PATCH v2 24/28] KVM: s390: Add basic arm64 kvm module
` [RFC PATCH v2 25/28] KVM: s390: arm64: Implement vm/vcpu create destroy
` [RFC PATCH v2 26/28] KVM: s390: arm64: Implement vCPU IOCTLs
` [RFC PATCH v2 27/28] KVM: s390: arm64: Implement basic page fault handler
` [RFC PATCH v2 28/28] KVM: s390: arm64: Enable KVM_ARM64 config and Kbuild

[kvm-unit-tests PATCH] arm: add wfx test case
 2026-04-28 14:56 UTC  (3+ messages)


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