Linux KVM/arm64 development list
 help / color / mirror / Atom feed
 messages from 2024-02-07 20:48:09 to 2024-02-14 13:18:35 UTC [more...]

[PATCH v4 00/26] KVM/arm64: VM configuration enforcement
 2024-02-14 13:18 UTC  (14+ messages)
` [PATCH v4 01/26] arm64: sysreg: Add missing ID_AA64ISAR[13]_EL1 fields and variants
` [PATCH v4 02/26] KVM: arm64: Add feature checking helpers
` [PATCH v4 03/26] KVM: arm64: nv: Add sanitising to VNCR-backed sysregs
` [PATCH v4 04/26] KVM: arm64: nv: Add sanitising to EL2 configuration registers
` [PATCH v4 05/26] KVM: arm64: nv: Add sanitising to VNCR-backed FGT sysregs
` [PATCH v4 06/26] KVM: arm64: nv: Add sanitising to VNCR-backed HCRX_EL2
` [PATCH v4 07/26] KVM: arm64: nv: Drop sanitised_sys_reg() helper
` [PATCH v4 08/26] KVM: arm64: Unify HDFG[WR]TR_GROUP FGT identifiers
` [PATCH v4 09/26] KVM: arm64: nv: Correctly handle negative polarity FGTs
` [PATCH v4 10/26] KVM: arm64: nv: Turn encoding ranges into discrete XArray stores
` [PATCH v4 11/26] KVM: arm64: Drop the requirement for XARRAY_MULTI
` [PATCH v4 12/26] KVM: arm64: nv: Move system instructions to their own sys_reg_desc array
` [PATCH v4 13/26] KVM: arm64: Always populate the trap configuration xarray

[PATCH v2 00/23] KVM: arm64: Improvements to LPI injection
 2024-02-13 21:52 UTC  (26+ messages)
` [PATCH v2 01/23] KVM: arm64: Add tracepoints + stats for LPI cache effectiveness
` [PATCH v2 02/23] KVM: arm64: vgic: Store LPIs in an xarray
` [PATCH v2 03/23] KVM: arm64: vgic: Use xarray to find LPI in vgic_get_lpi()
` [PATCH v2 04/23] KVM: arm64: vgic-v3: Iterate the xarray to find pending LPIs
` [PATCH v2 05/23] KVM: arm64: vgic-its: Walk the LPI xarray in vgic_copy_lpi_list()
` [PATCH v2 06/23] KVM: arm64: vgic: Get rid of the LPI linked-list
` [PATCH v2 07/23] KVM: arm64: vgic: Use atomics to count LPIs
` [PATCH v2 08/23] KVM: arm64: vgic: Free LPI vgic_irq structs in an RCU-safe manner
` [PATCH v2 09/23] KVM: arm64: vgic: Rely on RCU protection in vgic_get_lpi()
` [PATCH v2 10/23] KVM: arm64: vgic: Ensure the irq refcount is nonzero when taking a ref
` [PATCH v2 11/23] KVM: arm64: vgic: Don't acquire the lpi_list_lock in vgic_put_irq()
` [PATCH v2 12/23] KVM: arm64: vgic-its: Lazily allocate LPI translation cache
` [PATCH v2 13/23] KVM: arm64: vgic-its: Pick cache victim based on usage count
` [PATCH v2 14/23] KVM: arm64: vgic-its: Protect cached vgic_irq pointers with RCU
` [PATCH v2 15/23] KVM: arm64: vgic-its: Treat the LPI translation cache as an rculist
` [PATCH v2 16/23] KVM: arm64: vgic-its: Rely on RCU to protect translation cache reads
` [PATCH v2 17/23] KVM: selftests: Align with kernel's GIC definitions
` [PATCH v2 18/23] KVM: selftests: Standardise layout of GIC frames
` [PATCH v2 19/23] KVM: selftests: Add a minimal library for interacting with an ITS
` [PATCH v2 20/23] KVM: selftests: Add helper for enabling LPIs on a redistributor
` [PATCH v2 21/23] KVM: selftests: Use MPIDR_HWID_BITMASK from cputype.h
` [PATCH v2 22/23] KVM: selftests: Hack in support for aligned page allocations
` [PATCH v2 23/23] KVM: selftests: Add stress test for LPI injection

