summaryrefslogtreecommitdiff
path: root/arch/x86/kvm/emulate.c
AgeCommit message (Expand)AuthorFilesLines
2022-11-10KVM: x86: emulator: update the emulation mode after CR0 writeMaxim Levitsky1-1/+15
2022-11-10KVM: x86: emulator: introduce emulator_recalc_and_set_modeMaxim Levitsky1-28/+57
2022-11-10KVM: x86: emulator: em_sysexit should update ctxt->modeMaxim Levitsky1-0/+1
2022-10-26KVM: x86/emulator: Fix handing of POP SS to correctly set interruptibilityMichal Luczaj1-1/+1
2022-08-25KVM: x86: Set error code to segment selector on LLDT/LTR non-canonical #GPSean Christopherson1-2/+2
2022-08-25KVM: x86: Mark TSS busy during LTR emulation _after_ all fault checksSean Christopherson1-10/+9
2022-04-20KVM: x86/emulator: Defer not-present segment check in __load_segment_descript...Hou Wenlong1-5/+9
2020-11-22KVM: x86: clflushopt should be treated as a no-op by emulationDavid Edmondson1-1/+7
2020-10-29KVM: x86: emulating RDPID failure shall return #UD rather than #GPRobert Hoo1-1/+1
2020-03-20KVM: x86: clear stale x86_emulate_ctxt->intercept valueVitaly Kuznetsov1-0/+1
2020-02-28KVM: x86: emulate RDPIDPaolo Bonzini1-1/+21
2020-02-15KVM: x86: Protect x86_decode_insn from Spectre-v1/L1TF attacksMarios Pomonis1-3/+8
2020-02-15KVM: x86: Refactor prefix decoding to prevent Spectre-v1/L1TF attacksMarios Pomonis1-2/+14
2019-10-05KVM: x86: set ctxt->have_exception in x86_decode_insn()Jan Dakinevich1-0/+2
2019-04-27KVM: x86: Don't clear EFER during SMM transitions for 32-bit vCPUSean Christopherson1-10/+11
2018-06-16kvm: x86: use correct privilege level for sgdt/sidt/fxsave/fxrstor accessPaolo Bonzini1-6/+6
2018-06-16KVM: x86: introduce linear_{read,write}_systemPaolo Bonzini1-32/+32
2018-06-16KVM: X86: Fix reserved bits check for MOV to CR3Wanpeng Li1-1/+3
2018-02-07KVM: x86: Make indirect calls in emulator speculation safePeter Zijlstra1-4/+5
2018-02-03KVM: x86: fix em_fxstor() sleeping while in atomicDavid Hildenbrand1-6/+26
2018-02-03KVM: X86: Fix operand/address-size during instruction decodingWanpeng Li1-0/+7
2017-12-29kvm: x86: fix RSM when PCID is non-zeroPaolo Bonzini1-7/+25
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/ker...Linus 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-07Merge 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/gi...Radim 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-14Merge 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-17KVM: x86: emulate FXSAVE and FXRSTORRadim Krčmář1-1/+128
2016-11-17KVM: x86: add asm_safe wrapperRadim Krčmář1-11/+23
2016-11-17KVM: x86: save one bit in ctxt->dRadim Krčmář1-10/+13
2016-11-17KVM: 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-21Merge branch 'core-objtool-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-9/+22