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