KVM: x86 emulator: add CALL FAR instruction emulation (opcode 9a)
[pandora-kernel.git] / arch / x86 / kvm / emulate.c
2010-10-24 Wei YongjunKVM: x86 emulator: add CALL FAR instruction emulation...
2010-10-24 Wei YongjunKVM: x86 emulator: add JrCXZ instruction emulation
2010-10-24 Wei YongjunKVM: x86 emulator: add LDS/LES/LFS/LGS/LSS instruction...
2010-10-24 Avi KivityKVM: x86 emulator: implement CWD (opcode 99)
2010-10-24 Avi KivityKVM: x86 emulator: implement IMUL REG, R/M, IMM (opcode 69)
2010-10-24 Avi KivityKVM: x86 emulator: add Src2Imm decoding
2010-10-24 Avi KivityKVM: x86 emulator: consolidate immediate decode into...
2010-10-24 Avi KivityKVM: x86 emulator: implement RDTSC (opcode 0F 31)
2010-10-24 Avi KivityKVM: x86 emulator: remove SrcImplicit
2010-10-24 Avi KivityKVM: x86 emulator: implement IMUL REG, R/M (opcode...
2010-10-24 Avi KivityKVM: x86 emulator: implement IMUL REG, R/M, imm8 (opcod...
2010-10-24 Avi KivityKVM: x86 emulator: implement RET imm16 (opcode C2)
2010-10-24 Avi KivityKVM: x86 emulator: add SrcImmU16 operand type
2010-10-24 Avi KivityKVM: x86 emulator: implement CALL FAR (FF /3)
2010-10-24 Avi KivityKVM: x86 emulator: implement DAS (opcode 2F)
2010-10-24 Avi KivityKVM: x86 emulator: Use a register for ____emulate_2op...
2010-10-24 Avi KivityKVM: x86 emulator: pass destination type to ____emulate...
2010-10-24 Wei YongjunKVM: x86 emulator: add LOOP/LOOPcc instruction emulation
2010-10-24 Wei YongjunKVM: x86 emulator: add CBW/CWDE/CDQE instruction emulation
2010-10-24 Avi KivityKVM: x86 emulator: fix REPZ/REPNZ termination condition
2010-10-24 Avi KivityKVM: x86 emulator: implement SCAS (opcodes AE, AF)
2010-10-24 Avi KivityKVM: x86 emulator: fix INTn emulation not pushing EFLAG...
2010-10-24 Wei YongjunKVM: x86 emulator: remove dup code of in/out instruction
2010-10-24 Wei YongjunKVM: x86 emulator: change OUT instruction to use dst...
2010-10-24 Wei YongjunKVM: x86 emulator: introduce DstImmUByte for dst operan...
2010-10-24 Wei YongjunKVM: x86 emulator: remove useless label from x86_emulat...
2010-10-24 Wei YongjunKVM: x86 emulator: add setcc instruction emulation
2010-10-24 Wei YongjunKVM: x86 emulator: add XADD instruction emulation
2010-10-24 Wei YongjunKVM: x86 emulator: put register operand write back...
2010-10-24 Wei YongjunKVM: x86 emulator: add bsf/bsr instruction emulation
2010-10-24 Mohammed GamalKVM: x86 emulator: Fix emulate_grp3 return values
2010-10-24 Mohammed GamalKVM: x86 emulator: Add unary mul, imul, div, and idiv...
2010-10-24 Wei YongjunKVM: x86 emulator: mask group 8 instruction as BitOp
2010-10-24 Wei YongjunKVM: x86 emulator: do not adjust the address for immedi...
2010-10-24 Wei YongjunKVM: x86 emulator: fix negative bit offset BitOp instru...
2010-10-24 Mohammed GamalKVM: x86 emulator: Add stc instruction (opcode 0xf9)
2010-10-24 Wei YongjunKVM: x86 emulator: using SrcOne for instruction d0...
2010-10-24 Wei YongjunKVM: x86 emulator: disable writeback when decode dest...
2010-10-24 Wei YongjunKVM: x86 emulator: use SrcAcc to simplify stos decoding
2010-10-24 Mohammed GamalKVM: x86 emulator: Add into, int, and int3 instructions...
2010-10-24 Wei YongjunKVM: x86 emulator: simplify two-byte opcode check
2010-10-24 Mohammed GamalKVM: x86 emulator: Fix nop emulation
2010-10-24 Avi KivityKVM: x86 emulator: Decode memory operands directly...
2010-10-24 Avi KivityKVM: x86 emulator: change invlpg emulation to use src...
2010-10-24 Avi KivityKVM: x86 emulator: switch LEA to use SrcMem decoding
2010-10-24 Avi KivityKVM: x86 emulator: add NoAccess flag for memory instruc...
2010-10-24 Avi KivityKVM: x86 emulator: use struct operand for mov reg,dr...
2010-10-24 Avi KivityKVM: x86 emulator: use struct operand for mov reg,cr...
2010-10-24 Avi KivityKVM: x86 emulator: mark mov cr and mov dr as 64-bit...
2010-10-24 Avi KivityKVM: x86 emulator: introduce Op3264 for mov cr and...
2010-10-24 Avi KivityKVM: x86 emulator: simplify REX.W check
2010-10-24 Avi KivityKVM: x86 emulator: drop use_modrm_ea
2010-10-24 Avi KivityKVM: x86 emulator: put register operand fetch into...
2010-10-24 Avi KivityKVM: x86 emulator: use SrcAcc to simplify xchg decoding
2010-10-24 Avi KivityKVM: x86 emulator: simplify xchg decode tables
2010-10-24 Avi KivityKVM: x86 emulator: use correct type for memory address...
2010-10-24 Avi KivityKVM: x86 emulator: push segment override out of decode_...
2010-10-24 Gleb NatapovKVM: x86 emulator: check io permissions only once for...
2010-10-24 Avi KivityKVM: x86 emulator: fix LMSW able to clear cr0.pe
2010-10-24 Avi KivityKVM: x86 emulator: convert some push instructions to...
2010-10-24 Avi KivityKVM: x86 emulator: allow repeat macro arguments to...
2010-10-24 Avi KivityKVM: x86 emulator: move decode tables downwards
2010-10-24 Avi KivityKVM: x86 emulator: move x86_decode_insn() downwards
2010-10-24 Avi KivityKVM: x86 emulator: allow storing emulator execution...
2010-10-24 Avi KivityKVM: x86 emulator: store x86_emulate_ops in emulation...
2010-10-24 Avi KivityKVM: x86 emulator: move ByteOp and Dst back to bits 0:3
2010-10-24 Avi KivityKVM: x86 emulator: drop support for old-style groups
2010-10-24 Avi KivityKVM: x86 emulator: convert group 9 to new style
2010-10-24 Avi KivityKVM: x86 emulator: convert group 8 to new style
2010-10-24 Avi KivityKVM: x86 emulator: convert group 7 to new style
2010-10-24 Avi KivityKVM: x86 emulator: convert group 5 to new style
2010-10-24 Avi KivityKVM: x86 emulator: convert group 4 to new style
2010-10-24 Avi KivityKVM: x86 emulator: convert group 3 to new style
2010-10-24 Avi KivityKVM: x86 emulator: convert group 1A to new style
2010-10-24 Avi KivityKVM: x86 emulator: convert group 1 to new style
2010-10-24 Avi KivityKVM: x86 emulator: allow specifying group directly...
2010-10-24 Avi KivityKVM: x86 emulator: reserve group code 0
2010-10-24 Avi KivityKVM: x86 emulator: move group tables to top
2010-10-24 Avi KivityKVM: x86 emulator: Add wrappers for easily defining...
2010-10-24 Avi KivityKVM: x86 emulator: introduce 'struct opcode'
2010-10-24 Avi KivityKVM: x86 emulator: drop parentheses in repreat macros
2010-10-24 Mohammed GamalKVM: x86 emulator: Add IRET instruction
2010-10-24 Avi KivityKVM: x86 emulator: unify the two Group 3 variants
2010-10-24 Avi KivityKVM: x86 emulator: Allow LOCK prefix for NEG and NOT
2010-10-24 Avi KivityKVM: x86 emulator: simplify Group 1 decoding
2010-10-24 Avi KivityKVM: x86 emulator: mix decode bits from opcode and...
2010-10-24 Avi KivityKVM: x86 emulator: add Undefined decode flag
2010-10-24 Avi KivityKVM: x86 emulator: Make group storage bits separate...
2010-10-24 Avi KivityKVM: x86 emulator: consolidate Jcc rel32 decoding
2010-10-24 Avi KivityKVM: x86 emulator: consolidate CMOVcc decoding
2010-10-24 Avi KivityKVM: x86 emulator: consolidate MOV reg, imm decoding
2010-10-24 Avi KivityKVM: x86 emulator: consolidate Jcc rel8 decoding
2010-10-24 Avi KivityKVM: x86 emulator: consolidate push/pop reg decoding
2010-10-24 Avi KivityKVM: x86 emulator: consolidate inc/dec reg decoding
2010-10-24 Avi KivityKVM: x86 emulator: add macros for repetitive instructions
2010-10-24 Avi KivityKVM: x86 emulator: fix handling for unemulated instructions
2010-10-18 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2010-10-12 Russell KingMerge branch 'for-rmk' of git://git.pengutronix.de...
2010-10-11 Linus TorvaldsMerge branch 'rc-fixes' of git://git./linux/kernel...
2010-10-11 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
next