summaryrefslogtreecommitdiff
path: root/arch/x86/kvm/mmu/tdp_mmu.c
AgeCommit message (Expand)Author
2020-10-24KVM: x86/mmu: Avoid modulo operator on 64-bit value to fix i386 buildSean Christopherson
2020-10-23kvm: x86/mmu: NX largepage recovery for TDP MMUBen Gardon
2020-10-23kvm: x86/mmu: Support MMIO in the TDP MMUBen Gardon
2020-10-23kvm: x86/mmu: Support write protection for nesting in tdp MMUBen Gardon
2020-10-23kvm: x86/mmu: Support disabling dirty logging for the tdp MMUBen Gardon
2020-10-23kvm: x86/mmu: Support dirty logging for the TDP MMUBen Gardon
2020-10-23kvm: x86/mmu: Support changed pte notifier in tdp MMUBen Gardon
2020-10-23kvm: x86/mmu: Add access tracking for tdp_mmuBen Gardon
2020-10-23kvm: x86/mmu: Support invalidate range MMU notifier for TDP MMUBen Gardon
2020-10-23kvm: x86/mmu: Allocate struct kvm_mmu_pages for all pages in TDP MMUBen Gardon
2020-10-23kvm: x86/mmu: Add TDP MMU PF handlerBen Gardon
2020-10-21kvm: x86/mmu: Support zapping SPTEs in the TDP MMUBen Gardon
2020-10-21kvm: x86/mmu: Add functions to handle changed TDP SPTEsBen Gardon
2020-10-21kvm: x86/mmu: Allocate and free TDP MMU rootsBen Gardon
2020-10-21kvm: x86/mmu: Init / Uninit the TDP MMUBen Gardon