kvmarm.lists.cs.columbia.edu archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/3] KVM: arm64: Minor page fault handler improvement
@ 2021-03-16  4:11 Gavin Shan
  2021-03-16  4:11 ` [PATCH v2 1/3] KVM: arm64: Hide kvm_mmu_wp_memory_region() Gavin Shan
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Gavin Shan @ 2021-03-16  4:11 UTC (permalink / raw)
  To: kvmarm; +Cc: maz, will, linux-kernel, shan.gavin

The series includes several minior improvements to stage-2 page fault
handler: PATCH[1/2] are cleaning up the code. PATCH[3] don't retrieve
the memory slot again in the page fault handler to save a bit CPU cycles.

Changelog
=========
v2:
   * Rebased to 5.12.rc3 and include r-bs from Keqian  (Gavin)
   * Drop patch to fix IPA limit boundary issue        (Keqian)
   * Comments on why we use __gfn_to_pfn_memslot()     (Keqian)

Gavin Shan (3):
  KVM: arm64: Hide kvm_mmu_wp_memory_region()
  KVM: arm64: Use find_vma_intersection()
  KVM: arm64: Don't retrieve memory slot again in page fault handler

 arch/arm64/include/asm/kvm_host.h |  1 -
 arch/arm64/kvm/mmu.c              | 21 ++++++++++++++-------
 2 files changed, 14 insertions(+), 8 deletions(-)

-- 
2.23.0

_______________________________________________
kvmarm mailing list
kvmarm@lists.cs.columbia.edu
https://lists.cs.columbia.edu/mailman/listinfo/kvmarm

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

end of thread, other threads:[~2021-04-07 13:46 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-16  4:11 [PATCH v2 0/3] KVM: arm64: Minor page fault handler improvement Gavin Shan
2021-03-16  4:11 ` [PATCH v2 1/3] KVM: arm64: Hide kvm_mmu_wp_memory_region() Gavin Shan
2021-03-16  4:11 ` [PATCH v2 2/3] KVM: arm64: Use find_vma_intersection() Gavin Shan
2021-03-16  4:11 ` [PATCH v2 3/3] KVM: arm64: Don't retrieve memory slot again in page fault handler Gavin Shan
2021-04-07 13:46 ` [PATCH v2 0/3] KVM: arm64: Minor page fault handler improvement Marc Zyngier

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).