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