summaryrefslogtreecommitdiff
path: root/arch/x86/kvm/mmu.c
AgeCommit message (Expand)Author
2019-04-30x86/kvm/mmu: reset MMU context when 32-bit guest switches PAEVitaly Kuznetsov
2019-04-16kvm: mmu: Fix overflow on kvm mmu page limit calculationBen Gardon
2019-04-15KVM: x86/mmu: Fix an inverted list_empty() check when zapping sptesSean Christopherson
2019-03-28kvm: mmu: Used range based flushing in slot_handle_level_rangeBen Gardon
2019-03-28KVM: x86: remove check on nr_mmu_pages in kvm_arch_commit_memory_region()Wei Yang
2019-03-28KVM: SVM: Workaround errata#1096 (insn_len maybe zero on SMAP violation)Singh, Brijesh
2019-03-28KVM: x86: fix handling of role.cr4_pae and rename it to 'gpte_size'Sean Christopherson
2019-03-28KVM: nVMX: Do not inherit quadrant and invalid for the root shadow EPTSean Christopherson
2019-03-15Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2019-03-15Revert "KVM/MMU: Flush tlb directly in the kvm_zap_gfn_range()"Ben Gardon
2019-02-22KVM: MMU: record maximum physical address width in kvm_mmu_extended_roleYu Zhang
2019-02-22x86/kvm/mmu: fix switch between root and guest MMUsVitaly Kuznetsov
2019-02-20KVM: x86/mmu: Consolidate kvm_mmu_zap_all() and kvm_mmu_zap_mmio_sptes()Sean Christopherson
2019-02-20KVM: x86/mmu: WARN if zapping a MMIO spte results in zapping childrenSean Christopherson
2019-02-20KVM: x86/mmu: Differentiate between nr zapped and list unstableSean Christopherson
2019-02-20Revert "KVM: MMU: fast invalidate all pages"Sean Christopherson
2019-02-20KVM: x86/mmu: Voluntarily reschedule as needed when zapping all sptesSean Christopherson
2019-02-20KVM: x86/mmu: skip over invalid root pages when zapping all sptesSean Christopherson
2019-02-20Revert "KVM: x86: use the fast way to invalidate all pages"Sean Christopherson
2019-02-20Revert "KVM: MMU: add tracepoint for kvm_mmu_invalidate_all_pages"Sean Christopherson
2019-02-20Revert "KVM: MMU: zap pages in batch"Sean Christopherson
2019-02-20Revert "KVM: MMU: collapse TLB flushes when zap all pages"Sean Christopherson
2019-02-20Revert "KVM: MMU: reclaim the zapped-obsolete page first"Sean Christopherson
2019-02-20KVM: x86/mmu: Remove is_obsolete() callSean Christopherson
2019-02-20KVM: x86/mmu: Voluntarily reschedule as needed when zapping MMIO sptesSean Christopherson
2019-02-20Revert "KVM: MMU: drop kvm_mmu_zap_mmio_sptes"Sean Christopherson
2019-02-20KVM: x86/mmu: Zap only the relevant pages when removing a memslotSean Christopherson
2019-02-20KVM: x86/mmu: Split remote_flush+zap case out of kvm_mmu_flush_or_zap()Sean Christopherson
2019-02-20KVM: x86/mmu: Move slot_level_*() helper functions up a few linesSean Christopherson
2019-02-20KVM: Move the memslot update in-progress flag to bit 63Sean Christopherson
2019-02-20KVM: x86: Refactor the MMIO SPTE generation handlingSean Christopherson
2019-02-20KVM: x86: Use a u64 when passing the MMIO gen aroundSean Christopherson
2019-02-20KVM: x86/mmu: Detect MMIO generation wrap in any address spaceSean Christopherson
2019-02-20KVM: Call kvm_arch_memslots_updated() before updating memslotsSean Christopherson
2019-02-20kvm: x86: Add memcg accounting to KVM allocationsBen Gardon
2019-02-20kvm, x86, mmu: Use kernel generic dynamic physical address maskKai Huang
2019-01-25KVM: x86: Mark expected switch fall-throughsGustavo A. R. Silva
2018-12-21KVM/MMU: Flush tlb directly in the kvm_zap_gfn_range()Lan Tianyu
2018-12-21KVM/MMU: Flush tlb directly in kvm_set_pte_rmapp()Lan Tianyu
2018-12-21KVM/MMU: Move tlb flush in kvm_set_pte_rmapp() to kvm_mmu_notifier_change_pte()Lan Tianyu
2018-12-21KVM: Make kvm_set_spte_hva() return intLan Tianyu
2018-12-21KVM: Replace old tlb flush function with new one to flush a specified range.Lan Tianyu
2018-12-21KVM/MMU: Add tlb flush with range helper functionLan Tianyu
2018-12-21KVM: fix some typosWei Yang
2018-11-27kvm: mmu: Fix race in emulated page table writesJunaid Shahid
2018-10-25Merge tag 'kvm-4.20-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2018-10-24Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2018-10-17KVM: x86: reintroduce pte_list_remove, but including mmu_spte_clear_track_bitsWei Yang
2018-10-17KVM: x86: rename pte_list_remove to __pte_list_removeWei Yang
2018-10-17kvm/x86 : fix some typoPeng Hao