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.13.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
/
emulate.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-11-10
KVM: x86: emulator: update the emulation mode after CR0 write
Maxim Levitsky
1
-1
/
+15
2022-11-10
KVM: x86: emulator: introduce emulator_recalc_and_set_mode
Maxim Levitsky
1
-28
/
+57
2022-11-10
KVM: x86: emulator: em_sysexit should update ctxt->mode
Maxim Levitsky
1
-0
/
+1
2022-10-26
KVM: x86/emulator: Fix handing of POP SS to correctly set interruptibility
Michal Luczaj
1
-1
/
+1
2022-08-25
KVM: x86: Set error code to segment selector on LLDT/LTR non-canonical #GP
Sean Christopherson
1
-2
/
+2
2022-08-25
KVM: x86: Mark TSS busy during LTR emulation _after_ all fault checks
Sean Christopherson
1
-10
/
+9
2022-04-20
KVM: x86/emulator: Defer not-present segment check in __load_segment_descript...
Hou Wenlong
1
-5
/
+9
2020-11-22
KVM: x86: clflushopt should be treated as a no-op by emulation
David Edmondson
1
-1
/
+7
2020-10-29
KVM: x86: emulating RDPID failure shall return #UD rather than #GP
Robert Hoo
1
-1
/
+1
2020-03-20
KVM: x86: clear stale x86_emulate_ctxt->intercept value
Vitaly Kuznetsov
1
-0
/
+1
2020-02-28
KVM: x86: emulate RDPID
Paolo Bonzini
1
-1
/
+21
2020-02-15
KVM: x86: Protect x86_decode_insn from Spectre-v1/L1TF attacks
Marios Pomonis
1
-3
/
+8
2020-02-15
KVM: x86: Refactor prefix decoding to prevent Spectre-v1/L1TF attacks
Marios Pomonis
1
-2
/
+14
2019-10-05
KVM: x86: set ctxt->have_exception in x86_decode_insn()
Jan Dakinevich
1
-0
/
+2
2019-04-27
KVM: x86: Don't clear EFER during SMM transitions for 32-bit vCPU
Sean Christopherson
1
-10
/
+11
2018-06-16
kvm: x86: use correct privilege level for sgdt/sidt/fxsave/fxrstor access
Paolo Bonzini
1
-6
/
+6
2018-06-16
KVM: x86: introduce linear_{read,write}_system
Paolo Bonzini
1
-32
/
+32
2018-06-16
KVM: X86: Fix reserved bits check for MOV to CR3
Wanpeng Li
1
-1
/
+3
2018-02-07
KVM: x86: Make indirect calls in emulator speculation safe
Peter Zijlstra
1
-4
/
+5
2018-02-03
KVM: x86: fix em_fxstor() sleeping while in atomic
David Hildenbrand
1
-6
/
+26
2018-02-03
KVM: X86: Fix operand/address-size during instruction decoding
Wanpeng Li
1
-0
/
+7
2017-12-29
kvm: x86: fix RSM when PCID is non-zero
Paolo Bonzini
1
-7
/
+25
2017-10-05
x86/kvm: Move kvm_fastop_exception to .fixup section
Josh Poimboeuf
1
-2
/
+4
2017-09-24
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-2
/
+1
2017-09-23
x86/asm: Fix inline asm call constraints for Clang
Josh Poimboeuf
1
-2
/
+1
2017-09-19
KVM: x86: Fix the NULL pointer parameter in check_cr_write()
Yu Zhang
1
-3
/
+5
2017-08-24
KVM: MMU: Expose the LA57 feature to VM.
Yu Zhang
1
-7
/
+9
2017-08-24
KVM: MMU: check guest CR3 reserved bits based on its physical address width.
Yu Zhang
1
-2
/
+12
2017-08-24
KVM: x86: Add return value to kvm_cpuid().
Yu Zhang
1
-6
/
+6
2017-07-07
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-46
/
+38
2017-06-30
KVM: x86: remove ignored type attribute
Nick Desaulniers
1
-1
/
+1
2017-06-22
KVM: x86: fix singlestepping over syscall
Paolo Bonzini
1
-0
/
+1
2017-06-01
KVM: x86: avoid large stack allocations in em_fxrstor
Nick Desaulniers
1
-45
/
+37
2017-05-19
KVM: x86: prevent uninitialized variable warning in check_svme()
Radim Krčmář
1
-1
/
+1
2017-04-27
KVM: x86: fix emulation of RSM and IRET instructions
Ladi Prosek
1
-7
/
+9
2017-04-21
KVM: x86: virtualize cpuid faulting
Kyle Huey
1
-0
/
+7
2017-01-17
Merge branch 'x86/cpufeature' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Radim Krčmář
1
-14
/
+56
2017-01-12
KVM: x86: fix emulation of "MOV SS, null selector"
Paolo Bonzini
1
-10
/
+38
2017-01-12
KVM: x86: Introduce segmented_write_std
Steve Rutherford
1
-4
/
+18
2017-01-09
kvm: svm: Use the hardware provided GPA instead of page walk
Tom Lendacky
1
-4
/
+16
2016-12-14
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-27
/
+173
2016-11-24
KVM: x86: drop error recovery in em_jmp_far and em_ret_far
Radim Krčmář
1
-25
/
+11
2016-11-17
KVM: x86: emulate FXSAVE and FXRSTOR
Radim Krčmář
1
-1
/
+128
2016-11-17
KVM: x86: add asm_safe wrapper
Radim Krčmář
1
-11
/
+23
2016-11-17
KVM: x86: save one bit in ctxt->d
Radim Krčmář
1
-10
/
+13
2016-11-17
KVM: x86: add Align16 instruction flag
Radim Krčmář
1
-8
/
+12
2016-11-02
kvm: x86: Check memopp before dereference (CVE-2016-8630)
Owen Hofmann
1
-1
/
+1
2016-07-14
x86/kvm: Audit and remove any unnecessary uses of module.h
Paul Gortmaker
1
-1
/
+0
2016-05-10
x86/kvm: Add stack frame dependency to fastop() inline asm
Josh Poimboeuf
1
-1
/
+5
2016-03-21
Merge branch 'core-objtool-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-9
/
+22
[next]