aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/mmu.h (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2016-04-10KVM: MMU: fix permission_fault()Xiao Guangrong1-5/+4
2016-03-22KVM, pkeys: add pkeys support for permission_faultHuaitong Han1-5/+28
2016-03-22KVM: MMU: return page fault error code from permission_faultPaolo Bonzini1-5/+10
2016-03-03KVM: MMU: introduce kvm_mmu_slot_gfn_write_protectXiao Guangrong1-0/+2
2016-03-03KVM: MMU: introduce kvm_mmu_gfn_{allow,disallow}_lpageXiao Guangrong1-0/+3
2015-11-10KVM: x86: merge handle_mmio_page_fault and handle_mmio_page_fault_commonPaolo Bonzini1-3/+3
2015-08-05KVM: VMX: drop ept misconfig checkXiao Guangrong1-1/+0
2015-08-05KVM: MMU: introduce the framework to check zero bits on sptesXiao Guangrong1-0/+3
2015-05-19KVM: MMU: fix MTRR updateXiao Guangrong1-0/+1
2015-05-19KVM: MMU: introduce PT_MAX_HUGEPAGE_LEVELXiao Guangrong1-0/+1
2015-05-19KVM: MMU: fix SMAP virtualizationXiao Guangrong1-2/+0
2015-05-08KVM: MMU: fix smap permission checkXiao Guangrong1-0/+2
2015-01-09KVM: x86: #PF error-code on R/W operations is wrongNadav Amit1-12/+0
2015-01-08KVM: x86: mmu: remove argument to kvm_init_shadow_mmu and kvm_init_shadow_ept_mmuPaolo Bonzini1-3/+2
2014-09-03KVM: mmio: cleanup kvm_set_mmio_spte_maskTiejun Chen1-0/+5
2014-04-23KVM: MMU: flush tlb out of mmu lock when write-protect the sptesXiao Guangrong1-0/+33
2014-04-14KVM: Add SMAP support when setting CR4Feng Wu1-8/+36
2013-10-03KVM: mmu: change useless int return types to voidPaolo Bonzini1-2/+2
2013-08-07nEPT: MMU context for nested EPTNadav Har'El1-0/+2
2013-06-27KVM: MMU: fast invalidate all mmio sptesXiao Guangrong1-1/+4
2013-06-27KVM: MMU: make return value of mmio page fault handler more readableXiao Guangrong1-0/+14
2013-06-05KVM: MMU: fast invalidate all pagesXiao Guangrong1-0/+1
2013-03-21KVM: MMU: Rename kvm_mmu_free_some_pages() to make_mmu_pages_available()Takuya Yoshikawa1-6/+0