summaryrefslogtreecommitdiff
path: root/arch/x86/kvm/mmu.c
AgeCommit message (Expand)AuthorFilesLines
2012-12-06KVM: MMU: optimize for set_spteXiao Guangrong1-4/+12
2012-10-30KVM: do not treat noslot pfn as a error pfnXiao Guangrong1-2/+2
2012-10-30Merge remote-tracking branch 'master' into queueMarcelo Tosatti1-2/+1
2012-10-23KVM: Take kvm instead of vcpu to mmu_notifier_retryChristoffer Dall1-2/+2
2012-10-22KVM: MMU: fix release noslot pfnXiao Guangrong1-2/+1
2012-10-17KVM: MMU: move prefetch_invalid_gpte out of pagaing_tmp.hXiao Guangrong1-8/+28
2012-10-17KVM: MMU: remove mmu_is_invalidXiao Guangrong1-5/+0
2012-09-20KVM: MMU: Optimize is_last_gpte()Avi Kivity1-0/+31
2012-09-20KVM: MMU: Optimize pte permission checksAvi Kivity1-0/+38
2012-09-20KVM: MMU: Move gpte_access() out of paging_tmpl.hAvi Kivity1-0/+10
2012-09-20KVM: MMU: Push clean gpte write protection out of gpte_access()Avi Kivity1-0/+12
2012-09-10KVM: MMU: remove unnecessary checkXiao Guangrong1-5/+0
2012-08-26Merge remote-tracking branch 'upstream/master' into queueMarcelo Tosatti1-4/+9
2012-08-22KVM: MMU: Fix mmu_shrink() so that it can free mmu pages as intendedTakuya Yoshikawa1-4/+9
2012-08-22KVM: introduce readonly memslotXiao Guangrong1-0/+9
2012-08-22KVM: introduce gfn_to_pfn_memslot_atomicXiao Guangrong1-4/+1
2012-08-06KVM: do not release the error pfnXiao Guangrong1-4/+3
2012-08-06KVM: introduce KVM_PFN_ERR_HWPOISONXiao Guangrong1-1/+1
2012-08-06KVM: introduce KVM_PFN_ERR_FAULTXiao Guangrong1-1/+1
2012-08-06KVM: Push rmap into kvm_arch_memory_slotTakuya Yoshikawa1-4/+1
2012-08-06KVM: MMU: Use gfn_to_rmap() instead of directly reading rmap arrayTakuya Yoshikawa1-1/+2
2012-07-26KVM: MMU: use kvm_release_pfn_clean to release pfnXiao Guangrong1-1/+1
2012-07-26Merge branch 'queue' into nextAvi Kivity1-39/+78
2012-07-24Merge tag 'kvm-3.6-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-98/+261
2012-07-20KVM: remove the unused parameter of gfn_to_pfn_memslotXiao Guangrong1-1/+1
2012-07-20KVM: using get_fault_pfn to get the fault pfnXiao Guangrong1-4/+2
2012-07-20KVM: MMU: track the refcount when unmap the pageXiao Guangrong1-0/+8
2012-07-18KVM: MMU: Avoid handling same rmap_pde in kvm_handle_hva_range()Takuya Yoshikawa1-10/+18
2012-07-18KVM: MMU: Push trace_kvm_age_page() into kvm_age_rmapp()Takuya Yoshikawa1-13/+10
2012-07-18KVM: MMU: Add memslot parameter to hva handlersTakuya Yoshikawa1-7/+9
2012-07-18KVM: Separate rmap_pde from kvm_lpage_info->write_countTakuya Yoshikawa1-3/+3
2012-07-18KVM: Introduce kvm_unmap_hva_range() for kvm_mmu_notifier_invalidate_range_st...Takuya Yoshikawa1-0/+5
2012-07-18KVM: MMU: Make kvm_handle_hva() handle range of addressesTakuya Yoshikawa1-10/+32
2012-07-18KVM: Introduce hva_to_gfn_memslot() for kvm_handle_hva()Takuya Yoshikawa1-2/+1
2012-07-18KVM: MMU: Use __gfn_to_rmap() to clean up kvm_handle_hva()Takuya Yoshikawa1-6/+6
2012-07-11KVM: MMU: trace fast page faultXiao Guangrong1-0/+2
2012-07-11KVM: MMU: fast path of handling guest page faultXiao Guangrong1-17/+127
2012-07-11KVM: MMU: introduce SPTE_MMU_WRITEABLE bitXiao Guangrong1-19/+38
2012-07-11KVM: MMU: fold tlb flush judgement into mmu_spte_updateXiao Guangrong1-13/+20
2012-07-11KVM: MMU: cleanup spte_write_protectXiao Guangrong1-16/+29
2012-07-11KVM: MMU: abstract spte write-protectXiao Guangrong1-27/+31
2012-07-11KVM: MMU: return bool in __rmap_write_protectXiao Guangrong1-6/+7
2012-07-09KVM: MMU: Force cr3 reload with two dimensional paging on mov cr3 emulationAvi Kivity1-0/+2
2012-07-04KVM: MMU: fix shrinking page from the empty mmuXiao Guangrong1-0/+3
2012-06-14KVM: x86: change PT_FIRST_AVAIL_BITS_SHIFT to avoid conflict with EPT Dirty bitXudong Hao1-1/+1
2012-06-12KVM: MMU: Remove unused parameter from mmu_memory_cache_alloc()Takuya Yoshikawa1-9/+5
2012-06-06KVM: disable uninitialized var warningMichael S. Tsirkin1-1/+1
2012-06-05KVM: MMU: do not iterate over all VMs in mmu_shrink()Gleb Natapov1-10/+17
2012-06-05KVM: VMX: Use EPT Access bit in response to memory notifiersXudong Hao1-6/+8
2012-05-28KVM: MMU: fix huge page adapted on non-PAE hostXiao Guangrong1-2/+1