summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/mmu.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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/+0
* 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/+0
* 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
* KVM: MMU: Fix false flooding when a pte points to page tableAvi Kivity2008-07-201-1/+2
* KVM: Add kvm_x86_ops get_tdp_level()Sheng Yang2008-05-041-6/+0
* KVM: MMU: Move some definitions to a header fileSheng Yang2008-05-041-0/+33
* KVM: MMU: add TDP support to the KVM MMUJoerg Roedel2008-04-271-0/+6
* KVM: Move arch dependent files to new directory arch/x86/kvm/Avi Kivity2008-01-301-0/+44
OpenPOWER on IntegriCloud