Linux KVM/arm64 development list
 help / color / mirror / Atom feed
 messages from 2026-07-31 14:42:04 to 2026-08-03 13:45:56 UTC [more...]

[PATCH v16 00/45] arm64: Support for Arm CCA in KVM
 2026-08-03 13:43 UTC  (22+ messages)
` [PATCH v16 01/45] firmware: arm_rmm: Add SMC definitions for calling the RMM
` [PATCH v16 02/45] firmware: arm_rmm: Add wrappers for direct RMI calls
` [PATCH v16 03/45] firmware: arm_rmm: Check for RMI support at init
` [PATCH v16 04/45] firmware: arm_rmm: Configure the RMM with the host's page size
` [PATCH v16 05/45] firmware: arm_rmm: Add support for SRO
` [PATCH v16 06/45] firmware: arm_rmm: Ensure the RMM has GPT entries for memory
` [PATCH v16 07/45] arm64: mm: Handle Granule Protection Faults (GPFs)
` [PATCH v16 08/45] KVM: arm64: Include kvm_emulate.h in kvm/arm_psci.h
` [PATCH v16 09/45] KVM: arm64: Avoid including linux/kvm_host.h in kvm_pgtable.h
` [PATCH v16 10/45] KVM: arm64: CCA: Add wrappers for realm related RMIs
` [PATCH v16 11/45] KVM: arm64: CCA: Check for RMI support at KVM init
` [PATCH v16 12/45] KVM: arm64: CCA: Check for LPA2 support
` [PATCH v16 13/45] KVM: arm64: CCA: Define the user ABI
` [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 v16 17/45] KVM: arm64: CCA: Tear down RTTs
` [PATCH v16 18/45] KVM: arm64: CCA: Allocate and free RECs to match vCPUs
` [PATCH v16 19/45] KVM: arm64: CCA: Support the VGIC in realms
` [PATCH v16 20/45] KVM: arm64: CCA: Support timers in realm RECs
` [PATCH v16 21/45] KVM: arm64: CCA: Handle realm enter/exit

[PATCH v2 00/11] KVM: arm64: Restore type-checking across the host/hyp hypercall boundary
 2026-08-03 13:44 UTC  (13+ messages)
` [PATCH v2 01/11] tracing: Include linux/types.h in trace_remote_event.h
` [PATCH v2 02/11] KVM: arm64: nVHE: Share the stacktrace per-CPU declarations with EL2
` [PATCH v2 03/11] KVM: arm64: nVHE: Declare the hyp event IDs before defining them
` [PATCH v2 04/11] KVM: arm64: nVHE: Use NULL to reset the trace buffer backing pointer
` [PATCH v2 05/11] KVM: arm64: nVHE: Run the source checker under C=2
` [PATCH v2 06/11] arm64: pi: Run the source checker on the libfdt objects "
` [PATCH v2 07/11] KVM: arm64: nVHE: Pass host VA arguments as pointers
` [PATCH v2 08/11] KVM: arm64: Move the host hypercall interface to its own header
` [PATCH v2 09/11] KVM: arm64: Type-check hypercall arguments at the caller
` [PATCH v2 10/11] KVM: arm64: nVHE: Check hypercall handlers against the declared ABI
` [PATCH v2 11/11] KVM: arm64: Tag host-VA hypercall parameters __kern

[PATCH v5 00/31] KVM: s390: Introduce arm64 KVM
 2026-08-03 13:32 UTC  (17+ messages)
` [PATCH v5 01/31] vfio: Use file-based reference counting for KVM
` [PATCH v5 06/31] arm64/sysreg: Convert SPSR_ELx to automatic register generation
` [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 24/31] KVM: s390: arm64: Introduce host definitions
` [PATCH v5 29/31] KVM: s390: arm64: Implement vCPU IOCTLs

[PATCH v3 00/11] KVM Dirty-bit cleaning hw accelerator (HACDBS)
 2026-08-03 13:13 UTC  (4+ messages)
` [PATCH v3 01/11] KVM: arm64: HDBSS bits

[PATCH v15 00/37] arm64: Support for Arm CCA in KVM
 2026-08-03 12:43 UTC  (9+ messages)
