index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kvm
/
x86_emulate.c
Age
Commit message (
Expand
)
Author
Files
Lines
2009-09-10
KVM: Rename x86_emulate.c to emulate.c
Avi Kivity
1
-2392
/
+0
2009-09-10
KVM: x86 emulator: Add sysexit emulation
Andre Przywara
1
-1
/
+71
2009-09-10
KVM: x86 emulator: Add sysenter emulation
Andre Przywara
1
-1
/
+69
2009-09-10
KVM: x86 emulator: add syscall emulation
Andre Przywara
1
-1
/
+83
2009-09-10
KVM: x86 emulator: Prepare for emulation of syscall instructions
Andre Przywara
1
-2
/
+15
2009-09-10
KVM: x86 emulator: Add missing EFLAGS bit definitions
Andre Przywara
1
-0
/
+3
2009-09-10
KVM: x86 emulator: fix jmp far decoding (opcode 0xea)
Avi Kivity
1
-1
/
+1
2009-09-10
KVM: x86 emulator: Implement zero-extended immediate decoding
Avi Kivity
1
-0
/
+15
2009-06-28
KVM: kvm/x86_emulate.c toggle_interruptibility() should be static
Jaswinder Singh Rajput
1
-1
/
+1
2009-06-10
KVM: Deal with interrupt shadow state for emulated instructions
Glauber Costa
1
-0
/
+20
2009-06-10
KVM: x86 emulator: Decode soft interrupt instructions
Gleb Natapov
1
-1
/
+2
2009-06-10
KVM: x86 emulator: Completely decode in/out at decoding stage
Gleb Natapov
1
-4
/
+4
2009-06-10
KVM: x86 emulator: Add unsigned byte immediate decode
Gleb Natapov
1
-6
/
+11
2009-06-10
KVM: x86 emulator: Complete decoding of call near in decode stage
Gleb Natapov
1
-13
/
+2
2009-06-10
KVM: x86 emulator: Complete short/near jcc decoding in decode stage
Gleb Natapov
1
-32
/
+10
2009-06-10
KVM: x86 emulator: Complete ljmp decoding at decode stage
Gleb Natapov
1
-20
/
+5
2009-06-10
KVM: x86 emulator: Add lcall decoding
Gleb Natapov
1
-1
/
+2
2009-06-10
KVM: x86 emulator: Add decoding of 16bit second immediate argument
Gleb Natapov
1
-0
/
+7
2009-06-10
KVM: x86 emulator: fix call near emulation
Gleb Natapov
1
-1
/
+0
2009-03-24
KVM: x86 emulator: implement 'ret far' instruction (opcode 0xcb)
Avi Kivity
1
-1
/
+25
2009-03-24
KVM: x86 emulator: Make emulate_pop() a little more generic
Avi Kivity
1
-9
/
+6
2009-03-24
KVM: Fix vmload and friends misinterpreted as lidt
Avi Kivity
1
-5
/
+10
2008-12-31
KVM: x86 emulator: Fix handling of VMMCALL instruction
Amit Shah
1
-1
/
+1
2008-12-31
KVM: x86 emulator: add the emulation of shld and shrd instructions
Guillaume Thouvenin
1
-2
/
+15
2008-12-31
KVM: x86 emulator: add the assembler code for three operands
Guillaume Thouvenin
1
-0
/
+39
2008-12-31
KVM: x86 emulator: add a new "implied 1" Src decode type
Guillaume Thouvenin
1
-0
/
+5
2008-12-31
KVM: x86 emulator: add Src2 decode set
Guillaume Thouvenin
1
-0
/
+29
2008-12-31
KVM: x86 emulator: Extend the opcode descriptor
Guillaume Thouvenin
1
-4
/
+4
2008-12-31
KVM: Remove extraneous semicolon after do/while
Avi Kivity
1
-1
/
+1
2008-12-31
KVM: x86 emulator: fix popf emulation
Avi Kivity
1
-0
/
+2
2008-12-31
KVM: x86 emulator: fix ret emulation
Avi Kivity
1
-0
/
+2
2008-12-31
KVM: x86 emulator: switch 'pop reg' instruction to emulate_pop()
Avi Kivity
1
-7
/
+4
2008-12-31
KVM: x86 emulator: allow pop from mmio
Avi Kivity
1
-3
/
+3
2008-12-31
KVM: x86 emulator: Extract 'pop' sequence into a function
Avi Kivity
1
-4
/
+17
2008-12-31
KVM: x86 emulator: consolidate emulation of two operand instructions
Avi Kivity
1
-51
/
+28
2008-12-31
KVM: x86 emulator: reduce duplication in one operand emulation thunks
Avi Kivity
1
-43
/
+23
2008-12-31
KVM: allow emulator to adjust rip for emulated pio instructions
Guillaume Thouvenin
1
-1
/
+1
2008-12-31
KVM: x86 emulator: Add decode entries for 0x04 and 0x05 opcodes (add acc, imm)
Guillaume Thouvenin
1
-1
/
+1
2008-12-31
KVM: x86 emulator: consolidate push reg
Guillaume Thouvenin
1
-7
/
+1
2008-10-15
KVM: x86 emulator: Use DstAcc for 'and'
Guillaume Thouvenin
1
-19
/
+2
2008-10-15
KVM: x86 emulator: Add cmp al, imm and cmp ax, imm instructions (ocodes 3c, 3d)
Guillaume Thouvenin
1
-1
/
+2
2008-10-15
KVM: x86 emulator: Add DstAcc operand type
Guillaume Thouvenin
1
-16
/
+34
2008-10-15
KVM: x86 emulator: fix jmp r/m64 instruction
Avi Kivity
1
-1
/
+1
2008-10-15
KVM: x86 emulator: Add call near absolute instruction (opcode 0xff/2)
Mohammed Gamal
1
-1
/
+10
2008-10-15
KVM: x86 emulator: Add in/out instructions (opcodes 0xe4-0xe7, 0xec-0xef)
Mohammed Gamal
1
-2
/
+33
2008-10-15
KVM: x86 emulator: Add std and cld instructions (opcodes 0xfc-0xfd)
Mohammed Gamal
1
-1
/
+9
2008-10-15
KVM: x86 emulator: Add mov r, imm instructions (opcodes 0xb0-0xbf)
Mohammed Gamal
1
-4
/
+11
2008-10-15
KVM: x86 emulator: remove bad ByteOp specifier from NEG descriptor
Avi Kivity
1
-1
/
+1
2008-10-15
KVM: x86 emulator: remove duplicate SrcImm
roel kluin
1
-1
/
+1
2008-10-15
KVM: x86: accessors for guest registers
Marcelo Tosatti
1
-9
/
+10
[next]