All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] KVM: arm64: Minor page fault handler improvement
@ 2021-03-15  4:18 ` Gavin Shan
  0 siblings, 0 replies; 34+ messages in thread
From: Gavin Shan @ 2021-03-15  4:18 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] fixes the address
range check on adding new memory slot. PATCH[4] don't retrieve the memory
slot again in the page fault handler to save a bit CPU cycles.

Gavin Shan (4):
  KVM: arm64: Hide kvm_mmu_wp_memory_region()
  KVM: arm64: Use find_vma_intersection()
  KVM: arm64: Fix address check for memory slot
  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              | 19 +++++++++++--------
 2 files changed, 11 insertions(+), 9 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] 34+ messages in thread

end of thread, other threads:[~2021-03-16  4:21 UTC | newest]

Thread overview: 34+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-03-15  4:18 [PATCH 0/4] KVM: arm64: Minor page fault handler improvement Gavin Shan
2021-03-15  4:18 ` Gavin Shan
2021-03-15  4:18 ` [PATCH 1/4] KVM: arm64: Hide kvm_mmu_wp_memory_region() Gavin Shan
2021-03-15  4:18   ` Gavin Shan
2021-03-15  7:49   ` Keqian Zhu
2021-03-15  7:49     ` Keqian Zhu
2021-03-15  4:18 ` [PATCH 2/4] KVM: arm64: Use find_vma_intersection() Gavin Shan
2021-03-15  4:18   ` Gavin Shan
2021-03-15  8:04   ` Keqian Zhu
2021-03-15  8:04     ` Keqian Zhu
2021-03-15  9:42     ` Gavin Shan
2021-03-15  9:42       ` Gavin Shan
2021-03-16  3:52       ` Gavin Shan
2021-03-16  3:52         ` Gavin Shan
2021-03-16  4:20         ` Keqian Zhu
2021-03-16  4:20           ` Keqian Zhu
2021-03-15  8:52   ` Marc Zyngier
2021-03-15  8:52     ` Marc Zyngier
2021-03-15  9:40     ` Gavin Shan
2021-03-15  9:40       ` Gavin Shan
2021-03-15  4:18 ` [PATCH 3/4] KVM: arm64: Fix address check for memory slot Gavin Shan
2021-03-15  4:18   ` Gavin Shan
2021-03-15  7:33   ` Keqian Zhu
2021-03-15  7:33     ` Keqian Zhu
2021-03-15  9:46     ` Gavin Shan
2021-03-15  9:46       ` Gavin Shan
2021-03-15  4:18 ` [PATCH 4/4] KVM: arm64: Don't retrieve memory slot again in page fault handler Gavin Shan
2021-03-15  4:18   ` Gavin Shan
2021-03-15  8:25   ` Keqian Zhu
2021-03-15  8:25     ` Keqian Zhu
2021-03-15  9:56     ` Gavin Shan
2021-03-15  9:56       ` Gavin Shan
2021-03-15 10:46       ` Keqian Zhu
2021-03-15 10:46         ` Keqian Zhu

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.