summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/emulate.c
AgeCommit message (Expand)Author
2015-10-14KVM: x86: fix RSM into 64-bit protected modePaolo Bonzini
2015-09-06Silence compiler warning in arch/x86/kvm/emulate.cValdis Kletnieks
2015-06-04KVM: x86: save/load state on SMM switchPaolo Bonzini
2015-06-04KVM: x86: stubs for SMM supportPaolo Bonzini
2015-06-04KVM: x86: pass the whole hflags field to emulator and backPaolo Bonzini
2015-05-19KVM: x86: Fix zero iterations REP-stringNadav Amit
2015-05-19KVM: x86: Fix update RCX/RDI/RSI on REP-stringNadav Amit
2015-05-19KVM: x86: Fix DR7 mask on task-switch while debuggingNadav Amit
2015-05-08KVM: x86: Call-far should not be emulated as stack opNadav Amit
2015-04-08kvm: x86: fix x86 eflags fixed bitWanpeng Li
2015-03-30KVM: remove useless check of "ret" variable prior to returning the same valueEugene Korenevsky
2015-03-30KVM: x86: Remove redundant definitionsNadav Amit
2015-03-30KVM: x86: removing redundant eflags bits definitionsNadav Amit
2015-03-30KVM: x86: BSF and BSR emulation change register unnecassarilyNadav Amit
2015-03-30KVM: x86: POPA emulation may not clear bits [63:32]Nadav Amit
2015-03-30KVM: x86: CMOV emulation on legacy mode is wrongNadav Amit
2015-03-13KVM: x86: Fix re-execution of patched vmmcallJan Kiszka
2015-02-23KVM: emulate: fix CMPXCHG8B on 32-bit hostsPaolo Bonzini
2015-02-13Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2015-02-09KVM: x86: emulate: correct page fault error code for NoWrite instructionsPaolo Bonzini
2015-01-26KVM: x86: Emulation of call may use incorrect stack sizeNadav Amit
2015-01-26KVM: x86: 32-bit wraparound read/write not emulated correctlyNadav Amit
2015-01-26KVM: x86: Fix defines in emulator.cNadav Amit
2015-01-26KVM: x86: ARPL emulation can cause spurious exceptionsNadav Amit
2015-01-26KVM: x86: IRET emulation does not clear NMI maskingNadav Amit
2015-01-26KVM: x86: Wrong operand size for far retNadav Amit
2015-01-26KVM: x86: Dirty the dest op page on cmpxchg emulationNadav Amit
2015-01-23KVM: x86: SYSENTER emulation is brokenNadav Amit
2015-01-23KVM: x86: Fix of previously incomplete fix for CVE-2014-8480Nadav Amit
2015-01-09KVM: x86: #PF error-code on R/W operations is wrongNadav Amit
2015-01-08KVM: x86: Access to LDT/GDT that wraparound is incorrectNadav Amit
2015-01-08KVM: x86: Do not set access bit on accessed segmentsNadav Amit
2015-01-08KVM: x86: POP [ESP] is not emulated correctlyNadav Amit
2015-01-08KVM: x86: em_call_far should return failure resultNadav Amit
2015-01-08KVM: x86: JMP/CALL using call- or task-gate causes exceptionNadav Amit
2015-01-08KVM: x86: fnstcw and fnstsw may cause spurious exceptionNadav Amit
2015-01-08KVM: x86: pop sreg accesses only 2 bytesNadav Amit
2015-01-08KVM: x86: Remove FIXMEs in emulate.c for the function,task_switch_32Nicholas Krause
2014-12-18Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2014-12-11KVM: x86: em_ret_far overrides cplNadav Amit
2014-12-10KVM: x86: Emulate should check #UD before #GPNadav Amit
2014-12-10KVM: x86: Do not push eflags.vm on pushfNadav Amit
2014-12-10KVM: x86: Remove prefix flag when GP macro is usedNadav Amit
2014-12-04KVM: x86: Generate #UD when memory operand is requiredNadav Amit
2014-11-19KVM: x86: Remove FIXMEs in emulate.cNicholas Krause
2014-11-19KVM: emulator: remove duplicated limit checkPaolo Bonzini
2014-11-19KVM: emulator: remove code duplication in register_address{,_increment}Paolo Bonzini
2014-11-19KVM: x86: Move __linearize masking of la into switchNadav Amit
2014-11-19KVM: x86: Non-canonical access using SS should cause #SSNadav Amit
2014-11-19KVM: x86: Perform limit checks when assigning EIPNadav Amit