aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/mmu/tdp_mmu.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-11-30KVM: x86/mmu: Remove spurious TLB flushes in TDP MMU zap collapsible pathSean Christopherson1-3/+2
2021-10-22KVM: cleanup allocation of rmaps and page tracking dataDavid Stevens1-2/+0
2021-10-01KVM: MMU: change kvm_tdp_mmu_map() arguments to kvm_page_faultPaolo Bonzini1-3/+1
2021-08-20Revert "KVM: x86/mmu: Allow zap gfn range to operate under the mmu read lock"Sean Christopherson1-7/+4
2021-08-03KVM: const-ify all relevant uses of struct kvm_memory_slotHamza Mahfooz1-3/+3
2021-08-02KVM: x86/mmu: fast_page_fault support for the TDP MMUDavid Matlack1-0/+2
2021-08-02KVM: x86/mmu: Make walk_shadow_page_lockless_{begin,end} interoperate with the TDP MMUDavid Matlack1-0/+10
2021-06-24KVM: x86/mmu: Don't WARN on a NULL shadow page in TDP MMU checkSean Christopherson1-4/+6
2021-06-18KVM: x86/mmu: Refactor is_tdp_mmu_root into is_tdp_mmuDavid Matlack1-2/+3
2021-06-18KVM: x86/mmu: Remove redundant is_tdp_mmu_enabled checkDavid Matlack1-3/+1
2021-06-18KVM: x86: Stub out is_tdp_mmu_root on 32-bit hostsPaolo Bonzini1-6/+7
2021-06-17KVM: x86/mmu: Fix TDP MMU page table levelKai Huang1-1/+1
2021-06-17KVM: x86/mmu: Lazily allocate memslot rmapsBen Gardon1-2/+2
2021-06-17KVM: x86: Support write protecting only large pagesKeqian Zhu1-1/+2
2021-04-19KVM: x86/mmu: Tear down roots before kvm_mmu_zap_all_fast returnsBen Gardon1-0/+1
2021-04-19KVM: x86/mmu: Fast invalidation for TDP MMUBen Gardon1-0/+5
2021-04-19KVM: x86/mmu: Allow zap gfn range to operate under the mmu read lockBen Gardon1-5/+9
2021-04-19KVM: x86/mmu: handle cmpxchg failure in kvm_tdp_mmu_get_rootBen Gardon1-10/+3
2021-04-19KVM: x86/mmu: Make TDP MMU root refcount atomicBen Gardon1-3/+7
2021-04-19KVM: x86/mmu: Merge TDP MMU put and free rootBen Gardon1-9/+1
2021-04-19KVM: x86/mmu: Move kvm_mmu_(get|put)_root to TDP MMUBen Gardon1-0/+18
2021-04-19KVM: x86/mmu: Re-add const qualifier in kvm_tdp_mmu_zap_collapsible_sptesBen Gardon1-1/+2
2021-04-17KVM: Move x86's MMU notifier memslot walkers to generic codeSean Christopherson1-9/+5
2021-04-17KVM: x86/mmu: Pass address space ID to __kvm_tdp_mmu_zap_gfn_range()Sean Christopherson1-6/+7
2021-04-17KVM: x86/mmu: Coalesce TLB flushes when zapping collapsible SPTEsSean Christopherson1-2/+2
2021-03-30KVM: x86/mmu: Don't allow TDP MMU to yield when recovering NX pagesSean Christopherson1-1/+23
2021-02-19KVM: x86/mmu: Don't set dirty bits when disabling dirty logging w/ PMLSean Christopherson1-1/+0
2021-02-19KVM: x86/mmu: Consult max mapping level when zapping collapsible SPTEsSean Christopherson1-1/+1
2021-02-08KVM: x86: compile out TDP MMU on 32-bit systemsPaolo Bonzini1-4/+28
2021-01-07KVM: x86/mmu: Get root level from walkers when retrieving MMIO SPTESean Christopherson1-1/+3
2020-10-23kvm: x86/mmu: Support MMIO in the TDP MMUBen Gardon1-0/+2
2020-10-23kvm: x86/mmu: Support write protection for nesting in tdp MMUBen Gardon1-0/+3
2020-10-23kvm: x86/mmu: Support disabling dirty logging for the tdp MMUBen Gardon1-0/+2
2020-10-23kvm: x86/mmu: Support dirty logging for the TDP MMUBen Gardon1-0/+10
2020-10-23kvm: x86/mmu: Support changed pte notifier in tdp MMUBen Gardon1-0/+3
2020-10-23kvm: x86/mmu: Add access tracking for tdp_mmuBen Gardon1-0/+4
2020-10-23kvm: x86/mmu: Support invalidate range MMU notifier for TDP MMUBen Gardon1-0/+3
2020-10-23kvm: x86/mmu: Add TDP MMU PF handlerBen Gardon1-0/+4
2020-10-21kvm: x86/mmu: Support zapping SPTEs in the TDP MMUBen Gardon1-0/+2
2020-10-21kvm: x86/mmu: Allocate and free TDP MMU rootsBen Gardon1-0/+5
2020-10-21kvm: x86/mmu: Init / Uninit the TDP MMUBen Gardon1-0/+10