All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/2] KVM: arm64: Use folio for THP support
@ 2023-09-28 17:32 ` Vincent Donnefort
  0 siblings, 0 replies; 34+ messages in thread
From: Vincent Donnefort @ 2023-09-28 17:32 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.

v1 -> v2:
  * Add git reference to [1] in the commit message
  * GUP always acted on the Head page under the hood. Update the commit
    message.

[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] 34+ messages in thread

end of thread, other threads:[~2023-10-30 20:17 UTC | newest]

Thread overview: 34+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-09-28 17:32 [PATCH v2 0/2] KVM: arm64: Use folio for THP support Vincent Donnefort
2023-09-28 17:32 ` Vincent Donnefort
2023-09-28 17:32 ` [PATCH v2 1/2] KVM: arm64: Do not transfer page refcount for THP adjustment Vincent Donnefort
2023-09-28 17:32   ` Vincent Donnefort
2023-09-29  6:59   ` Gavin Shan
2023-09-29  6:59     ` Gavin Shan
2023-09-29 12:47     ` Vincent Donnefort
2023-09-29 12:47       ` Vincent Donnefort
2023-09-28 17:32 ` [PATCH v2 2/2] KVM: arm64: Use folio " Vincent Donnefort
2023-09-28 17:32   ` Vincent Donnefort
2023-09-29  7:24   ` Gavin Shan
2023-09-29  7:24     ` Gavin Shan
2023-09-29 13:07     ` Matthew Wilcox
2023-09-29 13:07       ` Matthew Wilcox
2023-09-29 23:52       ` Gavin Shan
2023-09-29 23:52         ` Gavin Shan
2023-09-29 23:53   ` Gavin Shan
2023-09-29 23:53     ` Gavin Shan
2023-10-28  9:17   ` Ryan Roberts
2023-10-28  9:17     ` Ryan Roberts
2023-10-30 10:40     ` Marc Zyngier
2023-10-30 10:40       ` Marc Zyngier
2023-10-30 10:57       ` Ryan Roberts
2023-10-30 10:57         ` Ryan Roberts
2023-10-30 10:47     ` Vincent Donnefort
2023-10-30 10:47       ` Vincent Donnefort
2023-10-30 11:01       ` Ryan Roberts
2023-10-30 11:01         ` Ryan Roberts
2023-09-29  9:12 ` [PATCH v2 0/2] KVM: arm64: Use folio for THP support Marc Zyngier
2023-09-29  9:12   ` Marc Zyngier
2023-09-30 17:57 ` Oliver Upton
2023-09-30 17:57   ` Oliver Upton
2023-10-30 20:16   ` Oliver Upton
2023-10-30 20:16     ` Oliver Upton

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.