Linux KVM/arm64 development list
 help / color / mirror / Atom feed
 messages from 2026-08-21 16:45:18 to 2026-08-26 23:05:33 UTC [more...]

[PATCH 00/20] KVM: selftests: PPC pre-enabling
 2026-08-26 23:05 UTC  (14+ messages)
` [PATCH 01/20] KVM: selftests: Use MEM_REGION_PT memslot instead of '0' for s390 regions/segments
` [PATCH 02/20] KVM: selftests: Bump the minimum GPA for page tables to 0x200000
` [PATCH 03/20] KVM: selftests: Use vm_alloc_page_table() to allocate LoongArch page tables
` [PATCH 04/20] KVM: selftests: Rename "num" param to "nr_pages" for physical page allocators
` [PATCH 05/20] KVM: selftests: Use goto instead of do-while to retry finding unused physical pages
` [PATCH 06/20] KVM: selftests: Extend page allocator to support naturally aligned allocations
` [PATCH 07/20] KVM: selftests: Make the single-page allocator APIs static inline
` [PATCH 08/20] KVM: selftests: Use the innermost page allocator API in the memslot perf test
` [PATCH 09/20] KVM: selftests: Use the innermost page allocator API in s390's IRQ routing test
` [PATCH 10/20] KVM: selftests: Add a wrapper API to allocate multiple page table pages
` [PATCH 11/20] KVM: selftests: Initialize vm->memslots[] with invalid memslots during creation
` [PATCH 12/20] KVM: selftests: Add APIs to override memory region types with custom memslots
` [PATCH 13/20] KVM: selftests: Add TEST_EXTRA memory region type for "special" memslots

[RFC PATCH v7 00/18] kvm/arm: Introduce a customizable aarch64 KVM host model
 2026-08-26 16:47 UTC  (33+ messages)
` [RFC PATCH v7 03/18] target/arm/cpu-sysregs.h.inc: Update with automatic generation
` [RFC PATCH v7 04/18] arm/cpu: Add infra to handle generated ID register definitions
` [RFC PATCH v7 08/18] target/arm/cpu-idregs.h.inc: Generate enum values
` [RFC PATCH v7 12/18] target/arm/kvm: Introduce kvm_arm_expose_idreg_properties
` [RFC PATCH v7 14/18] target/arm/cpu-idregs.h.inc: Generate reserved fields
` [RFC PATCH v7 18/18] arm-qmp-cmds: introspection for ID register props

[PATCH v4 0/2] arm64: Clamp ID overrides and gate the GMID_EL1 read
 2026-08-26 13:48 UTC  (5+ messages)
` [PATCH v4 1/2] arm64: Apply overrides to CPU local capabilities
` [PATCH v4 2/2] arm64: Don't read GMID_EL1 when MTE is disabled

[PATCH v7 00/24] KVM: arm64: SMMUv3 driver for pKVM (trap and emulate)
 2026-08-26 12:41 UTC  (12+ messages)
` [PATCH v7 05/24] iommu/arm-smmu-v3: Move IDR parsing to common functions
` [PATCH v7 23/24] iommu/arm-smmu-v3-kvm: Enable nesting

[PATCH] arm64: clear_page[s] using memset
 2026-08-26 11:50 UTC  (7+ messages)

[PATCH v3] arm64: Don't read GMID_EL1 when MTE is disabled
 2026-08-26 11:06 UTC  (8+ messages)

[RFC PATCH v8 00/20] kvm/arm: Introduce a customizable aarch64 KVM host model
 2026-08-26  9:36 UTC  (21+ messages)
` [RFC PATCH v8 01/20] scripts: introduce scripts/update-aarch64-cpu-sysregs-header.py
` [RFC PATCH v8 02/20] target/arm/cpu-sysregs.h.inc: Sort by name alphabetical order
` [RFC PATCH v8 03/20] target/arm/cpu-sysregs.h.inc: Update with automatic generation
` [RFC PATCH v8 04/20] arm/cpu: Add infra to handle generated ID register definitions
` [RFC PATCH v8 05/20] scripts: Introduce scripts/aarch64_sysreg_helpers module
` [RFC PATCH v8 06/20] scripts: Introduce scripts/update-aarch64-cpu-sysreg-properties.py
` [RFC PATCH v8 07/20] target/arm/cpu-idregs.h.inc: generate with script
` [RFC PATCH v8 08/20] target/arm/cpu-idregs.h.inc: Generate enum values
` [RFC PATCH v8 09/20] target/arm/cpu_idregs: generate tables for Arm64 ID registers and fields
` [RFC PATCH v8 10/20] target/arm/kvm: Retrieve writable ID reg map
` [RFC PATCH v8 11/20] arm/kvm: Initialize all writable ID registers from host
` [RFC PATCH v8 12/20] target/arm/kvm: Introduce kvm_arm_expose_idreg_properties
` [RFC PATCH v8 13/20] target/arm/cpu: Expose writable ID reg field properties on the kvm host vcpu model
` [RFC PATCH v8 14/20] target/arm/cpu-idregs.h.inc: Generate reserved fields
` [RFC PATCH v8 15/20] target/arm/kvm: Ignore and trace unexpected writable "
` [RFC PATCH v8 16/20] arm/cpu-features: document ID reg properties
` [RFC PATCH v8 17/20] target/arm/kvm: add utility to write idregs in scratch vcpu
` [RFC PATCH v8 18/20] target/arm/kvm: Add an error handle to kvm_arm_create_scratch_host_vcpu
` [RFC PATCH v8 19/20] kvm: Introduce kvm_arm_create_scratch_max_host_vcpu
` [RFC PATCH v8 20/20] arm-qmp-cmds: introspection for ID register props

[PATCH v4 0/5] Stop returning struct page from guest_memfd PFN lookup
 2026-08-26  9:01 UTC  (6+ messages)
` [PATCH v4 1/5] KVM: SEV: Treat unassigned RMP entry as benign race on PSMASH failure
` [PATCH v4 2/5] KVM: SEV: Drop page refcount early during RMP fault handling
` [PATCH v4 3/5] KVM: SEV: Check for invalidation before warning on unassigned RMP entry
` [PATCH v4 4/5] KVM: SEV: Drop page refcount early in VMSA reload
` [PATCH v4 5/5] KVM: guest_memfd: Stop returning struct page from PFN lookup

