Linux KVM/arm64 development list
 help / color / mirror / Atom feed
 messages from 2026-06-19 07:41:32 to 2026-06-25 17:11:04 UTC [more...]

[PATCH v2 kvmtool 0/4] Add support for running protected VMs on arm64
 2026-06-25 17:10 UTC  (5+ messages)
` [PATCH v2 kvmtool 1/4] Sync kernel UAPI headers with v7.1
` [PATCH v2 kvmtool 2/4] virtio: Factor out base features for modern virtio transports
` [PATCH v2 kvmtool 3/4] virtio: Add helper for enabling VIRTIO_F_ACCESS_PLATFORM
` [PATCH v2 kvmtool 4/4] arm64: Add support for protected VMs

[PATCH kvmtool 0/4] Add support for running protected VMs on arm64
 2026-06-25 17:01 UTC  (16+ messages)
` [PATCH kvmtool 1/4] Sync kernel UAPI headers with v7.1
` [PATCH kvmtool 2/4] virtio: Factor out base features for modern virtio transports
` [PATCH kvmtool 3/4] virtio: Add helper for enabling VIRTIO_F_ACCESS_PLATFORM
` [PATCH kvmtool 4/4] arm64: Add support for protected VMs

[PATCH v14 00/44] arm64: Support for Arm CCA in KVM
 2026-06-25 16:19 UTC  (14+ messages)
` [PATCH v14 26/44] arm64: RMI: Allow populating initial contents
` [PATCH v14 29/44] arm64: RMI: Runtime faulting of memory

[PATCH v2 0/2] KVM: arm64: Fix and test MMIO sign-extending loads
 2026-06-25 16:14 UTC  (5+ messages)
` [PATCH v2 1/2] KVM: arm64: Fix sign-extension of MMIO loads
` [PATCH v2 2/2] KVM: arm64: selftests: Add MMIO sign-extending load test

[PATCH v2 0/2] KVM: arm64: nv: Fix permission checks for S1PTW faults
 2026-06-25 15:43 UTC  (8+ messages)
` [PATCH v2 1/2] KVM: arm64: Only consider S1PTW a write fault if HA is set
` [PATCH v2 2/2] KVM: arm64: nv: Treat S1PTW permission faults specially

[PATCH v5 0/7] KVM: arm64: Forward FFA_NOTIFICATION* calls to TrustZone
 2026-06-25 13:16 UTC  (14+ messages)
` [PATCH v5 1/7] KVM: arm64: Enforce strict SBZ checks in the FF-A proxy
` [PATCH v5 2/7] KVM: arm64: Forward FFA_NOTIFICATION_BITMAP calls to Trustzone
` [PATCH v5 3/7] KVM: arm64: Support FFA_NOTIFICATION_BIND in host handler
` [PATCH v5 4/7] KVM: arm64: Support FFA_NOTIFICATION_UNBIND "
` [PATCH v5 5/7] KVM: arm64: Support FFA_NOTIFICATION_SET "
` [PATCH v5 6/7] KVM: arm64: Support FFA_NOTIFICATION_GET "
` [PATCH v5 7/7] KVM: arm64: Support FFA_NOTIFICATION_INFO_GET "

[PATCH v1] KVM: Ignore MMU notifiers for guest_memfd-only memslots
 2026-06-25 13:09 UTC 

[PATCH 0/2] KVM: arm64: Fix and test MMIO sign-extending loads
 2026-06-25 11:13 UTC  (8+ messages)
` [PATCH 1/2] KVM: arm64: Fix sign-extension of MMIO loads
` [PATCH 2/2] KVM: arm64: selftests: Add MMIO sign-extending load test

[PATCH 0/3] KVM: arm64: nv: Shadow ptdump fixes
 2026-06-25  9:54 UTC  (11+ messages)
` [PATCH 1/3] KVM: arm64: nv: Print nested mmu info in kvm_ptdump_guest_show()
` [PATCH 2/3] KVM: arm64: ptdump: Store both mmu and kvm pointers in kvm_ptdump_guest_state
` [PATCH 3/3] KVM: arm64: nv: Move to per nested mmu ptdump files

[PATCH v3 0/3] KVM: arm64: fix pKVM mapping cache corner cases
 2026-06-24 18:37 UTC  (8+ messages)
