summaryrefslogtreecommitdiff
path: root/arch/x86/kvm/mmu.c
AgeCommit message (Expand)AuthorFilesLines
2019-09-18Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-22/+39
2019-09-14KVM: x86/mmu: Reintroduce fast invalidate/zap for flushing memslotSean Christopherson1-2/+99
2019-09-11kvm: Nested KVM MMUs need PAE root tooJiří Paleček1-8/+22
2019-08-22KVM: x86/mmu: Consolidate "is MMIO SPTE" codeSean Christopherson1-8/+8
2019-08-22KVM: x86/mmu: Add explicit access mask for MMIO SPTEsSean Christopherson1-6/+9
2019-08-21Revert "KVM: x86/mmu: Zap only the relevant pages when removing a memslot"Paolo Bonzini1-32/+1
2019-07-24Documentation: move Documentation/virtual to Documentation/virtChristoph Hellwig1-1/+1
2019-07-15x86: kvm: avoid constant-conversion warningArnd Bergmann1-3/+3
2019-07-12Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-74/+108
2019-07-12mm: lift the x86_32 PAE version of gup_get_pte to common codeChristoph Hellwig1-1/+1
2019-07-11Merge tag 'kvm-arm-for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Paolo Bonzini1-10/+11
2019-07-05KVM: x86: add tracepoints around __direct_map and FNAME(fetch)Paolo Bonzini1-7/+6
2019-07-05KVM: x86: change kvm_mmu_page_get_gfn BUG_ON to WARN_ONPaolo Bonzini1-3/+9
2019-07-05KVM: x86: remove now unneeded hugepage gfn adjustmentPaolo Bonzini1-6/+3
2019-07-05KVM: x86: make FNAME(fetch) and __direct_map more similarPaolo Bonzini1-28/+25
2019-07-05kvm: x86: Do not release the page inside mmu_set_spte()Junaid Shahid1-11/+7
2019-06-21Merge tag 'spdx-5.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds1-4/+1
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 499Thomas Gleixner1-4/+1
2019-06-19KVM: x86/mmu: Allocate PAE root array when using SVM's 32-bit NPTSean Christopherson1-6/+10
2019-06-13KVM: x86: clean up conditions for asynchronous page fault handlingPaolo Bonzini1-13/+0
2019-06-05kvm: Convert kvm_lock to a mutexJunaid Shahid1-2/+2
2019-06-04kvm: x86: Fix reserved bits related calculation errors caused by MKTMEKai Huang1-6/+27
2019-06-04kvm: x86: Move kvm_set_mmio_spte_mask() from x86.c to mmu.cKai Huang1-0/+31
2019-05-17Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-6/+17
2019-05-15kvm: x86: Fix L1TF mitigation for shadow MMUKai Huang1-5/+13
2019-04-30kvm, x86: Properly check whether a pfn is an MMIO or notKarimAllah Ahmed1-1/+4
2019-04-30x86/kvm/mmu: reset MMU context when 32-bit guest switches PAEVitaly Kuznetsov1-0/+1
2019-04-16kvm: mmu: Fix overflow on kvm mmu page limit calculationBen Gardon1-7/+6
2019-04-15KVM: x86/mmu: Fix an inverted list_empty() check when zapping sptesSean Christopherson1-1/+1
2019-03-28kvm: mmu: Used range based flushing in slot_handle_level_rangeBen Gardon1-2/+5
2019-03-28KVM: x86: remove check on nr_mmu_pages in kvm_arch_commit_memory_region()Wei Yang1-1/+1
2019-03-28KVM: SVM: Workaround errata#1096 (insn_len maybe zero on SMAP violation)Singh, Brijesh1-3/+5
2019-03-28KVM: x86: fix handling of role.cr4_pae and rename it to 'gpte_size'Sean Christopherson1-14/+24
2019-03-28KVM: nVMX: Do not inherit quadrant and invalid for the root shadow EPTSean Christopherson1-4/+9
2019-03-15Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-246/+220
2019-03-15Revert "KVM/MMU: Flush tlb directly in the kvm_zap_gfn_range()"Ben Gardon1-13/+3
2019-02-22KVM: MMU: record maximum physical address width in kvm_mmu_extended_roleYu Zhang1-0/+1
2019-02-22x86/kvm/mmu: fix switch between root and guest MMUsVitaly Kuznetsov1-4/+13
2019-02-20KVM: x86/mmu: Consolidate kvm_mmu_zap_all() and kvm_mmu_zap_mmio_sptes()Sean Christopherson1-23/+10
2019-02-20KVM: x86/mmu: WARN if zapping a MMIO spte results in zapping childrenSean Christopherson1-2/+5
2019-02-20KVM: x86/mmu: Differentiate between nr zapped and list unstableSean Christopherson1-10/+26
2019-02-20Revert "KVM: MMU: fast invalidate all pages"Sean Christopherson1-97/+1
2019-02-20KVM: x86/mmu: Voluntarily reschedule as needed when zapping all sptesSean Christopherson1-1/+2
2019-02-20KVM: x86/mmu: skip over invalid root pages when zapping all sptesSean Christopherson1-1/+4
2019-02-20Revert "KVM: x86: use the fast way to invalidate all pages"Sean Christopherson1-0/+15
2019-02-20Revert "KVM: MMU: add tracepoint for kvm_mmu_invalidate_all_pages"Sean Christopherson1-1/+0
2019-02-20Revert "KVM: MMU: zap pages in batch"Sean Christopherson1-11/+24
2019-02-20Revert "KVM: MMU: collapse TLB flushes when zap all pages"Sean Christopherson1-28/+3
2019-02-20Revert "KVM: MMU: reclaim the zapped-obsolete page first"Sean Christopherson1-17/+4
2019-02-20KVM: x86/mmu: Remove is_obsolete() callSean Christopherson1-5/+1