[PATCH 0/2] ARM64: Fixes for FEAT_E2H0 handling
 2024-02-13 20:06 UTC  (8+ messages)
` [PATCH 1/2] arm64: cpufeatures: Add missing ID_AA64MMFR4_EL1 to __read_sysreg_by_encoding()
` [PATCH 2/2] arm64: cpufeatures: Only check for NV1 if NV is present

[RFC PATCH] KVM: arm64: Fix double-free following kvm_pgtable_stage2_free_unlinked()
 2024-02-13 19:25 UTC  (8+ messages)

[PATCH v5 0/4] arm64: ptdump: View the second stage page-tables
 2024-02-13 17:10 UTC  (9+ messages)
` [PATCH v5 3/4] KVM: arm64: Register ptdump with debugfs on guest creation
` [PATCH v5 4/4] KVM: arm64: Initialize the ptdump parser with stage-2 attributes

[PATCH v1 0/4] Get writable masks for feature ID from userspace
 2024-02-13 14:53 UTC  (4+ messages)
` [PATCH v1 2/4] KVM: arm64: Document KVM_ARM_GET_REG_WRITABLE_MASKS

[PATCH v9 0/6] KVM: allow mapping non-refcounted pages
 2024-02-13  3:44 UTC  (12+ messages)
` [PATCH v9 2/6] KVM: mmu: Introduce __kvm_follow_pfn function
` [PATCH v9 3/6] KVM: mmu: Improve handling of non-refcounted pfns

[PATCH v7 0/4] kvm: arm64: allow the VM to select DEVICE_* and NORMAL_NC for IO memory
 2024-02-13  3:41 UTC  (17+ messages)
` [PATCH v7 1/4] kvm: arm64: introduce new flag for non-cacheable "
` [PATCH v7 2/4] mm: introduce new flag to indicate wc safe
` [PATCH v7 3/4] kvm: arm64: set io memory s2 pte as normalnc for vfio pci device
` [PATCH v7 4/4] vfio: convey kvm that the vfio-pci device is wc safe

[PATCH] KVM: selftests: Print timer ctl register in ISTATUS assertion
 2024-02-13  1:43 UTC  (3+ messages)

[PATCH] KVM: selftests: Fix GUEST_PRINTF() format warnings in ARM code
 2024-02-12 20:56 UTC  (5+ messages)

[PATCH v1 0/2] small kern_hyp_va() cleanups
 2024-02-12 20:55 UTC  (8+ messages)
` [PATCH v1 1/2] KVM: arm64: add comments to __kern_hyp_va
` [PATCH v1 2/2] KVM: arm64: removed unused kern_hyp_va asm macro

[PATCH v1] KVM: arm64: print Hyp mode
 2024-02-12 20:52 UTC  (3+ messages)

[PATCH v3 00/26] KVM/arm64: VM configuration enforcement
 2024-02-12 20:40 UTC  (2+ messages)

[PATCH v4 00/10] arm64: Add support for FEAT_E2H0, or lack thereof
 2024-02-12 14:21 UTC  (26+ messages)
` [PATCH v4 01/10] arm64: Add macro to compose a sysreg field value
` [PATCH v4 02/10] arm64: cpufeatures: Correctly handle signed values
` [PATCH v4 03/10] arm64: cpufeature: Correctly display signed override values
` [PATCH v4 04/10] arm64: sysreg: Add layout for ID_AA64MMFR4_EL1
` [PATCH v4 05/10] arm64: cpufeature: Add ID_AA64MMFR4_EL1 handling
` [PATCH v4 06/10] arm64: cpufeature: Detect HCR_EL2.NV1 being RES0
` [PATCH v4 07/10] arm64: Treat HCR_EL2.E2H as RES1 when ID_AA64MMFR4_EL1.E2H0 is negative
` [PATCH v4 10/10] KVM: arm64: Handle Apple M2 as not having HCR_EL2.NV1 implemented

[PATCH v5 00/12] RISCV: Add kvm Sstc timer selftests
 2024-02-12 12:23 UTC  (2+ messages)

[RFC PATCH] KVM: arm64: Override Microsoft Azure Cobalt 100 MIDR value with ARM Neoverse N2
 2024-02-09 18:58 UTC  (9+ messages)

[kvm-unit-tests PATCH v4 0/8] Multi-migration support
 2024-02-09 18:09 UTC  (12+ messages)
` [kvm-unit-tests PATCH v4 1/8] arch-run: Fix TRAP handler recursion to remove temporary files properly
` [kvm-unit-tests PATCH v4 2/8] arch-run: Clean up initrd cleanup
` [kvm-unit-tests PATCH v4 3/8] migration: use a more robust way to wait for background job
` [kvm-unit-tests PATCH v4 4/8] migration: Support multiple migrations
` [kvm-unit-tests PATCH v4 5/8] arch-run: rename migration variables
` [kvm-unit-tests PATCH v4 6/8] migration: Add quiet migration support
` [kvm-unit-tests PATCH v4 7/8] Add common/ directory for architecture-independent tests
` [kvm-unit-tests PATCH v4 8/8] migration: add a migration selftest

[PATCH v6 00/14] Improve KVM + userfaultfd performance via KVM_MEMORY_FAULT_EXITs on stage-2 faults
 2024-02-09 16:00 UTC  (15+ messages)
` [PATCH v6 08/14] KVM: arm64: Enable KVM_CAP_MEMORY_FAULT_INFO
` [PATCH v6 09/14] KVM: arm64: Enable KVM_CAP_EXIT_ON_MISSING and annotate an EFAULT from stage-2 fault-handler

[PATCH v6 0/4] kvm: arm64: allow the VM to select DEVICE_* and NORMAL_NC for IO memory
 2024-02-09 14:12 UTC  (19+ messages)
` [PATCH v6 1/4] kvm: arm64: introduce new flag for non-cacheable "
` [PATCH v6 2/4] mm: introduce new flag to indicate wc safe
` [PATCH v6 3/4] kvm: arm64: set io memory s2 pte as normalnc for vfio pci device
` [PATCH v6 4/4] vfio: convey kvm that the vfio-pci device is wc safe

[RFC PATCH v2 0/7] iommu/arm-smmu-v3: Use pinned KVM VMID for stage 2
 2024-02-09 13:54 UTC  (20+ messages)
` [RFC PATCH v2 1/7] KVM: Add generic infrastructure to support pinned VMIDs
` [RFC PATCH v2 2/7] KVM: arm64: Introduce support to pin VMIDs
` [RFC PATCH v2 3/7] KVM: arm64: Add interfaces for pinned VMID support
` [RFC PATCH v2 4/7] iommufd: Associate kvm pointer to iommufd ctx
` [RFC PATCH v2 5/7] iommu: Pass in kvm pointer to domain_alloc_user
` [RFC PATCH v2 6/7] iommu/arm-smmu-v3: Use KVM VMID for s2 stage
` [RFC PATCH v2 7/7] iommu/arm-smmu-v3: Enable broadcast TLB maintenance

[kvm-unit-tests PATCH v3 0/8] Multi-migration support
 2024-02-09  8:44 UTC  (20+ messages)
` [kvm-unit-tests PATCH v3 1/8] arch-run: Fix TRAP handler recursion to remove temporary files properly
` [kvm-unit-tests PATCH v3 2/8] arch-run: Clean up initrd cleanup
` [kvm-unit-tests PATCH v3 3/8] migration: use a more robust way to wait for background job
` [kvm-unit-tests PATCH v3 4/8] migration: Support multiple migrations
` [kvm-unit-tests PATCH v3 5/8] arch-run: rename migration variables
` [kvm-unit-tests PATCH v3 6/8] migration: Add quiet migration support
` [kvm-unit-tests PATCH v3 7/8] Add common/ directory for architecture-independent tests
` [kvm-unit-tests PATCH v3 8/8] migration: add a migration selftest

[kvm-unit-tests PATCH v2 0/9] Multi-migration support
 2024-02-09  5:01 UTC  (4+ messages)
` [kvm-unit-tests PATCH v2 2/9] arch-run: Clean up temporary files properly


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