Linux KVM/arm64 development list
 help / color / mirror / Atom feed
 messages from 2026-08-28 19:15:40 to 2026-09-01 10:06:45 UTC [more...]

[RFC PATCH v4 00/16] coco/TSM: Implement host-side support for Arm CCA TDISP setup
 2026-09-01 10:06 UTC  (9+ messages)
` [RFC PATCH v4 01/16] iommu/arm-smmu-v3: Discover RME support and realm IRQ topology
` [RFC PATCH v4 03/16] iommu/arm-smmu-v3: Add initial pSMMU realm viommu plumbing

[PATCH v2 00/20] KVM: arm64 on s390 System Register Handling
 2026-09-01  9:29 UTC  (49+ messages)
` [PATCH v2 01/20] KVM: arm64: Refactor idreg caching into dedicated structure
` [PATCH v2 02/20] KVM: arm64: Extract number of sys_reg_desc into a constant
` [PATCH v2 03/20] arm64: sysreg: Define OSLSR_EL1_OSLK_MASK
` [PATCH v2 04/20] arm64: Share more arm64 headers with s390
` [PATCH v2 05/20] KVM: s390: arm64: Prepare for sharing more arm64 code
` [PATCH v2 06/20] KVM: arm64: Prepare sys_regs.c for sharing with s390
` [PATCH v2 07/20] KVM: arm64: Share more arm64 code "
` [PATCH v2 08/20] s390: tools: Allow sharing arm64/kvm headers
` [PATCH v2 09/20] s390: Introduce read/write ARM sysreg instructions
` [PATCH v2 10/20] s390: Add functions to query arm guest time
` [PATCH v2 11/20] KVM: s390: arm64: Query Available Arm features
` [PATCH v2 12/20] KVM: s390: arm64: Implement feature sanitisation
` [PATCH v2 13/20] KVM: s390: arm64: Implement arm sysreg managing infrastructure
` [PATCH v2 14/20] KVM: s390: arm64: Integrate sysreg into the host
` [PATCH v2 15/20] KVM: s390: arm64: Use QAAF init save area
` [PATCH v2 16/20] KVM: s390: arm64: Implement exception injection
` [PATCH v2 17/20] KVM: s390: arm64: Finalize page fault handling
` [PATCH v2 18/20] KVM: s390: arm64: Implement SVE for arm guests
` [PATCH v2 19/20] KVM: s390: arm64: Promote PTRAUTH capability
` [PATCH v2 20/20] s390: Report AEF features to sysfs

[PATCH v7 00/23] KVM: s390: Introduce arm64 KVM
 2026-09-01  8:40 UTC  (49+ messages)
