aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/mmu.h (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2013-03-13KVM: MMU: make kvm_mmu_available_pages robust against n_used_mmu_pages > n_max_mmu_pagesMarcelo Tosatti1-2/+5
2012-09-20KVM: MMU: Optimize is_last_gpte()Avi Kivity1-1/+2
2012-09-20KVM: MMU: Optimize pte permission checksAvi Kivity1-11/+8
2012-09-20KVM: MMU: Push clean gpte write protection out of gpte_access()Avi Kivity1-1/+2
2011-07-24KVM: MMU: mmio page fault supportXiao Guangrong1-0/+2
2011-07-24KVM: MMU: cache mmio info on page fault pathXiao Guangrong1-0/+23
2010-10-24KVM: MMU: Don't track nested fault info in error-codeJoerg Roedel1-1/+0
2010-10-24KVM: MMU: Introduce init_kvm_nested_mmu()Joerg Roedel1-0/+1
2010-10-24KVM: MMU: Introduce kvm_init_shadow_mmu helper functionJoerg Roedel1-0/+1
2010-10-24KVM: replace x86 kvm n_free_mmu_pages with n_used_mmu_pagesDave Hansen1-1/+2
2010-10-24KVM: abstract kvm x86 mmu->n_free_mmu_pagesDave Hansen1-1/+6
2010-03-01KVM: x86 emulator: fix memory access during x86 emulationGleb Natapov1-0/+6
2010-03-01KVM: Move cr0/cr4/efer related helpers to x86.hAvi Kivity1-24/+0
2010-03-01KVM: Replace read accesses of vcpu->arch.cr0 by an accessorAvi Kivity1-1/+1
2010-03-01KVM: x86: Moving PT_*_LEVEL to mmu.hSheng Yang1-0/+4
2010-03-01KVM: Add accessor for reading cr4 (or some bits of cr4)Avi Kivity1-2/+3
2009-09-10KVM: MMU: add kvm_mmu_get_spte_hierarchy helperMarcelo Tosatti1-0/+2
2009-09-10KVM: MMU: Adjust pte accessors to explicitly indicate guest or shadow pteAvi Kivity1-1/+1
2009-06-10KVM: Use rsvd_bits_mask in load_pdptrs()Dong, Eddie1-0/+5
2009-03-24KVM: is_long_mode() should check for EFER.LMAAmit Shah1-1/+1
2008-07-20KVM: MMU: Fix false flooding when a pte points to page tableAvi Kivity1-1/+2
2008-05-04KVM: Add kvm_x86_ops get_tdp_level()Sheng Yang1-6/+0
2008-05-04KVM: MMU: Move some definitions to a header fileSheng Yang1-0/+33
2008-04-27KVM: MMU: add TDP support to the KVM MMUJoerg Roedel1-0/+6
2008-01-30KVM: Move arch dependent files to new directory arch/x86/kvm/Avi Kivity1-0/+44