aboutsummaryrefslogtreecommitdiffstats
path: root/kernel (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2010-08-01KVM: Fix KVM_SET_SIGNAL_MASK with arg == NULLAndi Kleen1-1/+1
2010-08-01KVM: MMU: delay local tlb flushXiao Guangrong1-1/+1
2010-08-01KVM: MMU: use wrapper function to flush local tlbXiao Guangrong1-1/+1
2010-08-01KVM: MMU: remove unnecessary remote tlb flushXiao Guangrong1-2/+0
2010-08-01KVM: VMX: fix rcu usage warning in init_rmode()Xiao Guangrong1-6/+11
2010-08-01KVM: VMX: rename vpid_sync_vcpu_all() to vpid_sync_vcpu_single()Gui Jianfeng1-2/+2
2010-08-01KVM: VMX: Add all-context INVVPID type supportGui Jianfeng2-2/+22
2010-08-01KVM: MMU: reduce remote tlb flush in kvm_mmu_pte_write()Xiao Guangrong1-5/+15
2010-08-01KVM: MMU: traverse sp hlish safelyXiao Guangrong1-28/+23
2010-08-01KVM: MMU: gather remote tlb flush which occurs during page zappedXiao Guangrong1-31/+53
2010-08-01KVM: MMU: don't get free page number in the loopXiao Guangrong1-2/+5
2010-08-01KVM: MMU: split the operations of kvm_mmu_zap_page()Xiao Guangrong2-10/+44
2010-08-01KVM: MMU: introduce some macros to cleanup hlist traverseingXiao Guangrong1-75/+47
2010-08-01KVM: MMU: skip invalid sp when unprotect pageXiao Guangrong1-1/+1
2010-08-01KVM: VMX: Make sure single type invvpid is supported before issuing invvpid instructionGui Jianfeng2-1/+9
2010-08-01KVM: x86: use linux/uaccess.h instead of asm/uaccess.hLai Jiangshan1-1/+1
2010-08-01KVM: cleanup "*new.rmap" typeLai Jiangshan1-1/+1
2010-08-01KVM: VMX: Enforce EPT pagetable level checkingSheng Yang1-1/+7