Re: [PATCH v2 0/3] KVM: arm64: Minor page fault handler improvement

2021-04-07 Thread Marc Zyngier
On Tue, 16 Mar 2021 12:11:23 +0800, Gavin Shan wrote: > 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 >

[PATCH v2 0/3] KVM: arm64: Minor page fault handler improvement

2021-03-15 Thread Gavin Shan
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