Linux KVM/arm64 development list
 help / color / mirror / Atom feed
 messages from 2024-05-30 13:17:40 to 2024-06-07 20:32:07 UTC [more...]

[PATCH 0/9] arm64: Add support for Armv9.4 PMU fixed instruction counter
 2024-06-07 20:31 UTC  (4+ messages)
` [PATCH 1/9] perf/arm: Move 32-bit PMU drivers to drivers/perf/
` [PATCH 2/9] perf: arm_v6/7_pmu: Drop non-DT probe support
` [PATCH 3/9] perf: arm_pmu: Remove event index to counter remapping

[PATCH v3 00/14] arm64: Support for running as a guest in Arm CCA
 2024-06-07 17:55 UTC  (27+ messages)
` [PATCH v3 01/14] arm64: rsi: Add RSI definitions
` [PATCH v3 02/14] arm64: Detect if in a realm and set RIPAS RAM
` [PATCH v3 03/14] arm64: realm: Query IPA size from the RMM
` [PATCH v3 04/14] arm64: Mark all I/O as non-secure shared
` [PATCH v3 05/14] fixmap: Allow architecture overriding set_fixmap_io
` [PATCH v3 06/14] arm64: Override set_fixmap_io
` [PATCH v3 07/14] arm64: Make the PHYS_MASK_SHIFT dynamic
` [PATCH v3 08/14] arm64: Enforce bounce buffers for realm DMA
` [PATCH v3 09/14] arm64: Enable memory encrypt for Realms
` [PATCH v3 10/14] arm64: Force device mappings to be non-secure shared
` [PATCH v3 11/14] efi: arm64: Map Device with Prot Shared
` [PATCH v3 12/14] arm64: realm: Support nonsecure ITS emulation shared
` [PATCH v3 13/14] arm64: rsi: Interfaces to query attestation token
` [PATCH v3 14/14] virt: arm-cca-guest: TSM_REPORT support for realms

[PATCH v2 0/4] KVM: arm64: Fix underallocation of storage for SVE state
 2024-06-07  7:33 UTC  (6+ messages)
` [PATCH v2 1/4] arm64/fpsimd: Introduce __bit_to_vl() helper
` [PATCH v2 2/4] arm64/fpsimd: Discover maximum vector length implemented by any CPU
` [PATCH v2 3/4] KVM: arm64: Fix FFR offset calculation for pKVM host state save and restore
` [PATCH v2 4/4] KVM: arm64: Avoid underallocating storage for host SVE state

[PATCH v4 00/13] KVM: arm64: Add support for hypervisor kCFI
 2024-06-06 16:22 UTC  (32+ 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 v2] KVM: arm64: Allocate for maximum vector length for pKVM host sve state
 2024-06-06 12:55 UTC  (2+ messages)

[PATCH v1] KVM: arm64: Allocate for maximum vector length for pKVM host sve state
 2024-06-06 11:45 UTC  (6+ messages)

[PATCH] KVM: arm64: Disassociate vcpus from redistributor region on teardown
 2024-06-06  7:55 UTC  (3+ messages)

[PATCH v2] KVM: arm64: Fix confusion in documentation for pKVM SME assert
 2024-06-05 18:22 UTC  (2+ messages)

[PATCH 0/4] KVM: arm64: Fix underallocation of storage for SVE state
 2024-06-05 13:17 UTC  (11+ messages)
` [PATCH 1/4] arm64/fpsimd: Introduce __bit_to_vl() helper
` [PATCH 2/4] arm64/fpsimd: Discover maximum vector length implemented by any CPU
` [PATCH 3/4] KVM: arm64: Fix FFR offset calculation for pKVM host state save and restore
` [PATCH 4/4] KVM: arm64: Avoid underallocating storage for host SVE state

[GIT PULL] KVM/arm64 fixes for 6.10, take #1
 2024-06-05 10:56 UTC  (2+ messages)

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

[PATCH v2 00/16] KVM: arm64: nv: Shadow stage-2 page table handling
 2024-06-05  7:56 UTC  (8+ messages)
` [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 v4 0/7] mm: multi-gen LRU: Walk secondary MMU page tables while aging
 2024-06-04 23:36 UTC  (26+ messages)
` [PATCH v4 2/7] mm: multi-gen LRU: Have secondary MMUs participate in aging
` [PATCH v4 6/7] KVM: arm64: Relax locking for kvm_test_age_gfn and kvm_age_gfn

[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 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 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 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  (9+ messages)
` [PATCH v4 17/29] arm64: implement PKEYS support
` [PATCH v4 18/29] arm64: add POE signal support

[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  (7+ messages)
` [PATCH v3 1/6] KVM: arm64: unify code to prepare traps
` [PATCH v3 3/6] KVM: arm64: add emulation for CTR_EL0 register

[PATCH 0/2] KVM/arm64 fixes for NV PAC support
 2024-05-30 16:37 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