All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/7] KVM: arm64: Reduce hyp_vmemmap overhead
@ 2021-06-08 11:45 ` Quentin Perret
  0 siblings, 0 replies; 27+ messages in thread
From: Quentin Perret @ 2021-06-08 11:45 UTC (permalink / raw)
  To: maz, will, james.morse, alexandru.elisei, catalin.marinas,
	suzuki.poulose
  Cc: linux-arm-kernel, kvmarm, kernel-team, linux-kernel

Hi all,

This is a v3 of the patch series previously posted here:

  https://lore.kernel.org/r/20210602094347.3730846-1-qperret@google.com

Please refer to the cover letter of v1 for the context and motivation
behind the series.

Changes since v2:
 - Rebased on kvmarm/next

Thanks,
Quentin

Quentin Perret (7):
  KVM: arm64: Move hyp_pool locking out of refcount helpers
  KVM: arm64: Use refcount at hyp to check page availability
  KVM: arm64: Remove list_head from hyp_page
  KVM: arm64: Unify MMIO and mem host stage-2 pools
  KVM: arm64: Remove hyp_pool pointer from struct hyp_page
  KVM: arm64: Use less bits for hyp_page order
  KVM: arm64: Use less bits for hyp_page refcount

 arch/arm64/kvm/hyp/include/nvhe/gfp.h         |  45 +------
 arch/arm64/kvm/hyp/include/nvhe/mem_protect.h |   2 +-
 arch/arm64/kvm/hyp/include/nvhe/memory.h      |   7 +-
 arch/arm64/kvm/hyp/include/nvhe/mm.h          |  13 +-
 arch/arm64/kvm/hyp/nvhe/mem_protect.c         |  60 +++++-----
 arch/arm64/kvm/hyp/nvhe/page_alloc.c          | 112 +++++++++++++-----
 arch/arm64/kvm/hyp/nvhe/setup.c               |  30 +++--
 arch/arm64/kvm/hyp/reserved_mem.c             |   3 +-
 8 files changed, 145 insertions(+), 127 deletions(-)

-- 
2.32.0.rc1.229.g3e70b5a671-goog


^ permalink raw reply	[flat|nested] 27+ messages in thread

end of thread, other threads:[~2021-06-11 12:30 UTC | newest]

Thread overview: 27+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-08 11:45 [PATCH v3 0/7] KVM: arm64: Reduce hyp_vmemmap overhead Quentin Perret
2021-06-08 11:45 ` Quentin Perret
2021-06-08 11:45 ` Quentin Perret
2021-06-08 11:45 ` [PATCH v3 1/7] KVM: arm64: Move hyp_pool locking out of refcount helpers Quentin Perret
2021-06-08 11:45   ` Quentin Perret
2021-06-08 11:45   ` Quentin Perret
2021-06-08 11:45 ` [PATCH v3 2/7] KVM: arm64: Use refcount at hyp to check page availability Quentin Perret
2021-06-08 11:45   ` Quentin Perret
2021-06-08 11:45   ` Quentin Perret
2021-06-08 11:45 ` [PATCH v3 3/7] KVM: arm64: Remove list_head from hyp_page Quentin Perret
2021-06-08 11:45   ` Quentin Perret
2021-06-08 11:45   ` Quentin Perret
2021-06-08 11:45 ` [PATCH v3 4/7] KVM: arm64: Unify MMIO and mem host stage-2 pools Quentin Perret
2021-06-08 11:45   ` Quentin Perret
2021-06-08 11:45   ` Quentin Perret
2021-06-08 11:45 ` [PATCH v3 5/7] KVM: arm64: Remove hyp_pool pointer from struct hyp_page Quentin Perret
2021-06-08 11:45   ` Quentin Perret
2021-06-08 11:45   ` Quentin Perret
2021-06-08 11:45 ` [PATCH v3 6/7] KVM: arm64: Use less bits for hyp_page order Quentin Perret
2021-06-08 11:45   ` Quentin Perret
2021-06-08 11:45   ` Quentin Perret
2021-06-08 11:45 ` [PATCH v3 7/7] KVM: arm64: Use less bits for hyp_page refcount Quentin Perret
2021-06-08 11:45   ` Quentin Perret
2021-06-08 11:45   ` Quentin Perret
2021-06-11 12:27 ` [PATCH v3 0/7] KVM: arm64: Reduce hyp_vmemmap overhead Marc Zyngier
2021-06-11 12:27   ` Marc Zyngier
2021-06-11 12:27   ` Marc Zyngier

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.