summaryrefslogtreecommitdiff
path: root/arch/x86/kvm/emulate.c
AgeCommit message (Expand)AuthorFilesLines
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/+9
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-02-13KVM: x86: Make indirect calls in emulator speculation safePeter Zijlstra1-5/+5
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-12KVM: x86: fix singlestepping over syscallPaolo Bonzini1-0/+1
2017-07-05KVM: x86: fix emulation of RSM and IRET instructionsLadi Prosek1-7/+9
2017-01-19KVM: x86: Introduce segmented_write_stdSteve Rutherford1-4/+18
2017-01-19KVM: x86: emulate FXSAVE and FXRSTORRadim Krčmář1-1/+128
2017-01-19KVM: x86: add asm_safe wrapperRadim Krčmář1-11/+23
2017-01-19KVM: x86: add Align16 instruction flagRadim Krčmář1-8/+12
2017-01-19KVM: x86: fix emulation of "MOV SS, null selector"Paolo Bonzini1-10/+38
2016-11-24KVM: x86: drop error recovery in em_jmp_far and em_ret_farRadim Krčmář1-25/+11
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
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
2016-02-24x86/kvm: Set ELF function type for fastop functionsJosh Poimboeuf1-8/+21
2015-11-04KVM: x86: allow RSM from 64-bit modePaolo Bonzini1-5/+25
2015-11-04KVM: x86: handle SMBASE as physical address in RSMRadim Krčmář1-4/+3
2015-10-14KVM: x86: fix RSM into 64-bit protected modePaolo Bonzini1-3/+7
2015-09-06Silence compiler warning in arch/x86/kvm/emulate.cValdis Kletnieks1-1/+1
2015-06-04KVM: x86: save/load state on SMM switchPaolo Bonzini1-1/+247
2015-06-04KVM: x86: stubs for SMM supportPaolo Bonzini1-1/+9
2015-06-04KVM: x86: pass the whole hflags field to emulator and backPaolo Bonzini1-3/+3
2015-05-19KVM: x86: Fix zero iterations REP-stringNadav Amit1-0/+25
2015-05-19KVM: x86: Fix update RCX/RDI/RSI on REP-stringNadav Amit1-6/+2
2015-05-19KVM: x86: Fix DR7 mask on task-switch while debuggingNadav Amit1-1/+5
2015-05-08KVM: x86: Call-far should not be emulated as stack opNadav Amit1-1/+1
2015-04-08kvm: x86: fix x86 eflags fixed bitWanpeng Li1-3/+3
2015-03-30KVM: remove useless check of "ret" variable prior to returning the same valueEugene Korenevsky1-3/+1
2015-03-30KVM: x86: Remove redundant definitionsNadav Amit1-3/+3
2015-03-30KVM: x86: removing redundant eflags bits definitionsNadav Amit1-59/+46
2015-03-30KVM: x86: BSF and BSR emulation change register unnecassarilyNadav Amit1-1/+18
2015-03-30KVM: x86: POPA emulation may not clear bits [63:32]Nadav Amit1-16/+23
2015-03-30KVM: x86: CMOV emulation on legacy mode is wrongNadav Amit1-2/+1
2015-03-13KVM: x86: Fix re-execution of patched vmmcallJan Kiszka1-14/+3
2015-02-24KVM: emulate: fix CMPXCHG8B on 32-bit hostsPaolo Bonzini1-1/+2
2015-02-13Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-74/+156
2015-02-09KVM: x86: emulate: correct page fault error code for NoWrite instructionsPaolo Bonzini1-1/+2