aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/mmu.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-03-15KVM: x86: Get active PCID only when writing a CR3 valueSean Christopherson1-2/+2
2021-03-15KVM: x86/mmu: Make Host-writable and MMU-writable bit locations dynamicSean Christopherson1-6/+6
2021-03-15KVM: x86/mmu: Move logic for setting SPTE masks for EPT into the MMU properSean Christopherson1-0/+1
2021-03-15KVM: x86/mmu: Stop using software available bits to denote MMIO SPTEsSean Christopherson1-1/+1
2021-03-15KVM: x86/mmu: Unexport MMU load/unload functionsSean Christopherson1-0/+4
2021-02-04KVM: x86: use static calls to reduce kvm_x86_ops overheadJason Baron1-3/+3
2021-02-04KVM: x86/mmu: Use boolean returns for (S)PTE accessorsSean Christopherson1-1/+1
2021-01-25KVM: x86: Add more protection against undefined behavior in rsvd_bits()Sean Christopherson1-1/+8
2021-01-07KVM: x86: fix shift out of bounds reported by UBSANPaolo Bonzini1-1/+1
2020-09-28KVM: x86: Move illegal GPA helper out of the MMU codeSean Christopherson1-5/+0
2020-07-30KVM: x86: Pull the PGD's level from the MMU instead of recalculating itSean Christopherson1-3/+7
2020-07-10KVM: x86: Add helper functions for illegal GPA checking and page fault injectionMohammed Gamal1-0/+6
2020-07-10KVM: nSVM: split kvm_init_shadow_npt_mmu() from kvm_init_shadow_mmu()Vitaly Kuznetsov1-1/+2
2020-07-08KVM: x86/mmu: Add MMU-internal headerSean Christopherson1-4/+1
2020-07-08KVM: x86/mmu: Move kvm_mmu_available_pages() into mmu.cSean Christopherson1-9/+0
2020-07-08KVM: x86/mmu: Drop kvm_arch_write_log_dirty() wrapperSean Christopherson1-1/+0
2020-06-22KVM: nVMX: Plumb L2 GPA through to PML emulationSean Christopherson1-1/+1
2020-06-01KVM: MMU: pass arbitrary CR0/CR4/EFER to kvm_init_shadow_mmuPaolo Bonzini1-1/+1
2020-05-27KVM: x86: simplify is_mmio_sptePaolo Bonzini1-1/+1
2020-03-31KVM: x86: Copy kvm_x86_ops by value to eliminate layer of indirectionSean Christopherson1-4/+4
2020-03-16KVM: x86: rename set_cr3 callback and related flags to load_mmu_pgdPaolo Bonzini1-2/+2
2020-03-16KVM: x86: unify callbacks to load paging rootPaolo Bonzini1-3/+3
2020-02-12KVM: x86/mmu: Avoid retpoline on ->page_fault() with TDPSean Christopherson1-0/+13
2019-11-04kvm: x86: mmu: Recovery of shattered NX large pagesJunaid Shahid1-0/+4
2019-08-22KVM: x86/mmu: Add explicit access mask for MMIO SPTEsSean Christopherson1-1/+1
2019-04-16kvm: mmu: Fix overflow on kvm mmu page limit calculationBen Gardon1-1/+1
2019-02-20Revert "KVM: MMU: fast invalidate all pages"Sean Christopherson1-1/+0
2018-10-17x86/kvm/mmu: make vcpu->mmu a pointer to the current MMUVitaly Kuznetsov1-4/+4
2018-10-17KVM: x86: move definition PT_MAX_HUGEPAGE_LEVEL and KVM_NR_PAGE_SIZES togetherWei Yang1-5/+0
2018-08-06kvm: x86: Propagate guest PCIDs to host PCIDsJunaid Shahid1-1/+16
2018-08-06kvm: x86: Add ability to skip TLB flush when switching CR3Junaid Shahid1-1/+0
2018-08-06kvm: x86: Use fast CR3 switch for nested VMXJunaid Shahid1-1/+1
2018-08-06kvm: x86: Support resetting the MMU context without resetting rootsJunaid Shahid1-0/+1
2018-08-06kvm: x86: Introduce KVM_REQ_LOAD_CR3Junaid Shahid1-0/+7
2017-11-16Merge tag 'kvm-4.15-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-2/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-10-12KVM: SVM: limit kvm_handle_page_fault to #PF handlingPaolo Bonzini1-2/+1
2017-09-08Merge branch 'kvm-ppc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpcRadim Krčmář1-1/+1
2017-08-25KVM: x86: simplify handling of PKRUPaolo Bonzini1-1/+1
2017-08-24KVM: MMU: Add 5 level EPT & Shadow page table support.Yu Zhang1-0/+1
2017-08-24KVM: MMU: Rename PT64_ROOT_LEVEL to PT64_ROOT_4LEVEL.Yu Zhang1-1/+1
2017-08-24KVM: MMU: check guest CR3 reserved bits based on its physical address width.Yu Zhang1-0/+3
2017-08-18KVM: x86: simplify ept_misconfigPaolo Bonzini1-17/+0
2017-07-14KVM: async_pf: Add L1 guest async_pf #PF vmexit handlerWanpeng Li1-0/+3
2017-07-06Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-1/+1
2017-07-03x86: kvm: mmu: make spte mmio mask more explicitPeter Feiner1-1/+1
2017-06-11KVM: async_pf: avoid async pf injection when in guest modeWanpeng Li1-0/+1
2017-05-09kvm: x86: Add a hook for arch specific dirty logging emulationBandan Das1-0/+1
2017-04-07kvm: nVMX: support EPT accessed/dirty bitsPaolo Bonzini1-1/+2
2016-07-14kvm: mmu: remove is_present_gpte()Bandan Das1-5/+0