summaryrefslogtreecommitdiff
path: root/arch/x86/kvm/mmu.c
AgeCommit message (Expand)Author
2010-10-24KVM: MMU: fix missing percpu counter destroyWei Yongjun
2010-10-24KVM: MMU: fix regression from rework mmu_shrink() codeXiaotian Feng
2010-10-24KVM: create aggregate kvm_total_used_mmu_pages valueDave Hansen
2010-10-24KVM: replace x86 kvm n_free_mmu_pages with n_used_mmu_pagesDave Hansen
2010-10-24KVM: rename x86 kvm->arch.n_alloc_mmu_pagesDave Hansen
2010-10-24KVM: abstract kvm x86 mmu->n_free_mmu_pagesDave Hansen
2010-10-24KVM: MMU: mark page dirty only when page is really writtenXiao Guangrong
2010-10-24KVM: MMU: move bits lost judgement into a separate functionXiao Guangrong
2010-10-24KVM: MMU: using kvm_set_pfn_accessed() instead of mark_page_accessed()Xiao Guangrong
2010-10-24KVM: MMU: remove valueless output messageXiao Guangrong
2010-08-06x86, kvm: Remove cast obsoleted by set_64bit() prototype cleanupH. Peter Anvin
2010-08-02KVM: MMU: using __xchg_spte more smarterXiao Guangrong
2010-08-02KVM: MMU: cleanup spte set and accssed/dirty trackingXiao Guangrong
2010-08-02KVM: MMU: don't atomicly set spte if it's not presentXiao Guangrong
2010-08-02KVM: MMU: fix page dirty tracking lost while sync pageXiao Guangrong
2010-08-02KVM: MMU: fix broken page accessed tracking with ept enabledXiao Guangrong
2010-08-02KVM: MMU: add missing reserved bits check in speculative pathXiao Guangrong
2010-08-02KVM: MMU: fix mmu notifier invalidate handler for huge spteAndrea Arcangeli
2010-08-02KVM: MMU: Add validate_direct_spte() helperAvi Kivity
2010-08-02KVM: MMU: Add drop_large_spte() helperAvi Kivity
2010-08-02KVM: MMU: Use __set_spte to link shadow pagesAvi Kivity
2010-08-02KVM: MMU: Add link_shadow_page() helperAvi Kivity
2010-08-02KVM: Return EFAULT from kvm ioctl when guest accesses bad areaGleb Natapov
2010-08-02KVM: MMU: Don't drop accessed bit while updating an spteAvi Kivity
2010-08-02KVM: MMU: Atomically check for accessed bit when dropping an spteAvi Kivity
2010-08-02KVM: MMU: Move accessed/dirty bit checks from rmap_remove() to drop_spte()Avi Kivity
2010-08-02KVM: MMU: Introduce drop_spte()Avi Kivity
2010-08-02KVM: VMX: fix tlb flush with invalid rootXiao Guangrong
2010-08-01KVM: Remove unnecessary divide operationsJoerg Roedel
2010-08-01KVM: MMU: fix writable sync sp mappingXiao Guangrong
2010-08-01KVM: Add mini-API for vcpu->requestsAvi Kivity
2010-08-01KVM: Remove memory alias supportAvi Kivity
2010-08-01KVM: MMU: don't walk every parent pages while mark unsyncXiao Guangrong
2010-08-01KVM: MMU: clear unsync_child_bitmap completelyXiao Guangrong
2010-08-01KVM: MMU: cleanup for __mmu_unsync_walk()Xiao Guangrong
2010-08-01KVM: MMU: don't mark pte notrap if it's just sync transientXiao Guangrong
2010-08-01KVM: MMU: avoid double write protected in sync page pathXiao Guangrong
2010-08-01KVM: Fix mov cr3 #GP at wrong instructionAvi Kivity
2010-08-01KVM: MMU: delay local tlb flushXiao Guangrong
2010-08-01KVM: MMU: use wrapper function to flush local tlbXiao Guangrong
2010-08-01KVM: MMU: remove unnecessary remote tlb flushXiao Guangrong
2010-08-01KVM: MMU: reduce remote tlb flush in kvm_mmu_pte_write()Xiao Guangrong
2010-08-01KVM: MMU: traverse sp hlish safelyXiao Guangrong
2010-08-01KVM: MMU: gather remote tlb flush which occurs during page zappedXiao Guangrong
2010-08-01KVM: MMU: don't get free page number in the loopXiao Guangrong
2010-08-01KVM: MMU: split the operations of kvm_mmu_zap_page()Xiao Guangrong
2010-08-01KVM: MMU: introduce some macros to cleanup hlist traverseingXiao Guangrong
2010-08-01KVM: MMU: skip invalid sp when unprotect pageXiao Guangrong
2010-08-01KVM: MMU: Don't calculate quadrant if tdp_enabledGui Jianfeng
2010-08-01KVM: MMU: Allow spte.w=1 for gpte.w=0 and cr0.wp=0 only in shadow modeAvi Kivity