summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/mmu (follow)
Commit message (Expand)AuthorAgeFilesLines
* KVM: x86/mmu: Don't advance iterator after restart due to yieldingSean Christopherson2021-12-203-13/+28
* KVM: x86: Retry page fault if MMU reload is pending and root has no spSean Christopherson2021-12-191-1/+15
* KVM: x86/mmu: Retry page fault if root is invalidated by memslot updateSean Christopherson2021-12-022-3/+23
* KVM: x86/mmu: Handle "default" period when selectively waking kthreadSean Christopherson2021-11-301-15/+33
* KVM: MMU: shadow nested paging does not have PKUPaolo Bonzini2021-11-301-2/+2
* KVM: x86/mmu: Remove spurious TLB flushes in TDP MMU zap collapsible pathSean Christopherson2021-11-303-25/+11
* KVM: x86/mmu: Use yield-safe TDP MMU root iter in MMU notifier unmappingSean Christopherson2021-11-301-1/+1
* KVM: X86: Use vcpu->arch.walk_mmu for kvm_mmu_invlpg()Lai Jiangshan2021-11-261-1/+1
* KVM: X86: Fix when shadow_root_level=5 && guest root_level<4Lai Jiangshan2021-11-261-2/+2
* KVM: x86: Forbid KVM_SET_CPUID{,2} after KVM_RUNVitaly Kuznetsov2021-11-261-17/+11
* KVM: x86/mmu: Pass parameter flush as false in kvm_tdp_mmu_zap_collapsible_sp...Hou Wenlong2021-11-181-2/+2
* KVM: x86/mmu: Skip tlb flush if it has been done in zap_gfn_range()Hou Wenlong2021-11-182-3/+3
* KVM: x86/mmu: Fix TLB flush range when handling disconnected ptBen Gardon2021-11-181-6/+4
* Merge branch 'kvm-5.16-fixes' into kvm-masterPaolo Bonzini2021-11-181-0/+1
|\
| * KVM: x86/mmu: include EFER.LMA in extended mmu roleMaxim Levitsky2021-11-181-0/+1
* | Merge branch 'kvm-5.16-fixes' into kvm-masterPaolo Bonzini2021-11-112-6/+6
|\|
| * kvm: mmu: Use fast PF path for access tracking of huge pages when possibleJunaid Shahid2021-11-111-5/+5
| * KVM: x86/mmu: Properly dereference rcu-protected TDP MMU sptep iteratorSean Christopherson2021-11-111-1/+1
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2021-11-029-582/+556
|\|
| * KVM: x86/mmu: Extract zapping of rmaps for gfn range to separate helperSean Christopherson2021-10-221-22/+30
| * KVM: x86/mmu: Drop a redundant remote TLB flush in kvm_zap_gfn_range()Sean Christopherson2021-10-221-3/+0
| * KVM: x86/mmu: Drop a redundant, broken remote TLB flushSean Christopherson2021-10-221-4/+2
| * KVM: X86: Don't unload MMU in kvm_vcpu_flush_tlb_guest()Lai Jiangshan2021-10-221-0/+16
| * KVM: X86: pair smp_wmb() of mmu_try_to_unsync_pages() with smp_rmb()Lai Jiangshan2021-10-221-14/+27
| * kvm: x86: mmu: Make NX huge page recovery period configurableJunaid Shahid2021-10-221-11/+30
| * KVM: x86/mmu: Rename slot_handle_leaf to slot_handle_level_4kDavid Matlack2021-10-221-5/+13
| * KVM: x86/mmu: clean up prefetch/prefault/speculative namingPaolo Bonzini2021-10-226-13/+13
| * KVM: cleanup allocation of rmaps and page tracking dataDavid Stevens2021-10-223-59/+78
| * KVM: x86: avoid warning with -Wbitwise-instead-of-logicalPaolo Bonzini2021-10-181-6/+1
| * KVM: x86/mmu: kvm_faultin_pfn has to return false if pfh is returnedAndrei Vagin2021-10-181-0/+1
| * KVM: x86: only allocate gfn_track when necessaryDavid Stevens2021-10-012-5/+78
| * KVM: x86/mmu: Avoid memslot lookup in make_spte and mmu_try_to_unsync_pagesDavid Matlack2021-10-017-22/+21
| * KVM: x86/mmu: Avoid memslot lookup in rmap_addDavid Matlack2021-10-012-23/+16
| * KVM: MMU: pass struct kvm_page_fault to mmu_set_sptePaolo Bonzini2021-10-012-17/+13
| * KVM: MMU: pass kvm_mmu_page struct to make_sptePaolo Bonzini2021-10-015-16/+18
| * KVM: MMU: set ad_disabled in TDP MMU rolePaolo Bonzini2021-10-011-0/+1
| * KVM: MMU: remove unnecessary argument to mmu_set_sptePaolo Bonzini2021-10-012-6/+7
| * KVM: MMU: clean up make_spte return valuePaolo Bonzini2021-10-015-22/+12
| * KVM: MMU: inline set_spte in FNAME(sync_page)Paolo Bonzini2021-10-012-30/+12
| * KVM: MMU: inline set_spte in mmu_set_sptePaolo Bonzini2021-10-011-15/+16
| * KVM: x86/mmu: Avoid memslot lookup in page_fault_handle_page_trackDavid Matlack2021-10-012-8/+14
| * KVM: x86/mmu: Pass the memslot around via struct kvm_page_faultDavid Matlack2021-10-013-23/+17
| * 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-013-23/+4
| * KVM: x86/mmu: Fold rmap_recycle into rmap_addDavid Matlack2021-10-011-26/+14
| * KVM: x86/mmu: Verify shadow walk doesn't terminate early in page faultsSean Christopherson2021-10-012-2/+8
| * KVM: MMU: change tracepoints arguments to kvm_page_faultPaolo Bonzini2021-10-014-13/+13
| * KVM: MMU: change disallowed_hugepage_adjust() arguments to kvm_page_faultPaolo Bonzini2021-10-014-17/+11
| * KVM: MMU: change kvm_mmu_hugepage_adjust() arguments to kvm_page_faultPaolo Bonzini2021-10-014-65/+44
| * KVM: MMU: change fast_page_fault() arguments to kvm_page_faultPaolo Bonzini2021-10-011-22/+17