summaryrefslogtreecommitdiffstats
path: root/arch/arm64/kvm/hyp/nvhe/page_alloc.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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