aboutsummaryrefslogtreecommitdiff
path: root/arch/arm64/kvm/hyp/nvhe/setup.c
AgeCommit message (Expand)AuthorFilesLines
2025-09-15KVM: arm64: Map hyp text as RO and dump instr on panicMostafa Saleh1-2/+10
2025-05-21KVM: arm64: np-guest CMOs with PMD_SIZE fixmapVincent Donnefort1-1/+1
2025-05-21KVM: arm64: Introduce for_each_hyp_pageVincent Donnefort1-5/+8
2025-05-21Merge branch kvm-arm64/pkvm-selftest-6.16 into kvm-arm64/pkvm-np-thp-6.16Marc Zyngier1-0/+12
2025-05-06KVM: arm64: Extend pKVM selftest for np-guestsQuentin Perret1-1/+7
2025-05-06KVM: arm64: Selftest for pKVM transitionsQuentin Perret1-0/+2
2025-05-06KVM: arm64: Add .hyp.data sectionDavid Brazdil1-0/+4
2025-04-28KVM: arm64: Move hyp state to hyp_vmemmapQuentin Perret1-1/+5
2025-04-28KVM: arm64: Introduce {get,set}_host_state() helpersQuentin Perret1-2/+2
2025-01-12Merge branch kvm-arm64/pkvm-fixed-features-6.14 into kvmarm-master/nextMarc Zyngier1-1/+0
2024-12-20KVM: arm64: Remove fixed_config.h headerFuad Tabba1-1/+0
2024-12-20KVM: arm64: Move host page ownership tracking to the hyp vmemmapQuentin Perret1-4/+3
2024-11-12KVM: arm64: Pass on SVE mapping failuresJames Clark1-2/+1
2024-10-23KVM: arm64: Don't map 'kvm_vgic_global_state' at EL2 with pKVMWill Deacon1-17/+0
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-01KVM: arm64: Allocate pages for hypervisor FF-A mailboxesWill Deacon1-1/+7
2023-06-01KVM: 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