` [PATCH v15 15/37] KVM: arm64: CCA: Handle RMI_EXIT_RIPAS_CHANGE
` [PATCH v15 16/37] KVM: arm64: CCA: Handle realm MMIO emulation
` [PATCH v15 19/37] KVM: arm64: CCA: Activate realms on first vCPU run
` [PATCH v15 20/37] KVM: arm64: CCA: Allow populating initial contents

[PATCH v1 00/11] KVM: arm64: Restore type-checking across the host/hyp hypercall boundary
 2026-08-03 11:06 UTC  (11+ messages)
` [PATCH v1 03/11] KVM: arm64: nVHE: Declare the hyp event IDs before defining them
` [PATCH v1 04/11] KVM: arm64: nVHE: Use NULL to reset the trace buffer backing pointer
` [PATCH v1 05/11] KVM: arm64: nVHE: Run the source checker under C=2
` [PATCH v1 10/11] KVM: arm64: nVHE: Check hypercall handlers against the declared ABI
  ` [PATCH v1 11/11] KVM: arm64: Tag host-VA hypercall parameters __hostva

[PATCH 00/20] Huge mapping support for protected VMs
 2026-08-03 11:04 UTC  (32+ messages)
` [PATCH 01/20] KVM: arm64: Prefault host stage-2 entries on block split
` [PATCH 02/20] KVM: arm64: Propagate host stage-2 annotated "
` [PATCH 03/20] KVM: arm64: Allow block-level stage-2 annotation
` [PATCH 04/20] KVM: arm64: Use block-level annotations when setting up the host stage-2
` [PATCH 05/20] KVM: arm64: Make pKVM ownership selftest an HVC
` [PATCH 06/20] KVM: arm64: Add a range to __pkvm_host_share/unshare_hyp()
` [PATCH 07/20] KVM: arm64: Add a range to __pkvm_host_donate_guest()
` [PATCH 08/20] KVM: arm64: Add a range to __pkvm_host_reclaim_page_guest()
` [PATCH 09/20] KVM: arm64: Add a range to __pkvm_guest_share_host()
` [PATCH 10/20] KVM: arm64: Add a range to __pkvm_guest_unshare_host()
` [PATCH 11/20] KVM: arm64: Add a range to pKVM ownership selftest
` [PATCH 12/20] KVM: arm64: Handle huge mappings in __pkvm_host_force_reclaim_page_guest()
` [PATCH 13/20] KVM: arm64: Handle huge mappings in __pkvm_vcpu_in_poison_fault()
` [PATCH 14/20] KVM: arm64: pkvm: Warn on guest stage-2 block collapse
` [PATCH 15/20] KVM: arm64: Add pkvm_hyp_req infrastructure
` [PATCH 16/20] KVM: arm64: Add __pkvm_host_split_guest HVC
` [PATCH 17/20] KVM: arm64: Extend pKVM page ownership selftests to cover guest block split
` [PATCH 18/20] KVM: arm64: Add PKVM_HYP_REQ_SPLIT
` [PATCH 19/20] KVM: arm64: Raise PKVM_HYP_REQ_SPLIT on guest to host sharing
` [PATCH 20/20] KVM: arm64: Stage-2 huge mappings for protected VMs

[PATCH v4 0/6] Support the FEAT_HDBSS introduced in Armv9.5
 2026-08-03 10:43 UTC  (27+ messages)
` [PATCH v4 3/6] KVM: arm64: Add auto DBM support for hardware dirty tracking
` [PATCH v4 5/6] KVM: arm64: Add HDBSS fault handling and buffer flush

[PATCH v4 00/48] KVM: arm64: Add GICv5 IRS support
 2026-08-03 10:21 UTC  (25+ messages)
` [PATCH v4 20/48] KVM: arm64: gic-v5: Add GICv5 IRS IODEV and MMIO emulation
` [PATCH v4 32/48] KVM: arm64: gic-v5: Handle userspace accesses to IRS MMIO region
` [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 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 v2] KVM: arm64: Drop %pB on nVHE panic when stage-2 is active
 2026-08-03  9:53 UTC  (3+ messages)

