summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/mmu.c
AgeCommit message (Expand)AuthorFilesLines
2019-06-19KVM: x86/mmu: Allocate PAE root array when using SVM's 32-bit NPTSean Christopherson1-6/+10
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
2019-02-20KVM: x86/mmu: Voluntarily reschedule as needed when zapping MMIO sptesSean Christopherson1-1/+2
2019-02-20Revert "KVM: MMU: drop kvm_mmu_zap_mmio_sptes"Sean Christopherson1-1/+21
2019-02-20KVM: x86/mmu: Zap only the relevant pages when removing a memslotSean Christopherson1-1/+32
2019-02-20KVM: x86/mmu: Split remote_flush+zap case out of kvm_mmu_flush_or_zap()Sean Christopherson1-6/+16
2019-02-20KVM: x86/mmu: Move slot_level_*() helper functions up a few linesSean Christopherson1-69/+70
2019-02-20KVM: Move the memslot update in-progress flag to bit 63Sean Christopherson1-19/+12
2019-02-20KVM: x86: Refactor the MMIO SPTE generation handlingSean Christopherson1-33/+43
2019-02-20KVM: x86: Use a u64 when passing the MMIO gen aroundSean Christopherson1-7/+7
2019-02-20KVM: x86/mmu: Detect MMIO generation wrap in any address spaceSean Christopherson1-2/+19
2019-02-20KVM: Call kvm_arch_memslots_updated() before updating memslotsSean Christopherson1-2/+2
2019-02-20kvm: x86: Add memcg accounting to KVM allocationsBen Gardon1-3/+3
2019-02-20kvm, x86, mmu: Use kernel generic dynamic physical address maskKai Huang1-3/+5
2019-01-25KVM: x86: Mark expected switch fall-throughsGustavo A. R. Silva1-0/+1
2018-12-21KVM/MMU: Flush tlb directly in the kvm_zap_gfn_range()Lan Tianyu1-3/+13
2018-12-21KVM/MMU: Flush tlb directly in kvm_set_pte_rmapp()Lan Tianyu1-0/+5
2018-12-21KVM/MMU: Move tlb flush in kvm_set_pte_rmapp() to kvm_mmu_notifier_change_pte()Lan Tianyu1-6/+2
2018-12-21KVM: Make kvm_set_spte_hva() return intLan Tianyu1-1/+2
2018-12-21KVM: Replace old tlb flush function with new one to flush a specified range.Lan Tianyu1-10/+21
2018-12-21KVM/MMU: Add tlb flush with range helper functionLan Tianyu1-1/+36
2018-12-21KVM: fix some typosWei Yang1-1/+1
2018-11-27kvm: mmu: Fix race in emulated page table writesJunaid Shahid1-18/+9
2018-10-25Merge tag 'kvm-4.20-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-158/+235