Message ID | 20200623194027.23135-1-sean.j.christopherson@intel.com (mailing list archive) |
---|---|
Headers | show |
Series | KVM: x86/mmu: Optimizations for kvm_get_mmu_page() | expand |
On 23/06/20 21:40, Sean Christopherson wrote: > Avoid multiple hash lookups in kvm_get_mmu_page(), and tweak the cache > loop to optimize it for TDP. > > Sean Christopherson (2): > KVM: x86/mmu: Avoid multiple hash lookups in kvm_get_mmu_page() > KVM: x86/mmu: Optimize MMU page cache lookup for fully direct MMUs > > arch/x86/kvm/mmu/mmu.c | 26 ++++++++++++++++---------- > 1 file changed, 16 insertions(+), 10 deletions(-) > Queued, thanks. Paolo