Linux KVM/arm64 development list
 help / color / mirror / Atom feed
 messages from 2026-06-29 09:36:15 to 2026-07-02 18:21:34 UTC [more...]

[PATCH 00/28] KVM: arm64: Add support for FEAT_NV2p1 and FEAT_NV3
 2026-07-02 18:23 UTC  (48+ messages)
` [PATCH 01/28] arm64: sysreg: Emit RESx/UNKN values for Mapping definitions
` [PATCH 02/28] arm64: Update ID_AA64MMFR4_EL1 description to 2026-03 JSON release
` [PATCH 03/28] KVM: arm64: Merge guest's HCRX_EL2 using NV_HCRX_GUEST_EXCLUDE
` [PATCH 04/28] KVM: arm64: Drop __HCRX_EL2_* masks
` [PATCH 05/28] KVM: arm64: Plumb HCRX_EL2.SRMASKEn in HCRX_EL2 sanitisation
` [PATCH 06/28] KVM: arm64: Classify CPTR_EL2 as a SR_LOC_SPECIAL register
` [PATCH 07/28] KVM: arm64: Don't evaluate HCR_EL2.NV on ERET fast path
` [PATCH 08/28] arm64: Add ARM64_HAS_NV2P1 capability
` [PATCH 09/28] KVM: arm64: Relax CPTR_EL2 handling when FEAT_NV2p1 is present
` [PATCH 10/28] KVM: arm64: Relax CNTHCTL_EL2 "
` [PATCH 11/28] KVM: arm64: Expose FEAT_NV2p1 to NV guests
` [PATCH 12/28] arm64: Add FEAT_NV2p1 detection
` [PATCH 13/28] arm64: sysreg: Add NVHCR_EL2 description as a mirror of HCR_EL2
` [PATCH 14/28] arm64: sysreg: Add HCRX_EL2 bits related to FEAT_NV3
` [PATCH 15/28] arm64: Add ARM64_HAS_NV3 capability
` [PATCH 16/28] KVM: arm64: Split NV-specific exit fixups from the non-NV handling
` [PATCH 17/28] KVM: arm64: Add NV3 control bits to HCRX_EL2 sanitisation
` [PATCH 18/28] KVM: arm64: Add kvm_has_nv{2,3}() predicates
` [PATCH 19/28] KVM: arm64: Make HCR_EL2 a non-VNCR register
` [PATCH 20/28] KVM: arm64: Add sanitisation for NVHCR_EL2
` [PATCH 21/28] KVM: arm64: Add NVHCR_EL2 handling to the sysreg array
` [PATCH 22/28] KVM: arm64: Add routing for NVHCR_EL2 trap
` [PATCH 23/28] KVM: arm64: Add NVHCR_EL2 context switching
` [PATCH 24/28] KVM: arm64: Engage NV3 ERET trap elision
` [PATCH 25/28] KVM: arm64: Engage NV3 TLBI "
` [PATCH 26/28] KVM: arm64: Add FEAT_NV3 detection
` [PATCH 27/28] KVM: arm64: Expose FEAT_NV3 to guests
` [PATCH 28/28] arm64: Add override for ID_AA64MMFR4_EL1.NV_frac

[PATCH v5 0/5] KVM: arm64: Add KVM_PRE_FAULT_MEMORY support
 2026-07-02 16:36 UTC 

[RFC PATCH 0/3] KVM: Dirty page logging for guest_memfd-only memslots
 2026-07-02 16:09 UTC  (6+ messages)
