summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/emulate.c
Commit message (Expand)AuthorAgeFilesLines
* jump_label: move 'asm goto' support test to KconfigMasahiro Yamada2019-01-061-1/+1
* x86: Clean up 'sizeof x' => 'sizeof(x)'Jordan Borgner2018-10-291-11/+11
* x86/kvm: Add Hygon Dhyana support to KVMPu Wen2018-09-271-1/+10
* kvm: x86: Remove CR3_PCID_INVD flagJunaid Shahid2018-08-061-1/+1
* kvm: x86: use correct privilege level for sgdt/sidt/fxsave/fxrstor accessPaolo Bonzini2018-06-121-6/+6
* KVM: x86: introduce linear_{read,write}_systemPaolo Bonzini2018-06-121-32/+32
* KVM: X86: Fix reserved bits check for MOV to CR3Wanpeng Li2018-05-141-1/+3
* kvm: Add emulation for movups/movupdStefan Fritsch2018-04-041-1/+7
* KVM: x86: Add support for VMware backdoor Pseudo-PMCsArbel Moshe2018-03-161-0/+8
* KVM: x86: Always allow access to VMware backdoor I/O portsLiran Alon2018-03-161-0/+11
* Merge branch 'x86/hyperv' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Radim Krčmář2018-02-011-11/+30
|\
| * Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-01-291-4/+5
| |\
| | * KVM: x86: Make indirect calls in emulator speculation safePeter Zijlstra2018-01-251-4/+5
| * | kvm: x86: fix RSM when PCID is non-zeroPaolo Bonzini2017-12-211-7/+25
* | | KVM: x86: emulate RDPIDPaolo Bonzini2017-12-141-1/+21
* | | KVM: x86: emulate sldt and strPaolo Bonzini2017-12-141-6/+26
* | | KVM: x86: add support for UMIPPaolo Bonzini2017-12-141-0/+8
|/ /
* | x86,kvm: remove KVM emulator get_fpu / put_fpuRik van Riel2017-12-051-24/+0
* | KVM: x86: fix em_fxstor() sleeping while in atomicDavid Hildenbrand2017-11-171-6/+26
* | KVM: X86: Fix operand/address-size during instruction decodingWanpeng Li2017-11-171-0/+7
* | KVM: x86: introduce ISA specific SMM entry/exit callbacksLadi Prosek2017-10-121-0/+9
|/
* x86/kvm: Move kvm_fastop_exception to .fixup sectionJosh Poimboeuf2017-10-051-2/+4
* Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-09-241-2/+1
|\
| * x86/asm: Fix inline asm call constraints for ClangJosh Poimboeuf2017-09-231-2/+1
* | KVM: x86: Fix the NULL pointer parameter in check_cr_write()Yu Zhang2017-09-191-3/+5
|/
* KVM: MMU: Expose the LA57 feature to VM.Yu Zhang2017-08-241-7/+9
* KVM: MMU: check guest CR3 reserved bits based on its physical address width.Yu Zhang2017-08-241-2/+12
* KVM: x86: Add return value to kvm_cpuid().Yu Zhang2017-08-241-6/+6
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2017-07-061-46/+38
|\
| * KVM: x86: remove ignored type attributeNick Desaulniers2017-06-301-1/+1
| * KVM: x86: avoid large stack allocations in em_fxrstorNick Desaulniers2017-06-011-45/+37
* | KVM: x86: fix singlestepping over syscallPaolo Bonzini2017-06-221-0/+1
|/
* KVM: x86: prevent uninitialized variable warning in check_svme()Radim Krčmář2017-05-191-1/+1
* KVM: x86: fix emulation of RSM and IRET instructionsLadi Prosek2017-04-271-7/+9
* KVM: x86: virtualize cpuid faultingKyle Huey2017-04-211-0/+7
* Merge branch 'x86/cpufeature' of git://git.kernel.org/pub/scm/linux/kernel/gi...Radim Krčmář2017-01-171-14/+56
|\
| * KVM: x86: fix emulation of "MOV SS, null selector"Paolo Bonzini2017-01-121-10/+38
| * KVM: x86: Introduce segmented_write_stdSteve Rutherford2017-01-121-4/+18
* | kvm: svm: Use the hardware provided GPA instead of page walkTom Lendacky2017-01-091-4/+16
|/
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2016-12-131-27/+173
|\
| * KVM: x86: emulate FXSAVE and FXRSTORRadim Krčmář2016-11-161-1/+128
| * KVM: x86: add asm_safe wrapperRadim Krčmář2016-11-161-11/+23
| * KVM: x86: save one bit in ctxt->dRadim Krčmář2016-11-161-10/+13
| * KVM: x86: add Align16 instruction flagRadim Krčmář2016-11-161-8/+12
* | KVM: x86: drop error recovery in em_jmp_far and em_ret_farRadim Krčmář2016-11-241-25/+11
|/
* kvm: x86: Check memopp before dereference (CVE-2016-8630)Owen Hofmann2016-11-021-1/+1
* x86/kvm: Audit and remove any unnecessary uses of module.hPaul Gortmaker2016-07-141-1/+0
* x86/kvm: Add stack frame dependency to fastop() inline asmJosh Poimboeuf2016-05-101-1/+5
* Merge branch 'core-objtool-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2016-03-201-9/+22
|\
| * x86/kvm: Make test_cc() always inlineJosh Poimboeuf2016-02-241-1/+1