summaryrefslogtreecommitdiff
path: root/arch/x86/kvm/mmu.c
AgeCommit message (Expand)AuthorFilesLines
2010-08-06x86, kvm: Remove cast obsoleted by set_64bit() prototype cleanupH. Peter Anvin1-5/+1
2010-08-02KVM: MMU: using __xchg_spte more smarterXiao Guangrong1-2/+7
2010-08-02KVM: MMU: cleanup spte set and accssed/dirty trackingXiao Guangrong1-9/+8
2010-08-02KVM: MMU: don't atomicly set spte if it's not presentXiao Guangrong1-2/+3
2010-08-02KVM: MMU: fix page dirty tracking lost while sync pageXiao Guangrong1-7/+3
2010-08-02KVM: MMU: fix broken page accessed tracking with ept enabledXiao Guangrong1-2/+3
2010-08-02KVM: MMU: add missing reserved bits check in speculative pathXiao Guangrong1-1/+8
2010-08-02KVM: MMU: fix mmu notifier invalidate handler for huge spteAndrea Arcangeli1-2/+6
2010-08-02KVM: MMU: Add validate_direct_spte() helperAvi Kivity1-0/+23
2010-08-02KVM: MMU: Add drop_large_spte() helperAvi Kivity1-0/+8
2010-08-02KVM: MMU: Use __set_spte to link shadow pagesAvi Kivity1-1/+1
2010-08-02KVM: MMU: Add link_shadow_page() helperAvi Kivity1-0/+10
2010-08-02KVM: Return EFAULT from kvm ioctl when guest accesses bad areaGleb Natapov1-1/+3
2010-08-02KVM: MMU: Don't drop accessed bit while updating an spteAvi Kivity1-4/+21
2010-08-02KVM: MMU: Atomically check for accessed bit when dropping an spteAvi Kivity1-7/+21
2010-08-02KVM: MMU: Move accessed/dirty bit checks from rmap_remove() to drop_spte()Avi Kivity1-8/+11
2010-08-02KVM: MMU: Introduce drop_spte()Avi Kivity1-13/+17
2010-08-02KVM: VMX: fix tlb flush with invalid rootXiao Guangrong1-2/+0
2010-08-01KVM: Remove unnecessary divide operationsJoerg Roedel1-4/+4
2010-08-01KVM: MMU: fix writable sync sp mappingXiao Guangrong1-1/+4
2010-08-01KVM: Add mini-API for vcpu->requestsAvi Kivity1-3/+3
2010-08-01KVM: Remove memory alias supportAvi Kivity1-13/+4
2010-08-01KVM: MMU: don't walk every parent pages while mark unsyncXiao Guangrong1-44/+17
2010-08-01KVM: MMU: clear unsync_child_bitmap completelyXiao Guangrong1-24/+29
2010-08-01KVM: MMU: cleanup for __mmu_unsync_walk()Xiao Guangrong1-4/+4
2010-08-01KVM: MMU: don't mark pte notrap if it's just sync transientXiao Guangrong1-7/+4
2010-08-01KVM: MMU: avoid double write protected in sync page pathXiao Guangrong1-4/+2
2010-08-01KVM: Fix mov cr3 #GP at wrong instructionAvi Kivity1-1/+1
2010-08-01KVM: MMU: delay local tlb flushXiao Guangrong1-1/+1
2010-08-01KVM: MMU: use wrapper function to flush local tlbXiao Guangrong1-1/+1
2010-08-01KVM: MMU: remove unnecessary remote tlb flushXiao Guangrong1-2/+0
2010-08-01KVM: MMU: reduce remote tlb flush in kvm_mmu_pte_write()Xiao Guangrong1-5/+15
2010-08-01KVM: MMU: traverse sp hlish safelyXiao Guangrong1-28/+23
2010-08-01KVM: MMU: gather remote tlb flush which occurs during page zappedXiao Guangrong1-31/+53
2010-08-01KVM: MMU: don't get free page number in the loopXiao Guangrong1-2/+5
2010-08-01KVM: MMU: split the operations of kvm_mmu_zap_page()Xiao Guangrong1-9/+43
2010-08-01KVM: MMU: introduce some macros to cleanup hlist traverseingXiao Guangrong1-75/+47
2010-08-01KVM: MMU: skip invalid sp when unprotect pageXiao Guangrong1-1/+1
2010-08-01KVM: MMU: Don't calculate quadrant if tdp_enabledGui Jianfeng1-1/+1
2010-08-01KVM: MMU: Allow spte.w=1 for gpte.w=0 and cr0.wp=0 only in shadow modeAvi Kivity1-1/+2
2010-08-01KVM: MMU: don't check PT_WRITABLE_MASK directlyGui Jianfeng1-4/+4
2010-08-01KVM: MMU: Calculate correct base gfn for direct non-DIR levelLai Jiangshan1-1/+4
2010-08-01KVM: MMU: Don't allocate gfns page for direct mmu pagesLai Jiangshan1-9/+29
2010-08-01KVM: MMU: allow more page become unsync at getting sp timeXiao Guangrong1-10/+37
2010-08-01KVM: MMU: allow more page become unsync at gfn mapping timeXiao Guangrong1-44/+38
2010-08-01KVM: Update Red Hat copyrightsAvi Kivity1-0/+1
2010-08-01KVM: MMU: don't write-protect if have new mapping to unsync pageXiao Guangrong1-4/+14
2010-08-01KVM: MMU: split kvm_sync_page() functionXiao Guangrong1-4/+25
2010-08-01KVM: MMU: remove rmap before clear spteXiao Guangrong1-0/+1
2010-08-01KVM: MMU: use proper cache object freeing functionXiao Guangrong1-8/+10