aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/mmu.c
Commit message (Expand)AuthorAge
* 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
* KVM: x86: Clean up duplicate assignmentSheng Yang2010-08-01
* KVM: pass correct parameter to kvm_mmu_free_some_pagesMarcelo Tosatti2010-08-01
* KVM: MMU: Fix free memory accounting race in mmu_alloc_roots()Avi Kivity2010-08-01
* KVM: inject #UD if instruction emulation fails and exit to userspaceGleb Natapov2010-08-01
* KVM: MMU: make kvm_mmu_zap_page() return the number of pages it actually freedGui Jianfeng2010-08-01
* KVM: Avoid killing userspace through guest SRAO MCE on unmapped pagesHuang Ying2010-08-01
* mm: add context argument to shrinker callbackDave Chinner2010-07-19
* KVM: MMU: flush remote tlbs when overwriting spte with different pfnXiao Guangrong2010-07-12
* KVM: MMU: Remove user access when allowing kernel access to gpte.w=0 pageAvi Kivity2010-06-09
* KVM: MMU: invalidate and flush on spte small->large page size changeMarcelo Tosatti2010-06-09
* KVM: MMU: Segregate shadow pages with different cr0.wpAvi Kivity2010-05-19
* KVM: MMU: Don't read pdptrs with mmu spinlock held in mmu_alloc_rootsAvi Kivity2010-05-19
* KVM: MMU: move unsync/sync tracpoints to proper placeXiao Guangrong2010-05-19
* KVM: Fix mmu shrinker errorGui Jianfeng2010-05-19
* KVM: MMU: fix hashing for TDP and non-paging modesEric Northup2010-05-19
* KVM: MMU: cleanup for function unaccount_shadowed()Wei Yongjun2010-05-17
* KVM: Get rid of dead function gva_to_page()Gui Jianfeng2010-05-17
* KVM: MMU: Remove unused varialbe in rmap_next()Gui Jianfeng2010-05-17
* KVM: use the correct RCU API for PROVE_RCU=yLai Jiangshan2010-05-17
* KVM: MMU: cleanup for hlist walk restartXiao Guangrong2010-05-17