Linux KVM/arm64 development list
 help / color / mirror / Atom feed
 messages from 2024-05-29 10:37:17 to 2024-06-04 23:00:40 UTC [more...]

[PATCH v4 0/7] mm: multi-gen LRU: Walk secondary MMU page tables while aging
 2024-06-04 23:00 UTC  (34+ messages)
` [PATCH v4 1/7] mm/Kconfig: Add LRU_GEN_WALKS_SECONDARY_MMU
` [PATCH v4 2/7] mm: multi-gen LRU: Have secondary MMUs participate in aging
` [PATCH v4 3/7] KVM: Add lockless memslot walk to KVM
` [PATCH v4 4/7] KVM: Move MMU lock acquisition for test/clear_young to architecture
` [PATCH v4 5/7] KVM: x86: Relax locking for kvm_test_age_gfn and kvm_age_gfn
` [PATCH v4 6/7] KVM: arm64: "
` [PATCH v4 7/7] KVM: selftests: Add multi-gen LRU aging to access_tracking_perf_test

[PATCH] KVM: arm64: Fix confusion in documentation for pKVM SME assert
 2024-06-04 20:42 UTC  (3+ messages)

[PATCH 0/4] KVM: arm64: nv: Add CPTR_EL2 handling
 2024-06-04 18:49 UTC  (6+ messages)
` [PATCH 1/4] KVM: arm64: nv: Add TCPAC/TTA to CPTR->CPACR conversion helper
` [PATCH 2/4] KVM: arm64: nv: Add trap description for CPTR_EL2
` [PATCH 3/4] KVM: arm64: nv: Add additional trap setup "
` [PATCH 4/4] KVM: arm64: nv: Handle CPACR_EL1 traps

[PATCH v2 00/16] KVM: arm64: nv: Shadow stage-2 page table handling
 2024-06-04 17:49 UTC  (21+ messages)
` [PATCH v2 01/16] KVM: arm64: nv: Support multiple nested Stage-2 mmu structures
` [PATCH v2 02/16] KVM: arm64: nv: Implement nested Stage-2 page table walk logic
` [PATCH v2 03/16] KVM: arm64: nv: Handle shadow stage 2 page faults
` [PATCH v2 04/16] KVM: arm64: nv: Unmap/flush shadow stage 2 page tables
` [PATCH v2 05/16] KVM: arm64: nv: Add Stage-1 EL2 invalidation primitives
` [PATCH v2 06/16] KVM: arm64: nv: Handle EL2 Stage-1 TLB invalidation
` [PATCH v2 07/16] KVM: arm64: nv: Handle TLB invalidation targeting L2 stage-1
` [PATCH v2 08/16] KVM: arm64: nv: Handle TLBI VMALLS12E1{,IS} operations
` [PATCH v2 09/16] KVM: arm64: nv: Handle TLBI ALLE1{,IS} operations
` [PATCH v2 10/16] KVM: arm64: nv: Handle TLBI IPAS2E1{,IS} operations
` [PATCH v2 11/16] KVM: arm64: nv: Handle FEAT_TTL hinted TLB operations
` [PATCH v2 12/16] KVM: arm64: nv: Tag shadow S2 entries with guest's leaf S2 level
` [PATCH v2 13/16] KVM: arm64: nv: Invalidate TLBs based on shadow S2 TTL-like information
` [PATCH v2 14/16] KVM: arm64: nv: Add handling of outer-shareable TLBI operations
` [PATCH v2 15/16] KVM: arm64: nv: Add handling of range-based "
` [PATCH v2 16/16] KVM: arm64: nv: Add handling of NXS-flavoured "

[PATCH 00/11] KVM: arm64: nv: FPSIMD/SVE support
 2024-06-04 17:44 UTC  (21+ messages)
` [PATCH 01/11] KVM: arm64: nv: Forward FP/ASIMD traps to guest hypervisor
` [PATCH 02/11] KVM: arm64: nv: Forward SVE "
` [PATCH 03/11] KVM: arm64: nv: Load guest FP state for ZCR_EL2 trap
` [PATCH 04/11] KVM: arm64: nv: Load guest hyp's ZCR into EL1 state
` [PATCH 05/11] KVM: arm64: nv: Handle ZCR_EL2 traps
` [PATCH 06/11] KVM: arm64: nv: Save guest's ZCR_EL2 when in hyp context
` [PATCH 07/11] KVM: arm64: nv: Use guest hypervisor's max VL when running nested guest
` [PATCH 08/11] KVM: arm64: nv: Ensure correct VL is loaded before saving SVE state
` [PATCH 09/11] KVM: arm64: Spin off helper for programming CPTR traps
` [PATCH 10/11] KVM: arm64: nv: Honor guest hypervisor's FP/SVE traps in CPTR_EL2
` [PATCH 11/11] KVM: arm64: Allow the use of SVE+NV

