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
(
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
6
-205
/
+1416
|
\
|
*
KVM: SVM: fix 32-bit compilation
Paolo Bonzini
2020-12-16
1
-0
/
+2
|
*
KVM: SVM: Add AP_JUMP_TABLE support in prep for AP booting
Tom Lendacky
2020-12-15
2
-0
/
+29
|
*
KVM: SVM: Provide support to launch and run an SEV-ES guest
Tom Lendacky
2020-12-15
1
-0
/
+104
|
*
KVM: SVM: Provide an updated VMRUN invocation for SEV-ES guests
Tom Lendacky
2020-12-15
3
-9
/
+71
|
*
KVM: SVM: Provide support for SEV-ES vCPU loading
Tom Lendacky
2020-12-15
3
-19
/
+93
|
*
KVM: SVM: Provide support for SEV-ES vCPU creation/loading
Tom Lendacky
2020-12-15
3
-4
/
+78
|
*
KVM: SVM: Update ASID allocation to support SEV-ES guests
Tom Lendacky
2020-12-15
1
-11
/
+14
|
*
KVM: SVM: Set the encryption mask for the SVM host save area
Tom Lendacky
2020-12-15
3
-2
/
+4
|
*
KVM: SVM: Add NMI support for an SEV-ES guest
Tom Lendacky
2020-12-15
2
-7
/
+17
|
*
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
3
-5
/
+25
|
*
KVM: SVM: Support MMIO for an SEV-ES guest
Tom Lendacky
2020-12-15
2
-0
/
+130
|
*
KVM: SVM: Create trace events for VMGEXIT MSR protocol processing
Tom Lendacky
2020-12-15
1
-0
/
+6
|
*
KVM: SVM: Create trace events for VMGEXIT processing
Tom Lendacky
2020-12-15
1
-0
/
+6
|
*
KVM: SVM: Add support for SEV-ES GHCB MSR protocol function 0x100
Tom Lendacky
2020-12-15
2
-0
/
+19
|
*
KVM: SVM: Add support for SEV-ES GHCB MSR protocol function 0x004
Tom Lendacky
2020-12-15
2
-2
/
+63
|
*
KVM: SVM: Add support for SEV-ES GHCB MSR protocol function 0x002
Tom Lendacky
2020-12-15
2
-1
/
+42
|
*
KVM: SVM: Add initial support for a VMGEXIT VMEXIT
Tom Lendacky
2020-12-15
3
-2
/
+284
|
*
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
2
-14
/
+32
|
*
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
3
-2
/
+94
|
*
KVM: SVM: Add support for SEV-ES capability in KVM
Tom Lendacky
2020-12-14
3
-31
/
+75
|
*
KVM: SVM: Remove the call to sev_platform_status() during setup
Tom Lendacky
2020-12-14
1
-21
/
+1
|
*
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: x86: adjust SEV for commit 7e8e6eed75e
Paolo Bonzini
2020-12-03
1
-1
/
+1
|
*
KVM: nSVM: set fixed bits by hand
Paolo Bonzini
2020-11-27
1
-4
/
+5
|
*
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
2
-3
/
+8
|
*
kvm: x86: Sink cpuid update into vendor-specific set_cr4 functions
Jim Mattson
2020-11-15
1
-0
/
+3
|
*
KVM: X86: Don't track dirty for KVM_SET_[TSS_ADDR|IDENTITY_MAP_ADDR]
Peter Xu
2020-11-15
1
-3
/
+6
|
*
KVM: x86: Return bool instead of int for CR4 and SREGS validity checks
Sean Christopherson
2020-11-15
1
-1
/
+1
|
*
KVM: x86: Move vendor CR4 validity check to dedicated kvm_x86_ops hook
Sean Christopherson
2020-11-15
2
-3
/
+8
|
*
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: Fix offset computation bug in __sev_dbg_decrypt().
Ashish Kalra
2020-11-16
1
-1
/
+1
|
/
*
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
5
-347
/
+544
|
\
|
*
Merge branch 'kvm-fixes' into 'next'
Paolo Bonzini
2020-10-22
1
-1
/
+7
|
|
\
[next]