Linux KVM/arm64 development list
 help / color / mirror / Atom feed
 messages from 2026-07-30 19:19:13 to 2026-07-31 18:51:54 UTC [more...]

[PATCH v3] KVM: arm64: Optimize protected mode with FWB and DIC
 2026-07-31 18:51 UTC  (2+ messages)

[PATCH v7 0/8] KVM: arm64: pKVM vCPU state management at EL2
 2026-07-31 18:51 UTC  (2+ messages)

[PATCH v4 00/29] KVM: arm64: Add support for FEAT_NV2p1 and FEAT_NV3
 2026-07-31 18:51 UTC  (2+ messages)

[PATCH v5 0/7] KVM: arm64: pKVM stage-2 mapping and memcache fixes
 2026-07-31 18:51 UTC  (8+ messages)
` [PATCH v5 3/7] KVM: arm64: Top up stage-2 memcache for dirty logging faults

[PATCH v3 0/4] KVM: arm64: Expose PMMIR_EL1.SLOTS to guests
 2026-07-31 18:51 UTC  (2+ messages)

[PATCH 0/2] KVM: arm64: Fix host-directed debug for non-protected pKVM guests
 2026-07-31 18:51 UTC  (2+ messages)

[PATCH] KVM: arm64: Drop %pB on nVHE panic when stage-2 is active
 2026-07-31 18:38 UTC  (2+ messages)

[PATCH 0/6] firmware: arm_rmm: Add RMM v2.0 support
 2026-07-31 18:25 UTC  (7+ messages)
` [PATCH 3/6] firmware: arm_rmm: Check for RMI support at init
` [PATCH 4/6] firmware: arm_rmm: Configure the RMM with the host's page size
` [PATCH 5/6] firmware: arm_rmm: Add support for SRO

[PATCH v2 00/12] KVM: selftests: Add more syscall wrappers, fix hardware_disable_test
 2026-07-31 17:27 UTC  (18+ messages)
` [PATCH v2 01/12] KVM: selftests: Add a KVM syscall wrapper for sched_setaffinity()
` [PATCH v2 02/12] KVM: selftests: Set threads CPU affinity before doing work in hardware disable test
` [PATCH v2 03/12] KVM: selftests: Pre-set threads affinity in hardware disable test when possible
` [PATCH v2 04/12] KVM: selftests: Return the target CPU from pin_task_to_random_cpu()
` [PATCH v2 05/12] KVM: selftests: Extract picking of random CPU from cpu_set_t to separate API
` [PATCH v2 06/12] KVM: selftests: Affine threads to random CPUs in hardware disable test
` [PATCH v2 07/12] KVM: selftests: Drop unreachable, dead code from "
` [PATCH v2 08/12] KVM: selftests: Add KVM syscall wrapper for pthread_create()
` [PATCH v2 09/12] KVM: selftests: Add KVM syscall wrappers for pthread_{cancel,join}()
` [PATCH v2 10/12] KVM: selftests: Add helper APIs to cancel+join pthreads
` [PATCH v2 11/12] KVM: selftests: Add KVM syscall wrappers for pthread_{g,s}etaffinity_np()
` [PATCH v2 12/12] KVM: selftests: Clean up global constants in hardware disable test

[RFC] KVM: Proposed uAPI for querying GSI and irqbypass status
 2026-07-31 17:26 UTC  (3+ messages)

[PATCH v8 00/11] KVM: arm64: PMU: Use multiple host PMUs
 2026-07-31 16:50 UTC  (3+ messages)
