summaryrefslogtreecommitdiffstats
path: root/arch/arm64/kvm/hyp/nvhe/page_alloc.c
Commit message (Expand)AuthorAgeFilesLines
* mm, treewide: redefine MAX_ORDER sanelyKirill A. Shutemov2023-04-051-5/+5
* KVM: arm64: Back the hypervisor 'struct hyp_page' array for all memoryQuentin Perret2022-11-111-3/+1
* KVM: arm64: Allow attaching of non-coalescable pages to a hyp poolQuentin Perret2022-11-111-0/+6
* KVM: arm64: Move hyp refcount manipulation helpers to common header fileQuentin Perret2022-11-111-19/+0
* KVM: arm64: fix typos in commentsJulia Lawall2022-03-181-2/+2
* KVM: arm64: pkvm: Fix hyp_pool max orderQuentin Perret2021-12-151-1/+1
* KVM: arm64: Report corrupted refcount at EL2Quentin Perret2021-10-051-0/+1
* KVM: arm64: Fix host stage-2 PGD refcountQuentin Perret2021-10-051-0/+14
* KVM: arm64: Use less bits for hyp_page refcountQuentin Perret2021-06-111-0/+1
* KVM: arm64: Use less bits for hyp_page orderQuentin Perret2021-06-111-6/+6
* KVM: arm64: Remove hyp_pool pointer from struct hyp_pageQuentin Perret2021-06-111-5/+2
* KVM: arm64: Remove list_head from hyp_pageQuentin Perret2021-06-111-6/+33
* KVM: arm64: Use refcount at hyp to check page availabilityQuentin Perret2021-06-111-5/+11
* KVM: arm64: Move hyp_pool locking out of refcount helpersQuentin Perret2021-06-111-11/+32
* KVM: arm64: Introduce a Hyp buddy page allocatorQuentin Perret2021-03-191-0/+195