summaryrefslogtreecommitdiff
path: root/arch/x86/kvm/x86.c
AgeCommit message (Expand)Author
2010-07-23KVM: Use kmalloc() instead of vmalloc() for KVM_[GS]ET_MSRAvi Kivity
2010-05-21Merge branch 'kvm-updates/2.6.35' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2010-05-19KVM: x86: Add missing locking to arch specific vcpu ioctlsAvi Kivity
2010-05-19KVM: x86: Check LMA bit before set_eferSheng Yang
2010-05-19KVM: Don't allow lmsw to clear cr0.peAvi Kivity
2010-05-19KVM: x86: Tell the guest we'll warn it about tsc stabilityGlauber Costa
2010-05-19KVM: x86: export paravirtual cpuid flags in KVM_GET_SUPPORTED_CPUIDGlauber Costa
2010-05-19KVM: x86: change msr numbers for kvmclockGlauber Costa
2010-05-19KVM: x86: Inject #GP with the right rip on efer writesRoedel, Joerg
2010-05-19KVM: x86: Fix exception reinjection forced to trueJoerg Roedel
2010-05-19KVM: Fix wallclock version writing raceAvi Kivity
2010-05-19KVM: x86: properly update ready_for_interrupt_injectionMarcelo Tosatti
2010-05-18Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2010-05-17KVM: x86: Allow marking an exception as reinjectedJoerg Roedel
2010-05-17KVM: x86: Add callback to let modules decide over some supported cpuid bitsJoerg Roedel
2010-05-17Merge remote branch 'tip/perf/core'Avi Kivity
2010-05-17KVM: MMU: Drop cr4.pge from shadow page roleAvi Kivity
2010-05-17KVM: use the correct RCU API for PROVE_RCU=yLai Jiangshan
2010-05-17Merge branch 'perf'Avi Kivity
2010-05-17KVM: fix emulator_task_switch() return value.Gleb Natapov
2010-05-17KVM: x86: Push potential exception error code on task switchesJan Kiszka
2010-05-17KVM: x86: get rid of mmu_only parameter in emulator_write_emulated()Gleb Natapov
2010-05-17KVM: move DR register access handling into generic codeGleb Natapov
2010-05-17KVM: Fix MAXPHYADDR calculation when cpuid does not support itAvi Kivity
2010-05-17KVM: Trace emulated instructionsAvi Kivity
2010-05-17KVM: x86 emulator: commit rflags as part of registers commitGleb Natapov
2010-05-17KVM: x86: Fix 32-bit build breakage due to typoJan Kiszka
2010-05-17KVM: small kvm_arch_vcpu_ioctl_run() cleanup.Gleb Natapov
2010-05-17KVM: x86 emulator: restart string instruction without going back to a guest.Gleb Natapov
2010-05-17KVM: x86 emulator: Move string pio emulation into emulator.cGleb Natapov
2010-05-17KVM: x86 emulator: fix in/out emulation.Gleb Natapov
2010-05-17KVM: Use task switch from emulator.cGleb Natapov
2010-05-17KVM: x86 emulator: Provide more callbacks for x86 emulator.Gleb Natapov
2010-05-17KVM: Provide current eip as part of emulator context.Gleb Natapov
2010-05-17KVM: Provide x86_emulate_ctxt callback to get current cplGleb Natapov
2010-05-17KVM: remove realmode_lmsw function.Gleb Natapov
2010-05-17KVM: Provide callback to get/set control registers in emulator ops.Gleb Natapov
2010-05-17KVM: Remove pointer to rflags from realmode_set_cr parameters.Gleb Natapov
2010-05-17KVM: Don't follow an atomic operation by a non-atomic oneAvi Kivity
2010-05-17KVM: Make locked operations truly atomicAvi Kivity
2010-05-17KVM: x86: fix the error of ioctl KVM_IRQ_LINE if no irq chipWei Yongjun
2010-05-17KVM: Trace exception injectionAvi Kivity
2010-05-17KVM: cleanup kvm traceXiao Guangrong
2010-05-13KVM: x86: Call vcpu_load and vcpu_put in cpuid_updateDongxiao Xu
2010-04-25KVM: move segment_base() into vmx.cGleb Natapov
2010-04-25KVM: fix segment_base() error checkingGleb Natapov
2010-04-25KVM: Drop kvm_get_gdt() in favor of generic linux functionGleb Natapov
2010-04-25KVM: x86: Don't set arch.cr0 in kvm_set_cr0Joerg Roedel
2010-04-25KVM: SVM: Ignore write of hwcr.ignneJoerg Roedel
2010-04-25KVM: SVM: Add kvm_nested_intercepts tracepointJoerg Roedel