aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/kvm/mmu.h
AgeCommit message (Expand)Author
2021-02-04KVM: x86: use static calls to reduce kvm_x86_ops overheadJason Baron
2021-02-04KVM: x86/mmu: Use boolean returns for (S)PTE accessorsSean Christopherson
2021-01-25KVM: x86: Add more protection against undefined behavior in rsvd_bits()Sean Christopherson
2021-01-07KVM: x86: fix shift out of bounds reported by UBSANPaolo Bonzini
2020-09-28KVM: x86: Move illegal GPA helper out of the MMU codeSean Christopherson
2020-07-30KVM: x86: Pull the PGD's level from the MMU instead of recalculating itSean Christopherson
2020-07-10KVM: x86: Add helper functions for illegal GPA checking and page fault injectionMohammed Gamal
2020-07-10KVM: nSVM: split kvm_init_shadow_npt_mmu() from kvm_init_shadow_mmu()Vitaly Kuznetsov
2020-07-08KVM: x86/mmu: Add MMU-internal headerSean Christopherson
2020-07-08KVM: x86/mmu: Move kvm_mmu_available_pages() into mmu.cSean Christopherson
2020-07-08KVM: x86/mmu: Drop kvm_arch_write_log_dirty() wrapperSean Christopherson
2020-06-22KVM: nVMX: Plumb L2 GPA through to PML emulationSean Christopherson
2020-06-01KVM: MMU: pass arbitrary CR0/CR4/EFER to kvm_init_shadow_mmuPaolo Bonzini
2020-05-27KVM: x86: simplify is_mmio_sptePaolo Bonzini
2020-03-31KVM: x86: Copy kvm_x86_ops by value to eliminate layer of indirectionSean Christopherson
2020-03-16KVM: x86: rename set_cr3 callback and related flags to load_mmu_pgdPaolo Bonzini
2020-03-16KVM: x86: unify callbacks to load paging rootPaolo Bonzini
2020-02-12KVM: x86/mmu: Avoid retpoline on ->page_fault() with TDPSean Christopherson
2019-11-04kvm: x86: mmu: Recovery of shattered NX large pagesJunaid Shahid
2019-08-22KVM: x86/mmu: Add explicit access mask for MMIO SPTEsSean Christopherson
2019-04-16kvm: mmu: Fix overflow on kvm mmu page limit calculationBen Gardon
2019-02-20Revert "KVM: MMU: fast invalidate all pages"Sean Christopherson
2018-10-17x86/kvm/mmu: make vcpu->mmu a pointer to the current MMUVitaly Kuznetsov
2018-10-17KVM: x86: move definition PT_MAX_HUGEPAGE_LEVEL and KVM_NR_PAGE_SIZES togetherWei Yang
2018-08-06kvm: x86: Propagate guest PCIDs to host PCIDsJunaid Shahid
2018-08-06kvm: x86: Add ability to skip TLB flush when switching CR3Junaid Shahid
2018-08-06kvm: x86: Use fast CR3 switch for nested VMXJunaid Shahid
2018-08-06kvm: x86: Support resetting the MMU context without resetting rootsJunaid Shahid
2018-08-06kvm: x86: Introduce KVM_REQ_LOAD_CR3Junaid Shahid
2017-11-16Merge tag 'kvm-4.15-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-10-12KVM: SVM: limit kvm_handle_page_fault to #PF handlingPaolo Bonzini
2017-09-08Merge branch 'kvm-ppc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Radim Krčmář
2017-08-25KVM: x86: simplify handling of PKRUPaolo Bonzini
2017-08-24KVM: MMU: Add 5 level EPT & Shadow page table support.Yu Zhang
2017-08-24KVM: MMU: Rename PT64_ROOT_LEVEL to PT64_ROOT_4LEVEL.Yu Zhang
2017-08-24KVM: MMU: check guest CR3 reserved bits based on its physical address width.Yu Zhang
2017-08-18KVM: x86: simplify ept_misconfigPaolo Bonzini
2017-07-14KVM: async_pf: Add L1 guest async_pf #PF vmexit handlerWanpeng Li
2017-07-06Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2017-07-03x86: kvm: mmu: make spte mmio mask more explicitPeter Feiner
2017-06-11KVM: async_pf: avoid async pf injection when in guest modeWanpeng Li
2017-05-09kvm: x86: Add a hook for arch specific dirty logging emulationBandan Das
2017-04-07kvm: nVMX: support EPT accessed/dirty bitsPaolo Bonzini
2016-07-14kvm: mmu: remove is_present_gpte()Bandan Das
2016-04-10KVM: MMU: fix permission_fault()Xiao Guangrong
2016-03-22KVM, pkeys: add pkeys support for permission_faultHuaitong Han
2016-03-22KVM: MMU: return page fault error code from permission_faultPaolo Bonzini
2016-03-03KVM: MMU: introduce kvm_mmu_slot_gfn_write_protectXiao Guangrong
2016-03-03KVM: MMU: introduce kvm_mmu_gfn_{allow,disallow}_lpageXiao Guangrong