summaryrefslogtreecommitdiff
path: root/arch/arm64/kvm/hyp/nvhe/page_alloc.c
AgeCommit message (Expand)AuthorFilesLines
2024-01-09mm, treewide: rename MAX_ORDER to MAX_PAGE_ORDERKirill A. Shutemov1-1/+2
2023-04-06mm, treewide: redefine MAX_ORDER sanelyKirill A. Shutemov1-5/+5
2022-11-11KVM: arm64: Back the hypervisor 'struct hyp_page' array for all memoryQuentin Perret1-3/+1
2022-11-11KVM: arm64: Allow attaching of non-coalescable pages to a hyp poolQuentin Perret1-0/+6
2022-11-11KVM: arm64: Move hyp refcount manipulation helpers to common header fileQuentin Perret1-19/+0
2022-03-18KVM: arm64: fix typos in commentsJulia Lawall1-2/+2
2021-12-15KVM: arm64: pkvm: Fix hyp_pool max orderQuentin Perret1-1/+1
2021-10-05KVM: arm64: Report corrupted refcount at EL2Quentin Perret1-0/+1
2021-10-05KVM: arm64: Fix host stage-2 PGD refcountQuentin Perret1-0/+14
2021-06-11KVM: arm64: Use less bits for hyp_page refcountQuentin Perret1-0/+1
2021-06-11KVM: arm64: Use less bits for hyp_page orderQuentin Perret1-6/+6
2021-06-11KVM: arm64: Remove hyp_pool pointer from struct hyp_pageQuentin Perret1-5/+2
2021-06-11KVM: arm64: Remove list_head from hyp_pageQuentin Perret1-6/+33
2021-06-11KVM: arm64: Use refcount at hyp to check page availabilityQuentin Perret1-5/+11
2021-06-11KVM: arm64: Move hyp_pool locking out of refcount helpersQuentin Perret1-11/+32
2021-03-19KVM: arm64: Introduce a Hyp buddy page allocatorQuentin Perret1-0/+195