aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/x86.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-05-21Merge branch 'kvm-updates/2.6.35' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-959/+640
2010-05-19KVM: x86: Add missing locking to arch specific vcpu ioctlsAvi Kivity1-0/+6
2010-05-19KVM: x86: Check LMA bit before set_eferSheng Yang1-2/+2
2010-05-19KVM: Don't allow lmsw to clear cr0.peAvi Kivity1-1/+1
2010-05-19KVM: x86: Tell the guest we'll warn it about tsc stabilityGlauber Costa1-1/+4
2010-05-19KVM: x86: export paravirtual cpuid flags in KVM_GET_SUPPORTED_CPUIDGlauber Costa1-0/+34
2010-05-19KVM: x86: change msr numbers for kvmclockGlauber Costa1-1/+6
2010-05-19KVM: x86: Inject #GP with the right rip on efer writesRoedel, Joerg1-19/+12
2010-05-19KVM: x86: Fix exception reinjection forced to trueJoerg Roedel1-1/+1
2010-05-19KVM: Fix wallclock version writing raceAvi Kivity1-2/+10
2010-05-19KVM: x86: properly update ready_for_interrupt_injectionMarcelo Tosatti1-1/+1
2010-05-18Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-0/+50
2010-05-17KVM: x86: Allow marking an exception as reinjectedJoerg Roedel1-4/+19
2010-05-17KVM: x86: Add callback to let modules decide over some supported cpuid bitsJoerg Roedel1-0/+3
2010-05-17Merge remote branch 'tip/perf/core'Avi Kivity1-0/+4
2010-05-17KVM: MMU: Drop cr4.pge from shadow page roleAvi Kivity1-1/+0
2010-05-17KVM: use the correct RCU API for PROVE_RCU=yLai Jiangshan1-2/+2
2010-05-17Merge branch 'perf'Avi Kivity1-0/+46
2010-05-17KVM: fix emulator_task_switch() return value.Gleb Natapov1-3/+4
2010-05-17KVM: x86: Push potential exception error code on task switchesJan Kiszka1-2/+4
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 Natapov1-2/+76
2010-05-17KVM: Fix MAXPHYADDR calculation when cpuid does not support itAvi Kivity1-0/+4
2010-05-17KVM: Trace emulated instructionsAvi Kivity1-0/+4
2010-05-17KVM: x86 emulator: commit rflags as part of registers commitGleb Natapov1-2/+6
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: restart string instruction without going back to a guest.Gleb Natapov1-1/+18
2010-05-17KVM: x86 emulator: Move string pio emulation into emulator.cGleb Natapov1-189/+17
2010-05-17KVM: x86 emulator: fix in/out emulation.Gleb Natapov1-82/+131
2010-05-17KVM: Use task switch from emulator.cGleb Natapov1-544/+17
2010-05-17KVM: x86 emulator: Provide more callbacks for x86 emulator.Gleb Natapov1-15/+115
2010-05-17KVM: Provide current eip as part of emulator context.Gleb Natapov1-0/+1
2010-05-17KVM: Provide x86_emulate_ctxt callback to get current cplGleb Natapov1-0/+6
2010-05-17KVM: remove realmode_lmsw function.Gleb Natapov1-7/+0
2010-05-17KVM: Provide callback to get/set control registers in emulator ops.Gleb Natapov1-56/+58
2010-05-17KVM: Remove pointer to rflags from realmode_set_cr parameters.Gleb Natapov1-3/+1
2010-05-17KVM: Don't follow an atomic operation by a non-atomic oneAvi Kivity1-6/+24
2010-05-17KVM: Make locked operations truly atomicAvi Kivity1-21/+48
2010-05-17KVM: x86: fix the error of ioctl KVM_IRQ_LINE if no irq chipWei Yongjun1-0/+2
2010-05-17KVM: Trace exception injectionAvi Kivity1-0/+3
2010-05-17KVM: cleanup kvm traceXiao Guangrong1-1/+1
2010-05-13KVM: x86: Call vcpu_load and vcpu_put in cpuid_updateDongxiao Xu1-0/+4
2010-04-25KVM: move segment_base() into vmx.cGleb Natapov1-30/+0
2010-04-25KVM: fix segment_base() error checkingGleb Natapov1-1/+3
2010-04-25KVM: Drop kvm_get_gdt() in favor of generic linux functionGleb Natapov1-1/+1
2010-04-25KVM: x86: Don't set arch.cr0 in kvm_set_cr0Joerg Roedel1-1/+0
2010-04-25KVM: SVM: Ignore write of hwcr.ignneJoerg Roedel1-0/+1
2010-04-25KVM: SVM: Add kvm_nested_intercepts tracepointJoerg Roedel1-0/+1
2010-04-25KVM: x86: Preserve injected TF across emulationJan Kiszka1-2/+2