summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/x86.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2010-08-061-1/+1
|\
| * Merge remote branch 'origin/x86/urgent' into x86/asmH. Peter Anvin2010-07-271-2/+2
| |\
| * | x86: Remove redundant K6 MSRsBrian Gerst2010-07-211-1/+1
* | | KVM: x86 emulator: fix xchg instruction emulationWei Yongjun2010-08-021-0/+4
* | | KVM: x86: never re-execute instruction with enabled tdpGleb Natapov2010-08-021-0/+3
* | | KVM: Expose MCE control MSRs to userspaceAvi Kivity2010-08-021-0/+2
* | | KVM: PIT: stop vpit before freeing irq_routingXiao Guangrong2010-08-021-1/+1
* | | KVM: Reenter guest after emulation failure if due to access to non-mmio addressGleb Natapov2010-08-021-7/+25
* | | KVM: VMX: Execute WBINVD to keep data consistency with assigned devicesSheng Yang2010-08-011-0/+41
* | | KVM: Simplify vcpu_enter_guest() mmu reload logic slightlyAvi Kivity2010-08-011-7/+5
* | | KVM: x86: Enable AVX for guestSheng Yang2010-08-011-2/+2
* | | KVM: Prevent internal slots from being COWedAvi Kivity2010-08-011-1/+6
* | | KVM: Add mini-API for vcpu->requestsAvi Kivity2010-08-011-14/+13
* | | KVM: Remove kernel-allocated memory regionsAvi Kivity2010-08-011-16/+0
* | | KVM: Remove memory alias supportAvi Kivity2010-08-011-125/+0
* | | KVM: Consolidate load/save temporary buffer allocation and freeingAvi Kivity2010-08-011-30/+32
* | | KVM: Fix xsave and xcr save/restore memory leakAvi Kivity2010-08-011-8/+4
* | | 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
OpenPOWER on IntegriCloud