Merge tag 'kvm-x86-mmu-6.14' of https://github.com/kvm-x86/linux into HEAD
authorPaolo Bonzini <pbonzini@redhat.com>
Mon, 20 Jan 2025 11:36:55 +0000 (06:36 -0500)
committerPaolo Bonzini <pbonzini@redhat.com>
Mon, 20 Jan 2025 11:36:55 +0000 (06:36 -0500)
commitcae083c4e7ce2123fa173d3551b3f6468d6d6f9c
treebd2e528230293d598ecf89f2dae6c886e78a39d0
parent7a9164dc69fd56d0f5c4af6fce6552837b2b0bad
parent2d5faa6a8402435d6332e8e8f3c3f18cca382d83
Merge tag 'kvm-x86-mmu-6.14' of https://github.com/kvm-x86/linux into HEAD

KVM x86 MMU changes for 6.14:

 - Add a comment to kvm_mmu_do_page_fault() to explain why KVM performs a
   direct call to kvm_tdp_page_fault() when RETPOLINE is enabled.