summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/mmu.h
Commit message (Expand)AuthorAgeFilesLines
* Revert "KVM: MMU: fast invalidate all pages"Sean Christopherson2019-02-201-1/+0
* x86/kvm/mmu: make vcpu->mmu a pointer to the current MMUVitaly Kuznetsov2018-10-171-4/+4
* KVM: x86: move definition PT_MAX_HUGEPAGE_LEVEL and KVM_NR_PAGE_SIZES togetherWei Yang2018-10-171-5/+0
* kvm: x86: Propagate guest PCIDs to host PCIDsJunaid Shahid2018-08-061-1/+16
* kvm: x86: Add ability to skip TLB flush when switching CR3Junaid Shahid2018-08-061-1/+0
* kvm: x86: Use fast CR3 switch for nested VMXJunaid Shahid2018-08-061-1/+1
* kvm: x86: Support resetting the MMU context without resetting rootsJunaid Shahid2018-08-061-0/+1
* kvm: x86: Introduce KVM_REQ_LOAD_CR3Junaid Shahid2018-08-061-0/+7
* Merge tag 'kvm-4.15-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2017-11-161-2/+1
|\
| * KVM: SVM: limit kvm_handle_page_fault to #PF handlingPaolo Bonzini2017-10-121-2/+1
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
|/
* Merge branch 'kvm-ppc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Radim Krčmář2017-09-081-1/+1
|\
| * KVM: x86: simplify handling of PKRUPaolo Bonzini2017-08-251-1/+1
* | KVM: MMU: Add 5 level EPT & Shadow page table support.Yu Zhang2017-08-241-0/+1
* | KVM: MMU: Rename PT64_ROOT_LEVEL to PT64_ROOT_4LEVEL.Yu Zhang2017-08-241-1/+1
* | KVM: MMU: check guest CR3 reserved bits based on its physical address width.Yu Zhang2017-08-241-0/+3
* | KVM: x86: simplify ept_misconfigPaolo Bonzini2017-08-181-17/+0
|/
* KVM: async_pf: Add L1 guest async_pf #PF vmexit handlerWanpeng Li2017-07-141-0/+3
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2017-07-061-1/+1
|\
| * x86: kvm: mmu: make spte mmio mask more explicitPeter Feiner2017-07-031-1/+1
* | KVM: async_pf: avoid async pf injection when in guest modeWanpeng Li2017-06-111-0/+1
|/
* kvm: x86: Add a hook for arch specific dirty logging emulationBandan Das2017-05-091-0/+1
* kvm: nVMX: support EPT accessed/dirty bitsPaolo Bonzini2017-04-071-1/+2
* kvm: mmu: remove is_present_gpte()Bandan Das2016-07-141-5/+0
* KVM: MMU: fix permission_fault()Xiao Guangrong2016-04-101-5/+4
* KVM, pkeys: add pkeys support for permission_faultHuaitong Han2016-03-221-5/+28
* KVM: MMU: return page fault error code from permission_faultPaolo Bonzini2016-03-221-5/+10
* KVM: MMU: introduce kvm_mmu_slot_gfn_write_protectXiao Guangrong2016-03-031-0/+2
* KVM: MMU: introduce kvm_mmu_gfn_{allow,disallow}_lpageXiao Guangrong2016-03-031-0/+3
* KVM: x86: merge handle_mmio_page_fault and handle_mmio_page_fault_commonPaolo Bonzini2015-11-101-3/+3
* KVM: VMX: drop ept misconfig checkXiao Guangrong2015-08-051-1/+0
* KVM: MMU: introduce the framework to check zero bits on sptesXiao Guangrong2015-08-051-0/+3
* KVM: MMU: fix MTRR updateXiao Guangrong2015-05-191-0/+1
* KVM: MMU: introduce PT_MAX_HUGEPAGE_LEVELXiao Guangrong2015-05-191-0/+1
* KVM: MMU: fix SMAP virtualizationXiao Guangrong2015-05-191-2/+0
* KVM: MMU: fix smap permission checkXiao Guangrong2015-05-081-0/+2
* KVM: x86: #PF error-code on R/W operations is wrongNadav Amit2015-01-091-12/+0
* KVM: x86: mmu: remove argument to kvm_init_shadow_mmu and kvm_init_shadow_ept...Paolo Bonzini2015-01-081-3/+2
* KVM: mmio: cleanup kvm_set_mmio_spte_maskTiejun Chen2014-09-031-0/+5
* KVM: MMU: flush tlb out of mmu lock when write-protect the sptesXiao Guangrong2014-04-231-0/+33
* KVM: Add SMAP support when setting CR4Feng Wu2014-04-141-8/+36
* KVM: mmu: change useless int return types to voidPaolo Bonzini2013-10-031-2/+2
* nEPT: MMU context for nested EPTNadav Har'El2013-08-071-0/+2
* KVM: MMU: fast invalidate all mmio sptesXiao Guangrong2013-06-271-1/+4
* KVM: MMU: make return value of mmio page fault handler more readableXiao Guangrong2013-06-271-0/+14
* KVM: MMU: fast invalidate all pagesXiao Guangrong2013-06-051-0/+1
* KVM: MMU: Rename kvm_mmu_free_some_pages() to make_mmu_pages_available()Takuya Yoshikawa2013-03-211-6/+0
* KVM: MMU: make kvm_mmu_available_pages robust against n_used_mmu_pages > n_ma...Marcelo Tosatti2013-03-131-2/+5
* KVM: MMU: Optimize is_last_gpte()Avi Kivity2012-09-201-1/+2
* KVM: MMU: Optimize pte permission checksAvi Kivity2012-09-201-11/+8