aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/emulate.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-10-29x86: Clean up 'sizeof x' => 'sizeof(x)'Jordan Borgner1-11/+11
2018-09-27x86/kvm: Add Hygon Dhyana support to KVMPu Wen1-1/+10
2018-08-06kvm: x86: Remove CR3_PCID_INVD flagJunaid Shahid1-1/+1
2018-06-12kvm: x86: use correct privilege level for sgdt/sidt/fxsave/fxrstor accessPaolo Bonzini1-6/+6
2018-06-12KVM: x86: introduce linear_{read,write}_systemPaolo Bonzini1-32/+32
2018-05-14KVM: X86: Fix reserved bits check for MOV to CR3Wanpeng Li1-1/+3
2018-04-04kvm: Add emulation for movups/movupdStefan Fritsch1-1/+7
2018-03-16KVM: x86: Add support for VMware backdoor Pseudo-PMCsArbel Moshe1-0/+8
2018-03-16KVM: x86: Always allow access to VMware backdoor I/O portsLiran Alon1-0/+11
2018-02-01Merge branch 'x86/hyperv' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipRadim Krčmář1-11/+30
2018-01-29Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-4/+5
2018-01-25KVM: x86: Make indirect calls in emulator speculation safePeter Zijlstra1-4/+5
2017-12-21kvm: x86: fix RSM when PCID is non-zeroPaolo Bonzini1-7/+25
2017-12-14KVM: x86: emulate RDPIDPaolo Bonzini1-1/+21
2017-12-14KVM: x86: emulate sldt and strPaolo Bonzini1-6/+26
2017-12-14KVM: x86: add support for UMIPPaolo Bonzini1-0/+8
2017-12-05x86,kvm: remove KVM emulator get_fpu / put_fpuRik van Riel1-24/+0
2017-11-17KVM: x86: fix em_fxstor() sleeping while in atomicDavid Hildenbrand1-6/+26
2017-11-17KVM: X86: Fix operand/address-size during instruction decodingWanpeng Li1-0/+7
2017-10-12KVM: x86: introduce ISA specific SMM entry/exit callbacksLadi Prosek1-0/+9
2017-10-05x86/kvm: Move kvm_fastop_exception to .fixup sectionJosh Poimboeuf1-2/+4
2017-09-24Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+1
2017-09-23x86/asm: Fix inline asm call constraints for ClangJosh Poimboeuf1-2/+1
2017-09-19KVM: x86: Fix the NULL pointer parameter in check_cr_write()Yu Zhang1-3/+5
2017-08-24KVM: MMU: Expose the LA57 feature to VM.Yu Zhang1-7/+9
2017-08-24KVM: MMU: check guest CR3 reserved bits based on its physical address width.Yu Zhang1-2/+12
2017-08-24KVM: x86: Add return value to kvm_cpuid().Yu Zhang1-6/+6
2017-07-06Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-46/+38
2017-06-30KVM: x86: remove ignored type attributeNick Desaulniers1-1/+1
2017-06-22KVM: x86: fix singlestepping over syscallPaolo Bonzini1-0/+1
2017-06-01KVM: x86: avoid large stack allocations in em_fxrstorNick Desaulniers1-45/+37
2017-05-19KVM: x86: prevent uninitialized variable warning in check_svme()Radim Krčmář1-1/+1
2017-04-27KVM: x86: fix emulation of RSM and IRET instructionsLadi Prosek1-7/+9
2017-04-21KVM: x86: virtualize cpuid faultingKyle Huey1-0/+7
2017-01-17Merge branch 'x86/cpufeature' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip into nextRadim Krčmář1-14/+56
2017-01-12KVM: x86: fix emulation of "MOV SS, null selector"Paolo Bonzini1-10/+38
2017-01-12KVM: x86: Introduce segmented_write_stdSteve Rutherford1-4/+18
2017-01-09kvm: svm: Use the hardware provided GPA instead of page walkTom Lendacky1-4/+16
2016-12-13Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-27/+173
2016-11-24KVM: x86: drop error recovery in em_jmp_far and em_ret_farRadim Krčmář1-25/+11
2016-11-16KVM: x86: emulate FXSAVE and FXRSTORRadim Krčmář1-1/+128
2016-11-16KVM: x86: add asm_safe wrapperRadim Krčmář1-11/+23
2016-11-16KVM: x86: save one bit in ctxt->dRadim Krčmář1-10/+13
2016-11-16KVM: x86: add Align16 instruction flagRadim Krčmář1-8/+12
2016-11-02kvm: x86: Check memopp before dereference (CVE-2016-8630)Owen Hofmann1-1/+1
2016-07-14x86/kvm: Audit and remove any unnecessary uses of module.hPaul Gortmaker1-1/+0
2016-05-10x86/kvm: Add stack frame dependency to fastop() inline asmJosh Poimboeuf1-1/+5
2016-03-20Merge branch 'core-objtool-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-9/+22
2016-02-24KVM: x86: fix conversion of addresses to linear in 32-bit protected modePaolo Bonzini1-2/+2
2016-02-24x86/kvm: Make test_cc() always inlineJosh Poimboeuf1-1/+1