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
*
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: SVM: Move AVIC vCPU kicking snippet to helper function
Sean Christopherson
2021-02-09
1
-16
/
+19
*
KVM: x86: SEV: Treat C-bit as legal GPA bit regardless of vCPU mode
Sean Christopherson
2021-02-04
2
-2
/
+2
*
KVM: nSVM: Use common GPA helper to check for illegal CR3
Sean Christopherson
2021-02-04
1
-1
/
+1
*
KVM: nSVM: Don't strip host's C-bit from guest's CR3 when reading PDPTRs
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
3
-47
/
+56
*
KVM: SVM: remove uneeded fields from host_save_users_msrs
Michael Roth
2021-02-04
3
-21
/
+8
*
KVM: SVM: use vmsave/vmload for saving/restoring additional host state
Michael Roth
2021-02-04
3
-43
/
+10
*
KVM: SVM: Use asm goto to handle unexpected #UD on SVM instructions
Sean Christopherson
2021-02-04
3
-16
/
+67
*
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
2
-4
/
+4
*
KVM/SVM: add support for SEV attestation command
Brijesh Singh
2021-02-04
1
-0
/
+71
*
KVM: x86: cleanup CR3 reserved bits checks
Paolo Bonzini
2021-02-03
2
-13
/
+3
*
KVM: SVM: Treat SVM as unsupported when running as an SEV guest
Sean Christopherson
2021-02-03
1
-0
/
+5
*
Fix unsynchronized access to sev members through svm_register_enc_region
Peter Gonda
2021-01-28
1
-7
/
+10
*
KVM: x86: allow KVM_REQ_GET_NESTED_STATE_PAGES outside guest mode for VMX
Paolo Bonzini
2021-01-26
1
-0
/
+3
*
KVM: SVM: Unconditionally sync GPRs to GHCB on VMRUN of SEV-ES guest
Sean Christopherson
2021-01-26
1
-9
/
+6
*
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
3
-0
/
+34
*
KVM: nSVM: cancel KVM_REQ_GET_NESTED_STATE_PAGES on nested vmexit
Maxim Levitsky
2021-01-08
1
-0
/
+3
*
KVM: nSVM: mark vmcb as dirty when forcingly leaving the guest mode
Maxim Levitsky
2021-01-08
1
-0
/
+1
*
KVM: nSVM: correctly restore nested_run_pending on migration
Maxim Levitsky
2021-01-08
1
-0
/
+4
*
KVM/SVM: Remove leftover __svm_vcpu_run prototype from svm.c
Uros Bizjak
2021-01-08
1
-2
/
+0
*
KVM: SVM: Add register operand to vmsave call in sev_es_vcpu_load
Nathan Chancellor
2021-01-08
1
-1
/
+1
*
Merge branch 'kvm-master' into kvm-next
Paolo Bonzini
2021-01-08
2
-4
/
+6
|
\
|
*
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: 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
[next]