aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/kvm/mmu.h
AgeCommit message (Expand)Author
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
2015-11-10KVM: x86: merge handle_mmio_page_fault and handle_mmio_page_fault_commonPaolo Bonzini
2015-08-05KVM: VMX: drop ept misconfig checkXiao Guangrong
2015-08-05KVM: MMU: introduce the framework to check zero bits on sptesXiao Guangrong
2015-05-19KVM: MMU: fix MTRR updateXiao Guangrong
2015-05-19KVM: MMU: introduce PT_MAX_HUGEPAGE_LEVELXiao Guangrong
2015-05-19KVM: MMU: fix SMAP virtualizationXiao Guangrong
2015-05-08KVM: MMU: fix smap permission checkXiao Guangrong
2015-01-09KVM: x86: #PF error-code on R/W operations is wrongNadav Amit
2015-01-08KVM: x86: mmu: remove argument to kvm_init_shadow_mmu and kvm_init_shadow_ept...Paolo Bonzini
2014-09-03KVM: mmio: cleanup kvm_set_mmio_spte_maskTiejun Chen
2014-04-23KVM: MMU: flush tlb out of mmu lock when write-protect the sptesXiao Guangrong
2014-04-14KVM: Add SMAP support when setting CR4Feng Wu
2013-10-03KVM: mmu: change useless int return types to voidPaolo Bonzini
2013-08-07nEPT: MMU context for nested EPTNadav Har'El
2013-06-27KVM: MMU: fast invalidate all mmio sptesXiao Guangrong
2013-06-27KVM: MMU: make return value of mmio page fault handler more readableXiao Guangrong
2013-06-05KVM: MMU: fast invalidate all pagesXiao Guangrong
2013-03-21KVM: MMU: Rename kvm_mmu_free_some_pages() to make_mmu_pages_available()Takuya Yoshikawa
2013-03-13KVM: MMU: make kvm_mmu_available_pages robust against n_used_mmu_pages > n_ma...Marcelo Tosatti
2012-09-20KVM: MMU: Optimize is_last_gpte()Avi Kivity
2012-09-20KVM: MMU: Optimize pte permission checksAvi Kivity
2012-09-20KVM: MMU: Push clean gpte write protection out of gpte_access()Avi Kivity
2011-07-24KVM: MMU: mmio page fault supportXiao Guangrong
2011-07-24KVM: MMU: cache mmio info on page fault pathXiao Guangrong
2010-10-24KVM: MMU: Don't track nested fault info in error-codeJoerg Roedel
2010-10-24KVM: MMU: Introduce init_kvm_nested_mmu()Joerg Roedel
2010-10-24KVM: MMU: Introduce kvm_init_shadow_mmu helper functionJoerg Roedel
2010-10-24KVM: replace x86 kvm n_free_mmu_pages with n_used_mmu_pagesDave Hansen
2010-10-24KVM: abstract kvm x86 mmu->n_free_mmu_pagesDave Hansen