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
*
Merge tag 'kvm-x86-pmu-6.9' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
2024-03-11
1
-1
/
+1
|
\
|
*
KVM: x86/pmu: Prioritize VMX interception over #GP on RDPMC due to bad index
Sean Christopherson
2024-01-31
1
-1
/
+1
*
|
KVM: x86: Make kvm_get_dr() return a value, not use an out parameter
Sean Christopherson
2024-02-23
1
-13
/
+4
*
|
KVM: x86: rename push to emulate_push for consistency
Julian Stecklina
2024-02-08
1
-5
/
+5
*
|
KVM: x86: Clean up partially uninitialized integer in emulate_pop()
Julian Stecklina
2024-02-08
1
-6
/
+8
*
|
KVM: x86/emulator: emulate movbe with operand-size prefix
Thomas Prescher
2024-02-07
1
-2
/
+2
|
/
*
KVM: x86: Introduce get_untagged_addr() in kvm_x86_ops and call it in emulator
Binbin Wu
2023-11-29
1
-1
/
+1
*
KVM: x86: Add X86EMUL_F_INVLPG and pass it in em_invlpg()
Binbin Wu
2023-11-29
1
-1
/
+3
*
KVM: x86: Consolidate flags for __linearize()
Binbin Wu
2023-11-29
1
-10
/
+11
*
KVM: x86: Remove break statements that will never be executed
Like Xu
2023-08-17
1
-2
/
+0
*
KVM: x86: Assert that the emulator doesn't load CS with garbage in !RM
Sean Christopherson
2023-03-24
1
-0
/
+8
*
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2023-02-25
1
-9
/
+9
|
\
|
*
Merge tag 'kvm-x86-svm-6.3' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
2023-02-15
1
-6
/
+5
|
|
\
|
|
*
KVM: x86: Use emulator callbacks instead of duplicating "host flags"
Maxim Levitsky
2023-02-01
1
-6
/
+5
|
*
|
KVM: x86/emulator: Fix comment in __load_segment_descriptor()
Michal Luczaj
2023-02-03
1
-1
/
+1
|
*
|
KVM: x86/emulator: Fix segment load privilege level validation
Michal Luczaj
2023-02-03
1
-2
/
+2
|
|
/
|
*
KVM: x86: Unify pr_fmt to use module name for all KVM modules
Sean Christopherson
2022-12-29
1
-0
/
+1
*
|
scripts/spelling.txt: add `permitted'
Ricardo Ribalda
2023-02-03
1
-4
/
+4
|
/
*
KVM: x86: move SMM exit to a new file
Paolo Bonzini
2022-11-09
1
-354
/
+2
*
KVM: x86: start moving SMM-related functions to new files
Paolo Bonzini
2022-11-09
1
-0
/
+1
*
KVM: x86: smm: number of GPRs in the SMRAM image depends on the image format
Maxim Levitsky
2022-10-28
1
-2
/
+2
*
KVM: x86: emulator: update the emulation mode after CR0 write
Maxim Levitsky
2022-10-28
1
-1
/
+15
*
KVM: x86: emulator: update the emulation mode after rsm
Maxim Levitsky
2022-10-28
1
-1
/
+1
*
KVM: x86: emulator: introduce emulator_recalc_and_set_mode
Maxim Levitsky
2022-10-28
1
-28
/
+57
*
KVM: x86: emulator: em_sysexit should update ctxt->mode
Maxim Levitsky
2022-10-28
1
-0
/
+1
*
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2022-10-09
1
-17
/
+14
|
\
|
*
KVM: x86: Use DR7_GD macro instead of open coding check in emulator
Sean Christopherson
2022-09-26
1
-2
/
+1
|
*
KVM: x86: Return emulator error if RDMSR/WRMSR emulation failed
Hou Wenlong
2022-09-26
1
-12
/
+8
|
*
KVM:x86: Clean up ModR/M "reg" initialization in reg op decoding
Liam Ni
2022-09-26
1
-2
/
+4
|
*
KVM: x86/emulator: Fix handing of POP SS to correctly set interruptibility
Michal Luczaj
2022-08-24
1
-1
/
+1
*
|
KVM: x86: Inject #UD on emulated XSETBV if XSAVES isn't enabled
Sean Christopherson
2022-09-22
1
-0
/
+3
*
|
asm goto: eradicate CC_HAS_ASM_GOTO
Nick Desaulniers
2022-08-21
1
-1
/
+1
|
/
*
x86/kvm: Fix "missing ENDBR" BUG for fastop functions
Josh Poimboeuf
2022-08-19
1
-1
/
+2
*
x86/kvm: Simplify FOP_SETCC()
Josh Poimboeuf
2022-08-19
1
-19
/
+4
*
KVM: x86: emulator: Fix illegal LEA handling
Michal Luczaj
2022-08-10
1
-1
/
+5
*
Merge remote-tracking branch 'kvm/next' into kvm-next-5.20
Paolo Bonzini
2022-08-01
1
-18
/
+31
|
\
|
*
KVM: x86: Set error code to segment selector on LLDT/LTR non-canonical #GP
Sean Christopherson
2022-07-14
1
-2
/
+2
|
*
KVM: x86: Mark TSS busy during LTR emulation _after_ all fault checks
Sean Christopherson
2022-07-14
1
-10
/
+9
|
*
KVM: x86: Bug the VM on an out-of-bounds data read
Sean Christopherson
2022-06-10
1
-1
/
+2
|
*
KVM: x86: Bug the VM if the emulator generates a bogus exception vector
Sean Christopherson
2022-06-10
1
-2
/
+5
|
*
KVM: x86: Bug the VM if the emulator accesses a non-existent GPR
Sean Christopherson
2022-06-10
1
-2
/
+2
|
*
KVM: x86: Reduce the number of emulator GPRs to '8' for 32-bit KVM
Sean Christopherson
2022-06-10
1
-2
/
+2
|
*
KVM: x86: Use 16-bit fields to track dirty/valid emulator GPRs
Sean Christopherson
2022-06-10
1
-0
/
+3
|
*
KVM: x86: Omit VCPU_REGS_RIP from emulator's _regs array
Sean Christopherson
2022-06-10
1
-5
/
+5
|
*
KVM: x86: Harden _regs accesses to guard against buggy input
Sean Christopherson
2022-06-10
1
-0
/
+6
|
*
KVM: x86: Grab regs_dirty in local 'unsigned long'
Sean Christopherson
2022-06-10
1
-1
/
+2
*
|
KVM: emulate: do not adjust size of fastop and setcc subroutines
Paolo Bonzini
2022-07-15
1
-10
/
+7
*
|
x86/kvm: fix FASTOP_SIZE when return thunks are enabled
Thadeu Lima de Souza Cascardo
2022-07-14
1
-4
/
+6
*
|
x86/retbleed: Add fine grained Kconfig knobs
Peter Zijlstra
2022-06-29
1
-2
/
+2
*
|
x86/kvm: Fix SETcc emulation for return thunks
Peter Zijlstra
2022-06-27
1
-13
/
+15
|
/
[next]