summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/mmu/tdp_mmu.c
Commit message (Expand)AuthorAgeFilesLines
* KVM: x86/mmu: Fix write-protection of PTs mapped by the TDP MMUDavid Matlack2022-01-191-3/+3
* Merge remote-tracking branch 'kvm/master' into HEADPaolo Bonzini2021-12-211-13/+16
|\
| * KVM: x86/mmu: Don't advance iterator after restart due to yieldingSean Christopherson2021-12-201-13/+16
* | KVM: X86: Rename gpte_is_8_bytes to has_4_byte_gpte and invert the directionLai Jiangshan2021-12-081-1/+1
|/
* KVM: x86/mmu: Remove spurious TLB flushes in TDP MMU zap collapsible pathSean Christopherson2021-11-301-15/+7
* KVM: x86/mmu: Use yield-safe TDP MMU root iter in MMU notifier unmappingSean Christopherson2021-11-301-1/+1
* KVM: x86/mmu: Skip tlb flush if it has been done in zap_gfn_range()Hou Wenlong2021-11-181-2/+2
* KVM: x86/mmu: Fix TLB flush range when handling disconnected ptBen Gardon2021-11-181-6/+4
* KVM: x86/mmu: Properly dereference rcu-protected TDP MMU sptep iteratorSean Christopherson2021-11-111-1/+1
* KVM: x86/mmu: clean up prefetch/prefault/speculative namingPaolo Bonzini2021-10-221-1/+1
* KVM: x86/mmu: Avoid memslot lookup in make_spte and mmu_try_to_unsync_pagesDavid Matlack2021-10-011-1/+1
* KVM: MMU: pass kvm_mmu_page struct to make_sptePaolo Bonzini2021-10-011-3/+4
* KVM: MMU: set ad_disabled in TDP MMU rolePaolo Bonzini2021-10-011-0/+1
* KVM: MMU: clean up make_spte return valuePaolo Bonzini2021-10-011-3/+3
* KVM: x86/mmu: Pass the memslot around via struct kvm_page_faultDavid Matlack2021-10-011-1/+1
* KVM: MMU: unify tdp_mmu_map_set_spte_atomic and tdp_mmu_set_spte_atomic_no_di...Paolo Bonzini2021-10-011-30/+10
* KVM: MMU: mark page dirty in make_sptePaolo Bonzini2021-10-011-20/+1
* KVM: MMU: change tracepoints arguments to kvm_page_faultPaolo Bonzini2021-10-011-1/+1
* KVM: MMU: change disallowed_hugepage_adjust() arguments to kvm_page_faultPaolo Bonzini2021-10-011-2/+1
* KVM: MMU: change kvm_mmu_hugepage_adjust() arguments to kvm_page_faultPaolo Bonzini2021-10-011-13/+8
* KVM: MMU: change tdp_mmu_map_handle_target_level() arguments to kvm_page_faultPaolo Bonzini2021-10-011-10/+8
* KVM: MMU: change kvm_tdp_mmu_map() arguments to kvm_page_faultPaolo Bonzini2021-10-011-14/+9
* KVM: X86: Don't flush current tlb on shadow page modificationLai Jiangshan2021-09-301-1/+0
* KVM: x86/mmu: Drop 'shared' param from tdp_mmu_link_page()Sean Christopherson2021-08-201-13/+4
* KVM: x86/mmu: Add detailed page size statsMingwei Zhang2021-08-201-13/+2
* KVM: x86/mmu: Avoid collision with !PRESENT SPTEs in TDP MMU lpage statsSean Christopherson2021-08-201-7/+13
* Revert "KVM: x86/mmu: Allow zap gfn range to operate under the mmu read lock"Sean Christopherson2021-08-201-11/+4
* Merge branch 'kvm-tdpmmu-fixes' into HEADPaolo Bonzini2021-08-131-11/+24
|\
| * KVM: x86/mmu: Don't step down in the TDP iterator when zapping all SPTEsSean Christopherson2021-08-131-1/+8
| * KVM: x86/mmu: Don't leak non-leaf SPTEs when zapping all SPTEsSean Christopherson2021-08-131-10/+16
* | KVM: x86/mmu: Leverage vcpu->last_used_slot in tdp_mmu_map_handle_target_levelDavid Matlack2021-08-061-9/+33
* | KVM: const-ify all relevant uses of struct kvm_memory_slotHamza Mahfooz2021-08-031-3/+4
* | KVM: x86: enable TDP MMU by defaultPaolo Bonzini2021-08-021-1/+1
* | KVM: x86/mmu: fast_page_fault support for the TDP MMUDavid Matlack2021-08-021-0/+41
* | KVM: x86/mmu: Make walk_shadow_page_lockless_{begin,end} interoperate with th...David Matlack2021-08-021-4/+2
|/
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2021-06-281-17/+26
|\
| * KVM: x86/mmu: Remove redundant root_hpa checksDavid Matlack2021-06-181-3/+0
| * KVM: x86/mmu: Remove redundant is_tdp_mmu_root checkDavid Matlack2021-06-181-2/+0
| * KVM: x86/mmu: Fix TDP MMU page table levelKai Huang2021-06-171-4/+4
| * KVM: x86/mmu: Fix pf_fixed count in tdp_mmu_map_handle_target_level()Kai Huang2021-06-171-1/+5
| * KVM: x86/mmu: Fix return value in tdp_mmu_map_handle_target_level()Kai Huang2021-06-171-1/+1
| * KVM: x86/mmu: Lazily allocate memslot rmapsBen Gardon2021-06-171-2/+4
| * KVM: x86: Support write protecting only large pagesKeqian Zhu2021-06-171-4/+12
* | Merge tag 'v5.13-rc5' into x86/cleanupsBorislav Petkov2021-06-071-3/+3
|\|
| * KVM: x86/mmu: Fix comment mentioning skip_4kDavid Matlack2021-05-271-3/+3
* | x86: Fix leftover comment typosIngo Molnar2021-05-121-1/+1
|/
* KVM: x86/mmu: Fix kdoc of __handle_changed_spteKai Huang2021-05-031-1/+1
* kvm/x86: Fix 'lpages' kvm stat for TDM MMUShahin, Md Shahadat Hossain2021-05-031-0/+7
* KVM: x86/mmu: Avoid unnecessary page table allocation in kvm_tdp_mmu_map()Kai Huang2021-05-031-0/+8
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2021-05-011-318/+422
|\