index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kvm
/
emulate.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
KVM: x86: clear stale x86_emulate_ctxt->intercept value
Vitaly Kuznetsov
2020-03-03
1
-0
/
+1
*
kvm/emulate: fix a -Werror=cast-function-type
Qian Cai
2020-02-20
1
-22
/
+14
*
KVM: x86: Use a typedef for fastop functions
Sean Christopherson
2020-01-27
1
-7
/
+7
*
KVM: X86: Add 'else' to unify fastop and execute call path
Miaohe Lin
2020-01-27
1
-4
/
+2
*
KVM: x86: Remove unused ctxt param from emulator's FPU accessors
Sean Christopherson
2020-01-27
1
-15
/
+13
*
KVM: x86: Ensure guest's FPU state is loaded when accessing for emulation
Sean Christopherson
2020-01-27
1
-0
/
+39
*
KVM: x86: Refactor prefix decoding to prevent Spectre-v1/L1TF attacks
Marios Pomonis
2020-01-27
1
-2
/
+14
*
KVM: x86: Protect x86_decode_insn from Spectre-v1/L1TF attacks
Marios Pomonis
2020-01-27
1
-3
/
+8
*
KVM: x86: Add dedicated emulator helpers for querying CPUID features
Sean Christopherson
2020-01-21
1
-18
/
+3
*
KVM: X86: avoid unused setup_syscalls_segments call when SYSCALL check failed
Miaohe Lin
2019-11-15
1
-4
/
+2
*
KVM: x86: set ctxt->have_exception in x86_decode_insn()
Jan Dakinevich
2019-09-11
1
-0
/
+2
*
x86: KVM: add xsetbv to the emulator
Vitaly Kuznetsov
2019-08-22
1
-1
/
+22
*
KVM: x86: Fix x86_decode_insn() return when fetching insn bytes fails
Sean Christopherson
2019-08-22
1
-1
/
+1
*
x86/kvm: Fix fastop function ELF metadata
Josh Poimboeuf
2019-07-18
1
-13
/
+31
*
Merge tag 'kvm-arm-for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Paolo Bonzini
2019-07-11
1
-3
/
+1
|
\
|
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 499
Thomas Gleixner
2019-06-19
1
-3
/
+1
*
|
KVM: x86: Use DR_TRAP_BITS instead of hard-coded 15
Liran Alon
2019-06-18
1
-1
/
+1
|
/
*
KVM: x86: Always use 32-bit SMRAM save state for 32-bit kernels
Sean Christopherson
2019-04-16
1
-0
/
+10
*
KVM: x86: Don't clear EFER during SMM transitions for 32-bit vCPU
Sean Christopherson
2019-04-16
1
-10
/
+11
*
KVM: x86: clear SMM flags before loading state while leaving SMM
Sean Christopherson
2019-04-16
1
-6
/
+6
*
KVM: x86: Open code kvm_set_hflags
Sean Christopherson
2019-04-16
1
-0
/
+3
*
KVM: x86: Load SMRAM in a single shot when leaving SMM
Sean Christopherson
2019-04-16
1
-75
/
+74
*
jump_label: move 'asm goto' support test to Kconfig
Masahiro Yamada
2019-01-06
1
-1
/
+1
*
x86: Clean up 'sizeof x' => 'sizeof(x)'
Jordan Borgner
2018-10-29
1
-11
/
+11
*
x86/kvm: Add Hygon Dhyana support to KVM
Pu Wen
2018-09-27
1
-1
/
+10
*
kvm: x86: Remove CR3_PCID_INVD flag
Junaid Shahid
2018-08-06
1
-1
/
+1
*
kvm: x86: use correct privilege level for sgdt/sidt/fxsave/fxrstor access
Paolo Bonzini
2018-06-12
1
-6
/
+6
*
KVM: x86: introduce linear_{read,write}_system
Paolo Bonzini
2018-06-12
1
-32
/
+32
*
KVM: X86: Fix reserved bits check for MOV to CR3
Wanpeng Li
2018-05-14
1
-1
/
+3
*
kvm: Add emulation for movups/movupd
Stefan Fritsch
2018-04-04
1
-1
/
+7
*
KVM: x86: Add support for VMware backdoor Pseudo-PMCs
Arbel Moshe
2018-03-16
1
-0
/
+8
*
KVM: x86: Always allow access to VMware backdoor I/O ports
Liran Alon
2018-03-16
1
-0
/
+11
*
Merge branch 'x86/hyperv' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...
Radim Krčmář
2018-02-01
1
-11
/
+30
|
\
|
*
Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2018-01-30
1
-4
/
+5
|
|
\
|
|
*
KVM: x86: Make indirect calls in emulator speculation safe
Peter Zijlstra
2018-01-25
1
-4
/
+5
|
*
|
kvm: x86: fix RSM when PCID is non-zero
Paolo Bonzini
2017-12-21
1
-7
/
+25
*
|
|
KVM: x86: emulate RDPID
Paolo Bonzini
2017-12-14
1
-1
/
+21
*
|
|
KVM: x86: emulate sldt and str
Paolo Bonzini
2017-12-14
1
-6
/
+26
*
|
|
KVM: x86: add support for UMIP
Paolo Bonzini
2017-12-14
1
-0
/
+8
|
/
/
*
|
x86,kvm: remove KVM emulator get_fpu / put_fpu
Rik van Riel
2017-12-05
1
-24
/
+0
*
|
KVM: x86: fix em_fxstor() sleeping while in atomic
David Hildenbrand
2017-11-17
1
-6
/
+26
*
|
KVM: X86: Fix operand/address-size during instruction decoding
Wanpeng Li
2017-11-17
1
-0
/
+7
*
|
KVM: x86: introduce ISA specific SMM entry/exit callbacks
Ladi Prosek
2017-10-12
1
-0
/
+9
|
/
*
x86/kvm: Move kvm_fastop_exception to .fixup section
Josh Poimboeuf
2017-10-05
1
-2
/
+4
*
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2017-09-24
1
-2
/
+1
|
\
|
*
x86/asm: Fix inline asm call constraints for Clang
Josh Poimboeuf
2017-09-23
1
-2
/
+1
*
|
KVM: x86: Fix the NULL pointer parameter in check_cr_write()
Yu Zhang
2017-09-19
1
-3
/
+5
|
/
*
KVM: MMU: Expose the LA57 feature to VM.
Yu Zhang
2017-08-24
1
-7
/
+9
*
KVM: MMU: check guest CR3 reserved bits based on its physical address width.
Yu Zhang
2017-08-24
1
-2
/
+12
*
KVM: x86: Add return value to kvm_cpuid().
Yu Zhang
2017-08-24
1
-6
/
+6
[next]