Linux KVM/arm64 development list
 help / color / mirror / Atom feed
 messages from 2026-09-01 21:50:47 to 2026-09-03 17:08:35 UTC [more...]

[RFC PATCH v7 00/28] KVM: arm64: Add Statistical Profiling Extension (SPE) support
 2026-09-03 17:08 UTC  (57+ messages)
` [RFC PATCH v7 01/28] arm64/sysreg: Add the nVM field to PMBLIMITR_EL1
` [RFC PATCH v7 02/28] arm64/sysreg: Define MDCR_EL2.E2PB values
` [RFC PATCH v7 03/28] KVM: arm64: Add CONFIG_KVM_ARM_SPE Kconfig option
` [RFC PATCH v7 04/28] perf: arm_spe_pmu: Move struct arm_spe_pmu to a separate header file
` [RFC PATCH v7 05/28] perf: arm_spe_pmu: Add PMBIDR_EL1 and PMSIDR_EL1 to struct arm_spe_pmu
` [RFC PATCH v7 06/28] KVM: arm64: Add KVM_CAP_ARM_SPE capability
` [RFC PATCH v7 07/28] KVM: arm64: Add KVM_ARM_VCPU_SPE VCPU feature
` [RFC PATCH v7 08/28] HACK! KVM: arm64: Disable SPE virtualization if protected KVM is enabled
` [RFC PATCH v7 09/28] HACK! KVM: arm64: Enable SPE virtualization only in VHE mode
` [RFC PATCH v7 10/28] HACK! KVM: arm64: Disable SPE virtualization if nested virt is enabled
` [RFC PATCH v7 11/28] KVM: arm64: Add a new VCPU device control group for SPE
` [RFC PATCH v7 12/28] KVM: arm64: Add SPE VCPU device attribute to set the interrupt number
` [RFC PATCH v7 13/28] KVM: arm64: Add SPE VCPU device attribute to set the SPE device
` [RFC PATCH v7 14/28] KVM: arm64: Add SPE VCPU device attribute to initialize SPE
` [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 18/28] KVM: arm64: config: Use functions from spe.c to test FEAT_SPE_{FnE,FDS}
` [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 22/28] arm64: errata: Disable SPE in KVM
` [RFC PATCH v7 23/28] KVM: arm64: Add kvm-arm.ignore_spe_errata kernel parameter
` [RFC PATCH v7 24/28] arm64: errata: Don't enable guest buffer if misprogrammed
` [RFC PATCH v7 25/28] KVM: arm64: at: Use callback for reading descriptor
` [RFC PATCH v7 26/28] KVM: arm64: Map memory on a SPE stage 2 fault
` [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 v7 00/23] KVM: s390: Introduce arm64 KVM
 2026-09-03 16:41 UTC  (33+ messages)
` [PATCH v7 02/23] KVM: Make device name configurable
` [PATCH v7 03/23] KVM: Allow KVM implementations to switch off MMIO independent of Kconfig
` [PATCH v7 11/23] KVM: arm64: Share arm64 code with s390
` [PATCH v7 21/23] KVM: s390: arm64: Implement vCPU IOCTLs
` [PATCH v7 23/23] KVM: s390: arm64: Add KVM_S390_ARM64 Kconfig and Makefile

[PATCH v20 00/14] KVM: arm64: Provide guest support for GCS
 2026-09-03 16:40 UTC  (32+ messages)
` [PATCH v20 01/14] arm64/gcs: Ensure FGTs for EL1 GCS instructions are disabled
` [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 v20 07/14] KVM: arm64: Forward GCS exceptions to nested guests
` [PATCH v20 08/14] KVM: arm64: Enforce EXLOCK for SPSR and ELR
` [PATCH v20 09/14] KVM: arm64: Allow GCS to be enabled for guests
` [PATCH v20 10/14] KVM: selftests: arm64: Add GCS registers to get-reg-list
` [PATCH v20 11/14] KVM: selftests: arm64: Add GCS to set_id_regs
` [PATCH v20 12/14] KVM: selftests: arm64: Only restore SPSR_EL1 and ELR_EL1 if they change
` [PATCH v20 13/14] tools: Synchronise the kernel esr.h
` [PATCH v20 14/14] KVM: selftests: arm64: Add GCS EXLOCK exception emulation test

[PATCH v5 00/49] KVM: arm64: Add GICv5 IRS support
 2026-09-03 16:33 UTC  (15+ messages)
` [PATCH v5 02/49] irqchip/gic-v5: Provide OF IRS config frame attrs to KVM
` [PATCH v5 03/49] irqchip/gic-v5: Set up gic_kvm_info on ACPI hosts
` [PATCH v5 04/49] KVM: arm64: gic-v5: Define remaining IRS MMIO registers
` [PATCH v5 06/49] arm64/sysreg: Update ICC_CR0_EL1 with LINK and LINK_IDLE fields

[PATCH] KVM: arm64: Trap guest MPAM accesses whenever MPAM is implemented
 2026-09-03 16:28 UTC  (3+ messages)

[PATCH 00/17] KVM: arm64: Confine protected VM vCPU state to EL2
 2026-09-03 16:25 UTC  (20+ messages)
` [PATCH 02/17] KVM: arm64: Advertise the capabilities that protected VMs support
` [PATCH 03/17] KVM: arm64: Reject the PVTIME vCPU attribute for protected VMs
` [PATCH 04/17] KVM: arm64: Introduce per-EC entry handlers for pKVM
` [PATCH 05/17] KVM: arm64: Skip fixed-feature state flush for protected vCPUs
` [PATCH 07/17] KVM: arm64: Add system register reset framework for protected VMs
` [PATCH 08/17] KVM: arm64: Implement HVC handling for protected guests at EL2

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

[RFC PATCH v4 00/16] coco/TSM: Implement host-side support for Arm CCA TDISP setup
 2026-09-03 15:13 UTC  (22+ messages)
` [RFC PATCH v4 03/16] iommu/arm-smmu-v3: Add initial pSMMU realm viommu plumbing