` [RFC PATCH 1/3] KVM: guest_memfd: Use memslot id to keep track of associated memslots
` [RFC PATCH 2/3] KVM: Implement dirty page logging for guest_memfd-only memslots
` [RFC PATCH 3/3] KVM: arm64: Allow "

[PATCH v4] KVM: arm64: Record whether pKVM stage 2 mapping is cacheable
 2026-07-02 15:34 UTC  (6+ messages)

[PATCH v14 00/44] arm64: Support for Arm CCA in KVM
 2026-07-02 13:49 UTC  (4+ messages)

[PATCH v2 0/6] KVM: arm64: ptdump: Shadow ptdump fixes
 2026-07-02 11:00 UTC  (16+ messages)
` [PATCH v2 1/6] KVM: arm64: ptdump: Remove shadow ptdump files
` [PATCH v2 2/6] KVM: arm64: ptdump: Undo making the ptdump code mmu aware
` [PATCH v2 3/6] KVM: arm64: ptdump: Fix UAF when mmu->pgt is freed
` [PATCH v2 4/6] KVM: arm64: ptdump: Factor out initialization of kvm_ptdump_guest_state
` [PATCH v2 5/6] KVM: arm64: ptdump: Extract kvm_ptdump_guest_open() from canonical ptdump path
` [PATCH v2 6/6] KVM: arm64: ptdump: Introduce the shadow ptdump file

[PATCH v9 0/6] arm_ffa, KVM: Fix FF-A emad offset calculations
 2026-07-02 10:48 UTC  (8+ messages)
` [PATCH v9 1/6] firmware: arm_ffa: Fix out-of-bound writes in ffa_setup_and_transmit()
` [PATCH v9 2/6] firmware: arm_ffa: Fix Endpoint Memory Access Descriptor offset calculation
` [PATCH v9 3/6] KVM: arm64: Fix bounds checking in do_ffa_mem_reclaim()
` [PATCH v9 4/6] KVM: arm64: Validate the offset to the mem access descriptor
` [PATCH v9 5/6] KVM: arm64: Ensure FFA ranges are page aligned
` [PATCH v9 6/6] KVM: arm64: Zero out the stack initialized data in the FFA handler

[PATCH v3 0/3] KVM: arm64: fix pKVM mapping cache corner cases
 2026-07-02 10:43 UTC  (10+ messages)
` [PATCH v3 1/3] KVM: arm64: skip pKVM cache flushes for non cacheable mappings

[PATCH 0/2] KVM: arm64: Fixes for S2 permission relaxation
 2026-07-02  7:16 UTC  (4+ messages)
` [PATCH 1/2] KVM: arm64: Ensure level is always initialized when relaxing perms
` [PATCH 2/2] KVM: arm64: Only update XN attr when requested during S2 relaxation

[PATCH 00/22] KVM: arm64: nv: Implement FEAT_HAFDBS, FEAT_HAFT
 2026-07-02  6:50 UTC  (16+ messages)
` [PATCH 13/22] KVM: arm64: Set dirty state at stage-1
` [PATCH 22/22] HACK: KVM: arm64: nv: Set the dirty state for CMOs that fetch for write

[PATCH 0/5] Backport ARM64 VHE boot fixes to 6.6.y
 2026-07-02  6:16 UTC  (15+ messages)
` [PATCH 1/5] arm64: sysreg: Add layout for ID_AA64MMFR4_EL1
` [PATCH 2/5] arm64: Treat HCR_EL2.E2H as RES1 when ID_AA64MMFR4_EL1.E2H0 is negative
` [PATCH 3/5] arm64: Fix early handling of FEAT_E2H0 not being implemented
` [PATCH 4/5] KVM: arm64: Initialize HCR_EL2.E2H early
` [PATCH 5/5] arm64: Revamp HCR_EL2.E2H RES1 detection

[RFC PATCH v6 00/17] kvm/arm: Introduce a customizable aarch64 KVM host model
 2026-07-01 14:10 UTC  (11+ messages)
` [RFC PATCH v6 08/17] target/arm/cpu-idregs.h.inc: Generate enum values
` [RFC PATCH v6 14/17] arm-qmp-cmds: introspection for ID register props
` [RFC PATCH v6 15/17] target/arm/cpu-idregs.h.inc: Generate reserved fields

