summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/mmu.c
Commit message (Expand)AuthorAgeFilesLines
* Revert "KVM: x86/mmu: Zap only the relevant pages when removing a memslot"Paolo Bonzini2019-08-211-32/+1Star
* Documentation: move Documentation/virtual to Documentation/virtChristoph Hellwig2019-07-241-1/+1
* x86: kvm: avoid constant-conversion warningArnd Bergmann2019-07-151-3/+3
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2019-07-131-74/+108
|\
| * Merge tag 'kvm-arm-for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Paolo Bonzini2019-07-111-10/+11
| |\
| * | KVM: x86: add tracepoints around __direct_map and FNAME(fetch)Paolo Bonzini2019-07-051-7/+6Star
| * | KVM: x86: change kvm_mmu_page_get_gfn BUG_ON to WARN_ONPaolo Bonzini2019-07-051-3/+9
| * | KVM: x86: remove now unneeded hugepage gfn adjustmentPaolo Bonzini2019-07-051-6/+3Star
| * | KVM: x86: make FNAME(fetch) and __direct_map more similarPaolo Bonzini2019-07-051-28/+25Star
| * | kvm: x86: Do not release the page inside mmu_set_spte()Junaid Shahid2019-07-051-11/+7Star
| * | KVM: x86: clean up conditions for asynchronous page fault handlingPaolo Bonzini2019-06-131-13/+0Star
| * | kvm: Convert kvm_lock to a mutexJunaid Shahid2019-06-051-2/+2
| * | kvm: x86: Fix reserved bits related calculation errors caused by MKTMEKai Huang2019-06-041-6/+27
| * | kvm: x86: Move kvm_set_mmio_spte_mask() from x86.c to mmu.cKai Huang2019-06-041-0/+31
* | | mm: lift the x86_32 PAE version of gup_get_pte to common codeChristoph Hellwig2019-07-121-1/+1
| |/ |/|
* | Merge tag 'spdx-5.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2019-06-211-4/+1Star
|\ \
| * | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 499Thomas Gleixner2019-06-191-4/+1Star
| |/
* / KVM: x86/mmu: Allocate PAE root array when using SVM's 32-bit NPTSean Christopherson2019-06-191-6/+10
|/
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2019-05-171-6/+17
|\
| * kvm: x86: Fix L1TF mitigation for shadow MMUKai Huang2019-05-151-5/+13
| * kvm, x86: Properly check whether a pfn is an MMIO or notKarimAllah Ahmed2019-04-301-1/+4
* | x86/kvm/mmu: reset MMU context when 32-bit guest switches PAEVitaly Kuznetsov2019-04-301-0/+1
|/
* kvm: mmu: Fix overflow on kvm mmu page limit calculationBen Gardon2019-04-161-7/+6Star
* KVM: x86/mmu: Fix an inverted list_empty() check when zapping sptesSean Christopherson2019-04-151-1/+1
* kvm: mmu: Used range based flushing in slot_handle_level_rangeBen Gardon2019-03-281-2/+5
* KVM: x86: remove check on nr_mmu_pages in kvm_arch_commit_memory_region()Wei Yang2019-03-281-1/+1
* KVM: SVM: Workaround errata#1096 (insn_len maybe zero on SMAP violation)Singh, Brijesh2019-03-281-3/+5
* KVM: x86: fix handling of role.cr4_pae and rename it to 'gpte_size'Sean Christopherson2019-03-281-14/+24
* KVM: nVMX: Do not inherit quadrant and invalid for the root shadow EPTSean Christopherson2019-03-281-4/+9
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2019-03-151-246/+220Star
|\
| * Revert "KVM/MMU: Flush tlb directly in the kvm_zap_gfn_range()"Ben Gardon2019-03-151-13/+3Star
| * KVM: x86/mmu: Consolidate kvm_mmu_zap_all() and kvm_mmu_zap_mmio_sptes()Sean Christopherson2019-02-201-23/+10Star
| * KVM: x86/mmu: WARN if zapping a MMIO spte results in zapping childrenSean Christopherson2019-02-201-2/+5
| * KVM: x86/mmu: Differentiate between nr zapped and list unstableSean Christopherson2019-02-201-10/+26
| * Revert "KVM: MMU: fast invalidate all pages"Sean Christopherson2019-02-201-97/+1Star
| * KVM: x86/mmu: Voluntarily reschedule as needed when zapping all sptesSean Christopherson2019-02-201-1/+2
| * KVM: x86/mmu: skip over invalid root pages when zapping all sptesSean Christopherson2019-02-201-1/+4
| * Revert "KVM: x86: use the fast way to invalidate all pages"Sean Christopherson2019-02-201-0/+15
| * Revert "KVM: MMU: add tracepoint for kvm_mmu_invalidate_all_pages"Sean Christopherson2019-02-201-1/+0Star
| * Revert "KVM: MMU: zap pages in batch"Sean Christopherson2019-02-201-11/+24
| * Revert "KVM: MMU: collapse TLB flushes when zap all pages"Sean Christopherson2019-02-201-28/+3Star
| * Revert "KVM: MMU: reclaim the zapped-obsolete page first"Sean Christopherson2019-02-201-17/+4Star
| * KVM: x86/mmu: Remove is_obsolete() callSean Christopherson2019-02-201-5/+1Star
| * KVM: x86/mmu: Voluntarily reschedule as needed when zapping MMIO sptesSean Christopherson2019-02-201-1/+2
| * Revert "KVM: MMU: drop kvm_mmu_zap_mmio_sptes"Sean Christopherson2019-02-201-1/+21
| * KVM: x86/mmu: Zap only the relevant pages when removing a memslotSean Christopherson2019-02-201-1/+32
| * KVM: x86/mmu: Split remote_flush+zap case out of kvm_mmu_flush_or_zap()Sean Christopherson2019-02-201-6/+16
| * KVM: x86/mmu: Move slot_level_*() helper functions up a few linesSean Christopherson2019-02-201-69/+70
| * KVM: Move the memslot update in-progress flag to bit 63Sean Christopherson2019-02-201-19/+12Star
| * KVM: x86: Refactor the MMIO SPTE generation handlingSean Christopherson2019-02-201-33/+43