[PATCH 0/2] 52-bit VA guest mode ID support
 2026-08-25 21:35 UTC  (5+ 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 0/8] KVM: arm64: Add KVM_PRE_FAULT_MEMORY support
 2026-08-25 16:00 UTC  (9+ messages)
` [PATCH 1/8] KVM: arm64: Propagate and use esr in s2fd when handling guest aborts
` [PATCH 2/8] KVM: arm64: Propagate and use mmu "
` [PATCH 3/8] KVM: arm64: Propagate and use kvm_s2_fault_result on S2 fault
` [PATCH 4/8] KVM: arm64: Pass walk flags to kvm_pgtable_get_leaf()
` [PATCH 5/8] KVM: arm64: Implement KVM_PRE_FAULT_MEMORY
` [PATCH 6/8] KVM: selftests: Enable pre_fault_memory_test for arm64
` [PATCH 7/8] KVM: selftests: Add option for different backing in pre-fault tests
` [PATCH 8/8] KVM: selftests: Add nested pre-fault test for arm64

[PATCH v4 00/17] KVM: arm64: Introduce pKVM hypervisor heap allocator
 2026-08-25 13:28 UTC  (24+ messages)
` [PATCH v4 04/17] KVM: arm64: Add a heap allocator for the pKVM hyp
` [PATCH v4 06/17] KVM: arm64: Add pkvm_hyp_req infrastructure
` [PATCH v4 09/17] KVM: arm64: Add selftests for the pKVM heap allocator
` [PATCH v4 10/17] KVM: arm64: Add a shrinker for pKVM
` [PATCH v4 11/17] KVM: arm64: Filter out non-kernel addresses in kern_hyp_va

[PATCH v5 0/5] KVM: arm64: Add KVM_PRE_FAULT_MEMORY support
 2026-08-25 13:04 UTC  (6+ messages)
` [PATCH v5 2/5] KVM: arm64: Add pre_fault_memory implementation

[PATCH v2 0/4] irqchip/gic-v4, KVM: arm64: Fix the vgic init error paths
 2026-08-25  9:47 UTC  (9+ messages)
` [PATCH v2 1/4] irqchip/gic-v4: Clear the domain and fwnode pointers after freeing them
` [PATCH v2 2/4] irqchip/gic-v4: Unwind what its_alloc_vcpu_irqs() allocated on failure
` [PATCH v2 3/4] KVM: arm64: vgic: Tear down what vgic_init() created when it fails
` [PATCH v2 4/4] KVM: arm64: vgic-v4: Restore nr_vpes before freeing the vPE resources

[PATCH 0/4] KVM: arm64: pKVM SVE vCPU init fixes
 2026-08-25  9:24 UTC  (7+ messages)
` [PATCH 1/4] KVM: arm64: Validate the SVE vector length in pkvm_vcpu_init_sve()
` [PATCH 2/4] KVM: arm64: Do not clear VM-wide SVE feature on vCPU init failure
` [PATCH 3/4] KVM: arm64: Key unpin_host_sve_state() on the state it unpins
` [PATCH 4/4] KVM: arm64: Derive GUEST_HAS_SVE from the SVE feature bit at EL2

[PATCH v4] arm64: errata: Add NXP iMX8QM workaround for A53 cache coherency issue
 2026-08-25  7:06 UTC  (2+ messages)

[PATCH v2] KVM: arm64: Honour the SPMC FF-A RX/TX buffer size limits
 2026-08-25  5:18 UTC  (2+ messages)

[RFC PATCH v4 00/11] coco/TSM: Arm CCA guest TDISP lock/accept flow with verification and DMA enable
 2026-08-25  4:47 UTC  (4+ messages)