[PATCH v4 00/13] KVM: arm64: Add support for hypervisor kCFI
 2024-06-04 16:05 UTC  (30+ messages)
` [PATCH v4 01/13] KVM: arm64: Fix clobbered ELR in sync abort/SError
` [PATCH v4 02/13] KVM: arm64: Fix __pkvm_init_switch_pgd call ABI
` [PATCH v4 03/13] KVM: arm64: nVHE: Simplify __guest_exit_panic path
` [PATCH v4 04/13] KVM: arm64: nVHE: Add EL2h sync exception handler
` [PATCH v4 05/13] KVM: arm64: Rename __guest_exit_panic __hyp_panic
` [PATCH v4 06/13] KVM: arm64: nVHE: gen-hyprel: Skip R_AARCH64_ABS32
` [PATCH v4 07/13] KVM: arm64: VHE: Mark __hyp_call_panic __noreturn
` [PATCH v4 08/13] arm64: Introduce esr_comment() & esr_is_cfi_brk()
` [PATCH v4 09/13] KVM: arm64: Introduce print_nvhe_hyp_panic helper
` [PATCH v4 10/13] KVM: arm64: nVHE: Support CONFIG_CFI_CLANG at EL2
` [PATCH v4 11/13] KVM: arm64: Improve CONFIG_CFI_CLANG error message
` [PATCH v4 12/13] KVM: arm64: VHE: Add test module for hyp kCFI
` [PATCH v4 13/13] KVM: arm64: nVHE: Support "

[PATCH v4 0/9] KVM: arm64: Fix handling of host fpsimd/sve state in protected mode
 2024-06-04 14:30 UTC  (24+ messages)
` [PATCH v4 1/9] KVM: arm64: Reintroduce __sve_save_state
` [PATCH v4 2/9] KVM: arm64: Fix prototype for __sve_save_state/__sve_restore_state
` [PATCH v4 3/9] KVM: arm64: Abstract set/clear of CPTR_EL2 bits behind helper
` [PATCH v4 4/9] KVM: arm64: Specialize handling of host fpsimd state on trap
` [PATCH v4 5/9] KVM: arm64: Allocate memory mapped at hyp for host sve state in pKVM
` [PATCH v4 6/9] KVM: arm64: Eagerly restore host fpsimd/sve "
` [PATCH v4 7/9] KVM: arm64: Consolidate initializing the host data's fpsimd_state/sve "
` [PATCH v4 8/9] KVM: arm64: Refactor CPACR trap bit setting/clearing to use ELx format
` [PATCH v4 9/9] KVM: arm64: Ensure that SME controls are disabled in protected mode

[PATCH v3 0/8] Rework the DAIF mask, unmask and track API
 2024-06-04 13:29 UTC  (8+ messages)
