index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kvm
/
svm
/
svm.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
x86: Fix various typos in comments
Ingo Molnar
2021-03-18
1
-1
/
+1
*
KVM: SVM: Connect 'npt' module param to KVM's internal 'npt_enabled'
Sean Christopherson
2021-03-05
1
-12
/
+13
*
KVM: SVM: Clear the CR4 register on reset
Babu Moger
2021-03-02
1
-0
/
+1
*
KVM: SVM: Fix nested VM-Exit on #GP interception handling
Sean Christopherson
2021-02-25
1
-3
/
+8
*
KVM: x86: Advertise INVPCID by default
Sean Christopherson
2021-02-18
1
-3
/
+0
*
KVM: SVM: Intercept INVPCID when it's disabled to inject #UD
Sean Christopherson
2021-02-18
1
-4
/
+4
*
KVM: SVM: Make symbol 'svm_gp_erratum_intercept' static
Wei Yongjun
2021-02-11
1
-1
/
+1
*
KVM: x86: move kvm_inject_gp up from kvm_set_dr to callers
Paolo Bonzini
2021-02-09
1
-8
/
+5
*
KVM: SVM: Remove an unnecessary forward declaration
Sean Christopherson
2021-02-09
1
-2
/
+0
*
KVM: x86: SEV: Treat C-bit as legal GPA bit regardless of vCPU mode
Sean Christopherson
2021-02-04
1
-1
/
+1
*
KVM: x86: move kvm_inject_gp up from kvm_set_xcr to callers
Paolo Bonzini
2021-02-04
1
-5
/
+2
*
KVM: SVM: Replace hard-coded value with #define
Krish Sadhukhan
2021-02-04
1
-1
/
+1
*
KVM: SVM: use .prepare_guest_switch() to handle CPU register save/setup
Michael Roth
2021-02-04
1
-24
/
+52
*
KVM: SVM: remove uneeded fields from host_save_users_msrs
Michael Roth
2021-02-04
1
-4
/
+2
*
KVM: SVM: use vmsave/vmload for saving/restoring additional host state
Michael Roth
2021-02-04
1
-26
/
+5
*
KVM: SVM: Use asm goto to handle unexpected #UD on SVM instructions
Sean Christopherson
2021-02-04
1
-15
/
+1
*
KVM: X86: prepend vmx/svm prefix to additional kvm_x86_ops functions
Jason Baron
2021-02-04
1
-10
/
+10
*
KVM: SVM: Fix #GP handling for doubly-nested virtualization
Wei Huang
2021-02-04
1
-2
/
+18
*
KVM: SVM: Add support for SVM instruction address check change
Wei Huang
2021-02-04
1
-0
/
+3
*
KVM: SVM: Add emulation support for #GP triggered by SVM instructions
Bandan Das
2021-02-04
1
-18
/
+91
*
KVM: X86: Rename DR6_INIT to DR6_ACTIVE_LOW
Chenyi Qiang
2021-02-04
1
-3
/
+3
*
KVM: SVM: Treat SVM as unsupported when running as an SEV guest
Sean Christopherson
2021-02-03
1
-0
/
+5
*
kvm: tracing: Fix unmatched kvm_entry and kvm_exit events
Lorenzo Brescia
2021-01-26
1
-0
/
+2
*
KVM: SVM: Add support for booting APs in an SEV-ES guest
Tom Lendacky
2021-01-08
1
-0
/
+10
*
KVM/SVM: Remove leftover __svm_vcpu_run prototype from svm.c
Uros Bizjak
2021-01-08
1
-2
/
+0
*
Merge branch 'kvm-master' into kvm-next
Paolo Bonzini
2021-01-08
1
-3
/
+5
|
\
|
*
kvm: svm: de-allocate svm_cpu_data for all cpus in svm_cpu_uninit()
Jacob Xu
2020-12-04
1
-2
/
+2
|
*
KVM: SVM: fix error return code in svm_create_vcpu()
Chen Zhou
2020-11-17
1
-1
/
+3
*
|
KVM: SVM: Provide an updated VMRUN invocation for SEV-ES guests
Tom Lendacky
2020-12-15
1
-9
/
+16
*
|
KVM: SVM: Provide support for SEV-ES vCPU loading
Tom Lendacky
2020-12-15
1
-13
/
+23
*
|
KVM: SVM: Provide support for SEV-ES vCPU creation/loading
Tom Lendacky
2020-12-15
1
-3
/
+17
*
|
KVM: SVM: Set the encryption mask for the SVM host save area
Tom Lendacky
2020-12-15
1
-1
/
+2
*
|
KVM: SVM: Add NMI support for an SEV-ES guest
Tom Lendacky
2020-12-15
1
-7
/
+13
*
|
KVM: SVM: Guest FPU state save/restore not needed for SEV-ES guest
Tom Lendacky
2020-12-15
1
-0
/
+8
*
|
KVM: SVM: Do not report support for SMM for an SEV-ES guest
Tom Lendacky
2020-12-15
1
-1
/
+10
*
|
KVM: SVM: Add support for CR8 write traps for an SEV-ES guest
Tom Lendacky
2020-12-15
1
-1
/
+6
*
|
KVM: SVM: Add support for CR4 write traps for an SEV-ES guest
Tom Lendacky
2020-12-15
1
-0
/
+7
*
|
KVM: SVM: Add support for CR0 write traps for an SEV-ES guest
Tom Lendacky
2020-12-15
1
-0
/
+26
*
|
KVM: SVM: Add support for EFER write traps for an SEV-ES guest
Tom Lendacky
2020-12-15
1
-0
/
+20
*
|
KVM: SVM: Support string IO operations for an SEV-ES guest
Tom Lendacky
2020-12-15
1
-3
/
+8
*
|
KVM: SVM: Add initial support for a VMGEXIT VMEXIT
Tom Lendacky
2020-12-15
1
-2
/
+4
*
|
KVM: SVM: Prepare for SEV-ES exit handling in the sev.c file
Tom Lendacky
2020-12-15
1
-26
/
+38
*
|
KVM: SVM: Cannot re-initialize the VMCB after shutdown with SEV-ES
Tom Lendacky
2020-12-15
1
-0
/
+7
*
|
KVM: SVM: Do not allow instruction emulation under SEV-ES
Tom Lendacky
2020-12-15
1
-0
/
+6
*
|
KVM: SVM: Prevent debugging under SEV-ES
Tom Lendacky
2020-12-15
1
-0
/
+9
*
|
KVM: SVM: Add required changes to support intercepts under SEV-ES
Tom Lendacky
2020-12-15
1
-10
/
+73
*
|
KVM: x86: introduce complete_emulated_msr callback
Paolo Bonzini
2020-12-15
1
-0
/
+1
*
|
KVM: SVM: Add support for the SEV-ES VMSA
Tom Lendacky
2020-12-14
1
-2
/
+22
*
|
KVM: SVM: Add support for SEV-ES capability in KVM
Tom Lendacky
2020-12-14
1
-10
/
+10
*
|
KVM/VMX/SVM: Move kvm_machine_check function to x86.h
Uros Bizjak
2020-12-14
1
-20
/
+0
[next]