summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/mmu/tdp_mmu.c
Commit message (Expand)AuthorAgeFilesLines
* kvm: x86/mmu: Use cpuid to determine max gfnRick Edgecombe2020-12-041-2/+2
* kvm: mmu: fix is_tdp_mmu_check when the TDP MMU is not in usePaolo Bonzini2020-11-151-0/+7
* KVM: x86/mmu: Avoid modulo operator on 64-bit value to fix i386 buildSean Christopherson2020-10-241-1/+1
* kvm: x86/mmu: NX largepage recovery for TDP MMUBen Gardon2020-10-231-0/+6
* kvm: x86/mmu: Support MMIO in the TDP MMUBen Gardon2020-10-231-0/+21
* kvm: x86/mmu: Support write protection for nesting in tdp MMUBen Gardon2020-10-231-0/+50
* kvm: x86/mmu: Support disabling dirty logging for the tdp MMUBen Gardon2020-10-231-0/+58
* kvm: x86/mmu: Support dirty logging for the TDP MMUBen Gardon2020-10-231-3/+296
* kvm: x86/mmu: Support changed pte notifier in tdp MMUBen Gardon2020-10-231-0/+56
* kvm: x86/mmu: Add access tracking for tdp_mmuBen Gardon2020-10-231-5/+110
* kvm: x86/mmu: Support invalidate range MMU notifier for TDP MMUBen Gardon2020-10-231-5/+75
* 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-211-0/+113
* kvm: x86/mmu: Add functions to handle changed TDP SPTEsBen Gardon2020-10-211-0/+112
* kvm: x86/mmu: Allocate and free TDP MMU rootsBen Gardon2020-10-211-0/+102
* kvm: x86/mmu: Init / Uninit the TDP MMUBen Gardon2020-10-211-0/+30