summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/x86.c
Commit message (Expand)AuthorAgeFilesLines
* KVM: x86: XSAVE/XRSTOR live migration supportSheng Yang2010-08-011-0/+139
* KVM: Fix mov cr3 #GP at wrong instructionAvi Kivity2010-08-011-8/+2
* KVM: Fix mov cr4 #GP at wrong instructionAvi Kivity2010-08-011-8/+2
* KVM: Fix mov cr0 #GP at wrong instructionAvi Kivity2010-08-011-9/+3
* KVM: VMX: Enable XSAVE/XRSTOR for guestDexuan Cui2010-08-011-7/+123
* KVM: x86: use linux/uaccess.h instead of asm/uaccess.hLai Jiangshan2010-08-011-1/+1
* KVM: x86: Propagate fpu_alloc errorsJan Kiszka2010-08-011-2/+9
* KVM: Update Red Hat copyrightsAvi Kivity2010-08-011-0/+1
* KVM: x86: Use FPU APISheng Yang2010-08-011-36/+16
* KVM: x86: Use unlazy_fpu() for host FPUSheng Yang2010-08-011-16/+2
* KVM: Consolidate arch specific vcpu ioctl lockingAvi Kivity2010-08-011-2/+0
* 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-011-38/+2
* KVM: x86: cleanup unused local variableXiao Guangrong2010-08-011-2/+0
* KVM: VMX: Only reset MMU when necessarySheng Yang2010-08-011-2/+14
* KVM: x86: Clean up duplicate assignmentSheng Yang2010-08-011-3/+1
* KVM: inject #UD if instruction emulation fails and exit to userspaceGleb Natapov2010-08-011-25/+18
* KVM: Get rid of KVM_REQ_KICKAvi Kivity2010-08-011-7/+10
* KVM: x86 emulator: do not inject exception directly into vcpuGleb Natapov2010-08-011-3/+17
* KVM: x86 emulator: move interruptibility state tracking out of emulatorGleb Natapov2010-08-011-3/+17
* KVM: x86 emulator: handle shadowed registers outside emulatorGleb Natapov2010-08-011-2/+12
* KVM: x86 emulator: set RFLAGS outside x86 emulator codeGleb Natapov2010-08-011-6/+1
* KVM: x86 emulator: advance RIP outside x86 emulator codeGleb Natapov2010-08-011-0/+2
* KVM: handle emulation failure case firstGleb Natapov2010-08-011-16/+15
* KVM: do not inject #PF in (read|write)_emulated() callbacksGleb Natapov2010-08-011-14/+14
* KVM: remove export of emulator_write_emulated()Gleb Natapov2010-08-011-1/+0
* KVM: x86 emulator: x86_emulate_insn() return -1 only in case of emulation fai...Gleb Natapov2010-08-011-18/+18
* KVM: fill in run->mmio details in (read|write)_emulated functionGleb Natapov2010-08-011-16/+9
* KVM: x86 emulator: make (get|set)_dr() callback return error if it failsGleb Natapov2010-08-011-26/+37
* KVM: x86 emulator: make set_cr() callback return error if it failsGleb Natapov2010-08-011-73/+75
* KVM: x86 emulator: add get_cached_segment_base() callback to x86_emulate_opsGleb Natapov2010-08-011-0/+7
* KVM: x86 emulator: add (set|get)_msr callbacks to x86_emulate_opsGleb Natapov2010-08-011-0/+2
* KVM: x86 emulator: add (set|get)_dr callbacks to x86_emulate_opsGleb Natapov2010-08-011-6/+6
* KVM: VMX: Avoid writing HOST_CR0 every entryAvi Kivity2010-08-011-1/+1
* KVM: x86: avoid unnecessary bitmap allocation when memslot is cleanTakuya Yoshikawa2010-08-011-14/+23
* KVM: Use kmalloc() instead of vmalloc() for KVM_[GS]ET_MSRAvi Kivity2010-07-231-2/+2
* Merge branch 'kvm-updates/2.6.35' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2010-05-211-959/+640
|\
| * KVM: x86: Add missing locking to arch specific vcpu ioctlsAvi Kivity2010-05-191-0/+6
| * KVM: x86: Check LMA bit before set_eferSheng Yang2010-05-191-2/+2
| * KVM: Don't allow lmsw to clear cr0.peAvi Kivity2010-05-191-1/+1
| * KVM: x86: Tell the guest we'll warn it about tsc stabilityGlauber Costa2010-05-191-1/+4
| * KVM: x86: export paravirtual cpuid flags in KVM_GET_SUPPORTED_CPUIDGlauber Costa2010-05-191-0/+34
| * KVM: x86: change msr numbers for kvmclockGlauber Costa2010-05-191-1/+6
| * KVM: x86: Inject #GP with the right rip on efer writesRoedel, Joerg2010-05-191-19/+12
| * KVM: x86: Fix exception reinjection forced to trueJoerg Roedel2010-05-191-1/+1
| * KVM: Fix wallclock version writing raceAvi Kivity2010-05-191-2/+10
| * KVM: x86: properly update ready_for_interrupt_injectionMarcelo Tosatti2010-05-191-1/+1
| * KVM: x86: Allow marking an exception as reinjectedJoerg Roedel2010-05-171-4/+19
| * KVM: x86: Add callback to let modules decide over some supported cpuid bitsJoerg Roedel2010-05-171-0/+3
| * Merge remote branch 'tip/perf/core'Avi Kivity2010-05-171-0/+4
| |\
OpenPOWER on IntegriCloud