Linux KVM/arm64 development list
 help / color / mirror / Atom feed
 messages from 2026-04-29 08:04:55 to 2026-05-05 16:43:25 UTC [more...]

[PATCH v6 00/25] KVM: arm64: SMMUv3 driver for pKVM (trap and emulate)
 2026-05-05 16:43 UTC  (41+ 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
` [PATCH v6 07/25] KVM: arm64: iommu: Introduce IOMMU driver infrastructure
` [PATCH v6 08/25] KVM: arm64: iommu: Shadow host stage-2 page table
` [PATCH v6 09/25] KVM: arm64: iommu: Add memory pool
` [PATCH v6 10/25] KVM: arm64: iommu: Support DABT for IOMMU
` [PATCH v6 11/25] iommu/arm-smmu-v3-kvm: Add SMMUv3 driver
` [PATCH v6 12/25] iommu/arm-smmu-v3-kvm: Add the kernel driver
` [PATCH v6 13/25] iommu/arm-smmu-v3-kvm: Probe SMMU HW
` [PATCH v6 14/25] iommu/arm-smmu-v3-kvm: Add MMIO emulation
` [PATCH v6 15/25] iommu/arm-smmu-v3-kvm: Shadow the command queue
` [PATCH v6 16/25] iommu/arm-smmu-v3-kvm: Add CMDQ functions
` [PATCH v6 17/25] iommu/arm-smmu-v3-kvm: Emulate CMDQ for host
` [PATCH v6 18/25] iommu/arm-smmu-v3-kvm: Shadow stream table
` [PATCH v6 19/25] iommu/arm-smmu-v3-kvm: Shadow STEs
` [PATCH v6 20/25] iommu/arm-smmu-v3-kvm: Share other queues
` [PATCH v6 21/25] iommu/arm-smmu-v3-kvm: Emulate GBPA
` [PATCH v6 22/25] iommu/io-pgtable-arm: Support io-pgtable-arm in the hypervisor
` [PATCH v6 23/25] iommu/arm-smmu-v3-kvm: Shadow the CPU stage-2 page table
` [PATCH v6 24/25] iommu/arm-smmu-v3-kvm: Enable nesting
` [PATCH v6 25/25] KVM: arm64: Add documentation for pKVM DMA isolation

[RFC PATCH 0/3] initalise ff-a after finalising pKVM
 2026-05-05 16:32 UTC  (12+ messages)
` [RFC PATCH 1/3] arm64: KVM: defer kvm_init() to finalise_pkvm() when pKVM is enabled
` [RFC PATCH 2/3] firmware: arm_ffa: initialise ff-a after finalising pKVM initialisation
` [RFC PATCH 3/3] security: integrity: call load_uefi_certs() at late_initcall_sync

[PATCH] KVM: arm64: nv: Consider the DS bit when translating TCR_EL2
 2026-05-05 14:47 UTC 

[PATCH v2] KVM: arm64: Handle permission faults with guest_memfd
 2026-05-05 12:00 UTC  (2+ messages)

[PATCH v1 00/12] KVM Dirty-bit cleaning accelerator (HACDBS)
 2026-05-05 11:03 UTC  (20+ 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

[PATCH 0/5] KVM: Fix race conditions in kvm_arch_flush_shadow_all()
 2026-05-04 23:10 UTC  (8+ messages)
` [PATCH 1/5] KVM: arm64: Grab KVM MMU write lock "
` [PATCH 2/5] KVM: loongarch: Grab MMU "
` [PATCH 3/5] KVM: mips: "
` [PATCH 4/5] KVM: Hold MMU lock exclusively when calling kvm_arch_flush_shadow_all()
` [PATCH 5/5] DO NOT MERGE: KVM: selftests: Reproducer for arm64 double-free

[PATCH v7 00/20] ARM64 PMU Partitioning
 2026-05-04 21:18 UTC  (21+ messages)
` [PATCH v7 01/20] arm64: cpufeature: Add cpucap for HPMN0
` [PATCH v7 02/20] KVM: arm64: Reorganize PMU includes
` [PATCH v7 03/20] KVM: arm64: Reorganize PMU functions
` [PATCH v7 04/20] perf: arm_pmuv3: Generalize counter bitmasks
` [PATCH v7 05/20] perf: arm_pmuv3: Check cntr_mask before using pmccntr
` [PATCH v7 06/20] perf: arm_pmuv3: Add method to partition the PMU
` [PATCH v7 07/20] KVM: arm64: Set up FGT for Partitioned PMU
` [PATCH v7 08/20] KVM: arm64: Add Partitioned PMU register trap handlers
` [PATCH v7 09/20] KVM: arm64: Set up MDCR_EL2 to handle a Partitioned PMU
` [PATCH v7 10/20] KVM: arm64: Context swap Partitioned PMU guest registers
` [PATCH v7 11/20] KVM: arm64: Enforce PMU event filter at vcpu_load()
` [PATCH v7 12/20] perf: Add perf_pmu_resched_update()
` [PATCH v7 13/20] KVM: arm64: Apply dynamic guest counter reservations
` [PATCH v7 14/20] KVM: arm64: Implement lazy PMU context swaps
` [PATCH v7 15/20] perf: arm_pmuv3: Handle IRQs for Partitioned PMU guest counters
` [PATCH v7 16/20] KVM: arm64: Detect overflows for the Partitioned PMU
` [PATCH v7 17/20] KVM: arm64: Add vCPU device attr to partition the PMU
` [PATCH v7 18/20] KVM: selftests: Add find_bit to KVM library
` [PATCH v7 19/20] KVM: arm64: selftests: Add test case for Partitioned PMU
` [PATCH v7 20/20] KVM: arm64: selftests: Relax testing for exceptions when partitioned

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

[RFC] proposal: KVM: Orphaned VMs: The Caretaker approach for Live Update
 2026-05-03 16:57 UTC  (12+ messages)

[PATCH v4 00/17] kvm/arm: Introduce a customizable aarch64 KVM host model
 2026-05-03  7:33 UTC  (18+ messages)
` [PATCH v4 01/17] scripts: introduce scripts/update-aarch64-cpu-sysregs-header.py
` [PATCH v4 02/17] target/arm/cpu-sysregs.h.inc: Sort by name alphabetical order
` [PATCH v4 03/17] target/arm/cpu-sysregs.h.inc: Update with automatic generation
` [PATCH v4 04/17] arm/cpu: Add infra to handle generated ID register definitions
` [PATCH v4 05/17] scripts: Introduce scripts/aarch64_sysreg_helpers module
` [PATCH v4 06/17] scripts: Introduce scripts/update-aarch64-cpu-sysreg-properties.py
` [PATCH v4 07/17] target/arm/cpu-sysreg-properties.c: Generate code with new script
` [PATCH v4 08/17] target/arm/kvm: Introduce kvm_get_writable_id_regs
` [PATCH v4 09/17] arm/cpu: accessors for writable id registers
` [PATCH v4 10/17] arm/kvm: Allow reading all the writable ID registers
` [PATCH v4 11/17] arm/kvm: write back modified ID regs to KVM
` [PATCH v4 12/17] target/arm/kvm: Introduce kvm_arm_expose_idreg_properties
` [PATCH v4 13/17] target/arm/kvm: Special case REVIDR_EL1 and AIDR_EL1
` [PATCH v4 14/17] target/arm/kvm: Special case ID_AA64ISAR0_EL1 RES0 [24, 27] bits
` [PATCH v4 15/17] arm/cpu: Expose writable ID reg field properties on the kvm host vcpu model
` [PATCH v4 16/17] arm-qmp-cmds: introspection for ID register props
` [PATCH v4 17/17] arm/cpu-features: document ID reg properties

[PATCH 00/43] KVM: arm64: Add GICv5 IRS support
 2026-05-01 18:54 UTC  (36+ 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 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 16/43] KVM: arm64: gic-v5: Initialise and teardown VMTEs & doorbells
` [PATCH 36/43] KVM: arm64: gic-v5: Implement save/restore mechanisms for ISTs
` [PATCH 43/43] Documentation: KVM: Add the VGICv5 IRS save/restore sequences

[PATCH v2 0/6] KVM: arm64: EL2 synchronisation and pKVM stage-2 error propagation fixes
 2026-05-01 15:07 UTC  (10+ messages)
` [PATCH v2 1/6] KVM: arm64: Make EL2 exception entry and exit context-synchronization events
` [PATCH v2 2/6] KVM: arm64: Guard against NULL vcpu on VHE hyp panic path
` [PATCH v2 3/6] KVM: arm64: Fix __deactivate_fgt macro parameter typo
` [PATCH v2 4/6] KVM: arm64: Seed pkvm_ownership_selftest vcpu memcache
` [PATCH v2 5/6] KVM: arm64: Pre-check vcpu memcache for host->guest share
` [PATCH v2 6/6] KVM: arm64: Pre-check vcpu memcache for host->guest donate

[kvm-unit-tests PATCH] arm: add wfx test case
 2026-05-01 14:21 UTC  (3+ messages)

[PATCH] KVM: arm64: Handle permission faults with guest_memfd
 2026-05-01 14:18 UTC  (3+ messages)

[PATCH] KVM: arm64: Forward FFA_NOTIFICATION* calls to TrustZone
 2026-05-01 11:44 UTC 

[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 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 0/8] KVM: arm64: EL2 synchronisation and pKVM stage-2 error propagation fixes
 2026-04-30 12:37 UTC  (6+ messages)
` [PATCH 1/8] KVM: arm64: Make EL2 exception entry and exit context-synchronization events

[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  (22+ 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  (8+ messages)
` [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  (3+ messages)
` [PATCH v2 04/28] arm64: Provide arm64 UAPI for other host architectures


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