]> www.infradead.org Git - nvme.git/commit
Merge tag 'kvm-x86-mmu-6.11' of https://github.com/kvm-x86/linux into HEAD
authorPaolo Bonzini <pbonzini@redhat.com>
Tue, 16 Jul 2024 13:53:28 +0000 (09:53 -0400)
committerPaolo Bonzini <pbonzini@redhat.com>
Tue, 16 Jul 2024 13:53:28 +0000 (09:53 -0400)
commit34b69edecb47284e81f0204a50db5e55fe93cb52
tree722b0301f0d4d32255ed6e8a9d5b761fa79a1e21
parent5dcc1e76144fcf7bfe182bd98572d1957a380bac
parent0089c055b56024edf90e85dc852440b713ce8cb5
Merge tag 'kvm-x86-mmu-6.11' of https://github.com/kvm-x86/linux into HEAD

KVM x86 MMU changes for 6.11

 - Don't allocate kvm_mmu_page.shadowed_translation for shadow pages that can't
   hold leafs SPTEs.

 - Unconditionally drop mmu_lock when allocating TDP MMU page tables for eager
   page splitting to avoid stalling vCPUs when splitting huge pages.

 - Misc cleanups
arch/x86/kvm/mmu/mmu.c
arch/x86/kvm/mmu/tdp_mmu.c