summaryrefslogtreecommitdiffstats
path: root/arch/arm64/kvm/hyp/include/nvhe
AgeCommit message (Expand)AuthorFilesLines
2021-10-31Merge tag 'kvmarm-5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/kvma...Paolo Bonzini2-0/+202
2021-10-18KVM: arm64: pkvm: Move kvm_handle_pvm_restricted aroundMarc Zyngier1-1/+1
2021-10-18KVM: arm64: pkvm: Consolidate include filesMarc Zyngier2-17/+200
2021-10-18KVM: arm64: pkvm: Use a single function to expose all id-regsMarc Zyngier1-13/+1
2021-10-11KVM: arm64: Initialize trap registers for protected VMsFuad Tabba1-0/+2
2021-10-11KVM: arm64: Add handlers for protected VM System RegistersFuad Tabba1-0/+29
2021-10-05KVM: arm64: Fix host stage-2 PGD refcountQuentin Perret1-0/+1
2021-08-20Merge branch kvm-arm64/mmu/vmid-cleanups into kvmarm-master/nextMarc Zyngier1-1/+1
2021-08-20KVM: arm64: Unify stage-2 programming behind __load_stage2()Marc Zyngier1-1/+1
2021-08-11KVM: arm64: Make __pkvm_create_mappings staticQuentin Perret1-2/+0
2021-08-11KVM: arm64: Restrict EL2 stage-1 changes in protected modeQuentin Perret1-0/+1
2021-08-11KVM: arm64: Refactor protected nVHE stage-1 lockingQuentin Perret1-0/+1
2021-08-11KVM: arm64: Remove __pkvm_mark_hypQuentin Perret1-1/+0
2021-08-11KVM: arm64: Introduce addr_is_memory()Quentin Perret1-0/+1
2021-08-11KVM: arm64: Expose pkvm_hyp_idQuentin Perret1-0/+2
2021-08-11KVM: arm64: Expose host stage-2 manipulation helpersQuentin Perret1-0/+2
2021-08-11KVM: arm64: Add helpers to tag shared pages in SW bitsQuentin Perret1-0/+26
2021-08-11KVM: arm64: Introduce hyp_assert_lock_held()Quentin Perret1-0/+17
2021-08-11KVM: arm64: Add hyp_spin_is_locked() for basic locking assertions at EL2Will Deacon1-0/+8
2021-06-11KVM: arm64: Use less bits for hyp_page refcountQuentin Perret1-1/+1
2021-06-11KVM: arm64: Use less bits for hyp_page orderQuentin Perret2-4/+4
2021-06-11KVM: arm64: Remove hyp_pool pointer from struct hyp_pageQuentin Perret2-4/+2
2021-06-11KVM: arm64: Unify MMIO and mem host stage-2 poolsQuentin Perret2-7/+8
2021-06-11KVM: arm64: Remove list_head from hyp_pageQuentin Perret1-1/+0
2021-06-11KVM: arm64: Move hyp_pool locking out of refcount helpersQuentin Perret1-35/+0
2021-04-13Merge branch 'kvm-arm64/nvhe-panic-info' into kvmarm-master/nextMarc Zyngier2-3/+2
2021-03-19KVM: arm64: Protect the .hyp sections from the hostQuentin Perret1-0/+2
2021-03-19KVM: arm64: Wrap the host with a stage 2Quentin Perret1-0/+34
2021-03-19KVM: arm64: Reserve memory for host stage 2Quentin Perret1-1/+26
2021-03-19KVM: arm64: Prepare the creation of s1 mappings at EL2Quentin Perret1-0/+71
2021-03-19KVM: arm64: Introduce a Hyp buddy page allocatorQuentin Perret2-0/+96
2021-03-19KVM: arm64: Introduce an early Hyp page allocatorQuentin Perret2-0/+38
2021-03-19arm64: kvm: Add standalone ticket spinlock implementation for use at hypWill Deacon1-0/+92
2020-12-04KVM: arm64: Bootstrap PSCI SMC handler in nVHE EL2David Brazdil1-0/+18