Linux KVM/arm64 development list
 help / color / mirror / Atom feed
 messages from 2024-06-03 14:43:13 to 2024-06-11 05:34:13 UTC [more...]

[PATCH v5 0/9] mm: multi-gen LRU: Walk secondary MMU page tables while aging
 2024-06-11  5:33 UTC  (11+ messages)
` [PATCH v5 1/9] KVM: Add lockless memslot walk to KVM
` [PATCH v5 2/9] KVM: x86: Relax locking for kvm_test_age_gfn and kvm_age_gfn
` [PATCH v5 3/9] KVM: arm64: "
` [PATCH v5 4/9] mm: Add test_clear_young_fast_only MMU notifier
` [PATCH v5 5/9] KVM: Add kvm_fast_age_gfn and kvm_fast_test_age_gfn
` [PATCH v5 6/9] KVM: x86: Move tdp_mmu_enabled and shadow_accessed_mask
` [PATCH v5 7/9] KVM: x86: Implement kvm_fast_test_age_gfn and kvm_fast_age_gfn
` [PATCH v5 8/9] mm: multi-gen LRU: Have secondary MMUs participate in aging
` [PATCH v5 9/9] KVM: selftests: Add multi-gen LRU aging to access_tracking_perf_test

[PATCH v3 00/14] arm64: Support for running as a guest in Arm CCA
 2024-06-10 17:49 UTC  (35+ 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 0/9] arm64: Add support for Armv9.4 PMU fixed instruction counter
 2024-06-10 16:42 UTC  (22+ 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 4/9] perf: arm_pmuv3: Prepare for more than 32 counters
` [PATCH 5/9] KVM: arm64: pmu: Use arm_pmuv3.h register accessors
` [PATCH 6/9] KVM: arm64: pmu: Use generated define for PMSELR_EL0.SEL access
` [PATCH 7/9] arm64: perf/kvm: Use a common PMU cycle counter define
` [PATCH 8/9] KVM: arm64: Refine PMU defines for number of counters
` [PATCH 9/9] perf: arm_pmuv3: Add support for Armv9.4 PMU instruction counter

[PATCH v3 00/43] arm64: Support for Arm CCA in KVM
 2024-06-10 13:42 UTC  (44+ messages)
` [PATCH v3 01/43] KVM: Prepare for handling only shared mappings in mmu_notifier events
` [PATCH v3 02/43] kvm: arm64: pgtable: Track the number of pages in the entry level
` [PATCH v3 03/43] kvm: arm64: Include kvm_emulate.h in kvm/arm_psci.h
` [PATCH v3 04/43] arm64: RME: Handle Granule Protection Faults (GPFs)
` [PATCH v3 05/43] arm64: RME: Add SMC definitions for calling the RMM
` [PATCH v3 06/43] arm64: RME: Add wrappers for RMI calls
` [PATCH v3 07/43] arm64: RME: Check for RME support at KVM init
` [PATCH v3 08/43] arm64: RME: Define the user ABI
` [PATCH v3 09/43] arm64: RME: ioctls to create and configure realms
` [PATCH v3 10/43] kvm: arm64: Expose debug HW register numbers for Realm
` [PATCH v3 11/43] arm64: kvm: Allow passing machine type in KVM creation
` [PATCH v3 12/43] arm64: RME: Keep a spare page delegated to the RMM
` [PATCH v3 13/43] arm64: RME: RTT tear down
` [PATCH v3 14/43] arm64: RME: Allocate/free RECs to match vCPUs
` [PATCH v3 15/43] arm64: RME: Support for the VGIC in realms
` [PATCH v3 16/43] KVM: arm64: Support timers in realm RECs
` [PATCH v3 17/43] arm64: RME: Allow VMM to set RIPAS
` [PATCH v3 18/43] arm64: RME: Handle realm enter/exit
` [PATCH v3 19/43] KVM: arm64: Handle realm MMIO emulation
` [PATCH v3 20/43] arm64: RME: Allow populating initial contents
` [PATCH v3 21/43] arm64: RME: Runtime faulting of memory
` [PATCH v3 22/43] KVM: arm64: Handle realm VCPU load
` [PATCH v3 23/43] KVM: arm64: Validate register access for a Realm VM
` [PATCH v3 24/43] KVM: arm64: Handle Realm PSCI requests
` [PATCH v3 25/43] KVM: arm64: WARN on injected undef exceptions
` [PATCH v3 26/43] arm64: Don't expose stolen time for realm guests
` [PATCH v3 27/43] arm64: rme: allow userspace to inject aborts
` [PATCH v3 28/43] arm64: rme: support RSI_HOST_CALL
` [PATCH v3 29/43] arm64: rme: Allow checking SVE on VM instance
` [PATCH v3 30/43] arm64: RME: Always use 4k pages for realms
` [PATCH v3 31/43] arm64: rme: Prevent Device mappings for Realms
` [PATCH v3 32/43] arm_pmu: Provide a mechanism for disabling the physical IRQ
` [PATCH v3 33/43] arm64: rme: Enable PMU support with a realm guest
` [PATCH v3 34/43] kvm: rme: Hide KVM_CAP_READONLY_MEM for realm guests
` [PATCH v3 35/43] arm64: RME: Propagate number of breakpoints and watchpoints to userspace
` [PATCH v3 36/43] arm64: RME: Set breakpoint parameters through SET_ONE_REG
` [PATCH v3 37/43] arm64: RME: Initialize PMCR.N with number counter supported by RMM
` [PATCH v3 38/43] arm64: RME: Propagate max SVE vector length from RMM
` [PATCH v3 39/43] arm64: RME: Configure max SVE vector length for a Realm
` [PATCH v3 40/43] arm64: RME: Provide register list for unfinalized RME RECs
` [PATCH v3 41/43] arm64: RME: Provide accurate register list
` [PATCH v3 42/43] arm64: kvm: Expose support for private memory
` [PATCH v3 43/43] KVM: arm64: Allow activating realms

[PATCH v5 0/8] KVM: arm64: Add support for hypervisor kCFI
 2024-06-10  6:32 UTC  (9+ messages)
` [PATCH v5 1/8] KVM: arm64: Fix clobbered ELR in sync abort/SError
` [PATCH v5 2/8] KVM: arm64: Fix __pkvm_init_switch_pgd call ABI
` [PATCH v5 3/8] KVM: arm64: nVHE: Simplify invalid_host_el2_vect
` [PATCH v5 4/8] KVM: arm64: nVHE: gen-hyprel: Skip R_AARCH64_ABS32
` [PATCH v5 5/8] KVM: arm64: VHE: Mark __hyp_call_panic __noreturn
` [PATCH v5 6/8] arm64: Introduce esr_brk_comment, esr_is_cfi_brk
` [PATCH v5 7/8] KVM: arm64: Introduce print_nvhe_hyp_panic helper
` [PATCH v5 8/8] KVM: arm64: nVHE: Support CONFIG_CFI_CLANG at EL2

[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  (19+ messages)
` [PATCH v4 03/13] KVM: arm64: nVHE: Simplify __guest_exit_panic path
` [PATCH v4 05/13] KVM: arm64: Rename __guest_exit_panic __hyp_panic
` [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  (18+ 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  (6+ messages)
` [PATCH 10/11] KVM: arm64: nv: Honor guest hypervisor's FP/SVE traps in CPTR_EL2

[PATCH v4 0/9] KVM: arm64: Fix handling of host fpsimd/sve state in protected mode
 2024-06-04 14:30 UTC  (15+ messages)
` [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 9/9] KVM: arm64: Ensure that SME controls are disabled in protected mode


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