` [PATCH v8 04/11] arm64: errata: Require Apple IMPDEF PMUv3 traps on all CPUs

[PATCH v4 00/48] KVM: arm64: Add GICv5 IRS support
 2026-07-31 16:43 UTC  (95+ messages)
` [PATCH v4 01/48] irqchip/gic-v5: Allow KVM setup without a maintenance IRQ
` [PATCH v4 02/48] irqchip/gic-v5: Provide OF IRS config frame attrs to KVM
` [PATCH v4 03/48] irqchip/gic-v5: Set up gic_kvm_info on ACPI hosts
` [PATCH v4 06/48] arm64/sysreg: Update ICC_CR0_EL1 with LINK and LINK_IDLE fields
` [PATCH v4 07/48] KVM: arm64: gic-v5: Extract host IRS caps from IRS config frame
` [PATCH v4 08/48] KVM: arm64: gic-v5: Add VPE doorbell domain
` [PATCH v4 10/48] KVM: arm64: gic-v5: Introduce guest IST alloc and management
` [PATCH v4 13/48] KVM: arm64: gic-v5: Implement VPE IRS MMIO Ops
` [PATCH v4 14/48] KVM: arm64: gic-v5: Set up VMTEs and VPE doorbells
` [PATCH v4 15/48] KVM: arm64: gic-v5: Add resident/non-resident hyp calls
` [PATCH v4 16/48] KVM: arm64: gic-v5: Request doorbells when VPEs enter WFI
` [PATCH v4 19/48] KVM: arm64: gic-v5: Add KVM_VGIC_V5_ADDR_TYPE_IRS to UAPI
` [PATCH v4 22/48] KVM: arm64: gic-v5: Register the IRS IODEV
` [PATCH v4 23/48] KVM: arm64: gic-v5: Set IRICHPPIDIS based on IRS enable state
` [PATCH v4 25/48] KVM: arm64: gic-v5: Add GIC VDPEND hyp call
` [PATCH v4 26/48] KVM: arm64: gic: Introduce set_pending_state() to irq_op
` [PATCH v4 27/48] KVM: arm64: gic-v5: Support SPI injection
` [PATCH v4 31/48] KVM: arm64: gic-v5: Add GICv5 EL1 sysreg userspace accessors
` [PATCH v4 32/48] KVM: arm64: gic-v5: Handle userspace accesses to IRS MMIO region
` [PATCH v4 34/48] KVM: arm64: gic-v5: Add VGICv5 IST save/restore UAPI
` [PATCH v4 35/48] KVM: arm64: gic-v5: Implement save/restore mechanisms for ISTs
` [PATCH v4 37/48] Documentation: KVM: Add KVM_DEV_ARM_VGIC_GRP_IRS_REGS to VGICv5 docs
` [PATCH v4 38/48] Documentation: KVM: Add docs for KVM_DEV_ARM_VGIC_GRP_IST
` [PATCH v4 41/48] KVM: selftests: Add VGICv5 NR_IRQS attribute tests
` [PATCH v4 42/48] KVM: selftests: Add VGICv5 IRS_REGS "
` [PATCH v4 46/48] KVM: selftests: Add VGICv5 SPI injection tests
` [PATCH v4 47/48] KVM: selftests: Add VGICv5 LPI delivery tests
  ` [PATCH v4 29/48] KVM: arm64: gic-v5: Add GICv5 SPI injection to irqfd
  ` [PATCH v4 30/48] KVM: arm64: gic-v5: Mask per-vcpu PPI state in vgic_v5_finalize_ppi_state()

[PATCH v5 00/31] KVM: s390: Introduce arm64 KVM
 2026-07-31 16:15 UTC  (67+ messages)
