summaryrefslogtreecommitdiff
path: root/arch/x86/kvm/mmu/tdp_mmu.c
AgeCommit message (Expand)Author
2023-08-30Revert "KVM: x86: enable TDP MMU by default"Sean Christopherson
2022-07-12KVM: x86/mmu: Use common TDP MMU zap helper for MMU notifier unmap hookSean Christopherson
2022-07-12KVM: x86/mmu: Use yield-safe TDP MMU root iter in MMU notifier unmappingSean Christopherson
2022-04-08KVM: x86/mmu: Check for present SPTE when clearing dirty bit in TDP MMUSean Christopherson
2022-04-08KVM: x86/mmu: Zap _all_ roots when unmapping gfn range in TDP MMUSean Christopherson
2022-04-08KVM: x86/mmu: Move "invalid" check out of kvm_tdp_mmu_get_root()Sean Christopherson
2022-01-27KVM: x86/mmu: Fix write-protection of PTs mapped by the TDP MMUDavid Matlack
2021-12-29KVM: x86/mmu: Don't advance iterator after restart due to yieldingSean Christopherson
2021-12-08KVM: x86/mmu: Remove spurious TLB flushes in TDP MMU zap collapsible pathSean Christopherson
2021-12-08KVM: x86/mmu: Skip tlb flush if it has been done in zap_gfn_range()Hou Wenlong
2021-12-08KVM: x86/mmu: Fix TLB flush range when handling disconnected ptBen Gardon
2021-08-20KVM: x86/mmu: Drop 'shared' param from tdp_mmu_link_page()Sean Christopherson
2021-08-20KVM: x86/mmu: Add detailed page size statsMingwei Zhang
2021-08-20KVM: x86/mmu: Avoid collision with !PRESENT SPTEs in TDP MMU lpage statsSean Christopherson
2021-08-20Revert "KVM: x86/mmu: Allow zap gfn range to operate under the mmu read lock"Sean Christopherson
2021-08-13Merge branch 'kvm-tdpmmu-fixes' into HEADPaolo Bonzini
2021-08-13KVM: x86/mmu: Don't step down in the TDP iterator when zapping all SPTEsSean Christopherson
2021-08-13KVM: x86/mmu: Don't leak non-leaf SPTEs when zapping all SPTEsSean Christopherson
2021-08-06KVM: x86/mmu: Leverage vcpu->last_used_slot in tdp_mmu_map_handle_target_levelDavid Matlack
2021-08-03KVM: const-ify all relevant uses of struct kvm_memory_slotHamza Mahfooz
2021-08-02KVM: x86: enable TDP MMU by defaultPaolo Bonzini
2021-08-02KVM: x86/mmu: fast_page_fault support for the TDP MMUDavid Matlack
2021-08-02KVM: x86/mmu: Make walk_shadow_page_lockless_{begin,end} interoperate with th...David Matlack
2021-06-28Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2021-06-18KVM: x86/mmu: Remove redundant root_hpa checksDavid Matlack
2021-06-18KVM: x86/mmu: Remove redundant is_tdp_mmu_root checkDavid Matlack
2021-06-17KVM: x86/mmu: Fix TDP MMU page table levelKai Huang
2021-06-17KVM: x86/mmu: Fix pf_fixed count in tdp_mmu_map_handle_target_level()Kai Huang
2021-06-17KVM: x86/mmu: Fix return value in tdp_mmu_map_handle_target_level()Kai Huang
2021-06-17KVM: x86/mmu: Lazily allocate memslot rmapsBen Gardon
2021-06-17KVM: x86: Support write protecting only large pagesKeqian Zhu
2021-06-07Merge tag 'v5.13-rc5' into x86/cleanupsBorislav Petkov
2021-05-27KVM: x86/mmu: Fix comment mentioning skip_4kDavid Matlack
2021-05-12x86: Fix leftover comment typosIngo Molnar
2021-05-03KVM: x86/mmu: Fix kdoc of __handle_changed_spteKai Huang
2021-05-03kvm/x86: Fix 'lpages' kvm stat for TDM MMUShahin, Md Shahadat Hossain
2021-05-03KVM: x86/mmu: Avoid unnecessary page table allocation in kvm_tdp_mmu_map()Kai Huang
2021-05-01Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2021-04-26Merge tag 'x86_cleanups_for_v5.13' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2021-04-19KVM: x86/mmu: Tear down roots before kvm_mmu_zap_all_fast returnsBen Gardon
2021-04-19KVM: x86/mmu: Fast invalidation for TDP MMUBen Gardon
2021-04-19KVM: x86/mmu: Allow enabling/disabling dirty logging under MMU read lockBen Gardon
2021-04-19KVM: x86/mmu: Allow zapping collapsible SPTEs to use MMU read lockBen Gardon
2021-04-19KVM: x86/mmu: Allow zap gfn range to operate under the mmu read lockBen Gardon
2021-04-19KVM: x86/mmu: Protect the tdp_mmu_roots list with RCUBen Gardon
2021-04-19KVM: x86/mmu: handle cmpxchg failure in kvm_tdp_mmu_get_rootBen Gardon
2021-04-19KVM: x86/mmu: Make TDP MMU root refcount atomicBen Gardon
2021-04-19KVM: x86/mmu: Refactor yield safe root iteratorBen Gardon
2021-04-19KVM: x86/mmu: Merge TDP MMU put and free rootBen Gardon
2021-04-19KVM: x86/mmu: use tdp_mmu_free_sp to free rootsBen Gardon