index
:
blackbird-op-linux
master
Blackbird™ Linux sources for OpenPOWER
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kvm
/
emulate.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
x86/kvm: Audit and remove any unnecessary uses of module.h
Paul Gortmaker
2016-07-14
1
-1
/
+0
*
x86/kvm: Add stack frame dependency to fastop() inline asm
Josh Poimboeuf
2016-05-10
1
-1
/
+5
*
Merge branch 'core-objtool-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2016-03-20
1
-9
/
+22
|
\
|
*
x86/kvm: Make test_cc() always inline
Josh Poimboeuf
2016-02-24
1
-1
/
+1
|
*
x86/kvm: Set ELF function type for fastop functions
Josh Poimboeuf
2016-02-24
1
-8
/
+21
*
|
KVM: x86: fix conversion of addresses to linear in 32-bit protected mode
Paolo Bonzini
2016-02-24
1
-2
/
+2
|
/
*
KVM: x86: allow RSM from 64-bit mode
Paolo Bonzini
2015-11-04
1
-5
/
+25
*
KVM: x86: handle SMBASE as physical address in RSM
Radim Krčmář
2015-11-04
1
-4
/
+3
*
KVM: x86: fix RSM into 64-bit protected mode
Paolo Bonzini
2015-10-14
1
-3
/
+7
*
Silence compiler warning in arch/x86/kvm/emulate.c
Valdis Kletnieks
2015-09-06
1
-1
/
+1
*
KVM: x86: save/load state on SMM switch
Paolo Bonzini
2015-06-04
1
-1
/
+247
*
KVM: x86: stubs for SMM support
Paolo Bonzini
2015-06-04
1
-1
/
+9
*
KVM: x86: pass the whole hflags field to emulator and back
Paolo Bonzini
2015-06-04
1
-3
/
+3
*
KVM: x86: Fix zero iterations REP-string
Nadav Amit
2015-05-19
1
-0
/
+25
*
KVM: x86: Fix update RCX/RDI/RSI on REP-string
Nadav Amit
2015-05-19
1
-6
/
+2
*
KVM: x86: Fix DR7 mask on task-switch while debugging
Nadav Amit
2015-05-19
1
-1
/
+5
*
KVM: x86: Call-far should not be emulated as stack op
Nadav Amit
2015-05-08
1
-1
/
+1
*
kvm: x86: fix x86 eflags fixed bit
Wanpeng Li
2015-04-08
1
-3
/
+3
*
KVM: remove useless check of "ret" variable prior to returning the same value
Eugene Korenevsky
2015-03-30
1
-3
/
+1
*
KVM: x86: Remove redundant definitions
Nadav Amit
2015-03-30
1
-3
/
+3
*
KVM: x86: removing redundant eflags bits definitions
Nadav Amit
2015-03-30
1
-59
/
+46
*
KVM: x86: BSF and BSR emulation change register unnecassarily
Nadav Amit
2015-03-30
1
-1
/
+18
*
KVM: x86: POPA emulation may not clear bits [63:32]
Nadav Amit
2015-03-30
1
-16
/
+23
*
KVM: x86: CMOV emulation on legacy mode is wrong
Nadav Amit
2015-03-30
1
-2
/
+1
*
KVM: x86: Fix re-execution of patched vmmcall
Jan Kiszka
2015-03-13
1
-14
/
+3
*
KVM: emulate: fix CMPXCHG8B on 32-bit hosts
Paolo Bonzini
2015-02-23
1
-1
/
+2
*
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2015-02-13
1
-74
/
+156
|
\
|
*
KVM: x86: emulate: correct page fault error code for NoWrite instructions
Paolo Bonzini
2015-02-09
1
-1
/
+2
|
*
KVM: x86: Emulation of call may use incorrect stack size
Nadav Amit
2015-01-26
1
-7
/
+18
|
*
KVM: x86: 32-bit wraparound read/write not emulated correctly
Nadav Amit
2015-01-26
1
-3
/
+7
|
*
KVM: x86: Fix defines in emulator.c
Nadav Amit
2015-01-26
1
-1
/
+1
|
*
KVM: x86: ARPL emulation can cause spurious exceptions
Nadav Amit
2015-01-26
1
-6
/
+26
|
*
KVM: x86: IRET emulation does not clear NMI masking
Nadav Amit
2015-01-26
1
-0
/
+1
|
*
KVM: x86: Wrong operand size for far ret
Nadav Amit
2015-01-26
1
-2
/
+2
|
*
KVM: x86: Dirty the dest op page on cmpxchg emulation
Nadav Amit
2015-01-26
1
-4
/
+7
|
*
KVM: x86: #PF error-code on R/W operations is wrong
Nadav Amit
2015-01-09
1
-1
/
+5
|
*
KVM: x86: Access to LDT/GDT that wraparound is incorrect
Nadav Amit
2015-01-08
1
-13
/
+34
|
*
KVM: x86: Do not set access bit on accessed segments
Nadav Amit
2015-01-08
1
-4
/
+7
|
*
KVM: x86: POP [ESP] is not emulated correctly
Nadav Amit
2015-01-08
1
-1
/
+6
|
*
KVM: x86: em_call_far should return failure result
Nadav Amit
2015-01-08
1
-1
/
+1
|
*
KVM: x86: JMP/CALL using call- or task-gate causes exception
Nadav Amit
2015-01-08
1
-20
/
+34
|
*
KVM: x86: fnstcw and fnstsw may cause spurious exception
Nadav Amit
2015-01-08
1
-6
/
+3
|
*
KVM: x86: pop sreg accesses only 2 bytes
Nadav Amit
2015-01-08
1
-1
/
+3
|
*
KVM: x86: Remove FIXMEs in emulate.c for the function,task_switch_32
Nicholas Krause
2015-01-08
1
-4
/
+0
*
|
KVM: x86: SYSENTER emulation is broken
Nadav Amit
2015-01-23
1
-19
/
+8
*
|
KVM: x86: Fix of previously incomplete fix for CVE-2014-8480
Nadav Amit
2015-01-23
1
-2
/
+2
|
/
*
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2014-12-18
1
-190
/
+218
|
\
|
*
KVM: x86: em_ret_far overrides cpl
Nadav Amit
2014-12-11
1
-1
/
+1
|
*
KVM: x86: Emulate should check #UD before #GP
Nadav Amit
2014-12-10
1
-6
/
+6
|
*
KVM: x86: Do not push eflags.vm on pushf
Nadav Amit
2014-12-10
1
-1
/
+1
[next]