All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v1 0/2] KVM: arm64: Use folio for THP support
@ 2023-09-26 18:19 ` Vincent Donnefort
  0 siblings, 0 replies; 14+ messages in thread
From: Vincent Donnefort @ 2023-09-26 18:19 UTC (permalink / raw)
  To: maz, oliver.upton
  Cc: kvmarm, linux-arm-kernel, kernel-team, will, willy,
	Vincent Donnefort

With the introduction of folios for transparent huge pages [1], we
can rely on this support to identify if a page is backed by a huge one,
saving a page table walk.

[1] https://lkml.kernel.org/r/20220504182857.4013401-3-willy@infradead.org

Vincent Donnefort (2):
  KVM: arm64: Do not transfer page refcount for THP adjustment
  KVM: arm64: Use folio for THP adjustment

 arch/arm64/kvm/mmu.c | 79 ++------------------------------------------
 1 file changed, 3 insertions(+), 76 deletions(-)


base-commit: ce9ecca0238b140b88f43859b211c9fdfd8e5b70
-- 
2.42.0.515.g380fc7ccd1-goog


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

end of thread, other threads:[~2023-09-27 12:41 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-09-26 18:19 [PATCH v1 0/2] KVM: arm64: Use folio for THP support Vincent Donnefort
2023-09-26 18:19 ` Vincent Donnefort
2023-09-26 18:19 ` [PATCH v1 1/2] KVM: arm64: Do not transfer page refcount for THP adjustment Vincent Donnefort
2023-09-26 18:19   ` Vincent Donnefort
2023-09-27  7:00   ` Matthew Wilcox
2023-09-27  7:00     ` Matthew Wilcox
2023-09-27 12:40     ` Vincent Donnefort
2023-09-27 12:40       ` Vincent Donnefort
2023-09-26 18:19 ` [PATCH v1 2/2] KVM: arm64: Use folio " Vincent Donnefort
2023-09-26 18:19   ` Vincent Donnefort
2023-09-27  6:30 ` [PATCH v1 0/2] KVM: arm64: Use folio for THP support Oliver Upton
2023-09-27  6:30   ` Oliver Upton
2023-09-27 12:39   ` Vincent Donnefort
2023-09-27 12:39     ` Vincent Donnefort

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.