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: Move RDPID emulation intercept to its own enum
Sean Christopherson
2021-05-07
1
-1
/
+1
*
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2021-05-01
1
-77
/
+3
|
\
|
*
KVM: x86: Remove emulator's broken checks on CR0/CR3/CR4 loads
Sean Christopherson
2021-04-26
1
-77
/
+3
*
|
x86: Fix various typos in comments
Ingo Molnar
2021-03-18
1
-1
/
+1
|
/
*
KVM: x86: Restore all 64 bits of DR6 and DR7 during RSM on x86-64
Sean Christopherson
2021-02-09
1
-2
/
+2
*
KVM: x86: Remove misleading DR6/DR7 adjustments from RSM emulation
Sean Christopherson
2021-02-09
1
-4
/
+4
*
KVM: X86: Rename DR6_INIT to DR6_ACTIVE_LOW
Chenyi Qiang
2021-02-04
1
-1
/
+1
*
KVM: x86: Update emulator context mode if SYSENTER xfers to 64-bit mode
Sean Christopherson
2021-02-02
1
-0
/
+2
*
KVM: x86: clflushopt should be treated as a no-op by emulation
David Edmondson
2020-11-13
1
-1
/
+7
*
KVM: x86: report negative values from wrmsr emulation to userspace
Maxim Levitsky
2020-10-21
1
-2
/
+2
*
KVM: x86: Allow deflecting unknown MSR accesses to user space
Alexander Graf
2020-09-28
1
-2
/
+16
*
KVM: x86: emulating RDPID failure shall return #UD rather than #GP
Robert Hoo
2020-09-28
1
-1
/
+1
*
Merge branch 'x86-seves-for-paolo' of https://git.kernel.org/pub/scm/linux/ke...
Paolo Bonzini
2020-09-22
1
-1
/
+1
|
\
|
*
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
2020-08-24
1
-1
/
+1
*
|
KVM: emulator: more strict rsm checks.
Maxim Levitsky
2020-09-12
1
-5
/
+17
|
/
*
KVM: x86: emulate reserved nops from 0f/18 to 0f/1f
Paolo Bonzini
2020-06-05
1
-2
/
+6
*
KVM: x86: handle wrap around 32-bit address space
Paolo Bonzini
2020-05-13
1
-0
/
+2
*
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2020-04-03
1
-33
/
+24
|
\
|
*
KVM: x86: Refactor kvm_cpuid() param that controls out-of-range logic
Sean Christopherson
2020-03-16
1
-4
/
+4
|
*
KVM: x86: Add helpers to perform CPUID-based guest vendor check
Sean Christopherson
2020-03-16
1
-28
/
+8
|
*
KVM: x86: Move kvm_emulate.h into KVM's private directory
Sean Christopherson
2020-03-16
1
-1
/
+1
|
*
KVM: x86: Move emulation-only helpers to emulate.c
Sean Christopherson
2020-03-16
1
-0
/
+11
*
|
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
[next]