summaryrefslogtreecommitdiff
path: root/arch/arm64/kvm/hyp/nvhe/setup.c
AgeCommit message (Expand)AuthorFilesLines
2024-06-20KVM: arm64: Fix __pkvm_init_switch_pgd call ABIPierre-Clément Tosi1-2/+2
2024-06-04KVM: arm64: Consolidate initializing the host data's fpsimd_state/sve in pKVMFuad Tabba1-1/+0
2024-06-04KVM: arm64: Allocate memory mapped at hyp for host sve state in pKVMFuad Tabba1-0/+24
2024-05-01KVM: arm64: Initialize the kvm host data's fpsimd_state pointer in pKVMFuad Tabba1-0/+1
2024-04-12KVM: arm64: Add accessor for per-CPU stateMarc Zyngier1-2/+1
2023-11-27KVM: arm64: Convert translation level parameter to s8Ryan Roberts1-1/+1
2023-08-26KVM: arm64: Remove size-order align in the nVHE hyp private VA rangeVincent Donnefort1-26/+1
2023-06-02KVM: arm64: Allocate pages for hypervisor FF-A mailboxesWill Deacon1-1/+7
2023-06-02KVM: arm64: Probe FF-A version and host/hyp partition ID during initWill Deacon1-0/+5
2022-12-05Merge branch kvm-arm64/pkvm-vcpu-state into kvmarm-master/nextMarc Zyngier1-29/+57
2022-11-11KVM: arm64: Don't unnecessarily map host kernel sections at EL2Quentin Perret1-11/+3
2022-11-11KVM: arm64: Explicitly map 'kvm_vgic_global_state' at EL2Quentin Perret1-0/+5
2022-11-11KVM: arm64: Add per-cpu fixmap infrastructure at EL2Quentin Perret1-0/+4
2022-11-11KVM: arm64: Add infrastructure to create and track pKVM instances at EL2Fuad Tabba1-0/+8
2022-11-11KVM: arm64: Unify identifiers used to distinguish host and hypervisorWill Deacon1-1/+1
2022-11-11KVM: arm64: Fix-up hyp stage-1 refcounts for all pages mapped at EL2Quentin Perret1-19/+43
2022-11-11KVM: arm64: Back the hypervisor 'struct hyp_page' array for all memoryQuentin Perret1-4/+3
2022-11-10KVM: arm64: Pass mm_ops through the visitor contextOliver Upton1-2/+1
2022-11-10KVM: arm64: Stash observed pte value in visitor contextOliver Upton1-4/+3
2022-11-10KVM: arm64: Combine visitor arguments into a context structureOliver Upton1-9/+7
2022-04-28KVM: arm64: Add guard pages for pKVM (protected nVHE) hypervisor stackKalesh Singh1-3/+28
2021-12-16Merge branch kvm-arm64/pkvm-hyp-sharing into kvmarm-master/nextMarc Zyngier1-5/+17
2021-12-16KVM: arm64: Hook up ->page_count() for hypervisor stage-1 page-tableWill Deacon1-0/+1
2021-12-16KVM: arm64: Fixup hyp stage-1 refcountQuentin Perret1-5/+16
2021-12-15Merge branch kvm-arm64/pkvm-cleanups-5.17 into kvmarm-master/nextMarc Zyngier1-1/+1
2021-12-15KVM: arm64: Make the hyp memory pool staticQuentin Perret1-1/+1
2021-12-06KVM: arm64: Move host EL1 code out of hyp/ directoryWill Deacon1-0/+1
2021-11-08KVM: arm64: Fix host stage-2 finalizationQuentin Perret1-2/+12
2021-10-18KVM: arm64: pkvm: Consolidate include filesMarc Zyngier1-1/+1
2021-10-11KVM: arm64: Add handlers for protected VM System RegistersFuad Tabba1-0/+3
2021-08-11KVM: arm64: Mark host bss and rodata section as sharedQuentin Perret1-8/+74
2021-06-18Merge branch arm64/for-next/caches into kvmarm-master/nextMarc Zyngier1-1/+2
2021-06-11KVM: arm64: Remove hyp_pool pointer from struct hyp_pageQuentin Perret1-2/+12
2021-06-11KVM: arm64: Unify MMIO and mem host stage-2 poolsQuentin Perret1-11/+5
2021-05-25arm64: Rename arm64-internal cache maintenance functionsFuad Tabba1-1/+1
2021-05-25arm64: __flush_dcache_area to take end parameter instead of sizeFuad Tabba1-1/+2
2021-05-15KVM: arm64: Mark pkvm_pgtable_mm_ops staticQuentin Perret1-1/+1
2021-03-19KVM: arm64: Wrap the host with a stage 2Quentin Perret1-0/+5
2021-03-19KVM: arm64: Reserve memory for host stage 2Quentin Perret1-0/+12
2021-03-19KVM: arm64: Prepare the creation of s1 mappings at EL2Quentin Perret1-0/+197