summaryrefslogtreecommitdiff
path: root/arch/x86/kvm/mmu.c
AgeCommit message (Expand)AuthorFilesLines
2014-03-31KVM: x86: handle invalid root_hpa everywhereMarcelo Tosatti1-0/+9
2014-03-31KVM: MMU: handle invalid root_hpa at __direct_mapMarcelo Tosatti1-0/+3
2013-04-07Revert "KVM: MMU: Move kvm_mmu_free_some_pages() into kvm_mmu_alloc_page()"Takuya Yoshikawa1-4/+7
2013-03-21KVM: MMU: Rename kvm_mmu_free_some_pages() to make_mmu_pages_available()Takuya Yoshikawa1-2/+7
2013-03-21KVM: MMU: Move kvm_mmu_free_some_pages() into kvm_mmu_alloc_page()Takuya Yoshikawa1-6/+3
2013-03-14KVM: x86: Optimize mmio spte zapping when creating/moving memslotTakuya Yoshikawa1-0/+18
2013-03-14KVM: MMU: Mark sp mmio cached when creating mmio spteTakuya Yoshikawa1-0/+3
2013-03-07KVM: MMU: Introduce a helper function for FIFO zappingTakuya Yoshikawa1-32/+23
2013-03-07KVM: MMU: Use list_for_each_entry_safe in kvm_mmu_commit_zap_page()Takuya Yoshikawa1-4/+3
2013-03-07KVM: MMU: Fix and clean up for_each_gfn_* macrosTakuya Yoshikawa1-10/+8
2013-02-27hlist: drop the node parameter from iteratorsSasha Levin1-16/+10
2013-02-20Revert "KVM: MMU: lazily drop large spte"Marcelo Tosatti1-7/+16
2013-02-06KVM: MMU: cleanup __direct_mapXiao Guangrong1-8/+4
2013-02-06KVM: MMU: remove pt_access in mmu_set_spteXiao Guangrong1-10/+7
2013-02-06KVM: MMU: cleanup mapping-levelXiao Guangrong1-2/+1
2013-02-06KVM: MMU: lazily drop large spteXiao Guangrong1-16/+7
2013-02-05Revert "KVM: MMU: split kvm_mmu_free_page"Gleb Natapov1-18/+3
2013-02-04KVM: MMU: drop superfluous min() call.Gleb Natapov1-1/+1
2013-02-04KVM: MMU: set base_role.nxe during mmu initialization.Gleb Natapov1-0/+1
2013-02-04KVM: MMU: drop unneeded checks.Gleb Natapov1-3/+2
2013-02-04KVM: MMU: make spte_is_locklessly_modifiable() more clearGleb Natapov1-1/+2
2013-01-14KVM: MMU: Conditionally reschedule when kvm_mmu_slot_remove_write_access() ta...Takuya Yoshikawa1-0/+5
2013-01-14KVM: Make kvm_mmu_slot_remove_write_access() take mmu_lock by itselfTakuya Yoshikawa1-0/+3
2013-01-14KVM: Make kvm_mmu_change_mmu_pages() take mmu_lock by itselfTakuya Yoshikawa1-0/+4
2013-01-14KVM: Remove unused slot_bitmap from kvm_mmu_pageTakuya Yoshikawa1-10/+0
2013-01-14KVM: MMU: Make kvm_mmu_slot_remove_write_access() rmap basedTakuya Yoshikawa1-13/+15
2013-01-14KVM: MMU: Remove unused parameter level from __rmap_write_protect()Takuya Yoshikawa1-3/+3
2013-01-10KVM: MMU: fix infinite fault access retryXiao Guangrong1-9/+4
2013-01-10KVM: MMU: fix Dirty bit missed if CR0.WP = 0Xiao Guangrong1-34/+13
2012-12-06KVM: MMU: optimize for set_spteXiao Guangrong1-4/+12
2012-10-29KVM: do not treat noslot pfn as a error pfnXiao Guangrong1-2/+2
2012-10-29Merge 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