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
*
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2020-12-20
1
-124
/
+345
|
\
|
*
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
|
*
KVM: x86: reinstate vendor-agnostic check on SPEC_CTRL cpuid bits
Paolo Bonzini
2020-12-12
1
-10
/
+4
|
*
KVM: SVM: check CR4 changes against vcpu->arch
Paolo Bonzini
2020-11-16
1
-1
/
+1
|
*
KVM: SVM: Move asid to vcpu_svm
Cathy Avery
2020-11-16
1
-3
/
+7
|
*
kvm: x86: Sink cpuid update into vendor-specific set_cr4 functions
Jim Mattson
2020-11-15
1
-0
/
+3
|
*
KVM: x86: Move vendor CR4 validity check to dedicated kvm_x86_ops hook
Sean Christopherson
2020-11-15
1
-2
/
+7
|
*
KVM: SVM: Drop VMXE check from svm_set_cr4()
Sean Christopherson
2020-11-15
1
-3
/
+0
*
|
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: Update cr3_lm_rsvd_bits for AMD SEV guests
Babu Moger
2020-11-13
1
-0
/
+8
*
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2020-10-23
1
-136
/
+268
|
\
|
*
Merge branch 'kvm-fixes' into 'next'
Paolo Bonzini
2020-10-22
1
-1
/
+7
|
|
\
|
*
|
KVM: nSVM: implement on demand allocation of the nested state
Maxim Levitsky
2020-10-21
1
-28
/
+33
|
*
|
KVM: x86: allow kvm_x86_ops.set_efer to return an error value
Maxim Levitsky
2020-10-21
1
-1
/
+2
|
*
|
KVM: x86: SVM: Prevent MSR passthrough when MSR access is denied
Alexander Graf
2020-09-28
1
-8
/
+69
|
*
|
KVM: x86: Prepare MSR bitmaps for userspace tracked MSRs
Aaron Lewis
2020-09-28
1
-25
/
+35
|
*
|
KVM: x86: Use common definition for kvm_nested_vmexit tracepoint
Sean Christopherson
2020-09-28
1
-6
/
+1
|
*
|
KVM: x86: Add intr/vectoring info and error code to kvm_exit tracepoint
Sean Christopherson
2020-09-28
1
-1
/
+8
|
*
|
KVM: x86: Read guest RIP from within the kvm_nested_vmexit tracepoint
Sean Christopherson
2020-09-28
1
-1
/
+1
|
*
|
KVM: SVM: Add tracepoint for cr_interception
Haiwei Li
2020-09-28
1
-0
/
+2
|
*
|
KVM: SVM: Analyze is_guest_mode() in svm_vcpu_run()
Wanpeng Li
2020-09-28
1
-5
/
+6
|
*
|
KVM: x86: Add kvm_x86_ops hook to short circuit emulation
Sean Christopherson
2020-09-28
1
-13
/
+18
|
*
|
KVM: SVM: Enable INVPCID feature on AMD
Babu Moger
2020-09-28
1
-0
/
+51
|
*
|
KVM: SVM: Remove set_cr_intercept, clr_cr_intercept and is_cr_intercept
Babu Moger
2020-09-28
1
-17
/
+17
|
*
|
KVM: SVM: Modify 64 bit intercept field to two 32 bit vectors
Babu Moger
2020-09-28
1
-10
/
+7
|
*
|
KVM: SVM: Modify intercept_exceptions to generic intercepts
Babu Moger
2020-09-28
1
-1
/
+1
|
*
|
KVM: SVM: Change intercept_dr to generic intercepts
Babu Moger
2020-09-28
1
-2
/
+2
|
*
|
KVM: SVM: Change intercept_cr to generic intercepts
Babu Moger
2020-09-28
1
-2
/
+2
[next]