summaryrefslogtreecommitdiffstats
path: root/arch/arm64/include/asm/mmzone.h (unfollow)
Commit message (Expand)AuthorFilesLines
2021-03-19arm64: asm: Provide set_sctlr_el2 macroQuentin Perret1-3/+11
2021-03-19KVM: arm64: Factor out vector address calculationQuentin Perret2-8/+9
2021-03-19KVM: arm64: Provide __flush_dcache_area at EL2Quentin Perret5-1/+24
2021-03-19KVM: arm64: Enable access to sanitized CPU features at EL2Quentin Perret5-0/+59
2021-03-19KVM: arm64: Introduce a Hyp buddy page allocatorQuentin Perret4-1/+292
2021-03-19KVM: arm64: Stub CONFIG_DEBUG_LIST at HypQuentin Perret2-1/+23
2021-03-19KVM: arm64: Introduce an early Hyp page allocatorQuentin Perret5-4/+94
2021-03-19KVM: arm64: Allow using kvm_nvhe_sym() in hyp codeQuentin Perret1-0/+4
2021-03-19KVM: arm64: Make kvm_call_hyp() a function call at HypQuentin Perret1-0/+6
2021-03-19KVM: arm64: Introduce a BSS section for use at HypQuentin Perret4-19/+49
2021-03-19KVM: arm64: Factor memory allocation out of pgtable.cQuentin Perret3-42/+163
2021-03-19KVM: arm64: Avoid free_page() in page-table allocatorQuentin Perret1-5/+5
2021-03-19KVM: arm64: Initialize kvm_nvhe_init_params earlyQuentin Perret1-12/+18