` [RFC PATCH v4 09/11] coco: guest: arm64: Hook TSM accept to Realm TDISP RUN transition

[PATCH v4 0/9] KVM: selftests: Create KVM selftests runner
 2026-08-24 21:21 UTC  (5+ messages)
` [PATCH v4 8/9] KVM: selftests: Add rule to generate default tests for "

[GIT PULL] KVM/arm64 changes for 7.3
 2026-08-24 19:48 UTC  (2+ messages)

[PATCH v2] arm64: Defer the GMID_EL1 read to {init,update}_cpu_features()
 2026-08-24 18:36 UTC  (8+ messages)

[PATCH v2 0/2] KVM: arm64: Fix spurious warn, null ptr deref on S2 teardown race
 2026-08-24 17:34 UTC  (11+ messages)
` [PATCH v2 1/2] KVM: arm64: Fix spurious warning for benign stage 2 "
` [PATCH v2 2/2] KVM: arm64: nv: Fix null ptr deref on nested wp/unmap, "

[PATCH v3 0/2] arm64: ptdump flush fixes
 2026-08-24 16:01 UTC  (4+ messages)

[PATCH v16 00/45] arm64: Support for Arm CCA in KVM
 2026-08-24 14:50 UTC  (4+ messages)
` [PATCH v16 44/45] KVM: arm64: CCA: Require ICH_HCR_EL2.TDIR for realms

[PATCH] arm64: Defer the GMID_EL1 read to {init,update}_cpu_features()
 2026-08-24 13:11 UTC  (4+ messages)

[PATCH v3 0/2] KVM: arm64: nv: Shadow S2 life-cycle fixes
 2026-08-24 11:18 UTC  (12+ messages)
` [PATCH v3 1/2] KVM: arm64: nv: Fix life cycle of the nested_mmus array
` [PATCH v3 2/2] KVM: arm64: nv: Delay freeing of shadow S2 structures until VM destruction

[PATCH v19 00/14] KVM: arm64: Provide guest support for GCS
 2026-08-24 11:11 UTC  (9+ messages)
` [PATCH v19 05/14] KVM: arm64: Set PSTATE.EXLOCK when entering an exception
` [PATCH v19 06/14] KVM: arm64: Validate GCS exception lock when emulating ERET

[PATCH] KVM: arm64: Allow smaller FF-A RX/TX buffers
 2026-08-24  9:05 UTC  (3+ messages)
      `  "

[PATCH v2 0/4] Stop returning struct page from guest_memfd PFN lookup
 2026-08-24  4:27 UTC  (7+ messages)
` [PATCH v2 3/4] KVM: SEV: Drop page refcount early in VMSA reload

[PATCH v2 0/3] KVM: selftests: arm64: Make sea_to_user skip cleanly
 2026-08-23 18:57 UTC  (6+ messages)
` [PATCH v2 2/3] KVM: selftests: arm64: Skip sea_to_user without 1GB hugepages
` [PATCH v2 3/3] KVM: selftests: arm64: Skip sea_to_user when EINJ places no poison

[PATCH v3 0/5] KVM: arm64: fix VGICv3 redistributor rollback
 2026-08-23 15:39 UTC  (7+ messages)
` [PATCH v3 1/5] KVM: arm64: vgic-v3: Undo assignment on iodev registration failure
` [PATCH v3 2/5] KVM: arm64: vgic-v3: Reset redistributors after failed region setup
` [PATCH v3 3/5] KVM: arm64: vgic-v3: Separate redistributor teardown from unassignment
` [PATCH v3 4/5] KVM: arm64: selftests: Pass guest code to vm_gic_create_with_vcpus()
` [PATCH v3 5/5] KVM: arm64: selftests: Test VGICv3 redistributor region retry

[PATCH 0/3] irqchip/gic-v4, KVM: arm64: Fix the vgic init error paths
 2026-08-23 13:59 UTC  (6+ messages)
` [PATCH 1/3] irqchip/gic-v4: Clear the domain and fwnode pointers after freeing them

[PATCH 0/2] KVM: arm64: Fix spurious warn, null ptr deref on S2 teardown race
 2026-08-22 14:27 UTC  (8+ messages)
` [PATCH 2/2] KVM: arm64: nv: Fix null ptr deref in kvm_nested_s2_unmap() on S2 teardown

[PATCH v2 0/5] KVM: arm64: fix VGICv3 redistributor rollback
 2026-08-22  8:40 UTC  (5+ messages)
` [PATCH v2 3/5] KVM: arm64: vgic-v3: Unregister redistributors before freeing regions

[PATCH v2 0/4] KVM: arm64: vgic-its: Make the ITS table save reliable
 2026-08-22  8:02 UTC  (2+ messages)

[PATCH v3 0/4] Stop returning struct page from guest_memfd PFN lookup
 2026-08-21 21:50 UTC  (3+ messages)
` [PATCH v3 2/4] KVM: SEV: Drop page refcount early during RMP fault handling


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