` [PATCH v7 01/23] vfio: Use file-based reference counting for KVM
` [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 04/23] arm64: Use proper include variant
` [PATCH v7 05/23] arm64: ptrace: Use constants for compat register numbers
` [PATCH v7 06/23] arm64: sysreg: Convert SPSR_ELx to automatic register generation
` [PATCH v7 07/23] KVM: arm64: Access elements of vcpu_gp_regs individually
` [PATCH v7 08/23] KVM: arm64: Use accessor functions for core regs
` [PATCH v7 09/23] arm64: Prepare sharing arm64 headers with s390
` [PATCH v7 10/23] arm64: Share "
` [PATCH v7 11/23] KVM: arm64: Share arm64 code "
` [PATCH v7 12/23] s390/tools: Use arm64 headers
` [PATCH v7 13/23] KVM: s390: Use arm64 code
` [PATCH v7 14/23] KVM: s390: Prepare KVM/s390 for a second KVM module
` [PATCH v7 15/23] s390: Introduce Start Arm Execution instruction
` [PATCH v7 16/23] KVM: s390: arm64: Introduce host definitions
` [PATCH v7 17/23] s390/hwcaps: Report SAE support as hwcap
` [PATCH v7 18/23] KVM: s390: Add basic arm64 kvm module
` [PATCH v7 19/23] KVM: s390: arm64: Implement required functions
` [PATCH v7 20/23] KVM: s390: arm64: Implement vm/vcpu create destroy
` [PATCH v7 21/23] KVM: s390: arm64: Implement vCPU IOCTLs
` [PATCH v7 22/23] KVM: s390: arm64: Implement basic page fault handler
` [PATCH v7 23/23] KVM: s390: arm64: Add KVM_S390_ARM64 Kconfig and Makefile

[PATCH v5 00/18] KVM: arm64: Introduce pKVM hypervisor heap allocator
 2026-09-01  8:35 UTC  (24+ messages)
` [PATCH v5 01/18] KVM: arm64: Add pkvm_private_va_range_pa
` [PATCH v5 02/18] KVM: arm64: Add pkvm_remove_mappings
` [PATCH v5 03/18] KVM: arm64: Add pkvm_map_private_va_range
` [PATCH v5 04/18] KVM: arm64: Add a heap allocator for the pKVM hyp
` [PATCH v5 05/18] KVM: arm64: Allow kvm_hyp_memcache usage outside of stage-2
` [PATCH v5 06/18] KVM: arm64: Add pkvm_hyp_req infrastructure
` [PATCH v5 07/18] KVM: arm64: Add PKVM_HYP_REQ_HYP_ALLOC request
` [PATCH v5 08/18] KVM: arm64: Add reclaim interface for the pKVM heap alloc
` [PATCH v5 09/18] KVM: arm64: Add selftests for the pKVM heap allocator
` [PATCH v5 10/18] KVM: arm64: Add a shrinker for pKVM
` [PATCH v5 11/18] KVM: arm64: Filter out non-kernel addresses in kern_hyp_va
` [PATCH v5 12/18] KVM: arm64: Move hyp_vm refcount into the structure
` [PATCH v5 13/18] KVM: arm64: Alloc pkvm_hyp_vm using pKVM heap allocator
` [PATCH v5 14/18] KVM: arm64: Alloc pkvm_hyp_vcpu "
` [PATCH v5 15/18] KVM: arm64: Rename vCPU pkvm_memcache to stage2_mc
` [PATCH v5 16/18] KVM: arm64: Reject hyp trace descriptors with fewer CPUs than hyp_nr_cpus
` [PATCH v5 17/18] KVM: arm64: Reject hyp trace descriptors with fewer than 3 pages
` [PATCH v5 18/18] KVM: arm64: Alloc simple_buffer_page using pKVM hyp allocator

[PATCH 0/2] KVM: arm64: Return -EINVAL for an empty SMCCC filter range at base 0
 2026-09-01  7:39 UTC  (10+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] KVM: arm64: selftests: Test "

[PATCH v16 00/45] arm64: Support for Arm CCA in KVM
 2026-09-01  4:45 UTC  (7+ messages)
` [PATCH v16 14/45] KVM: arm64: CCA: Add basic infrastructure for creating a realm
` [PATCH v16 15/45] KVM: arm64: CCA: Don't expose unsupported capabilities for realm guests
` [PATCH v16 16/45] KVM: arm64: CCA: Allow passing the machine type in KVM creation

[PATCH 00/17] KVM: arm64: Confine protected VM vCPU state to EL2
 2026-08-31 22:15 UTC  (24+ messages)
` [PATCH 01/17] KVM: arm64: Sync HCR_EL2.VSE back to the host vCPU under pKVM
` [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 06/17] KVM: arm64: Add {flush,sync}_hyp_timer_state() primitives
` [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 09/17] KVM: arm64: Handle PSCI calls for protected VMs "
` [PATCH 10/17] KVM: arm64: Restrict KVM_ARM_VCPU_INIT and PSCI version for protected VMs
` [PATCH 11/17] KVM: arm64: Prevent host PC adjustments for protected vCPUs
` [PATCH 12/17] KVM: arm64: Inject an UNDEF at EL2 for unhandled protected guest exits
` [PATCH 13/17] KVM: arm64: Add per-EC entry/exit state marshalling for protected guests
` [PATCH 14/17] KVM: arm64: Pend a protected guest's SError with HCR_EL2.VSE only
` [PATCH 15/17] KVM: arm64: Reject host access to protected VM private state
` [PATCH 16/17] KVM: arm64: Reject host power-on of a vCPU that EL2 holds powered off
` [PATCH 17/17] KVM: arm64: Document the protected VM userspace API

[PATCH kvmtool 0/5] Fix diagnostics and capability probes for protected VMs
 2026-08-31 19:24 UTC  (6+ messages)
` [PATCH kvmtool 1/5] arm64: Do not abort on register-dump failures
` [PATCH kvmtool 2/5] kvm: Bound-check the exit-reason string lookup
` [PATCH kvmtool 3/5] kvm: Name every exit reason the UAPI header defines
` [PATCH kvmtool 4/5] arm64: Query steal-time support on the VM fd
` [PATCH kvmtool 5/5] arm64: Query counter-offset "