` [PATCH v3 1/3] KVM: arm64: skip pKVM cache flushes for non cacheable mappings
` [PATCH v3 2/3] KVM: arm64: top up pKVM mapping cache for permission faults
` [PATCH v3 3/3] KVM: arm64: top up stage 2 memcache for dirty logging faults

[RFC PATCH] KVM: Ignore MMU notifiers for guest_memfd-only memslots
 2026-06-24 17:32 UTC  (8+ messages)

[PATCH] KVM: arm64: nv: Check RW permissions for insn abort due to S1PTW
 2026-06-24  9:57 UTC  (6+ messages)

[PATCH 00/22] KVM: arm64: nv: Implement FEAT_HAFDBS, FEAT_HAFT
 2026-06-23 20:56 UTC  (40+ messages)
` [PATCH 01/22] KVM: arm64: nv: Introduce struct for stage-2 walk step
` [PATCH 02/22] KVM: arm64: nv: Consolidate computation of stage-2 permissions
` [PATCH 03/22] KVM: arm64: nv: Get rid of kvm_s2_trans*() accessors
` [PATCH 04/22] KVM: arm64: nv: Only shadow writable-dirty guest descs as writable
` [PATCH 05/22] KVM: arm64: nv: Pass an access descriptor for stage-2 walks
` [PATCH 06/22] KVM: arm64: nv: Use a helper for stage-2 descriptor updates
` [PATCH 07/22] KVM: arm64: nv: Set dirty state at stage-2
` [PATCH 08/22] KVM: arm64: nv: Treat DBM as writable "
` [PATCH 09/22] KVM: arm64: Compute S1 permissions as part of s1_walk()
` [PATCH 10/22] KVM: arm64: Plumb through access descriptor for stage-1
` [PATCH 11/22] KVM: arm64: Use a struct for stage-1 walk context
` [PATCH 12/22] KVM: arm64: Create helper for stage-1 descriptor updates
` [PATCH 13/22] KVM: arm64: Set dirty state at stage-1
` [PATCH 14/22] KVM: arm64: Grant write permission when DBM is set at S1
` [PATCH 15/22] KVM: arm64: Don't update descriptors for "non-arch" access
` [PATCH 16/22] KVM: arm64: nv: Expose FEAT_HAFDBS
` [PATCH 17/22] KVM: arm64: Set Access flag on table descriptors at stage-1
` [PATCH 18/22] KVM: arm64: nv: Set access flag on table descriptors at stage-2
` [PATCH 19/22] KVM: arm64: nv: Expose FEAT_HAFT
` [PATCH 20/22] KVM: arm64: selftests: Only test AF behavior for emulated AT insns
` [PATCH 21/22] KVM: arm64: selftests: Test AT emulation for FEAT_HAFT
` [PATCH 22/22] HACK: KVM: arm64: nv: Set the dirty state for CMOs that fetch for write

[PATCH] KVM: arm64: skip pKVM cache flushes for non cacheable mappings
 2026-06-23 19:56 UTC  (11+ messages)
` [PATCH v2 1/2] "
  ` [PATCH v2 2/2] KVM: arm64: top up pKVM mapping cache for permission faults

[PATCH] KVM: arm64: account pKVM reclaim against the VM mm
 2026-06-23 15:46 UTC  (13+ messages)

[PATCH RESEND v2 0/5] KVM: arm64: nv: Even more VNCR fixes
 2026-06-23 14:44 UTC  (5+ messages)
` [PATCH RESEND v2 3/5] KVM: arm64: nv: Re-translate VNCR before injecting abort

[PATCH v2 0/7] KVM: arm64: Fix missing ESR_ELx.IL in syndrome injection
 2026-06-23 13:53 UTC  (2+ messages)

[PATCH v3 0/5] KVM: arm64: nv: Even more VNCR fixes
 2026-06-23 13:53 UTC  (8+ messages)
` [PATCH v3 1/5] KVM: arm64: nv: Respect read-only PFN when mapping L1 VNCR
` [PATCH v3 3/5] KVM: arm64: nv: Re-translate VNCR before injecting abort

[PATCH kvmtool v2 0/7] x86 compilation fixes and arm64 PMU improvements
 2026-06-23 13:02 UTC  (6+ messages)
` [PATCH kvmtool v2 7/7] arm64: Improve KVM_ARM_VCPU_PMU_V3_CTRL diagnostics

[PATCH v4 0/7] KVM: arm64: Forward FFA_NOTIFICATION* calls to TrustZone
 2026-06-23 11:24 UTC  (2+ messages)

[RFC PATCH] KVM: arm64: Set irqfd->producer to enable vLPI routing updates
 2026-06-23 10:26 UTC  (4+ messages)

[PATCH v3 0/5] KVM: arm64: nv: Implement nested stage-2 reverse map
 2026-06-23  7:46 UTC  (2+ messages)

Sashiko review emails to the list
 2026-06-23  0:21 UTC  (8+ messages)

[kvm-unit-tests PATCH v2] arm: io: Set is_pl011_uart flag in ACPI initialization
 2026-06-22 16:42 UTC  (2+ messages)

[PATCH] KVM: selftests: fix steal_time for arm64
 2026-06-22 14:14 UTC  (2+ messages)
  ` [PATCH] KVM: selftests: fix steal_time for arm64 with host page size > 4K

[patch V2 00/25] timekeeping/ptp: Expand snapshot functionality
 2026-06-22 12:34 UTC  (5+ messages)
` [patch V2 18/25] timekeeping: Prepare for cross timestamps on arbitrary clock IDs

[PATCH v7 0/7] arm_ffa, KVM: Fix FF-A emad offset calculations
 2026-06-22 11:22 UTC  (5+ messages)
` [PATCH v7 5/7] KVM: arm64: Validate the offset to the mem access descriptor

[PATCH v2 0/8] KVM: arm64: Rework pKVM vCPU state synchronisation
 2026-06-22 10:14 UTC  (22+ messages)
` [PATCH v2 1/8] KVM: arm64: Extract MPIDR computation into a shared header
` [PATCH v2 2/8] KVM: arm64: Make vcpu_{read,write}_sys_reg available to HYP code
` [PATCH v2 3/8] KVM: arm64: Factor out reusable vCPU reset helpers
` [PATCH v2 4/8] KVM: arm64: Move PSCI helper functions to a shared header
` [PATCH v2 5/8] KVM: arm64: Add host and hypervisor vCPU lookup primitives
` [PATCH v2 7/8] KVM: arm64: Add primitives to flush/sync the VGIC state at EL2
` [PATCH v2 8/8] KVM: arm64: Implement lazy vCPU state sync for non-protected guests

[RFC PATCH v2 00/29] target/arm: Named CPU models for Arm64 on KVM
 2026-06-19 12:04 UTC  (7+ messages)
` [RFC PATCH v2 23/29] target/arm/qmp: add query-arm-cpu-props-info

[PATCH 0/8] KVM: arm64: Rework pKVM vCPU state synchronisation
 2026-06-19  7:55 UTC  (4+ messages)
` [PATCH 8/8] KVM: arm64: Implement lazy vCPU state sync for non-protected guests


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