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
/
sev.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
2021-07-15
1
-6
/
+8
|
\
|
*
KVM: SVM: Fix sev_pin_memory() error checks in SEV migration utilities
Sean Christopherson
2021-07-15
1
-4
/
+5
|
*
KVM: SVM: Return -EFAULT if copy_to_user() for SEV mig packet header fails
Sean Christopherson
2021-07-15
1
-2
/
+3
*
|
x86/pkeys: Move read_pkru() and write_pkru()
Dave Hansen
2021-06-23
1
-0
/
+1
|
/
*
KVM: SVM: Call SEV Guest Decommission if ASID binding fails
Alper Gun
2021-06-11
1
-5
/
+15
*
KVM: SVM: Fix SEV SEND_START session length & SEND_UPDATE_DATA query length a...
Ashish Kalra
2021-06-08
1
-4
/
+2
*
KVM: SVM: Move GHCB unmapping to fix RCU warning
Tom Lendacky
2021-05-07
1
-4
/
+1
*
KVM: SVM: Invert user pointer casting in SEV {en,de}crypt helpers
Sean Christopherson
2021-05-07
1
-13
/
+11
*
KVM: x86: Fix potential fput on a null source_kvm_file
Colin Ian King
2021-05-03
1
-1
/
+2
*
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2021-05-01
1
-218
/
+704
|
\
|
*
KVM: SVM: Skip SEV cache flush if no ASIDs have been used
Sean Christopherson
2021-04-26
1
-12
/
+13
|
*
KVM: SVM: Remove an unnecessary prototype declaration of sev_flush_asids()
Sean Christopherson
2021-04-26
1
-1
/
+0
|
*
KVM: SVM: Drop redundant svm_sev_enabled() helper
Sean Christopherson
2021-04-26
1
-3
/
+3
|
*
KVM: SVM: Move SEV VMCB tracking allocation to sev.c
Sean Christopherson
2021-04-26
1
-0
/
+12
|
*
KVM: SVM: Explicitly check max SEV ASID during sev_hardware_setup()
Sean Christopherson
2021-04-26
1
-2
/
+1
|
*
KVM: SVM: Enable SEV/SEV-ES functionality by default (when supported)
Sean Christopherson
2021-04-26
1
-2
/
+2
|
*
KVM: SVM: Condition sev_enabled and sev_es_enabled on CONFIG_KVM_AMD_SEV=y
Sean Christopherson
2021-04-26
1
-1
/
+8
|
*
KVM: SVM: Append "_enabled" to module-scoped SEV/SEV-ES control variables
Sean Christopherson
2021-04-26
1
-12
/
+12
|
*
KVM: SEV: Mask CPUID[0x8000001F].eax according to supported features
Paolo Bonzini
2021-04-26
1
-0
/
+8
|
*
KVM: SVM: Move SEV module params/variables to sev.c
Sean Christopherson
2021-04-26
1
-0
/
+11
|
*
KVM: SVM: Free sev_asid_bitmap during init if SEV setup fails
Sean Christopherson
2021-04-26
1
-1
/
+4
|
*
Merge branch 'kvm-sev-cgroup' into HEAD
Paolo Bonzini
2021-04-22
1
-15
/
+68
|
|
\
|
*
|
KVM: SVM: Allocate SEV command structures on local stack
Sean Christopherson
2021-04-21
1
-305
/
+173
|
*
|
KVM: SVM: Add KVM_SEV_RECEIVE_FINISH command
Brijesh Singh
2021-04-21
1
-0
/
+23
|
*
|
KVM: SVM: Add KVM_SEV_RECEIVE_UPDATE_DATA command
Brijesh Singh
2021-04-21
1
-0
/
+79
|
*
|
KVM: SVM: Add support for KVM_SEV_RECEIVE_START command
Brijesh Singh
2021-04-21
1
-0
/
+81
|
*
|
KVM: SVM: Add support for KVM_SEV_SEND_CANCEL command
Steve Rutherford
2021-04-21
1
-0
/
+23
|
*
|
KVM: SVM: Add KVM_SEV_SEND_FINISH command
Brijesh Singh
2021-04-21
1
-0
/
+23
|
*
|
KVM: SVM: Add KVM_SEND_UPDATE_DATA command
Brijesh Singh
2021-04-21
1
-0
/
+125
|
*
|
KVM: SVM: Add KVM_SEV SEND_START command
Brijesh Singh
2021-04-21
1
-0
/
+128
|
*
|
KVM: x86: Support KVM VMs sharing SEV context
Nathan Tempelman
2021-04-21
1
-0
/
+90
|
*
|
KVM: SVM: Make sure GHCB is mapped before updating
Tom Lendacky
2021-04-20
1
-0
/
+3
|
*
|
KVM: x86: Account a variety of miscellaneous allocations
Sean Christopherson
2021-04-17
1
-3
/
+3
|
*
|
KVM: SVM: Do not allow SEV/SEV-ES initialization after vCPUs are created
Sean Christopherson
2021-04-17
1
-0
/
+3
|
*
|
KVM: SVM: Do not set sev->es_active until KVM_SEV_ES_INIT completes
Sean Christopherson
2021-04-17
1
-17
/
+12
|
*
|
KVM: SVM: Use online_vcpus, not created_vcpus, to iterate over vCPUs
Sean Christopherson
2021-04-17
1
-2
/
+3
|
*
|
KVM: SVM: Pass struct kvm_vcpu to exit handlers (and many, many other places)
Paolo Bonzini
2021-03-15
1
-13
/
+14
*
|
|
Merge branch 'for-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...
Linus Torvalds
2021-04-28
1
-10
/
+60
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
svm/sev: Register SEV and SEV-ES ASIDs to the misc controller
Vipin Sharma
2021-04-04
1
-10
/
+60
|
|
/
*
/
x86: Fix various typos in comments
Ingo Molnar
2021-03-18
1
-1
/
+1
|
/
*
KVM: SVM: use .prepare_guest_switch() to handle CPU register save/setup
Michael Roth
2021-02-04
1
-21
/
+1
*
KVM: SVM: remove uneeded fields from host_save_users_msrs
Michael Roth
2021-02-04
1
-12
/
+4
*
KVM: SVM: Use asm goto to handle unexpected #UD on SVM instructions
Sean Christopherson
2021-02-04
1
-1
/
+2
*
KVM/SVM: add support for SEV attestation command
Brijesh Singh
2021-02-04
1
-0
/
+71
*
Fix unsynchronized access to sev members through svm_register_enc_region
Peter Gonda
2021-01-28
1
-7
/
+10
*
KVM: SVM: Unconditionally sync GPRs to GHCB on VMRUN of SEV-ES guest
Sean Christopherson
2021-01-26
1
-9
/
+6
*
KVM: SVM: Add support for booting APs in an SEV-ES guest
Tom Lendacky
2021-01-08
1
-0
/
+22
*
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
1
-1
/
+1
|
\
|
*
KVM: SVM: Fix offset computation bug in __sev_dbg_decrypt().
Ashish Kalra
2020-11-16
1
-1
/
+1
[next]