[PATCH] KVM: arm64: Fix the KVM_ARM_PREFERRED_TARGET documentation
 2026-08-31 16:28 UTC 

[PATCH v4 0/6] Support the FEAT_HDBSS introduced in Armv9.5
 2026-08-31 13:57 UTC  (19+ messages)
` [PATCH v4 1/6] KVM: arm64: Enable eager hugepage splitting if HDBSS is available
` [PATCH v4 2/6] KVM: arm64: Add support for FEAT_HDBSS
` [PATCH v4 3/6] KVM: arm64: Add auto DBM support for hardware dirty tracking
` [PATCH v4 4/6] KVM: arm64: Add HDBSS per-vCPU buffer management
` [PATCH v4 5/6] KVM: arm64: Add HDBSS fault handling and buffer flush
` [PATCH v4 6/6] KVM: arm64: Add auto HDBSS enable/disable on dirty logging change

[PATCH v4 3/6] KVM: arm64: Add auto DBM support for hardware dirty tracking
 2026-08-31 12:36 UTC  (14+ messages)

[PATCH 00/20] KVM: selftests: PPC pre-enabling
 2026-08-31 11:34 UTC  (5+ messages)
` [PATCH 02/20] KVM: selftests: Bump the minimum GPA for page tables to 0x200000

[PATCH v4 0/4] KVM: arm64: fix VGICv3 redistributor rollback
 2026-08-31  8:10 UTC  (5+ messages)
` [PATCH v4 1/4] KVM: arm64: vgic-v3: Undo assignment on iodev registration failure
` [PATCH v4 2/4] KVM: arm64: vgic-v3: Roll back assignments from the new region
` [PATCH v4 3/4] KVM: arm64: selftests: Pass guest code to vm_gic_create_with_vcpus()
` [PATCH v4 4/4] KVM: arm64: selftests: Test VGICv3 redistributor region retry

[PATCH v8 0/6] KVM: arm64: Errata management for VM Live migration
 2026-08-31  8:02 UTC  (4+ messages)
` [PATCH v8 5/6] smccc/kvm_guest: Enable errata based on implementation CPUs

[PATCH v7 0/3] KVM: arm64: Support FF-A direct messaging interfaces
 2026-08-30 23:20 UTC  (5+ messages)
` [PATCH v7 1/3] KVM: arm64: Block host-initiated FF-A direct responses
` [PATCH v7 2/3] KVM: arm64: Support FFA_MSG_SEND_DIRECT_REQ in host handler
` [PATCH v7 3/3] KVM: arm64: Support FFA_MSG_SEND_DIRECT_REQ2 "

[PATCH v3 0/5] KVM: arm64: fix VGICv3 redistributor rollback
 2026-08-30 18:29 UTC  (3+ messages)

[PATCH 1/2] KVM: arm64: Sync HCR_EL2.VSE back to the host vCPU under pKVM
 2026-08-29 10:37 UTC  (4+ messages)
` [PATCH 2/2] KVM: arm64: selftests: Check SError is not pending after delivery

[PATCH] KVM: arm64: vgic-its: Fix O(C*I) loop in vgic_its_free_collection_list
 2026-08-28 19:15 UTC  (3+ messages)


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