summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/emulate.c
AgeCommit message (Expand)AuthorLines
2019-09-11KVM: x86: set ctxt->have_exception in x86_decode_insn()Jan Dakinevich-0/+2
2019-08-22x86: KVM: add xsetbv to the emulatorVitaly Kuznetsov-1/+22
2019-08-22KVM: x86: Fix x86_decode_insn() return when fetching insn bytes failsSean Christopherson-1/+1
2019-07-18x86/kvm: Fix fastop function ELF metadataJosh Poimboeuf-13/+31
2019-07-11Merge tag 'kvm-arm-for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Paolo Bonzini-3/+1
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 499Thomas Gleixner-3/+1
2019-06-18KVM: x86: Use DR_TRAP_BITS instead of hard-coded 15Liran Alon-1/+1
2019-04-16KVM: x86: Always use 32-bit SMRAM save state for 32-bit kernelsSean Christopherson-0/+10
2019-04-16KVM: x86: Don't clear EFER during SMM transitions for 32-bit vCPUSean Christopherson-10/+11
2019-04-16KVM: x86: clear SMM flags before loading state while leaving SMMSean Christopherson-6/+6
2019-04-16KVM: x86: Open code kvm_set_hflagsSean Christopherson-0/+3
2019-04-16KVM: x86: Load SMRAM in a single shot when leaving SMMSean Christopherson-75/+74
2019-01-06jump_label: move 'asm goto' support test to KconfigMasahiro Yamada-1/+1
2018-10-29x86: Clean up 'sizeof x' => 'sizeof(x)'Jordan Borgner-11/+11
2018-09-27x86/kvm: Add Hygon Dhyana support to KVMPu Wen-1/+10
2018-08-06kvm: x86: Remove CR3_PCID_INVD flagJunaid Shahid-1/+1
2018-06-12kvm: x86: use correct privilege level for sgdt/sidt/fxsave/fxrstor accessPaolo Bonzini-6/+6
2018-06-12KVM: x86: introduce linear_{read,write}_systemPaolo Bonzini-32/+32
2018-05-14KVM: X86: Fix reserved bits check for MOV to CR3Wanpeng Li-1/+3
2018-04-04kvm: Add emulation for movups/movupdStefan Fritsch-1/+7
2018-03-16KVM: x86: Add support for VMware backdoor Pseudo-PMCsArbel Moshe-0/+8
2018-03-16KVM: x86: Always allow access to VMware backdoor I/O portsLiran Alon-0/+11
2018-02-01Merge branch 'x86/hyperv' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Radim Krčmář-11/+30
2018-01-29Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-4/+5
2018-01-25KVM: x86: Make indirect calls in emulator speculation safePeter Zijlstra-4/+5
2017-12-21kvm: x86: fix RSM when PCID is non-zeroPaolo Bonzini-7/+25
2017-12-14KVM: x86: emulate RDPIDPaolo Bonzini-1/+21
2017-12-14KVM: x86: emulate sldt and strPaolo Bonzini-6/+26
2017-12-14KVM: x86: add support for UMIPPaolo Bonzini-0/+8
2017-12-05x86,kvm: remove KVM emulator get_fpu / put_fpuRik van Riel-24/+0
2017-11-17KVM: x86: fix em_fxstor() sleeping while in atomicDavid Hildenbrand-6/+26
2017-11-17KVM: X86: Fix operand/address-size during instruction decodingWanpeng Li-0/+7
2017-10-12KVM: x86: introduce ISA specific SMM entry/exit callbacksLadi Prosek-0/+9
2017-10-05x86/kvm: Move kvm_fastop_exception to .fixup sectionJosh Poimboeuf-2/+4
2017-09-24Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-2/+1
2017-09-23x86/asm: Fix inline asm call constraints for ClangJosh Poimboeuf-2/+1
2017-09-19KVM: x86: Fix the NULL pointer parameter in check_cr_write()Yu Zhang-3/+5
2017-08-24KVM: MMU: Expose the LA57 feature to VM.Yu Zhang-7/+9
2017-08-24KVM: MMU: check guest CR3 reserved bits based on its physical address width.Yu Zhang-2/+12
2017-08-24KVM: x86: Add return value to kvm_cpuid().Yu Zhang-6/+6
2017-07-06Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds-46/+38
2017-06-30KVM: x86: remove ignored type attributeNick Desaulniers-1/+1
2017-06-22KVM: x86: fix singlestepping over syscallPaolo Bonzini-0/+1
2017-06-01KVM: x86: avoid large stack allocations in em_fxrstorNick Desaulniers-45/+37
2017-05-19KVM: x86: prevent uninitialized variable warning in check_svme()Radim Krčmář-1/+1
2017-04-27KVM: x86: fix emulation of RSM and IRET instructionsLadi Prosek-7/+9
2017-04-21KVM: x86: virtualize cpuid faultingKyle Huey-0/+7
2017-01-17Merge branch 'x86/cpufeature' of git://git.kernel.org/pub/scm/linux/kernel/gi...Radim Krčmář-14/+56
2017-01-12KVM: x86: fix emulation of "MOV SS, null selector"Paolo Bonzini-10/+38
2017-01-12KVM: x86: Introduce segmented_write_stdSteve Rutherford-4/+18