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
2017-07-06
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2017-06-30
KVM: x86: remove ignored type attribute
Nick Desaulniers
2017-06-22
KVM: x86: fix singlestepping over syscall
Paolo Bonzini
2017-06-01
KVM: x86: avoid large stack allocations in em_fxrstor
Nick Desaulniers
2017-05-19
KVM: x86: prevent uninitialized variable warning in check_svme()
Radim Krčmář
2017-04-27
KVM: x86: fix emulation of RSM and IRET instructions
Ladi Prosek
2017-04-21
KVM: x86: virtualize cpuid faulting
Kyle Huey
2017-01-17
Merge branch 'x86/cpufeature' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Radim Krčmář
2017-01-12
KVM: x86: fix emulation of "MOV SS, null selector"
Paolo Bonzini
2017-01-12
KVM: x86: Introduce segmented_write_std
Steve Rutherford
2017-01-09
kvm: svm: Use the hardware provided GPA instead of page walk
Tom Lendacky
2016-12-13
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2016-11-24
KVM: x86: drop error recovery in em_jmp_far and em_ret_far
Radim Krčmář
2016-11-16
KVM: x86: emulate FXSAVE and FXRSTOR
Radim Krčmář
2016-11-16
KVM: x86: add asm_safe wrapper
Radim Krčmář
2016-11-16
KVM: x86: save one bit in ctxt->d
Radim Krčmář
2016-11-16
KVM: x86: add Align16 instruction flag
Radim Krčmář
2016-11-02
kvm: x86: Check memopp before dereference (CVE-2016-8630)
Owen Hofmann
2016-07-14
x86/kvm: Audit and remove any unnecessary uses of module.h
Paul Gortmaker
2016-05-10
x86/kvm: Add stack frame dependency to fastop() inline asm
Josh Poimboeuf
2016-03-20
Merge branch 'core-objtool-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2016-02-24
KVM: x86: fix conversion of addresses to linear in 32-bit protected mode
Paolo Bonzini
2016-02-24
x86/kvm: Make test_cc() always inline
Josh Poimboeuf
2016-02-24
x86/kvm: Set ELF function type for fastop functions
Josh Poimboeuf
2015-11-04
KVM: x86: allow RSM from 64-bit mode
Paolo Bonzini
2015-11-04
KVM: x86: handle SMBASE as physical address in RSM
Radim Krčmář
2015-10-14
KVM: x86: fix RSM into 64-bit protected mode
Paolo Bonzini
2015-09-06
Silence compiler warning in arch/x86/kvm/emulate.c
Valdis Kletnieks
2015-06-04
KVM: x86: save/load state on SMM switch
Paolo Bonzini
2015-06-04
KVM: x86: stubs for SMM support
Paolo Bonzini
2015-06-04
KVM: x86: pass the whole hflags field to emulator and back
Paolo Bonzini
2015-05-19
KVM: x86: Fix zero iterations REP-string
Nadav Amit
2015-05-19
KVM: x86: Fix update RCX/RDI/RSI on REP-string
Nadav Amit
2015-05-19
KVM: x86: Fix DR7 mask on task-switch while debugging
Nadav Amit
2015-05-08
KVM: x86: Call-far should not be emulated as stack op
Nadav Amit
2015-04-08
kvm: x86: fix x86 eflags fixed bit
Wanpeng Li
2015-03-30
KVM: remove useless check of "ret" variable prior to returning the same value
Eugene Korenevsky
2015-03-30
KVM: x86: Remove redundant definitions
Nadav Amit
2015-03-30
KVM: x86: removing redundant eflags bits definitions
Nadav Amit
2015-03-30
KVM: x86: BSF and BSR emulation change register unnecassarily
Nadav Amit
2015-03-30
KVM: x86: POPA emulation may not clear bits [63:32]
Nadav Amit
2015-03-30
KVM: x86: CMOV emulation on legacy mode is wrong
Nadav Amit
2015-03-13
KVM: x86: Fix re-execution of patched vmmcall
Jan Kiszka
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
[next]