summaryrefslogtreecommitdiff
path: root/arch/x86/kvm/mmu.c
AgeCommit message (Expand)Author
2014-03-31KVM: x86: handle invalid root_hpa everywhereMarcelo Tosatti
2014-03-31KVM: MMU: handle invalid root_hpa at __direct_mapMarcelo Tosatti
2013-04-07Revert "KVM: MMU: Move kvm_mmu_free_some_pages() into kvm_mmu_alloc_page()"Takuya Yoshikawa
2013-03-21KVM: MMU: Rename kvm_mmu_free_some_pages() to make_mmu_pages_available()Takuya Yoshikawa
2013-03-21KVM: MMU: Move kvm_mmu_free_some_pages() into kvm_mmu_alloc_page()Takuya Yoshikawa
2013-03-14KVM: x86: Optimize mmio spte zapping when creating/moving memslotTakuya Yoshikawa
2013-03-14KVM: MMU: Mark sp mmio cached when creating mmio spteTakuya Yoshikawa
2013-03-07KVM: MMU: Introduce a helper function for FIFO zappingTakuya Yoshikawa
2013-03-07KVM: MMU: Use list_for_each_entry_safe in kvm_mmu_commit_zap_page()Takuya Yoshikawa
2013-03-07KVM: MMU: Fix and clean up for_each_gfn_* macrosTakuya Yoshikawa
2013-02-27hlist: drop the node parameter from iteratorsSasha Levin
2013-02-20Revert "KVM: MMU: lazily drop large spte"Marcelo Tosatti
2013-02-06KVM: MMU: cleanup __direct_mapXiao Guangrong
2013-02-06KVM: MMU: remove pt_access in mmu_set_spteXiao Guangrong
2013-02-06KVM: MMU: cleanup mapping-levelXiao Guangrong
2013-02-06KVM: MMU: lazily drop large spteXiao Guangrong
2013-02-05Revert "KVM: MMU: split kvm_mmu_free_page"Gleb Natapov
2013-02-04KVM: MMU: drop superfluous min() call.Gleb Natapov
2013-02-04KVM: MMU: set base_role.nxe during mmu initialization.Gleb Natapov
2013-02-04KVM: MMU: drop unneeded checks.Gleb Natapov
2013-02-04KVM: MMU: make spte_is_locklessly_modifiable() more clearGleb Natapov
2013-01-14KVM: MMU: Conditionally reschedule when kvm_mmu_slot_remove_write_access() ta...Takuya Yoshikawa
2013-01-14KVM: Make kvm_mmu_slot_remove_write_access() take mmu_lock by itselfTakuya Yoshikawa
2013-01-14KVM: Make kvm_mmu_change_mmu_pages() take mmu_lock by itselfTakuya Yoshikawa
2013-01-14KVM: Remove unused slot_bitmap from kvm_mmu_pageTakuya Yoshikawa
2013-01-14KVM: MMU: Make kvm_mmu_slot_remove_write_access() rmap basedTakuya Yoshikawa
2013-01-14KVM: MMU: Remove unused parameter level from __rmap_write_protect()Takuya Yoshikawa
2013-01-10KVM: MMU: fix infinite fault access retryXiao Guangrong
2013-01-10KVM: MMU: fix Dirty bit missed if CR0.WP = 0Xiao Guangrong
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