[PATCH v5] arm64: Don't read GMID_EL1 when MTE is disabled
 2026-09-03 13:59 UTC  (2+ messages)

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

[PATCH v16 00/45] arm64: Support for Arm CCA in KVM
 2026-09-03  4:20 UTC  (5+ messages)
` [PATCH v16 14/45] KVM: arm64: CCA: Add basic infrastructure for creating a realm

[RFC PATCH 0/3] liveupdate: Move to feature flags for LUO and memfd ABI compatibility
 2026-09-03  2:47 UTC  (7+ messages)
` [RFC PATCH 1/3] luo: Move to feature flags instead of compatibility strings
` [RFC PATCH 2/3] luo: Export feature support to vmlinux section
` [RFC PATCH 3/3] luo: memfd: Move to feature flags instead of compatibility strings

[PATCH v2 00/20] KVM: selftests: PPC pre-enabling
 2026-09-03  1:01 UTC  (28+ messages)
` [PATCH v2 01/20] KVM: selftests: Use MEM_REGION_PT memslot instead of '0' for s390 regions/segments
` [PATCH v2 02/20] KVM: selftests: Use the common minimum GPA for page tables on LoongArch
` [PATCH v2 03/20] KVM: selftests: Use vm_alloc_page_table() to allocate LoongArch page tables
` [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 06/20] KVM: selftests: Extend page allocator to support naturally aligned allocations
` [PATCH v2 07/20] KVM: selftests: Make the single-page allocator APIs static inline
` [PATCH v2 08/20] KVM: selftests: Use the innermost page allocator API in the memslot perf test
` [PATCH v2 09/20] KVM: selftests: Use the innermost page allocator API in s390's IRQ routing test
` [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 v2 12/20] KVM: selftests: Add APIs to override memory region types with custom memslots
` [PATCH v2 13/20] KVM: selftests: Add TEST_EXTRA memory region type for "special" memslots
` [PATCH v2 14/20] KVM: selftests: Use TEST_EXTRA region in arm64's vGIC LPI stress test
` [PATCH v2 15/20] KVM: selftests: Use TEST_EXTRA region in x86's smaller MAXPHYADDR test
` [PATCH v2 16/20] KVM: selftests: Use TEST_EXTRA region in set memory region test
` [PATCH v2 17/20] KVM: selftests: Take the memory region type, not memslot, in page allocators
` [PATCH v2 18/20] KVM: selftests: Use TEST_ASSERT(), not assert(), in vm_get_mem_region()
` [PATCH v2 19/20] KVM: selftests: Automatically pick min_gpa for allocations based on region type
` [PATCH v2 20/20] KVM: selftests: Add arch hook to force page tables to be naturally aligned

[PATCH 00/20] KVM: selftests: PPC pre-enabling
 2026-09-02 17:59 UTC  (10+ messages)
` [PATCH 05/20] KVM: selftests: Use goto instead of do-while to retry finding unused physical pages
` [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] KVM: selftests: Fix arm64 sysreg header dependencies
 2026-09-02 13:41 UTC 

[RFC PATCH 0/5] KVM: arm64: New PTE dirty-page encoding, HAFDBS new usage
 2026-09-02 13:16 UTC  (13+ messages)
` [RFC PATCH 1/5] KVM: arm64: pgtables: Change write bit from S2AP_W to DBM
` [RFC PATCH 2/5] KVM: arm64: Add KVM_PGTABLE_PROT_DIRTY
` [RFC PATCH 4/5] KVM: arm64: Add KVM_REQ_RELOAD_STAGE2
` [RFC PATCH 5/5] KVM: arm64: Enable HAFDBS for guests not on migration

[PATCH v2 00/20] KVM: arm64 on s390 System Register Handling
 2026-09-02  7:49 UTC  (5+ messages)
` [PATCH v2 03/20] arm64: sysreg: Define OSLSR_EL1_OSLK_MASK


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