[PATCH v14 29/44] arm64: RMI: Runtime faulting of memory
 2026-07-01 13:58 UTC  (11+ messages)

[PATCH v2 00/13] KVM Dirty-bit cleaning hw accelerator (HACDBS)
 2026-07-01 10:47 UTC  (49+ messages)
` [PATCH v2 01/13] KVM: arm64: HDBSS bits
` [PATCH v2 02/13] KVM: arm64: Enable eager hugepage splitting if HDBSS is available
` [PATCH v2 03/13] arm64/cpufeature: Add system-wide FEAT_HACDBS detection
` [PATCH v2 04/13] arm64/sysreg: Add HACDBS consumer and base registers
` [PATCH v2 05/13] KVM: arm64: Detect (via ACPI) and initialize HACDBSIRQ
` [PATCH v2 06/13] KVM: arm64: dirty_bit: Add base FEAT_HACDBS cleaning routine
` [PATCH v2 07/13] kvm: Add arch-generic interface for hw-accelerated dirty-bitmap cleaning
` [PATCH v2 08/13] KVM: arm64: Add hardware-accelerated dirty-bitmap cleaning routine
` [PATCH v2 09/13] KVM: arm64: Dirty-bitmap: avoid splitting previously split blocks
` [PATCH v2 10/13] kvm/dirty_ring: Introduce get_memslot and move helpers to header
` [PATCH v2 11/13] kvm/dirty_ring: Add arch-generic interface for hw-accelerated dirty-ring cleaning
` [PATCH v2 12/13] KVM: arm64: Add hardware-accelerated dirty-ring cleaning routine
` [PATCH v2 13/13] KVM: arm64: Enable KVM_HW_DIRTY_BIT

[PATCH v8 0/6] arm_ffa, KVM: Fix FF-A emad offset calculations
 2026-06-30 11:19 UTC  (10+ messages)
` [PATCH v8 1/6] firmware: arm_ffa: Fix out-of-bound writes in ffa_setup_and_transmit()
` [PATCH v8 2/6] firmware: arm_ffa: Fix Endpoint Memory Access Descriptor offset calculation
` [PATCH v8 3/6] KVM: arm64: Fix bounds checking in do_ffa_mem_reclaim()
` [PATCH v8 4/6] KVM: arm64: Validate the offset to the mem access descriptor
` [PATCH v8 5/6] KVM: arm64: Ensure FFA ranges are page aligned
` [PATCH v8 6/6] KVM: arm64: Zero out the stack initialized data in the FFA handler

[PATCH v7 0/7] arm_ffa, KVM: Fix FF-A emad offset calculations
 2026-06-30 10:22 UTC  (8+ messages)
` [PATCH v7 1/7] optee: ffa: Add NULL check in optee_ffa_lend_protmem
` [PATCH v7 6/7] KVM: arm64: Ensure FFA ranges are page aligned

[PATCH v7 0/7] KVM: arm64: Forward FFA_NOTIFICATION* calls to TrustZone
 2026-06-29 14:17 UTC  (11+ messages)
` [PATCH v7 3/7] KVM: arm64: Support FFA_NOTIFICATION_UNBIND in host handler
` [PATCH v7 4/7] KVM: arm64: Support FFA_NOTIFICATION_SET "
` [PATCH v7 5/7] KVM: arm64: Support FFA_NOTIFICATION_GET "
` [PATCH v7 6/7] KVM: arm64: Support FFA_NOTIFICATION_INFO_GET "
` [PATCH v7 7/7] KVM: arm64: Enforce strict SBZ checks in the FF-A proxy

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

[PATCH v3 0/5] KVM: arm64: nv: Implement nested stage-2 reverse map
 2026-06-29 10:38 UTC  (4+ messages)
` [PATCH v3 3/5] KVM: arm64: nv: Avoid full shadow s2 unmap


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