summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/emulate.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2016-12-141-27/+173
|\
| * KVM: x86: emulate FXSAVE and FXRSTORRadim Krčmář2016-11-161-1/+128
| * KVM: x86: add asm_safe wrapperRadim Krčmář2016-11-161-11/+23
| * KVM: x86: save one bit in ctxt->dRadim Krčmář2016-11-161-10/+13
| * KVM: x86: add Align16 instruction flagRadim Krčmář2016-11-161-8/+12
* | KVM: x86: drop error recovery in em_jmp_far and em_ret_farRadim Krčmář2016-11-241-25/+11Star
|/
* kvm: x86: Check memopp before dereference (CVE-2016-8630)Owen Hofmann2016-11-021-1/+1
* x86/kvm: Audit and remove any unnecessary uses of module.hPaul Gortmaker2016-07-141-1/+0Star
* x86/kvm: Add stack frame dependency to fastop() inline asmJosh Poimboeuf2016-05-101-1/+5
* Merge branch 'core-objtool-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2016-03-211-9/+22
|\
| * x86/kvm: Make test_cc() always inlineJosh Poimboeuf2016-02-241-1/+1
| * x86/kvm: Set ELF function type for fastop functionsJosh Poimboeuf2016-02-241-8/+21
* | KVM: x86: fix conversion of addresses to linear in 32-bit protected modePaolo Bonzini2016-02-241-2/+2
|/
* KVM: x86: allow RSM from 64-bit modePaolo Bonzini2015-11-041-5/+25
* KVM: x86: handle SMBASE as physical address in RSMRadim Krčmář2015-11-041-4/+3Star
* KVM: x86: fix RSM into 64-bit protected modePaolo Bonzini2015-10-141-3/+7
* Silence compiler warning in arch/x86/kvm/emulate.cValdis Kletnieks2015-09-061-1/+1
* KVM: x86: save/load state on SMM switchPaolo Bonzini2015-06-041-1/+247
* KVM: x86: stubs for SMM supportPaolo Bonzini2015-06-041-1/+9
* KVM: x86: pass the whole hflags field to emulator and backPaolo Bonzini2015-06-041-3/+3
* KVM: x86: Fix zero iterations REP-stringNadav Amit2015-05-191-0/+25
* KVM: x86: Fix update RCX/RDI/RSI on REP-stringNadav Amit2015-05-191-6/+2Star
* KVM: x86: Fix DR7 mask on task-switch while debuggingNadav Amit2015-05-191-1/+5
* KVM: x86: Call-far should not be emulated as stack opNadav Amit2015-05-081-1/+1
* kvm: x86: fix x86 eflags fixed bitWanpeng Li2015-04-081-3/+3
* KVM: remove useless check of "ret" variable prior to returning the same valueEugene Korenevsky2015-03-301-3/+1Star
* KVM: x86: Remove redundant definitionsNadav Amit2015-03-301-3/+3
* KVM: x86: removing redundant eflags bits definitionsNadav Amit2015-03-301-59/+46Star
* KVM: x86: BSF and BSR emulation change register unnecassarilyNadav Amit2015-03-301-1/+18
* KVM: x86: POPA emulation may not clear bits [63:32]Nadav Amit2015-03-301-16/+23
* KVM: x86: CMOV emulation on legacy mode is wrongNadav Amit2015-03-301-2/+1Star
* KVM: x86: Fix re-execution of patched vmmcallJan Kiszka2015-03-131-14/+3Star
* KVM: emulate: fix CMPXCHG8B on 32-bit hostsPaolo Bonzini2015-02-231-1/+2
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2015-02-131-74/+156
|\
| * KVM: x86: emulate: correct page fault error code for NoWrite instructionsPaolo Bonzini2015-02-091-1/+2
| * KVM: x86: Emulation of call may use incorrect stack sizeNadav Amit2015-01-261-7/+18
| * KVM: x86: 32-bit wraparound read/write not emulated correctlyNadav Amit2015-01-261-3/+7
| * KVM: x86: Fix defines in emulator.cNadav Amit2015-01-261-1/+1
| * KVM: x86: ARPL emulation can cause spurious exceptionsNadav Amit2015-01-261-6/+26
| * KVM: x86: IRET emulation does not clear NMI maskingNadav Amit2015-01-261-0/+1
| * KVM: x86: Wrong operand size for far retNadav Amit2015-01-261-2/+2
| * KVM: x86: Dirty the dest op page on cmpxchg emulationNadav Amit2015-01-261-4/+7
| * KVM: x86: #PF error-code on R/W operations is wrongNadav Amit2015-01-091-1/+5
| * KVM: x86: Access to LDT/GDT that wraparound is incorrectNadav Amit2015-01-081-13/+34
| * KVM: x86: Do not set access bit on accessed segmentsNadav Amit2015-01-081-4/+7
| * KVM: x86: POP [ESP] is not emulated correctlyNadav Amit2015-01-081-1/+6
| * KVM: x86: em_call_far should return failure resultNadav Amit2015-01-081-1/+1
| * KVM: x86: JMP/CALL using call- or task-gate causes exceptionNadav Amit2015-01-081-20/+34
| * KVM: x86: fnstcw and fnstsw may cause spurious exceptionNadav Amit2015-01-081-6/+3Star
| * KVM: x86: pop sreg accesses only 2 bytesNadav Amit2015-01-081-1/+3