[PATCH v3] arm64: errata: Add NXP iMX8QM workaround for A53 cache coherency issue
 2026-08-03  9:24 UTC  (2+ messages)

[PATCH v2] KVM: arm64: Preserve GPRs for AArch32 CP64 reads generating an UNDEF
 2026-08-03  6:32 UTC  (2+ messages)

[PATCH v5 0/5] KVM: arm64: Add KVM_PRE_FAULT_MEMORY support
 2026-08-03  6:06 UTC  (4+ messages)
` [PATCH v5 2/5] KVM: arm64: Add pre_fault_memory implementation

[RFC PATCH v1 0/2] KVM: arm64: CCA: Add MEC policy support for CCA Realms
 2026-08-03  2:58 UTC  (4+ messages)
` [RFC PATCH v1 1/2] KVM: arm64: CCA: Add support for configuring the Realm MEC policy

[PATCH 0/2] KVM: arm64: ID register finalisation fixes
 2026-08-02 17:13 UTC  (5+ messages)
` [PATCH 1/2] KVM: arm64: Finalize guest-wide sysregs prior to per-vCPU sysregs
` [PATCH 2/2] KVM: arm64: Block ID register changes after we rely on the values

[PATCH v1] KVM: arm64: vgic: Reset in_kernel on private IRQ allocation failure
 2026-08-02 15:55 UTC  (2+ messages)

[PATCH] KVM: arm64: Preserve AArch32 CP64 registers on rejected reads
 2026-08-02 11:53 UTC  (2+ messages)

[PATCH] KVM: arm64: Drop %pB on nVHE panic when stage-2 is active
 2026-08-02 11:31 UTC  (4+ messages)

[PATCH 0/6] KVM: arm64: VNCR TLB invalidation fixes
 2026-08-01 17:01 UTC  (18+ messages)
` [PATCH 1/6] KVM: arm64: Remove VM-wide VNCR mapping counter
` [PATCH 2/6] KVM: arm64: Handle negative S1 walk levels in VNCR TLB size evaluation
` [PATCH 3/6] KVM: arm64: Consider SCTLR_EL2.M when mapping the L1 VNCR page
` [PATCH 4/6] KVM: arm64: Correctly handle end of VA space TLBI invalidation
` [PATCH 5/6] KVM: arm64: Couple VNCR fixmap clearing and CPU number invalidation
` [PATCH 6/6] KVM: arm64: Add VNCR TLB tracking again

[PATCH kvmtool v3 0/4] Add guest_memfd support for arm64
 2026-08-01 11:28 UTC  (2+ messages)

[PATCH] arm64: Query per-VM capabilities when selecting vCPU features
 2026-08-01 11:28 UTC  (2+ messages)

[PATCH v8 00/11] KVM: arm64: PMU: Use multiple host PMUs
 2026-08-01  6:34 UTC  (4+ messages)
` [PATCH v8 04/11] arm64: errata: Require Apple IMPDEF PMUv3 traps on all CPUs

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

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

[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 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 0/6] firmware: arm_rmm: Add RMM v2.0 support
 2026-07-31 18:25 UTC  (3+ messages)
` [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 0/9] KVM: selftests: Add more syscall wrappers, fix hardware_disable_test
 2026-07-31 16:03 UTC  (5+ messages)
` [PATCH 3/9] KVM: selftests: Affine child tasks to other pCPUs in hardware disable test

[PATCH v17 00/14] KVM: arm64: Provide guest support for GCS
 2026-07-31 15:26 UTC  (4+ messages)
` [PATCH v17 03/14] KVM: arm64: Manage GCS access and registers for guests

[PATCH v4 00/17] KVM: arm64: Introduce pKVM hypervisor heap allocator
 2026-07-31 15:06 UTC  (13+ messages)
` [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 09/17] KVM: arm64: Add selftests for the pKVM heap allocator
` [PATCH v4 13/17] KVM: arm64: Alloc pkvm_hyp_vm using "
` [PATCH v4 14/17] KVM: arm64: Alloc pkvm_hyp_vcpu "


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