summaryrefslogtreecommitdiff
path: root/arch/x86/kvm/mmu.c
AgeCommit message (Expand)Author
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
2010-08-01KVM: x86: Clean up duplicate assignmentSheng Yang
2010-08-01KVM: pass correct parameter to kvm_mmu_free_some_pagesMarcelo Tosatti
2010-08-01KVM: MMU: Fix free memory accounting race in mmu_alloc_roots()Avi Kivity
2010-08-01KVM: inject #UD if instruction emulation fails and exit to userspaceGleb Natapov
2010-08-01KVM: MMU: make kvm_mmu_zap_page() return the number of pages it actually freedGui Jianfeng
2010-08-01KVM: Avoid killing userspace through guest SRAO MCE on unmapped pagesHuang Ying
2010-07-19mm: add context argument to shrinker callbackDave Chinner
2010-07-12KVM: MMU: flush remote tlbs when overwriting spte with different pfnXiao Guangrong
2010-06-09KVM: MMU: Remove user access when allowing kernel access to gpte.w=0 pageAvi Kivity
2010-06-09KVM: MMU: invalidate and flush on spte small->large page size changeMarcelo Tosatti
2010-05-19KVM: MMU: Segregate shadow pages with different cr0.wpAvi Kivity
2010-05-19KVM: MMU: Don't read pdptrs with mmu spinlock held in mmu_alloc_rootsAvi Kivity
2010-05-19KVM: MMU: move unsync/sync tracpoints to proper placeXiao Guangrong
2010-05-19KVM: Fix mmu shrinker errorGui Jianfeng