aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/mmu.c
AgeCommit message (Expand)Author
2020-08-03KVM: x86: bit 8 of non-leaf PDPEs is not reservedPaolo Bonzini
2020-07-16KVM: nVMX: Plumb L2 GPA through to PML emulationSean Christopherson
2020-06-01KVM: x86: only do L1TF workaround on affected processorsPaolo Bonzini
2020-05-15KVM: x86/mmu: Add explicit access mask for MMIO SPTEsSean Christopherson
2020-05-15kvm: x86: relocate constants from mmu.c to mmu.h for sharingPaul Gortmaker
2020-05-04KVM: Use vcpu-specific gva->hva translation when querying host page sizeSean Christopherson
2020-05-04KVM: x86: Use gpa_t for cr2/gpa to fix TDP support on 32-bit KVMSean Christopherson
2020-05-04KVM: x86: use CPUID to locate host page table reserved bitsPaolo Bonzini
2020-05-04kvm: allow shadow_bits to exist in kvm/x86.cPaul Gortmaker
2020-05-04kvm: x86: Fix reserved bits related calculation errors caused by MKTMEKai Huang
2020-04-12KVM: x86/mmu: Take slots_lock when using kvm_mmu_zap_all_fast()Sean Christopherson
2020-01-09KVM: MMU: Do not treat ZONE_DEVICE pages as being reservedSean Christopherson
2019-11-14kvm: x86: mmu: Recovery of shattered NX large pagesJunaid Shahid
2019-11-14kvm: mmu: ITLB_MULTIHIT mitigationPaolo Bonzini
2019-11-14KVM: x86: make FNAME(fetch) and __direct_map more similarPaolo Bonzini
2019-10-05KVM: x86/mmu: Use fast invalidate mechanism to zap MMIO sptesSean Christopherson
2019-10-05kvm: Nested KVM MMUs need PAE root tooJiří Paleček
2019-09-19KVM: x86/mmu: Reintroduce fast invalidate/zap for flushing memslotSean Christopherson
2019-08-29Revert "KVM: x86/mmu: Zap only the relevant pages when removing a memslot"Paolo Bonzini
2019-08-06x86: kvm: avoid constant-conversion warningArnd Bergmann
2019-06-21Merge tag 'spdx-5.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 499Thomas Gleixner
2019-06-19KVM: x86/mmu: Allocate PAE root array when using SVM's 32-bit NPTSean Christopherson
2019-05-17Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2019-05-15kvm: x86: Fix L1TF mitigation for shadow MMUKai Huang
2019-04-30kvm, x86: Properly check whether a pfn is an MMIO or notKarimAllah Ahmed
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