summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/emulate.c
Commit message (Expand)AuthorAgeFilesLines
* KVM: x86: clear stale x86_emulate_ctxt->intercept valueVitaly Kuznetsov2020-03-031-0/+1
* kvm/emulate: fix a -Werror=cast-function-typeQian Cai2020-02-201-22/+14
* KVM: x86: Use a typedef for fastop functionsSean Christopherson2020-01-271-7/+7
* KVM: X86: Add 'else' to unify fastop and execute call pathMiaohe Lin2020-01-271-4/+2
* KVM: x86: Remove unused ctxt param from emulator's FPU accessorsSean Christopherson2020-01-271-15/+13
* KVM: x86: Ensure guest's FPU state is loaded when accessing for emulationSean Christopherson2020-01-271-0/+39
* KVM: x86: Refactor prefix decoding to prevent Spectre-v1/L1TF attacksMarios Pomonis2020-01-271-2/+14
* KVM: x86: Protect x86_decode_insn from Spectre-v1/L1TF attacksMarios Pomonis2020-01-271-3/+8
* KVM: x86: Add dedicated emulator helpers for querying CPUID featuresSean Christopherson2020-01-211-18/+3
* KVM: X86: avoid unused setup_syscalls_segments call when SYSCALL check failedMiaohe Lin2019-11-151-4/+2
* KVM: x86: set ctxt->have_exception in x86_decode_insn()Jan Dakinevich2019-09-111-0/+2
* x86: KVM: add xsetbv to the emulatorVitaly Kuznetsov2019-08-221-1/+22
* KVM: x86: Fix x86_decode_insn() return when fetching insn bytes failsSean Christopherson2019-08-221-1/+1
* x86/kvm: Fix fastop function ELF metadataJosh Poimboeuf2019-07-181-13/+31
* Merge tag 'kvm-arm-for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Paolo Bonzini2019-07-111-3/+1
|\
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 499Thomas Gleixner2019-06-191-3/+1
* | KVM: x86: Use DR_TRAP_BITS instead of hard-coded 15Liran Alon2019-06-181-1/+1
|/
* KVM: x86: Always use 32-bit SMRAM save state for 32-bit kernelsSean Christopherson2019-04-161-0/+10
* KVM: x86: Don't clear EFER during SMM transitions for 32-bit vCPUSean Christopherson2019-04-161-10/+11
* KVM: x86: clear SMM flags before loading state while leaving SMMSean Christopherson2019-04-161-6/+6
* KVM: x86: Open code kvm_set_hflagsSean Christopherson2019-04-161-0/+3
* KVM: x86: Load SMRAM in a single shot when leaving SMMSean Christopherson2019-04-161-75/+74
* 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