index
:
linux-toradex.git
colibri
colibri_vf
tegra
tegra-next
toradex_4.1-2.0.x-imx
toradex_4.1-2.0.x-imx-next
toradex_4.14-2.0.x-imx
toradex_4.14-2.0.x-imx-next
toradex_4.14-2.0.x-imx-rebased
toradex_4.14-2.3.x-imx
toradex_4.19.y
toradex_4.19.y-rt
toradex_4.20.y
toradex_4.9-1.0.x-imx
toradex_4.9-1.0.x-imx-next
toradex_4.9-1.0.x-imx-rebased
toradex_4.9-2.3.x-imx
toradex_4.9-2.3.x-imx-next
toradex_4.9-2.3.x-imx-rebased
toradex_5.0.y
toradex_5.15-2.0.x-imx
toradex_5.15-2.1.x-imx
toradex_5.15-2.2.x-imx
toradex_5.2.y
toradex_5.3.y
toradex_5.4-2.1.x-imx
toradex_5.4-2.3.x-imx
toradex_5.4.y
toradex_6.6-2.0.x-imx
toradex_6.6-2.1.x-imx
toradex_imx6
toradex_imx_3.10.17_1.0.0_ga
toradex_imx_3.10.17_1.0.0_ga-next
toradex_imx_3.14.28_1.0.0_ga
toradex_imx_3.14.52_1.1.0_ga
toradex_imx_3.14.52_1.1.0_ga-next
toradex_imx_4.1.15_1.0.0_ga
toradex_imx_4.1.15_1.0.0_ga-next
toradex_imx_4.14.78_1.0.0_ga-bring_up
toradex_imx_4.9.123_imx8mm_ga-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up_ov5640
toradex_imx_4.9.51_imx8_beta2-bring_up
toradex_ti-linux-5.10.y_bringup
toradex_ti-linux-6.1.y
toradex_ti-linux-6.6.y
toradex_tk1_l4t_r21.5
toradex_tk1_l4t_r21.6
toradex_tk1_l4t_r21.7
toradex_tk1_l4t_r21.7-next
toradex_vf_3.18
toradex_vf_3.18-next
toradex_vf_4.0
toradex_vf_4.0-next
toradex_vf_4.1
toradex_vf_4.1-next
toradex_vf_4.4
toradex_vf_4.4-next
Linux kernel for Apalis and Colibri modules
Toradex
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kvm
/
x86_emulate.c
Age
Commit message (
Expand
)
Author
2009-09-10
KVM: Rename x86_emulate.c to emulate.c
Avi Kivity
2009-09-10
KVM: x86 emulator: Add sysexit emulation
Andre Przywara
2009-09-10
KVM: x86 emulator: Add sysenter emulation
Andre Przywara
2009-09-10
KVM: x86 emulator: add syscall emulation
Andre Przywara
2009-09-10
KVM: x86 emulator: Prepare for emulation of syscall instructions
Andre Przywara
2009-09-10
KVM: x86 emulator: Add missing EFLAGS bit definitions
Andre Przywara
2009-09-10
KVM: x86 emulator: fix jmp far decoding (opcode 0xea)
Avi Kivity
2009-09-10
KVM: x86 emulator: Implement zero-extended immediate decoding
Avi Kivity
2009-06-28
KVM: kvm/x86_emulate.c toggle_interruptibility() should be static
Jaswinder Singh Rajput
2009-06-10
KVM: Deal with interrupt shadow state for emulated instructions
Glauber Costa
2009-06-10
KVM: x86 emulator: Decode soft interrupt instructions
Gleb Natapov
2009-06-10
KVM: x86 emulator: Completely decode in/out at decoding stage
Gleb Natapov
2009-06-10
KVM: x86 emulator: Add unsigned byte immediate decode
Gleb Natapov
2009-06-10
KVM: x86 emulator: Complete decoding of call near in decode stage
Gleb Natapov
2009-06-10
KVM: x86 emulator: Complete short/near jcc decoding in decode stage
Gleb Natapov
2009-06-10
KVM: x86 emulator: Complete ljmp decoding at decode stage
Gleb Natapov
2009-06-10
KVM: x86 emulator: Add lcall decoding
Gleb Natapov
2009-06-10
KVM: x86 emulator: Add decoding of 16bit second immediate argument
Gleb Natapov
2009-06-10
KVM: x86 emulator: fix call near emulation
Gleb Natapov
2009-03-24
KVM: x86 emulator: implement 'ret far' instruction (opcode 0xcb)
Avi Kivity
2009-03-24
KVM: x86 emulator: Make emulate_pop() a little more generic
Avi Kivity
2009-03-24
KVM: Fix vmload and friends misinterpreted as lidt
Avi Kivity
2008-12-31
KVM: x86 emulator: Fix handling of VMMCALL instruction
Amit Shah
2008-12-31
KVM: x86 emulator: add the emulation of shld and shrd instructions
Guillaume Thouvenin
2008-12-31
KVM: x86 emulator: add the assembler code for three operands
Guillaume Thouvenin
2008-12-31
KVM: x86 emulator: add a new "implied 1" Src decode type
Guillaume Thouvenin
2008-12-31
KVM: x86 emulator: add Src2 decode set
Guillaume Thouvenin
2008-12-31
KVM: x86 emulator: Extend the opcode descriptor
Guillaume Thouvenin
2008-12-31
KVM: Remove extraneous semicolon after do/while
Avi Kivity
2008-12-31
KVM: x86 emulator: fix popf emulation
Avi Kivity
2008-12-31
KVM: x86 emulator: fix ret emulation
Avi Kivity
2008-12-31
KVM: x86 emulator: switch 'pop reg' instruction to emulate_pop()
Avi Kivity
2008-12-31
KVM: x86 emulator: allow pop from mmio
Avi Kivity
2008-12-31
KVM: x86 emulator: Extract 'pop' sequence into a function
Avi Kivity
2008-12-31
KVM: x86 emulator: consolidate emulation of two operand instructions
Avi Kivity
2008-12-31
KVM: x86 emulator: reduce duplication in one operand emulation thunks
Avi Kivity
2008-12-31
KVM: allow emulator to adjust rip for emulated pio instructions
Guillaume Thouvenin
2008-12-31
KVM: x86 emulator: Add decode entries for 0x04 and 0x05 opcodes (add acc, imm)
Guillaume Thouvenin
2008-12-31
KVM: x86 emulator: consolidate push reg
Guillaume Thouvenin
2008-10-15
KVM: x86 emulator: Use DstAcc for 'and'
Guillaume Thouvenin
2008-10-15
KVM: x86 emulator: Add cmp al, imm and cmp ax, imm instructions (ocodes 3c, 3d)
Guillaume Thouvenin
2008-10-15
KVM: x86 emulator: Add DstAcc operand type
Guillaume Thouvenin
2008-10-15
KVM: x86 emulator: fix jmp r/m64 instruction
Avi Kivity
2008-10-15
KVM: x86 emulator: Add call near absolute instruction (opcode 0xff/2)
Mohammed Gamal
2008-10-15
KVM: x86 emulator: Add in/out instructions (opcodes 0xe4-0xe7, 0xec-0xef)
Mohammed Gamal
2008-10-15
KVM: x86 emulator: Add std and cld instructions (opcodes 0xfc-0xfd)
Mohammed Gamal
2008-10-15
KVM: x86 emulator: Add mov r, imm instructions (opcodes 0xb0-0xbf)
Mohammed Gamal
2008-10-15
KVM: x86 emulator: remove bad ByteOp specifier from NEG descriptor
Avi Kivity
2008-10-15
KVM: x86 emulator: remove duplicate SrcImm
roel kluin
2008-10-15
KVM: x86: accessors for guest registers
Marcelo Tosatti
[next]