summaryrefslogtreecommitdiffstats
path: root/arch/x86
AgeCommit message (Expand)AuthorFilesLines
2010-05-17KVM: MMU: fix sp->unsync type error in trace event definitionGui Jianfeng1-1/+1
2010-05-17KVM: SVM: Handle MCE intercepts always on host levelJoerg Roedel1-0/+1
2010-05-17KVM: x86: Allow marking an exception as reinjectedJoerg Roedel4-12/+32
2010-05-17KVM: SVM: Report emulated SVM features to userspaceJoerg Roedel1-0/+10
2010-05-17KVM: x86: Add callback to let modules decide over some supported cpuid bitsJoerg Roedel4-0/+17
2010-05-17KVM: SVM: Propagate nested entry failure into guest hypervisorJoerg Roedel1-0/+4
2010-05-17KVM: SVM: Sync cr0 and cr3 to kvm state before nested handlingJoerg Roedel1-9/+6
2010-05-17KVM: SVM: Make sure rip is synced to vmcb before nested vmexitJoerg Roedel1-4/+4
2010-05-17KVM: SVM: Fix nested nmi handlingJoerg Roedel1-7/+9
2010-05-17Merge remote branch 'tip/perf/core'Avi Kivity2-6/+18
2010-05-17KVM: VMX: free vpid when fail to create vcpuLai Jiangshan1-4/+12
2010-05-17KVM: MMU: cleanup for function unaccount_shadowed()Wei Yongjun1-1/+1
2010-05-17KVM: Get rid of dead function gva_to_page()Gui Jianfeng1-14/+0
2010-05-17KVM: MMU: Remove unused varialbe in rmap_next()Gui Jianfeng1-2/+0
2010-05-17KVM: MMU: Make use of is_large_pte() in walkerGui Jianfeng1-2/+2
2010-05-17KVM: MMU: Move sync_page() first pte address calculation out of loopGui Jianfeng1-2/+4
2010-05-17KVM: MMU: Drop cr4.pge from shadow page roleAvi Kivity3-4/+1
2010-05-17KVM: use the correct RCU API for PROVE_RCU=yLai Jiangshan4-6/+14
2010-05-17Merge branch 'perf'Avi Kivity39-3265/+3187
2010-05-17KVM: MMU: cleanup for hlist walk restartXiao Guangrong1-5/+10
2010-05-17KVM: prevent spurious exit to userspace during task switch emulation.Gleb Natapov2-4/+14
2010-05-17KVM: MMU: remove unused parameter in mmu_parent_walk()Xiao Guangrong1-13/+11
2010-05-17KVM: MMU: reduce 'struct kvm_mmu_page' sizeXiao Guangrong1-2/+2
2010-05-17KVM: MMU: remove unused struct kvm_unsync_walkXiao Guangrong1-5/+0
2010-05-17KVM: fix emulator_task_switch() return value.Gleb Natapov2-4/+5
2010-05-17KVM: MMU: Replace role.glevels with role.cr4_paeAvi Kivity3-9/+10
2010-05-17KVM: x86: Push potential exception error code on task switchesJan Kiszka7-10/+48
2010-05-17KVM: x86: Terminate early if task_switch_16/32 failedJan Kiszka1-0/+2
2010-05-17KVM: x86: get rid of mmu_only parameter in emulator_write_emulated()Gleb Natapov1-25/+11
2010-05-17KVM: move DR register access handling into generic codeGleb Natapov4-134/+93
2010-05-17KVM: SVM: implement NEXTRIPsave SVM featureAndre Przywara2-6/+11
2010-05-17KVM: Fix MAXPHYADDR calculation when cpuid does not support itAvi Kivity1-0/+4
2010-05-17KVM: Trace emulated instructionsAvi Kivity2-0/+90
2010-05-17KVM: x86 emulator: Don't overwrite decode cacheAvi Kivity1-9/+10
2010-05-17KVM: MMU: remove unnecessary NX check in walk_addrXiao Guangrong1-1/+1
2010-05-17KVM: MMU: remove unused fieldXiao Guangrong2-3/+0
2010-05-17KVM: MMU: cleanup/fix mmu audit codeXiao Guangrong1-7/+8
2010-05-17KVM: MMU: Disassociate direct maps from guest levelsAvi Kivity1-0/+2
2010-05-17KVM: MMU: check reserved bits only if CR4.PSE=1 or CR4.PAE=1Xiao Guangrong1-3/+9
2010-05-17KVM: x86: document KVM_REQ_PENDING_TIMER usageMarcelo Tosatti1-1/+2
2010-05-17KVM: x86 emulator: fix unlocked CMPXCHG8B emulationGleb Natapov1-1/+0
2010-05-17KVM: x86 emulator: add decoding of CMPXCHG8B dst operandGleb Natapov1-14/+10
2010-05-17KVM: x86 emulator: commit rflags as part of registers commitGleb Natapov3-2/+8
2010-05-17KVM: x86: Fix 32-bit build breakage due to typoJan Kiszka1-1/+1
2010-05-17KVM: small kvm_arch_vcpu_ioctl_run() cleanup.Gleb Natapov1-26/+6
2010-05-17KVM: x86 emulator: introduce pio in string read ahead.Gleb Natapov2-5/+48
2010-05-17KVM: x86 emulator: restart string instruction without going back to a guest.Gleb Natapov3-12/+42
2010-05-17KVM: x86 emulator: remove saved_eipGleb Natapov1-8/+1
2010-05-17KVM: x86 emulator: Move string pio emulation into emulator.cGleb Natapov3-230/+32
2010-05-17KVM: x86 emulator: fix in/out emulation.Gleb Natapov6-133/+178