summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/mmu.h
Commit message (Expand)AuthorAgeFilesLines
* 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-071-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/+0Star
* KVM: MMU: fix permission_fault()Xiao Guangrong2016-04-101-5/+4Star
* 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/+0Star
* 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/+0Star
* 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/+0Star
* KVM: x86: mmu: remove argument to kvm_init_shadow_mmu and kvm_init_shadow_ept...Paolo Bonzini2015-01-081-3/+2Star
* 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/+0Star
* 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/+8Star
* KVM: MMU: Push clean gpte write protection out of gpte_access()Avi Kivity2012-09-201-1/+2
* KVM: MMU: mmio page fault supportXiao Guangrong2011-07-241-0/+2
* KVM: MMU: cache mmio info on page fault pathXiao Guangrong2011-07-241-0/+23
* KVM: MMU: Don't track nested fault info in error-codeJoerg Roedel2010-10-241-1/+0Star
* KVM: MMU: Introduce init_kvm_nested_mmu()Joerg Roedel2010-10-241-0/+1
* KVM: MMU: Introduce kvm_init_shadow_mmu helper functionJoerg Roedel2010-10-241-0/+1
* KVM: replace x86 kvm n_free_mmu_pages with n_used_mmu_pagesDave Hansen2010-10-241-1/+2
* KVM: abstract kvm x86 mmu->n_free_mmu_pagesDave Hansen2010-10-241-1/+6
* KVM: x86 emulator: fix memory access during x86 emulationGleb Natapov2010-03-011-0/+6
* KVM: Move cr0/cr4/efer related helpers to x86.hAvi Kivity2010-03-011-24/+0Star
* KVM: Replace read accesses of vcpu->arch.cr0 by an accessorAvi Kivity2010-03-011-1/+1
* KVM: x86: Moving PT_*_LEVEL to mmu.hSheng Yang2010-03-011-0/+4
* KVM: Add accessor for reading cr4 (or some bits of cr4)Avi Kivity2010-03-011-2/+3
* KVM: MMU: add kvm_mmu_get_spte_hierarchy helperMarcelo Tosatti2009-09-101-0/+2
* KVM: MMU: Adjust pte accessors to explicitly indicate guest or shadow pteAvi Kivity2009-09-101-1/+1
* KVM: Use rsvd_bits_mask in load_pdptrs()Dong, Eddie2009-06-101-0/+5
* KVM: is_long_mode() should check for EFER.LMAAmit Shah2009-03-241-1/+1