` [PATCH v3 1/8] arm64/sysreg: Add definitions for immediate versions of MSR ALLINT

[PATCH v3 00/11] KVM: arm64: Fix handling of host fpsimd/sve state in protected mode
 2024-06-03 14:31 UTC  (18+ messages)
` [PATCH v3 01/11] KVM: arm64: Reintroduce __sve_save_state
` [PATCH v3 03/11] KVM: arm64: Specialize handling of host fpsimd state on trap
` [PATCH v3 05/11] KVM: arm64: Eagerly restore host fpsimd/sve state in pKVM
` [PATCH v3 11/11] KVM: arm64: Drop sve_cond_update_zcr_vq_*

[PATCH v3 00/12] KVM: arm64: Add support for hypervisor kCFI
 2024-06-03 13:10 UTC  (9+ messages)
` [PATCH v3 09/12] KVM: arm64: VHE: Add test module for hyp kCFI
` [PATCH v3 10/12] KVM: arm64: nVHE: Support CONFIG_CFI_CLANG at EL2

[PATCH v4 0/6] KVM: arm64: emulation for CTR_EL0
 2024-06-03 13:05 UTC  (7+ messages)
` [PATCH v4 1/6] KVM: arm64: unify code to prepare traps
` [PATCH v4 2/6] KVM: arm64: maintain per VM value for CTR_EL0
` [PATCH v4 3/6] KVM: arm64: add emulation for CTR_EL0 register
` [PATCH v4 4/6] KVM: arm64: show writable masks for feature registers
` [PATCH v4 5/6] KVM: arm64: rename functions for invariant sys regs
` [PATCH v4 6/6] KVM: selftests: arm64: Test writes to CTR_EL0

[kvm-unit-tests PATCH 00/33] Support for Arm Confidential Compute Architecture
 2024-06-03 12:50 UTC  (2+ messages)

[PATCH v4 00/29] arm64: Permission Overlay Extension
 2024-06-03  9:21 UTC  (17+ messages)
` [PATCH v4 07/29] KVM: arm64: Save/restore POE registers
` [PATCH v4 08/29] KVM: arm64: make kvm_at() take an OP_AT_*
` [PATCH v4 09/29] KVM: arm64: use `at s1e1a` for POE
` [PATCH v4 17/29] arm64: implement PKEYS support
` [PATCH v4 18/29] arm64: add POE signal support
` [PATCH v4 28/29] kselftest/arm64: Add test case for POR_EL0 signal frame records

[PATCH V17 2/9] KVM: arm64: Explicitly handle BRBE traps as UNDEFINED
 2024-06-03  5:31 UTC  (3+ messages)

[v2] Support for Arm CCA VMs on Linux
 2024-06-01 20:40 UTC  (8+ messages)
` [PATCH v2 00/43] arm64: Support for Arm CCA in KVM
  ` [PATCH v2 21/43] arm64: RME: Runtime faulting of memory

[PATCH] KVM: arm64: FFA: Release hyp rx buffer
 2024-05-31 17:25 UTC  (2+ messages)

[PATCH v2 00/14] arm64: Support for running as a guest in Arm CCA
 2024-05-31 16:29 UTC  (5+ messages)
` [PATCH v2 13/14] arm64: rsi: Interfaces to query attestation token

[PATCH v3 0/6] KVM: arm64: emulation for CTR_EL0
 2024-05-30 17:20 UTC  (21+ messages)
` [PATCH v3 1/6] KVM: arm64: unify code to prepare traps
` [PATCH v3 2/6] KVM: arm64: maintain per VM value for CTR_EL0
` [PATCH v3 3/6] KVM: arm64: add emulation for CTR_EL0 register
` [PATCH v3 4/6] KVM: arm64: show writable masks for feature registers
` [PATCH v3 5/6] KVM: arm64: rename functions for invariant sys regs
` [PATCH v3 6/6] KVM: selftests: arm64: Test writes to CTR_EL0

[PATCH 0/2] KVM/arm64 fixes for NV PAC support
 2024-05-30 16:37 UTC  (6+ messages)
` [PATCH 1/2] KVM: arm64: nv: Fix relative priorities of exceptions generated by ERETAx

[PATCH v2 0/6] KVM: Fold kvm_arch_sched_in() into kvm_arch_vcpu_load()
 2024-05-29 12:54 UTC  (6+ messages)
` [PATCH v2 3/6] KVM: x86: "


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