index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kvm
/
x86_emulate.c
Age
Commit message (
Expand
)
Author
2008-07-20
KVM: x86 emulator: emulate clflush
Glauber Costa
2008-07-20
KVM: x86 emulator: Fix HLT instruction
Mohammed Gamal
2008-07-20
KVM: x86 emulator: lazily evaluate segment registers
Avi Kivity
2008-07-20
KVM: x86 emulator: avoid segment base adjust for lea
Avi Kivity
2008-07-20
KVM: x86 emulator: simplify rip relative decoding
Avi Kivity
2008-07-20
KVM: x86 emulator: simplify r/m decoding
Avi Kivity
2008-07-20
KVM: x86 emulator: simplify sib decoding
Avi Kivity
2008-07-20
KVM: x86 emulator: handle undecoded rex.b with r/m = 5 in certain cases
Avi Kivity
2008-07-20
KVM: x86 emulator: emulate nop and xchg reg, acc (opcodes 0x90 - 0x97)
Mohammed Gamal
2008-07-20
KVM: x86 emulator: implement 'push imm' (opcode 0x68)
Avi Kivity
2008-07-20
KVM: x86 emulator: simplify push imm8 emulation
Avi Kivity
2008-07-20
KVM: x86 emulator: Add support for mov r, sreg (0x8c) instruction
Guillaume Thouvenin
2008-07-20
KVM: x86 emulator: Add support for mov seg, r (0x8e) instruction
Guillaume Thouvenin
2008-07-20
KVM: x86 emulator: adds support to mov r,imm (opcode 0xb8) instruction
Guillaume Thouvenin
2008-07-20
KVM: x86 emulator: add support for jmp far 0xea
Guillaume Thouvenin
2008-07-20
KVM: x86 emulator: Update c->dst.bytes in decode instruction
Guillaume Thouvenin
2008-06-06
KVM: x86 emulator: fix hypercall return value on AMD
Avi Kivity
2008-05-18
KVM: x86 emulator: fix writes to registers with modrm encodings
Avi Kivity
2008-05-04
KVM: x86 emulator: disable writeback on lmsw
Avi Kivity
2008-04-27
KVM: x86 emulator: fix lea to really get the effective address
Avi Kivity
2008-04-27
KVM: x86 emulator: fix smsw and lmsw with a memory operand
Avi Kivity
2008-04-27
KVM: x86 emulator: initialize src.val and dst.val for register operands
Avi Kivity
2008-04-27
KVM: x86 emulator: fix sparse warnings in x86_emulate.c
Harvey Harrison
2008-04-27
KVM: x86 emulator: make register_address_increment and JMP_REL static inlines
Harvey Harrison
2008-04-27
KVM: x86 emulator: make register_address, address_mask static inlines
Harvey Harrison
2008-04-27
KVM: x86 emulator: add ad_mask static inline
Harvey Harrison
2008-04-27
KVM: x86 emulator: group decoding for group 1 instructions
Avi Kivity
2008-04-27
KVM: x86 emulator: add group 7 decoding
Avi Kivity
2008-04-27
KVM: x86 emulator: Group decoding for groups 4 and 5
Avi Kivity
2008-04-27
KVM: x86 emulator: Group decoding for group 3
Avi Kivity
2008-04-27
KVM: x86 emulator: group decoding for group 1A
Avi Kivity
2008-04-27
KVM: x86 emulator: add support for group decoding
Avi Kivity
2008-01-30
KVM: Move arch dependent files to new directory arch/x86/kvm/
Avi Kivity