aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/mmu.c
Commit message (Expand)AuthorAge
...
* KVM: MMU: remove count_rmaps()Xiao Guangrong2010-10-24
* KVM: MMU: rewrite audit_mappings_page() functionXiao Guangrong2010-10-24
* KVM: MMU: fix wrong not write protected sp reportXiao Guangrong2010-10-24
* KVM: MMU: check rmap for every spteXiao Guangrong2010-10-24
* KVM: MMU: fix compile warning in audit codeXiao Guangrong2010-10-24
* KVM: MMU: prefetch ptes when intercepted guest #PFXiao Guangrong2010-10-24
* KVM: MMU: fix missing percpu counter destroyWei Yongjun2010-10-24
* KVM: MMU: fix regression from rework mmu_shrink() codeXiaotian Feng2010-10-24
* KVM: create aggregate kvm_total_used_mmu_pages valueDave Hansen2010-10-24
* KVM: replace x86 kvm n_free_mmu_pages with n_used_mmu_pagesDave Hansen2010-10-24
* KVM: rename x86 kvm->arch.n_alloc_mmu_pagesDave Hansen2010-10-24
* KVM: abstract kvm x86 mmu->n_free_mmu_pagesDave Hansen2010-10-24
* KVM: MMU: mark page dirty only when page is really writtenXiao Guangrong2010-10-24
* KVM: MMU: move bits lost judgement into a separate functionXiao Guangrong2010-10-24
* KVM: MMU: using kvm_set_pfn_accessed() instead of mark_page_accessed()Xiao Guangrong2010-10-24
* KVM: MMU: remove valueless output messageXiao Guangrong2010-10-24
* 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