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