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