summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
...
* KVM: VMX: rename vpid_sync_vcpu_all() to vpid_sync_vcpu_single()Gui Jianfeng2010-08-011-2/+2
* KVM: VMX: Add all-context INVVPID type supportGui Jianfeng2010-08-012-2/+22
* 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-012-10/+44
* 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: VMX: Make sure single type invvpid is supported before issuing invvpid i...Gui Jianfeng2010-08-012-1/+9
* KVM: x86: use linux/uaccess.h instead of asm/uaccess.hLai Jiangshan2010-08-011-1/+1
* KVM: VMX: Enforce EPT pagetable level checkingSheng Yang2010-08-011-1/+7
* KVM: PPC: elide struct thread_struct instances from stackAndreas Schwab2010-08-015-95/+97
* KVM: VMX: Properly return error to userspace on vmentry failureMohammed Gamal2010-08-011-0/+7
* 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: x86: Propagate fpu_alloc errorsJan Kiszka2010-08-014-5/+19
* KVM: SVM: Fix EFER.LME being strippedZachary Amsden2010-08-011-1/+1
* KVM: MMU: don't check PT_WRITABLE_MASK directlyGui Jianfeng2010-08-011-4/+4
* KVM: MMU: calculate correct gfn for small host pages backing large guest pagesLai Jiangshan2010-08-011-4/+7
* 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-012-9/+32
* KVM: VMX: Add constant for invalid guest state exit reasonMohammed Gamal2010-08-011-0/+1
* 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-0111-0/+24
* KVM: SVM: correctly trace irq injectionGleb Natapov2010-08-011-3/+3
* KVM: MMU: only update unsync page in invlpg pathXiao Guangrong2010-08-011-2/+6
* 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: x86: Use FPU APISheng Yang2010-08-012-52/+17
* KVM: x86: Use unlazy_fpu() for host FPUSheng Yang2010-08-012-17/+2
* x86: Export FPU API for KVM useSheng Yang2010-08-014-1/+8
* KVM: Consolidate arch specific vcpu ioctl lockingAvi Kivity2010-08-013-16/+10
* KVM: PPC: Centralize locking of arch specific vcpu ioctlsAvi Kivity2010-08-011-4/+8
* KVM: s390: Centrally lock arch specific vcpu ioctlsAvi Kivity2010-08-011-23/+17
* KVM: x86: Lock arch specific vcpu ioctls centrallyAvi Kivity2010-08-011-39/+2
* KVM: move vcpu locking to dispatcher for generic vcpu ioctlsAvi Kivity2010-08-016-95/+2
* KVM: x86: cleanup unused local variableXiao Guangrong2010-08-011-2/+0
* KVM: MMU: unalias gfn before sp->gfns[] comparison in sync_pageXiao Guangrong2010-08-011-3/+4
* 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: VMX: Only reset MMU when necessarySheng Yang2010-08-011-2/+14
* KVM: x86: Clean up duplicate assignmentSheng Yang2010-08-012-6/+3
* KVM: x86 emulator: Add missing decoder flags for xor instructionsMohammed Gamal2010-08-011-1/+1
* KVM: x86 emulator: Add missing decoder flags for sub instructionMohammed Gamal2010-08-011-1/+1
* KVM: x86 emulator: Add test acc, imm instruction (opcodes 0xA8 - 0xA9)Mohammed Gamal2010-08-011-1/+4
* KVM: pass correct parameter to kvm_mmu_free_some_pagesMarcelo Tosatti2010-08-011-2/+2
* KVM: VMX: VMXON/VMXOFF usage changesDongxiao Xu2010-08-011-7/+31
* KVM: VMX: VMCLEAR/VMPTRLD usage changesDongxiao Xu2010-08-011-1/+6