summaryrefslogtreecommitdiff
path: root/arch/x86/kvm/mmu/tdp_mmu.c
AgeCommit message (Expand)AuthorFilesLines
2022-02-10KVM: x86/mmu: Change tdp_mmu_{set,zap}_spte_atomic() to return 0/-EBUSYDavid Matlack1-21/+26
2022-02-10KVM: x86/mmu: Automatically update iter->old_spte if cmpxchg failsDavid Matlack1-29/+23
2022-02-10KVM: x86/mmu: Check SPTE writable invariants when setting leaf SPTEsDavid Matlack1-0/+3
2022-02-10KVM: x86/tdp_mmu: Remove unused "kvm" of kvm_tdp_mmu_get_root()Jinrong Liang1-2/+2
2022-02-10KVM: x86/mmu: Zap _all_ roots when unmapping gfn range in TDP MMUSean Christopherson1-15/+24
2022-02-10KVM: x86/mmu: Move "invalid" check out of kvm_tdp_mmu_get_root()Sean Christopherson1-2/+10
2022-02-10KVM: x86/mmu: Use common TDP MMU zap helper for MMU notifier unmap hookSean Christopherson1-7/+2
2022-01-19KVM: x86/mmu: Fix write-protection of PTs mapped by the TDP MMUDavid Matlack1-3/+3
2021-12-21Merge remote-tracking branch 'kvm/master' into HEADPaolo Bonzini1-13/+16
2021-12-20KVM: x86/mmu: Don't advance iterator after restart due to yieldingSean Christopherson1-13/+16
2021-12-08KVM: X86: Rename gpte_is_8_bytes to has_4_byte_gpte and invert the directionLai Jiangshan1-1/+1
2021-11-30KVM: x86/mmu: Remove spurious TLB flushes in TDP MMU zap collapsible pathSean Christopherson1-15/+7
2021-11-30KVM: x86/mmu: Use yield-safe TDP MMU root iter in MMU notifier unmappingSean Christopherson1-1/+1
2021-11-18KVM: x86/mmu: Skip tlb flush if it has been done in zap_gfn_range()Hou Wenlong1-2/+2
2021-11-18KVM: x86/mmu: Fix TLB flush range when handling disconnected ptBen Gardon1-6/+4
2021-11-11KVM: x86/mmu: Properly dereference rcu-protected TDP MMU sptep iteratorSean Christopherson1-1/+1
2021-10-22KVM: x86/mmu: clean up prefetch/prefault/speculative namingPaolo Bonzini1-1/+1
2021-10-01KVM: x86/mmu: Avoid memslot lookup in make_spte and mmu_try_to_unsync_pagesDavid Matlack1-1/+1
2021-10-01KVM: MMU: pass kvm_mmu_page struct to make_sptePaolo Bonzini1-3/+4
2021-10-01KVM: MMU: set ad_disabled in TDP MMU rolePaolo Bonzini1-0/+1
2021-10-01KVM: MMU: clean up make_spte return valuePaolo Bonzini1-3/+3
2021-10-01KVM: x86/mmu: Pass the memslot around via struct kvm_page_faultDavid Matlack1-1/+1
2021-10-01KVM: MMU: unify tdp_mmu_map_set_spte_atomic and tdp_mmu_set_spte_atomic_no_di...Paolo Bonzini1-30/+10
2021-10-01KVM: MMU: mark page dirty in make_sptePaolo Bonzini1-20/+1
2021-10-01KVM: MMU: change tracepoints arguments to kvm_page_faultPaolo Bonzini1-1/+1
2021-10-01KVM: MMU: change disallowed_hugepage_adjust() arguments to kvm_page_faultPaolo Bonzini1-2/+1
2021-10-01KVM: MMU: change kvm_mmu_hugepage_adjust() arguments to kvm_page_faultPaolo Bonzini1-13/+8
2021-10-01KVM: MMU: change tdp_mmu_map_handle_target_level() arguments to kvm_page_faultPaolo Bonzini1-10/+8
2021-10-01KVM: MMU: change kvm_tdp_mmu_map() arguments to kvm_page_faultPaolo Bonzini1-14/+9
2021-09-30KVM: X86: Don't flush current tlb on shadow page modificationLai Jiangshan1-1/+0
2021-08-20KVM: x86/mmu: Drop 'shared' param from tdp_mmu_link_page()Sean Christopherson1-13/+4
2021-08-20KVM: x86/mmu: Add detailed page size statsMingwei Zhang1-13/+2
2021-08-20KVM: x86/mmu: Avoid collision with !PRESENT SPTEs in TDP MMU lpage statsSean Christopherson1-7/+13
2021-08-20Revert "KVM: x86/mmu: Allow zap gfn range to operate under the mmu read lock"Sean Christopherson1-11/+4
2021-08-13Merge branch 'kvm-tdpmmu-fixes' into HEADPaolo Bonzini1-11/+24
2021-08-13KVM: x86/mmu: Don't step down in the TDP iterator when zapping all SPTEsSean Christopherson1-1/+8
2021-08-13KVM: x86/mmu: Don't leak non-leaf SPTEs when zapping all SPTEsSean Christopherson1-10/+16
2021-08-06KVM: x86/mmu: Leverage vcpu->last_used_slot in tdp_mmu_map_handle_target_levelDavid Matlack1-9/+33
2021-08-03KVM: const-ify all relevant uses of struct kvm_memory_slotHamza Mahfooz1-3/+4
2021-08-02KVM: x86: enable TDP MMU by defaultPaolo Bonzini1-1/+1
2021-08-02KVM: x86/mmu: fast_page_fault support for the TDP MMUDavid Matlack1-0/+41
2021-08-02KVM: x86/mmu: Make walk_shadow_page_lockless_{begin,end} interoperate with th...David Matlack1-4/+2
2021-06-29Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-17/+26
2021-06-18KVM: x86/mmu: Remove redundant root_hpa checksDavid Matlack1-3/+0
2021-06-18KVM: x86/mmu: Remove redundant is_tdp_mmu_root checkDavid Matlack1-2/+0
2021-06-17KVM: x86/mmu: Fix TDP MMU page table levelKai Huang1-4/+4
2021-06-17KVM: x86/mmu: Fix pf_fixed count in tdp_mmu_map_handle_target_level()Kai Huang1-1/+5
2021-06-17KVM: x86/mmu: Fix return value in tdp_mmu_map_handle_target_level()Kai Huang1-1/+1
2021-06-17KVM: x86/mmu: Lazily allocate memslot rmapsBen Gardon1-2/+4
2021-06-17KVM: x86: Support write protecting only large pagesKeqian Zhu1-4/+12