summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/mmu/mmu.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* KVM: x86/mmu: make apf token non-zero to fix bugLiang Zhang2022-02-241-1/+12
* KVM: x86/mmu: Improve TLB flush comment in kvm_mmu_slot_remove_write_access()David Matlack2022-01-191-9/+22
* Merge remote-tracking branch 'kvm/master' into HEADPaolo Bonzini2021-12-211-1/+15
|\
| * KVM: x86: Retry page fault if MMU reload is pending and root has no spSean Christopherson2021-12-191-1/+15
* | KVM: X86: Rename gpte_is_8_bytes to has_4_byte_gpte and invert the directionLai Jiangshan2021-12-081-6/+6
* | KVM: X86: Add parameter huge_page_level to kvm_init_shadow_ept_mmu()Lai Jiangshan2021-12-081-2/+3
* | KVM: X86: Add huge_page_level to __reset_rsvds_bits_mask_ept()Lai Jiangshan2021-12-081-10/+19
* | KVM: X86: Remove mmu->translate_gpaLai Jiangshan2021-12-081-10/+1
* | KVM: X86: Add parameter struct kvm_mmu *mmu into mmu->gva_to_gpa()Lai Jiangshan2021-12-081-16/+8
* | KVM: X86: Calculate quadrant when !role.gpte_is_8_bytesLai Jiangshan2021-12-081-1/+1
* | KVM: X86: Remove useless code to set role.gpte_is_8_bytes when role.directLai Jiangshan2021-12-081-2/+0
* | KVM: X86: Fix comment in __kvm_mmu_create()Lai Jiangshan2021-12-081-1/+1
* | KVM: X86: Skip allocating pae_root for vcpu->arch.guest_mmu when !tdp_enabledLai Jiangshan2021-12-081-0/+4
* | KVM: x86: change TLB flush indicator to boolVihas Mak2021-12-081-5/+5
* | KVM: x86/mmu: Propagate memslot const qualifierBen Gardon2021-12-081-1/+1
* | KVM: x86/mmu: Remove need for a vcpu from mmu_try_to_unsync_pagesBen Gardon2021-12-081-8/+8
* | KVM: x86/mmu: Remove need for a vcpu from kvm_slot_page_track_is_activeBen Gardon2021-12-081-2/+2
* | KVM: Optimize gfn lookup in kvm_zap_gfn_range()Maciej S. Szmigiero2021-12-081-3/+9
* | KVM: Keep memslots in tree-based structures instead of array-based onesMaciej S. Szmigiero2021-12-081-4/+4
* | KVM: x86: Use nr_memslot_pages to avoid traversing the memslots arrayMaciej S. Szmigiero2021-12-081-24/+0
|/
* KVM: x86/mmu: Retry page fault if root is invalidated by memslot updateSean Christopherson2021-12-021-2/+21
* 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-301-7/+2
* 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-181-1/+1
* 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-111-5/+5
|\|
| * kvm: mmu: Use fast PF path for access tracking of huge pages when possibleJunaid Shahid2021-11-111-5/+5
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2021-11-021-341/+361
|\|
| * 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-221-5/+5
| * KVM: cleanup allocation of rmaps and page tracking dataDavid Stevens2021-10-221-15/+63
| * 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-011-2/+9
| * KVM: x86/mmu: Avoid memslot lookup in make_spte and mmu_try_to_unsync_pagesDavid Matlack2021-10-011-4/+4
| * KVM: x86/mmu: Avoid memslot lookup in rmap_addDavid Matlack2021-10-011-20/+7
| * KVM: MMU: pass struct kvm_page_fault to mmu_set_sptePaolo Bonzini2021-10-011-7/+10
| * KVM: MMU: pass kvm_mmu_page struct to make_sptePaolo Bonzini2021-10-011-2/+2
| * KVM: MMU: remove unnecessary argument to mmu_set_sptePaolo Bonzini2021-10-011-3/+4