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