summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/mmu.c
Commit message (Expand)AuthorAgeFilesLines
* Revert "KVM: MMU: Move kvm_mmu_free_some_pages() into kvm_mmu_alloc_page()"Takuya Yoshikawa2013-04-071-4/+7
* KVM: MMU: Rename kvm_mmu_free_some_pages() to make_mmu_pages_available()Takuya Yoshikawa2013-03-211-2/+7
* KVM: MMU: Move kvm_mmu_free_some_pages() into kvm_mmu_alloc_page()Takuya Yoshikawa2013-03-211-6/+3Star
* KVM: x86: Optimize mmio spte zapping when creating/moving memslotTakuya Yoshikawa2013-03-141-0/+18
* KVM: MMU: Mark sp mmio cached when creating mmio spteTakuya Yoshikawa2013-03-141-0/+3
* KVM: MMU: Introduce a helper function for FIFO zappingTakuya Yoshikawa2013-03-071-32/+23Star
* KVM: MMU: Use list_for_each_entry_safe in kvm_mmu_commit_zap_page()Takuya Yoshikawa2013-03-071-4/+3Star
* KVM: MMU: Fix and clean up for_each_gfn_* macrosTakuya Yoshikawa2013-03-071-10/+8Star
* hlist: drop the node parameter from iteratorsSasha Levin2013-02-281-16/+10Star
* Revert "KVM: MMU: lazily drop large spte"Marcelo Tosatti2013-02-201-7/+16
* KVM: MMU: cleanup __direct_mapXiao Guangrong2013-02-071-8/+4Star
* KVM: MMU: remove pt_access in mmu_set_spteXiao Guangrong2013-02-071-10/+7Star
* KVM: MMU: cleanup mapping-levelXiao Guangrong2013-02-071-2/+1Star
* KVM: MMU: lazily drop large spteXiao Guangrong2013-02-071-16/+7Star
* Revert "KVM: MMU: split kvm_mmu_free_page"Gleb Natapov2013-02-061-18/+3Star
* KVM: MMU: drop superfluous min() call.Gleb Natapov2013-02-051-1/+1
* KVM: MMU: set base_role.nxe during mmu initialization.Gleb Natapov2013-02-051-0/+1
* KVM: MMU: drop unneeded checks.Gleb Natapov2013-02-051-3/+2Star
* KVM: MMU: make spte_is_locklessly_modifiable() more clearGleb Natapov2013-02-051-1/+2
* KVM: MMU: Conditionally reschedule when kvm_mmu_slot_remove_write_access() ta...Takuya Yoshikawa2013-01-141-0/+5
* KVM: Make kvm_mmu_slot_remove_write_access() take mmu_lock by itselfTakuya Yoshikawa2013-01-141-0/+3
* KVM: Make kvm_mmu_change_mmu_pages() take mmu_lock by itselfTakuya Yoshikawa2013-01-141-0/+4
* KVM: Remove unused slot_bitmap from kvm_mmu_pageTakuya Yoshikawa2013-01-141-10/+0Star
* KVM: MMU: Make kvm_mmu_slot_remove_write_access() rmap basedTakuya Yoshikawa2013-01-141-13/+15
* KVM: MMU: Remove unused parameter level from __rmap_write_protect()Takuya Yoshikawa2013-01-141-3/+3
* KVM: MMU: fix infinite fault access retryXiao Guangrong2013-01-101-9/+4Star
* KVM: MMU: fix Dirty bit missed if CR0.WP = 0Xiao Guangrong2013-01-101-34/+13Star
* KVM: MMU: optimize for set_spteXiao Guangrong2012-12-061-4/+12
* KVM: do not treat noslot pfn as a error pfnXiao Guangrong2012-10-291-2/+2
* Merge remote-tracking branch 'master' into queueMarcelo Tosatti2012-10-291-2/+1Star
|\
| * KVM: MMU: fix release noslot pfnXiao Guangrong2012-10-221-2/+1Star
* | KVM: Take kvm instead of vcpu to mmu_notifier_retryChristoffer Dall2012-10-231-2/+2
* | KVM: MMU: move prefetch_invalid_gpte out of pagaing_tmp.hXiao Guangrong2012-10-171-8/+28
* | KVM: MMU: remove mmu_is_invalidXiao Guangrong2012-10-171-5/+0Star
|/
* KVM: MMU: Optimize is_last_gpte()Avi Kivity2012-09-201-0/+31
* KVM: MMU: Optimize pte permission checksAvi Kivity2012-09-201-0/+38
* KVM: MMU: Move gpte_access() out of paging_tmpl.hAvi Kivity2012-09-201-0/+10
* KVM: MMU: Push clean gpte write protection out of gpte_access()Avi Kivity2012-09-201-0/+12
* KVM: MMU: remove unnecessary checkXiao Guangrong2012-09-101-5/+0Star
* Merge remote-tracking branch 'upstream/master' into queueMarcelo Tosatti2012-08-261-4/+9
|\
| * KVM: MMU: Fix mmu_shrink() so that it can free mmu pages as intendedTakuya Yoshikawa2012-08-221-4/+9
* | KVM: introduce readonly memslotXiao Guangrong2012-08-221-0/+9
* | KVM: introduce gfn_to_pfn_memslot_atomicXiao Guangrong2012-08-221-4/+1Star
* | KVM: do not release the error pfnXiao Guangrong2012-08-061-4/+3Star
* | KVM: introduce KVM_PFN_ERR_HWPOISONXiao Guangrong2012-08-061-1/+1
* | KVM: introduce KVM_PFN_ERR_FAULTXiao Guangrong2012-08-061-1/+1
* | KVM: Push rmap into kvm_arch_memory_slotTakuya Yoshikawa2012-08-061-4/+1Star
* | KVM: MMU: Use gfn_to_rmap() instead of directly reading rmap arrayTakuya Yoshikawa2012-08-061-1/+2
* | KVM: MMU: use kvm_release_pfn_clean to release pfnXiao Guangrong2012-07-261-1/+1
* | Merge branch 'queue' into nextAvi Kivity2012-07-261-39/+78
|\ \ | |/ |/|