` [PATCH v5 01/31] vfio: Use file-based reference counting for KVM
` [PATCH v5 02/31] KVM: Make device name configurable
` [PATCH v5 03/31] KVM: Allow KVM implementations to switch off MMIO independent of Kconfig
` [PATCH v5 04/31] arm64: Use proper include variant
` [PATCH v5 05/31] arm64: ptrace: Use constants for compat register numbers
` [PATCH v5 06/31] arm64/sysreg: Convert SPSR_ELx to automatic register generation
` [PATCH v5 07/31] KVM: arm64: Access elements of vcpu_gp_regs individually
` [PATCH v5 08/31] KVM: arm64: Use accessor functions for gprs during reset
` [PATCH v5 09/31] KVM: arm64: Refactor core-reset into a separate function
` [PATCH v5 10/31] arm64: Prepare sharing arm64 headers with s390
` [PATCH v5 11/31] arm64: Share "
` [PATCH v5 12/31] KVM: arm64: Share arm64 code "
` [PATCH v5 13/31] KVM: s390: Prepare moving KVM/s390 to arch/s390/kvm/s390
` [PATCH v5 14/31] KVM: s390: Move s390 kvm code into a subdirectory
` [PATCH v5 15/31] KVM: s390: Guard KVM/s390 behind CONFIG_KVM_S390
` [PATCH v5 16/31] KVM: s390: Move PGM code definitions to asm/kvm_host.h
` [PATCH v5 17/31] KVM: s390: Prepare gmap for a second KVM implementation
` [PATCH v5 18/31] KVM: s390: gmap: Move storage key and CMMA code to kvm/s390
` [PATCH v5 19/31] KVM: s390: gmap: Move prefix handling "
` [PATCH v5 20/31] KVM: s390: Prepare KVM/s390 for a second KVM module
` [PATCH v5 21/31] s390: Use arm64 headers
` [PATCH v5 22/31] KVM: s390: Use arm64 code
` [PATCH v5 23/31] s390: Introduce Start Arm Execution instruction
` [PATCH v5 24/31] KVM: s390: arm64: Introduce host definitions
` [PATCH v5 25/31] s390/hwcaps: Report SAE support as hwcap
` [PATCH v5 26/31] KVM: s390: Add basic arm64 kvm module
` [PATCH v5 27/31] KVM: s390: arm64: Implement required functions
` [PATCH v5 28/31] KVM: s390: arm64: Implement vm/vcpu create destroy
` [PATCH v5 29/31] KVM: s390: arm64: Implement vCPU IOCTLs
` [PATCH v5 30/31] KVM: s390: arm64: Implement basic page fault handler
` [PATCH v5 31/31] KVM: s390: arm64: Enable KVM_ARM64 config and Kbuild

[PATCH 0/9] KVM: selftests: Add more syscall wrappers, fix hardware_disable_test
 2026-07-31 16:03 UTC  (17+ messages)
` [PATCH 2/9] KVM: selftests: Extract picking of random CPU from cpu_set_t to separate API
` [PATCH 3/9] KVM: selftests: Affine child tasks to other pCPUs in hardware disable test
` [PATCH 4/9] KVM: selftests: Drop unreachable, dead code from "
` [PATCH 5/9] KVM: selftests: Add KVM syscall wrapper for pthread_create()
` [PATCH 6/9] KVM: selftests: Add KVM syscall wrappers for pthread_{cancel,join}()
` [PATCH 7/9] KVM: selftests: Add helper APIs to cancel+join pthreads
` [PATCH 8/9] KVM: selftests: Add KVM syscall wrappers for pthread_{g,s}etaffinity_np()
` [PATCH 9/9] KVM: selftests: Clean up global constants in hardware disable test

[PATCH v17 00/14] KVM: arm64: Provide guest support for GCS
 2026-07-31 15:26 UTC  (22+ messages)
` [PATCH v17 01/14] arm64/gcs: Ensure FGTs for EL1 GCS instructions are disabled
` [PATCH v17 02/14] KVM: arm64: Fix FGT mapping for HFGITR_EL2.nGCSEPP
` [PATCH v17 03/14] KVM: arm64: Manage GCS access and registers for guests
` [PATCH v17 04/14] KVM: arm64: Ensure GCS memory effects are visible
` [PATCH v17 05/14] KVM: arm64: Set PSTATE.EXLOCK when entering an exception
` [PATCH v17 06/14] KVM: arm64: Validate GCS exception lock when emulating ERET
` [PATCH v17 07/14] KVM: arm64: Forward GCS exceptions to nested guests
` [PATCH v17 08/14] KVM: arm64: Enforce EXLOCK for SPSR and ELR
` [PATCH v17 09/14] KVM: arm64: Allow GCS to be enabled for guests
` [PATCH v17 10/14] KVM: selftests: arm64: Add GCS registers to get-reg-list
` [PATCH v17 11/14] KVM: selftests: arm64: Add GCS to set_id_regs
` [PATCH v17 12/14] KVM: selftests: arm64: Only restore SPSR_EL1 and ELR_EL1 if they change
` [PATCH v17 13/14] tools: Synchronise the kernel esr.h
` [PATCH v17 14/14] KVM: selftests: arm64: Add GCS EXLOCK exception emulation test

[PATCH v4 00/17] KVM: arm64: Introduce pKVM hypervisor heap allocator
 2026-07-31 15:06 UTC  (24+ messages)
` [PATCH v4 01/17] KVM: arm64: Add pkvm_private_va_range_pa
` [PATCH v4 02/17] KVM: arm64: Add pkvm_remove_mappings
` [PATCH v4 03/17] KVM: arm64: Add pkvm_map_private_va_range
` [PATCH v4 04/17] KVM: arm64: Add a heap allocator for the pKVM hyp
` [PATCH v4 05/17] KVM: arm64: Allow kvm_hyp_memcache usage outside of stage-2
` [PATCH v4 06/17] KVM: arm64: Add pkvm_hyp_req infrastructure
` [PATCH v4 07/17] KVM: arm64: Add PKVM_HYP_REQ_HYP_ALLOC request
` [PATCH v4 08/17] KVM: arm64: Add reclaim interface for the pKVM heap alloc
` [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 v4 12/17] KVM: arm64: Move hyp_vm refcount into the structure
` [PATCH v4 13/17] KVM: arm64: Alloc pkvm_hyp_vm using pKVM heap allocator
` [PATCH v4 14/17] KVM: arm64: Alloc pkvm_hyp_vcpu "
` [PATCH v4 15/17] KVM: arm64: Reject hyp trace descriptors with fewer CPUs than hyp_nr_cpus
` [PATCH v4 16/17] KVM: arm64: Reject hyp trace descriptors with fewer than 3 pages
` [PATCH v4 17/17] KVM: arm64: Alloc simple_buffer_page using pKVM hyp allocator

[RFC PATCH v1 0/2] KVM: arm64: CCA: Add MEC policy support for CCA Realms
 2026-07-31 10:59 UTC  (5+ messages)
` [RFC PATCH v1 1/2] KVM: arm64: CCA: Add support for configuring the Realm MEC policy

[PATCH v3 00/17] KVM: arm64: Introduce pKVM hypervisor heap allocator
 2026-07-31  8:05 UTC  (4+ messages)
` [PATCH v3 01/17] KVM: arm64: Add pkvm_private_va_range_pa

[PATCH v15 00/37] arm64: Support for Arm CCA in KVM
 2026-07-31  0:57 UTC  (6+ messages)
` [PATCH v15 14/37] KVM: arm64: CCA: Handle realm enter/exit

[RFC] proposal: KVM: Orphaned VMs: The Caretaker approach for Live Update
 2026-07-30 22:46 UTC  (2+ messages)


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