Merge branch kvm-arm64/mmu/reduce-vmemmap-overhead into kvmarm-master/next
authorMarc Zyngier <maz@kernel.org>
Fri, 11 Jun 2021 12:26:36 +0000 (13:26 +0100)
committerMarc Zyngier <maz@kernel.org>
Fri, 11 Jun 2021 12:26:36 +0000 (13:26 +0100)
Host stage-2 optimisations from Quentin Perret

* kvm-arm64/mmu/reduce-vmemmap-overhead:
  KVM: arm64: Use less bits for hyp_page refcount
  KVM: arm64: Use less bits for hyp_page order
  KVM: arm64: Remove hyp_pool pointer from struct hyp_page
  KVM: arm64: Unify MMIO and mem host stage-2 pools
  KVM: arm64: Remove list_head from hyp_page
  KVM: arm64: Use refcount at hyp to check page availability
  KVM: arm64: Move hyp_pool locking out of refcount helpers


Trivial merge