index
:
kernel_samsung_crespo.git
replicant-4.2
kernel/samsung/crespo
git repository hosting
about
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
*
KVM: emulator: Fix permission checking in io permission bitmap
Gleb Natapov
2011-03-17
1
-3
/
+2
*
KVM: emulator: Fix io permission checking for 64bit guest
Gleb Natapov
2011-03-17
1
-15
/
+22
*
KVM: x86 emulator: vendor specific instructions
Avi Kivity
2011-03-17
1
-3
/
+9
*
KVM: SVM: copy instruction bytes from VMCB
Andre Przywara
2011-01-12
1
-2
/
+5
*
KVM: x86 emulator: simplify exception generation
Avi Kivity
2011-01-12
1
-90
/
+50
*
KVM: x86 emulator: tighen up ->read_std() and ->write_std() error checks
Avi Kivity
2011-01-12
1
-8
/
+8
*
KVM: x86 emulator: drop dead pf injection in emulate_popf()
Avi Kivity
2011-01-12
1
-8
/
+0
*
KVM: x86 emulator: make emulator memory callbacks return full exception
Avi Kivity
2011-01-12
1
-58
/
+31
*
KVM: x86 emulator: introduce struct x86_exception to communicate faults
Avi Kivity
2011-01-12
1
-3
/
+23
*
KVM: x86 emulator: do not perform address calculations on linear addresses
Avi Kivity
2011-01-12
1
-1
/
+2
*
KVM: x86 emulator: preserve an operand's segment identity
Avi Kivity
2011-01-12
1
-51
/
+55
*
KVM: x86 emulator: drop DPRINTF()
Avi Kivity
2011-01-12
1
-6
/
+1
*
KVM: x86 emulator: drop unused #ifndef __KERNEL__
Avi Kivity
2011-01-12
1
-7
/
+0
*
KVM: fix typo in copyright notice
Nicolas Kaiser
2010-10-24
1
-1
/
+1
*
KVM: x86 emulator: Eliminate compilation warning in x86_decode_insn()
Sheng Yang
2010-10-24
1
-1
/
+1
*
KVM: X86: Propagate fetch faults
Joerg Roedel
2010-10-24
1
-0
/
+3
*
KVM: MMU: Track page fault data in struct vcpu
Joerg Roedel
2010-10-24
1
-16
/
+14
*
KVM: x86 emulator: clean up control flow in x86_emulate_insn()
Avi Kivity
2010-10-24
1
-57
/
+7
*
KVM: x86 emulator: fix group 11 decoding for reg != 0
Avi Kivity
2010-10-24
1
-1
/
+5
*
KVM: x86 emulator: use single stage decoding for mov instructions
Avi Kivity
2010-10-24
1
-24
/
+18
*
KVM: x86 emulator: simplify ALU opcode block decode further
Avi Kivity
2010-10-24
1
-18
/
+14
*
KVM: x86 emulator: trap and propagate #DE from DIV and IDIV
Avi Kivity
2010-10-24
1
-4
/
+16
*
KVM: x86 emulator: add macros for executing instructions that may trap
Avi Kivity
2010-10-24
1
-0
/
+43
*
KVM: x86 emulator: simplify instruction decode flags for opcodes 0F 00-FF
Avi Kivity
2010-10-24
1
-2
/
+2
*
KVM: x86 emulator: simplify instruction decode flags for opcodes E0-FF
Avi Kivity
2010-10-24
1
-4
/
+2
*
KVM: x86 emulator: simplify instruction decode flags for opcodes C0-DF
Avi Kivity
2010-10-24
1
-4
/
+3
*
KVM: x86 emulator: simplify instruction decode flags for opcodes A0-AF
Avi Kivity
2010-10-24
1
-3
/
+3
*
KVM: x86 emulator: simplify instruction decode flags for opcodes 80-8F
Avi Kivity
2010-10-24
1
-4
/
+3
*
KVM: x86 emulator: simplify string instruction decode flags
Avi Kivity
2010-10-24
1
-7
/
+6
*
KVM: x86 emulator: simplify ALU block (opcodes 00-3F) decode flags
Avi Kivity
2010-10-24
1
-24
/
+16
*
KVM: x86 emulator: support byte/word opcode pairs
Avi Kivity
2010-10-24
1
-0
/
+6
*
KVM: x86 emulator: refuse SrcMemFAddr (e.g. LDS) with register operand
Avi Kivity
2010-10-24
1
-0
/
+5
*
KVM: x86 emulator: get rid of "restart" in emulation context.
Gleb Natapov
2010-10-24
1
-24
/
+19
*
KVM: x86 emulator: move string instruction completion check into separate fun...
Gleb Natapov
2010-10-24
1
-13
/
+24
*
KVM: x86 emulator: Rename variable that shadows another local variable.
Gleb Natapov
2010-10-24
1
-3
/
+3
*
KVM: x86 emulator: add CALL FAR instruction emulation (opcode 9a)
Wei Yongjun
2010-10-24
1
-1
/
+1
*
KVM: x86 emulator: add JrCXZ instruction emulation
Wei Yongjun
2010-10-24
1
-1
/
+5
*
KVM: x86 emulator: add LDS/LES/LFS/LGS/LSS instruction emulation
Wei Yongjun
2010-10-24
1
-4
/
+46
*
KVM: x86 emulator: implement CWD (opcode 99)
Avi Kivity
2010-10-24
1
-1
/
+14
*
KVM: x86 emulator: implement IMUL REG, R/M, IMM (opcode 69)
Avi Kivity
2010-10-24
1
-1
/
+2
*
KVM: x86 emulator: add Src2Imm decoding
Avi Kivity
2010-10-24
1
-0
/
+4
*
KVM: x86 emulator: consolidate immediate decode into a function
Avi Kivity
2010-10-24
1
-45
/
+64
*
KVM: x86 emulator: implement RDTSC (opcode 0F 31)
Avi Kivity
2010-10-24
1
-1
/
+18
*
KVM: x86 emulator: remove SrcImplicit
Avi Kivity
2010-10-24
1
-2
/
+1
*
KVM: x86 emulator: implement IMUL REG, R/M (opcode 0F AF)
Avi Kivity
2010-10-24
1
-3
/
+10
*
KVM: x86 emulator: implement IMUL REG, R/M, imm8 (opcode 6B)
Avi Kivity
2010-10-24
1
-1
/
+11
*
KVM: x86 emulator: implement RET imm16 (opcode C2)
Avi Kivity
2010-10-24
1
-1
/
+18
*
KVM: x86 emulator: add SrcImmU16 operand type
Avi Kivity
2010-10-24
1
-3
/
+9
*
KVM: x86 emulator: implement CALL FAR (FF /3)
Avi Kivity
2010-10-24
1
-1
/
+36
*
KVM: x86 emulator: implement DAS (opcode 2F)
Avi Kivity
2010-10-24
1
-1
/
+41
[next]