summaryrefslogtreecommitdiff
path: root/arch/x86/kvm/mmu.c
AgeCommit message (Expand)Author
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
2010-08-01KVM: MMU: don't check PT_WRITABLE_MASK directlyGui Jianfeng
2010-08-01KVM: MMU: Calculate correct base gfn for direct non-DIR levelLai Jiangshan
2010-08-01KVM: MMU: Don't allocate gfns page for direct mmu pagesLai Jiangshan
2010-08-01KVM: MMU: allow more page become unsync at getting sp timeXiao Guangrong
2010-08-01KVM: MMU: allow more page become unsync at gfn mapping timeXiao Guangrong
2010-08-01KVM: Update Red Hat copyrightsAvi Kivity
2010-08-01KVM: MMU: don't write-protect if have new mapping to unsync pageXiao Guangrong
2010-08-01KVM: MMU: split kvm_sync_page() functionXiao Guangrong
2010-08-01KVM: MMU: remove rmap before clear spteXiao Guangrong
2010-08-01KVM: MMU: use proper cache object freeing functionXiao Guangrong