Linux KVM/arm64 development list
 help / color / mirror / Atom feed
 messages from 2026-09-02 16:41:29 to 2026-09-04 10:35:53 UTC [more...]

[PATCH v6 0/9] coco: guest: Enforce host page-size alignment for shared buffers
 2026-09-04 10:34 UTC  (10+ messages)
` [PATCH v6 1/9] mm/mem_encrypt: Add helpers for shared-buffer alignment
` [PATCH v6 2/9] irqchip/gic-v3-its: Align shared ITS allocations to the CoCo shared granule size
` [PATCH v6 3/9] dma-mapping: Pass allocation attrs to contiguous allocation helpers
` [PATCH v6 4/9] dma-direct: Align CoCo shared DMA allocations to the shared granule size
` [PATCH v6 5/9] swiotlb: Align shared IO TLB pools "
` [PATCH v6 6/9] swiotlb: Reject misaligned restricted DMA pools for CoCo guests
` [PATCH v6 7/9] dma-buf: system_heap: Enforce shared-granule alignment for cc-shared buffers
` [PATCH v6 8/9] arm64: realm: Add RHI helper to query IPA state change alignment
` [PATCH v6 9/9] arm64: realm: Expose the CCA shared granule size through mem_encrypt ops

[PATCH 0/2] KVM: arm64: Enable S1PIE for nVHE and hVHE
 2026-09-04 10:33 UTC  (6+ messages)
` [PATCH 1/2] KVM: arm64: Initialise TCR2_EL2 for nVHE mode
` [PATCH 2/2] KVM: arm64: Enable S1PIE for nVHE and hVHE

[RFC PATCH v7 00/28] KVM: arm64: Add Statistical Profiling Extension (SPE) support
 2026-09-04 10:28 UTC  (60+ 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 v5 00/49] KVM: arm64: Add GICv5 IRS support
 2026-09-04 10:23 UTC  (81+ 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 v5 07/49] KVM: arm64: gic-v5: Cache host IRS ID registers
` [PATCH v5 08/49] KVM: arm64: gic-v5: Add VPE doorbell domain
` [PATCH v5 09/49] KVM: arm64: gic-v5: Create and manage VM and VPE tables
` [PATCH v5 10/49] KVM: arm64: gic-v5: Introduce guest IST alloc and management
` [PATCH v5 11/49] KVM: arm64: gic-v5: Implement VMT/vIST IRS MMIO Ops
` [PATCH v5 14/49] KVM: arm64: gic-v5: Set up VMTEs and VPE doorbells
` [PATCH v5 16/49] KVM: arm64: gic-v5: Request doorbells when VPEs enter WFI
` [PATCH v5 19/49] KVM: arm64: gic-v5: Add KVM_VGIC_V5_ADDR_TYPE_IRS to UAPI
` [PATCH v5 20/49] KVM: arm64: gic-v5: Add GICv5 IRS IODEV and MMIO emulation
` [PATCH v5 21/49] KVM: arm64: gic-v5: Initialise per-VM IRS state
` [PATCH v5 22/49] KVM: arm64: gic-v5: Register the IRS IODEV
` [PATCH v5 24/49] KVM: arm64: selftests: Update vGICv5 selftest to set IRS address
` [PATCH v5 26/49] KVM: arm64: gic: Introduce set_pending_state() to irq_ops
` [PATCH v5 27/49] KVM: arm64: gic-v5: Support SPI injection
` [PATCH v5 28/49] Documentation: KVM: Extend VGICv5 device attribute docs
` [PATCH v5 29/49] KVM: arm64: gic-v5: Add GICv5 SPI injection to irqfd
` [PATCH v5 31/49] KVM: arm64: gic-v5: Add GICv5 EL1 sysreg userspace accessors
` [PATCH v5 32/49] KVM: arm64: gic-v5: Handle userspace accesses to IRS MMIO region
` [PATCH v5 34/49] KVM: arm64: gic-v5: Add VGICv5 IST save/restore UAPI
` [PATCH v5 35/49] KVM: arm64: gic-v5: Implement save/restore mechanisms for ISTs
` [PATCH v5 37/49] Documentation: KVM: Add KVM_DEV_ARM_VGIC_GRP_IRS_REGS to VGICv5 docs
` [PATCH v5 41/49] KVM: selftests: Add VGICv5 NR_IRQS attribute tests

[PATCH] KVM: arm64: Trap guest MPAM accesses whenever MPAM is implemented
 2026-09-04  9:58 UTC  (4+ messages)

[PATCH v20 00/14] KVM: arm64: Provide guest support for GCS
 2026-09-04  8:54 UTC  (19+ 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 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 0/2] 52-bit VA guest mode ID support
 2026-09-04  8:45 UTC  (7+ 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 v5 0/6] KVM: arm64: nv: Implement nested stage-2 reverse map (new data structure)
 2026-09-04  7:54 UTC  (7+ messages)

[PATCH v4 0/5] Stop returning struct page from guest_memfd PFN lookup
 2026-09-04  0:36 UTC  (3+ messages)
` [PATCH v4 5/5] KVM: guest_memfd: Stop returning struct page from "

[PATCH v7 00/23] KVM: s390: Introduce arm64 KVM
 2026-09-03 20:58 UTC  (23+ messages)
` [PATCH v7 02/23] KVM: Make device name configurable
` [PATCH v7 21/23] KVM: s390: arm64: Implement vCPU IOCTLs
` [PATCH v7 23/23] KVM: s390: arm64: Add KVM_S390_ARM64 Kconfig and Makefile

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

[PATCH 00/17] KVM: arm64: Confine protected VM vCPU state to EL2
 2026-09-03 16:25 UTC  (17+ 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 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)

[PATCH v5] arm64: Don't read GMID_EL1 when MTE is disabled
 2026-09-03 13:59 UTC  (2+ 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


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