index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kvm
/
emulate.c
Age
Commit message (
Expand
)
Author
Files
Lines
2011-03-17
KVM: emulator: Fix permission checking in io permission bitmap
Gleb Natapov
1
-3
/
+2
2011-03-17
KVM: emulator: Fix io permission checking for 64bit guest
Gleb Natapov
1
-15
/
+22
2011-03-17
KVM: x86 emulator: vendor specific instructions
Avi Kivity
1
-3
/
+9
2011-01-12
KVM: SVM: copy instruction bytes from VMCB
Andre Przywara
1
-2
/
+5
2011-01-12
KVM: x86 emulator: simplify exception generation
Avi Kivity
1
-90
/
+50
2011-01-12
KVM: x86 emulator: tighen up ->read_std() and ->write_std() error checks
Avi Kivity
1
-8
/
+8
2011-01-12
KVM: x86 emulator: drop dead pf injection in emulate_popf()
Avi Kivity
1
-8
/
+0
2011-01-12
KVM: x86 emulator: make emulator memory callbacks return full exception
Avi Kivity
1
-58
/
+31
2011-01-12
KVM: x86 emulator: introduce struct x86_exception to communicate faults
Avi Kivity
1
-3
/
+23
2011-01-12
KVM: x86 emulator: do not perform address calculations on linear addresses
Avi Kivity
1
-1
/
+2
2011-01-12
KVM: x86 emulator: preserve an operand's segment identity
Avi Kivity
1
-51
/
+55
2011-01-12
KVM: x86 emulator: drop DPRINTF()
Avi Kivity
1
-6
/
+1
2011-01-12
KVM: x86 emulator: drop unused #ifndef __KERNEL__
Avi Kivity
1
-7
/
+0
2010-10-24
KVM: fix typo in copyright notice
Nicolas Kaiser
1
-1
/
+1
2010-10-24
KVM: x86 emulator: Eliminate compilation warning in x86_decode_insn()
Sheng Yang
1
-1
/
+1
2010-10-24
KVM: X86: Propagate fetch faults
Joerg Roedel
1
-0
/
+3
2010-10-24
KVM: MMU: Track page fault data in struct vcpu
Joerg Roedel
1
-16
/
+14
2010-10-24
KVM: x86 emulator: clean up control flow in x86_emulate_insn()
Avi Kivity
1
-57
/
+7
2010-10-24
KVM: x86 emulator: fix group 11 decoding for reg != 0
Avi Kivity
1
-1
/
+5
2010-10-24
KVM: x86 emulator: use single stage decoding for mov instructions
Avi Kivity
1
-24
/
+18
2010-10-24
KVM: x86 emulator: simplify ALU opcode block decode further
Avi Kivity
1
-18
/
+14
2010-10-24
KVM: x86 emulator: trap and propagate #DE from DIV and IDIV
Avi Kivity
1
-4
/
+16
2010-10-24
KVM: x86 emulator: add macros for executing instructions that may trap
Avi Kivity
1
-0
/
+43
2010-10-24
KVM: x86 emulator: simplify instruction decode flags for opcodes 0F 00-FF
Avi Kivity
1
-2
/
+2
2010-10-24
KVM: x86 emulator: simplify instruction decode flags for opcodes E0-FF
Avi Kivity
1
-4
/
+2
2010-10-24
KVM: x86 emulator: simplify instruction decode flags for opcodes C0-DF
Avi Kivity
1
-4
/
+3
2010-10-24
KVM: x86 emulator: simplify instruction decode flags for opcodes A0-AF
Avi Kivity
1
-3
/
+3
2010-10-24
KVM: x86 emulator: simplify instruction decode flags for opcodes 80-8F
Avi Kivity
1
-4
/
+3
2010-10-24
KVM: x86 emulator: simplify string instruction decode flags
Avi Kivity
1
-7
/
+6
2010-10-24
KVM: x86 emulator: simplify ALU block (opcodes 00-3F) decode flags
Avi Kivity
1
-24
/
+16
2010-10-24
KVM: x86 emulator: support byte/word opcode pairs
Avi Kivity
1
-0
/
+6
2010-10-24
KVM: x86 emulator: refuse SrcMemFAddr (e.g. LDS) with register operand
Avi Kivity
1
-0
/
+5
2010-10-24
KVM: x86 emulator: get rid of "restart" in emulation context.
Gleb Natapov
1
-24
/
+19
2010-10-24
KVM: x86 emulator: move string instruction completion check into separate fun...
Gleb Natapov
1
-13
/
+24
2010-10-24
KVM: x86 emulator: Rename variable that shadows another local variable.
Gleb Natapov
1
-3
/
+3
2010-10-24
KVM: x86 emulator: add CALL FAR instruction emulation (opcode 9a)
Wei Yongjun
1
-1
/
+1
2010-10-24
KVM: x86 emulator: add JrCXZ instruction emulation
Wei Yongjun
1
-1
/
+5
2010-10-24
KVM: x86 emulator: add LDS/LES/LFS/LGS/LSS instruction emulation
Wei Yongjun
1
-4
/
+46
2010-10-24
KVM: x86 emulator: implement CWD (opcode 99)
Avi Kivity
1
-1
/
+14
2010-10-24
KVM: x86 emulator: implement IMUL REG, R/M, IMM (opcode 69)
Avi Kivity
1
-1
/
+2
2010-10-24
KVM: x86 emulator: add Src2Imm decoding
Avi Kivity
1
-0
/
+4
2010-10-24
KVM: x86 emulator: consolidate immediate decode into a function
Avi Kivity
1
-45
/
+64
2010-10-24
KVM: x86 emulator: implement RDTSC (opcode 0F 31)
Avi Kivity
1
-1
/
+18
2010-10-24
KVM: x86 emulator: remove SrcImplicit
Avi Kivity
1
-2
/
+1
2010-10-24
KVM: x86 emulator: implement IMUL REG, R/M (opcode 0F AF)
Avi Kivity
1
-3
/
+10
2010-10-24
KVM: x86 emulator: implement IMUL REG, R/M, imm8 (opcode 6B)
Avi Kivity
1
-1
/
+11
2010-10-24
KVM: x86 emulator: implement RET imm16 (opcode C2)
Avi Kivity
1
-1
/
+18
2010-10-24
KVM: x86 emulator: add SrcImmU16 operand type
Avi Kivity
1
-3
/
+9
2010-10-24
KVM: x86 emulator: implement CALL FAR (FF /3)
Avi Kivity
1
-1
/
+36
2010-10-24
KVM: x86 emulator: implement DAS (opcode 2F)
Avi Kivity
1
-1
/
+41
[next]