summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/mmu/tdp_mmu.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* kvm: x86/mmu: Allocate struct kvm_mmu_pages for all pages in TDP MMUBen Gardon2020-10-231-3/+10
* kvm: x86/mmu: Add TDP MMU PF handlerBen Gardon2020-10-231-0/+134
* kvm: x86/mmu: Support zapping SPTEs in the TDP MMUBen Gardon2020-10-221-0/+113
* kvm: x86/mmu: Add functions to handle changed TDP SPTEsBen Gardon2020-10-221-0/+112
* kvm: x86/mmu: Allocate and free TDP MMU rootsBen Gardon2020-10-221-0/+102
* kvm: x86/mmu: Init / Uninit the TDP MMUBen Gardon2020-10-221-0/+30