summaryrefslogtreecommitdiff
path: root/arch/arm64/kvm/hyp/nvhe/setup.c
AgeCommit message (Expand)Author
2023-11-27KVM: arm64: Convert translation level parameter to s8Ryan Roberts
2023-08-26KVM: arm64: Remove size-order align in the nVHE hyp private VA rangeVincent Donnefort
2023-06-01KVM: arm64: Allocate pages for hypervisor FF-A mailboxesWill Deacon
2023-06-01KVM: arm64: Probe FF-A version and host/hyp partition ID during initWill Deacon
2022-12-05Merge branch kvm-arm64/pkvm-vcpu-state into kvmarm-master/nextMarc Zyngier
2022-11-11KVM: arm64: Don't unnecessarily map host kernel sections at EL2Quentin Perret
2022-11-11KVM: arm64: Explicitly map 'kvm_vgic_global_state' at EL2Quentin Perret
2022-11-11KVM: arm64: Add per-cpu fixmap infrastructure at EL2Quentin Perret
2022-11-11KVM: arm64: Add infrastructure to create and track pKVM instances at EL2Fuad Tabba
2022-11-11KVM: arm64: Unify identifiers used to distinguish host and hypervisorWill Deacon
2022-11-11KVM: arm64: Fix-up hyp stage-1 refcounts for all pages mapped at EL2Quentin Perret
2022-11-11KVM: arm64: Back the hypervisor 'struct hyp_page' array for all memoryQuentin Perret
2022-11-10KVM: arm64: Pass mm_ops through the visitor contextOliver Upton
2022-11-10KVM: arm64: Stash observed pte value in visitor contextOliver Upton
2022-11-10KVM: arm64: Combine visitor arguments into a context structureOliver Upton
2022-04-28KVM: arm64: Add guard pages for pKVM (protected nVHE) hypervisor stackKalesh Singh
2021-12-16Merge branch kvm-arm64/pkvm-hyp-sharing into kvmarm-master/nextMarc Zyngier
2021-12-16KVM: arm64: Hook up ->page_count() for hypervisor stage-1 page-tableWill Deacon
2021-12-16KVM: arm64: Fixup hyp stage-1 refcountQuentin Perret
2021-12-15Merge branch kvm-arm64/pkvm-cleanups-5.17 into kvmarm-master/nextMarc Zyngier
2021-12-15KVM: arm64: Make the hyp memory pool staticQuentin Perret
2021-12-06KVM: arm64: Move host EL1 code out of hyp/ directoryWill Deacon
2021-11-08KVM: arm64: Fix host stage-2 finalizationQuentin Perret
2021-10-18KVM: arm64: pkvm: Consolidate include filesMarc Zyngier
2021-10-11KVM: arm64: Add handlers for protected VM System RegistersFuad Tabba
2021-08-11KVM: arm64: Mark host bss and rodata section as sharedQuentin Perret
2021-06-18Merge branch arm64/for-next/caches into kvmarm-master/nextMarc Zyngier
2021-06-11KVM: arm64: Remove hyp_pool pointer from struct hyp_pageQuentin Perret
2021-06-11KVM: arm64: Unify MMIO and mem host stage-2 poolsQuentin Perret
2021-05-25arm64: Rename arm64-internal cache maintenance functionsFuad Tabba
2021-05-25arm64: __flush_dcache_area to take end parameter instead of sizeFuad Tabba
2021-05-15KVM: arm64: Mark pkvm_pgtable_mm_ops staticQuentin Perret
2021-03-19KVM: arm64: Wrap the host with a stage 2Quentin Perret
2021-03-19KVM: arm64: Reserve memory for host stage 2Quentin Perret
2021-03-19KVM: arm64: Prepare the creation of s1 mappings at EL2Quentin Perret