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
/
emulate.c
Age
Commit message (
Expand
)
Author
2015-02-23
KVM: emulate: fix CMPXCHG8B on 32-bit hosts
Paolo Bonzini
2015-02-13
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2015-02-09
KVM: x86: emulate: correct page fault error code for NoWrite instructions
Paolo Bonzini
2015-01-26
KVM: x86: Emulation of call may use incorrect stack size
Nadav Amit
2015-01-26
KVM: x86: 32-bit wraparound read/write not emulated correctly
Nadav Amit
2015-01-26
KVM: x86: Fix defines in emulator.c
Nadav Amit
2015-01-26
KVM: x86: ARPL emulation can cause spurious exceptions
Nadav Amit
2015-01-26
KVM: x86: IRET emulation does not clear NMI masking
Nadav Amit
2015-01-26
KVM: x86: Wrong operand size for far ret
Nadav Amit
2015-01-26
KVM: x86: Dirty the dest op page on cmpxchg emulation
Nadav Amit
2015-01-23
KVM: x86: SYSENTER emulation is broken
Nadav Amit
2015-01-23
KVM: x86: Fix of previously incomplete fix for CVE-2014-8480
Nadav Amit
2015-01-09
KVM: x86: #PF error-code on R/W operations is wrong
Nadav Amit
2015-01-08
KVM: x86: Access to LDT/GDT that wraparound is incorrect
Nadav Amit
2015-01-08
KVM: x86: Do not set access bit on accessed segments
Nadav Amit
2015-01-08
KVM: x86: POP [ESP] is not emulated correctly
Nadav Amit
2015-01-08
KVM: x86: em_call_far should return failure result
Nadav Amit
2015-01-08
KVM: x86: JMP/CALL using call- or task-gate causes exception
Nadav Amit
2015-01-08
KVM: x86: fnstcw and fnstsw may cause spurious exception
Nadav Amit
2015-01-08
KVM: x86: pop sreg accesses only 2 bytes
Nadav Amit
2015-01-08
KVM: x86: Remove FIXMEs in emulate.c for the function,task_switch_32
Nicholas Krause
2014-12-18
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2014-12-11
KVM: x86: em_ret_far overrides cpl
Nadav Amit
2014-12-10
KVM: x86: Emulate should check #UD before #GP
Nadav Amit
2014-12-10
KVM: x86: Do not push eflags.vm on pushf
Nadav Amit
2014-12-10
KVM: x86: Remove prefix flag when GP macro is used
Nadav Amit
2014-12-04
KVM: x86: Generate #UD when memory operand is required
Nadav Amit
2014-11-19
KVM: x86: Remove FIXMEs in emulate.c
Nicholas Krause
2014-11-19
KVM: emulator: remove duplicated limit check
Paolo Bonzini
2014-11-19
KVM: emulator: remove code duplication in register_address{,_increment}
Paolo Bonzini
2014-11-19
KVM: x86: Move __linearize masking of la into switch
Nadav Amit
2014-11-19
KVM: x86: Non-canonical access using SS should cause #SS
Nadav Amit
2014-11-19
KVM: x86: Perform limit checks when assigning EIP
Nadav Amit
2014-11-19
KVM: x86: Emulator performs privilege checks on __linearize
Nadav Amit
2014-11-19
KVM: x86: Stack size is overridden by __linearize
Nadav Amit
2014-11-19
KVM: x86: Revert NoBigReal patch in the emulator
Nadav Amit
2014-11-08
KVM: x86: MOVNTI emulation min opsize is not respected
Nadav Amit
2014-11-08
KVM: x86: Return UNHANDLABLE on unsupported SYSENTER
Nadav Amit
2014-11-08
KVM: x86: Emulator mis-decodes VEX instructions on real-mode
Nadav Amit
2014-11-07
KVM: x86: Remove redundant and incorrect cpl check on task-switch
Nadav Amit
2014-11-07
KVM: x86: Inject #GP when loading system segments with non-canonical base
Nadav Amit
2014-11-07
KVM: x86: Combine the lgdt and lidt emulation logic
Nadav Amit
2014-11-07
KVM: x86: MOV to CR3 can set bit 63
Nadav Amit
2014-11-07
KVM: x86: Emulate push sreg as done in Core
Nadav Amit
2014-11-07
KVM: x86: Wrong flags on CMPS and SCAS emulation
Nadav Amit
2014-11-07
KVM: x86: SYSCALL cannot clear eflags[1]
Nadav Amit
2014-11-07
KVM: x86: Emulation of MOV-sreg to memory uses incorrect size
Nadav Amit
2014-11-07
KVM: x86: Emulator should set DR6 upon GD like real CPU
Nadav Amit
2014-11-07
KVM: x86: decode_modrm does not regard modrm correctly
Nadav Amit
2014-11-05
KVM: x86: Fix uninitialized op->type for some immediate values
Nadav Amit
[next]