summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/mmu.c
Commit message (Expand)AuthorAgeFilesLines
* 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/+6
* 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/+220
|\
| * Revert "KVM/MMU: Flush tlb directly in the kvm_zap_gfn_range()"Ben Gardon2019-03-151-13/+3
| * KVM: x86/mmu: Consolidate kvm_mmu_zap_all() and kvm_mmu_zap_mmio_sptes()Sean Christopherson2019-02-201-23/+10
| * 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/+1
| * 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/+0
| * 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/+3
| * Revert "KVM: MMU: reclaim the zapped-obsolete page first"Sean Christopherson2019-02-201-17/+4
| * KVM: x86/mmu: Remove is_obsolete() callSean Christopherson2019-02-201-5/+1
| * 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/+12
| * KVM: x86: Refactor the MMIO SPTE generation handlingSean Christopherson2019-02-201-33/+43
| * KVM: x86: Use a u64 when passing the MMIO gen aroundSean Christopherson2019-02-201-7/+7
| * KVM: x86/mmu: Detect MMIO generation wrap in any address spaceSean Christopherson2019-02-201-2/+19
| * KVM: Call kvm_arch_memslots_updated() before updating memslotsSean Christopherson2019-02-201-2/+2
| * kvm: x86: Add memcg accounting to KVM allocationsBen Gardon2019-02-201-3/+3
| * kvm, x86, mmu: Use kernel generic dynamic physical address maskKai Huang2019-02-201-3/+5
* | KVM: MMU: record maximum physical address width in kvm_mmu_extended_roleYu Zhang2019-02-221-0/+1
* | x86/kvm/mmu: fix switch between root and guest MMUsVitaly Kuznetsov2019-02-221-4/+13
|/
* KVM: x86: Mark expected switch fall-throughsGustavo A. R. Silva2019-01-251-0/+1
* KVM/MMU: Flush tlb directly in the kvm_zap_gfn_range()Lan Tianyu2018-12-211-3/+13
* KVM/MMU: Flush tlb directly in kvm_set_pte_rmapp()Lan Tianyu2018-12-211-0/+5
* KVM/MMU: Move tlb flush in kvm_set_pte_rmapp() to kvm_mmu_notifier_change_pte()Lan Tianyu2018-12-211-6/+2
* KVM: Make kvm_set_spte_hva() return intLan Tianyu2018-12-211-1/+2
* KVM: Replace old tlb flush function with new one to flush a specified range.Lan Tianyu2018-12-211-10/+21
* KVM/MMU: Add tlb flush with range helper functionLan Tianyu2018-12-211-1/+36
* KVM: fix some typosWei Yang2018-12-211-1/+1
* kvm: mmu: Fix race in emulated page table writesJunaid Shahid2018-11-271-18/+9
* Merge tag 'kvm-4.20-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2018-10-251-158/+235
|\
| * KVM: x86: reintroduce pte_list_remove, but including mmu_spte_clear_track_bitsWei Yang2018-10-171-3/+9