index
:
linux-sh
development
for-next
j2-devel
j2-stable
jcore-4.6
jcore-4.8
linux-sh-draft
linux-sh-draft-2
master
sh-for-4.6
sh-for-4.6-old1
temp-j2
v4.6-rc3+j2
v4.6-rc5+j2
v5.16+j2
DO NOT CLONE THIS REPO DIRECTLY. Clone kernel.org then fetch just differences from here. Linux SH repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kvm
/
svm
/
sev.c
Age
Commit message (
Expand
)
Author
Lines
2021-08-13
KVM: x86: Kill off __ex() and __kvm_handle_fault_on_reboot()
Sean Christopherson
-2
/
+0
2021-08-10
Merge branch 'kvm-vmx-secctl' into HEAD
Paolo Bonzini
-20
/
+25
2021-08-04
KVM: SVM: improve the code readability for ASID management
Mingwei Zhang
-19
/
+24
2021-08-04
KVM: SVM: Fix off-by-one indexing when nullifying last used SEV VMCB
Sean Christopherson
-1
/
+1
2021-08-02
KVM: SVM: Stuff save->dr6 at during VMSA sync, not at RESET/INIT
Sean Christopherson
-0
/
+1
2021-07-15
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
-6
/
+8
2021-07-15
KVM: SVM: Fix sev_pin_memory() error checks in SEV migration utilities
Sean Christopherson
-4
/
+5
2021-07-15
KVM: SVM: Return -EFAULT if copy_to_user() for SEV mig packet header fails
Sean Christopherson
-2
/
+3
2021-06-23
x86/pkeys: Move read_pkru() and write_pkru()
Dave Hansen
-0
/
+1
2021-06-11
KVM: SVM: Call SEV Guest Decommission if ASID binding fails
Alper Gun
-5
/
+15
2021-06-08
KVM: SVM: Fix SEV SEND_START session length & SEND_UPDATE_DATA query length a...
Ashish Kalra
-4
/
+2
2021-05-07
KVM: SVM: Move GHCB unmapping to fix RCU warning
Tom Lendacky
-4
/
+1
2021-05-07
KVM: SVM: Invert user pointer casting in SEV {en,de}crypt helpers
Sean Christopherson
-13
/
+11
2021-05-03
KVM: x86: Fix potential fput on a null source_kvm_file
Colin Ian King
-1
/
+2
2021-05-01
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
-218
/
+704
2021-04-27
Merge branch 'for-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...
Linus Torvalds
-10
/
+60
2021-04-26
KVM: SVM: Skip SEV cache flush if no ASIDs have been used
Sean Christopherson
-12
/
+13
2021-04-26
KVM: SVM: Remove an unnecessary prototype declaration of sev_flush_asids()
Sean Christopherson
-1
/
+0
2021-04-26
KVM: SVM: Drop redundant svm_sev_enabled() helper
Sean Christopherson
-3
/
+3
2021-04-26
KVM: SVM: Move SEV VMCB tracking allocation to sev.c
Sean Christopherson
-0
/
+12
2021-04-26
KVM: SVM: Explicitly check max SEV ASID during sev_hardware_setup()
Sean Christopherson
-2
/
+1
2021-04-26
KVM: SVM: Enable SEV/SEV-ES functionality by default (when supported)
Sean Christopherson
-2
/
+2
2021-04-26
KVM: SVM: Condition sev_enabled and sev_es_enabled on CONFIG_KVM_AMD_SEV=y
Sean Christopherson
-1
/
+8
2021-04-26
KVM: SVM: Append "_enabled" to module-scoped SEV/SEV-ES control variables
Sean Christopherson
-12
/
+12
2021-04-26
KVM: SEV: Mask CPUID[0x8000001F].eax according to supported features
Paolo Bonzini
-0
/
+8
2021-04-26
KVM: SVM: Move SEV module params/variables to sev.c
Sean Christopherson
-0
/
+11
2021-04-26
KVM: SVM: Free sev_asid_bitmap during init if SEV setup fails
Sean Christopherson
-1
/
+4
2021-04-22
Merge branch 'kvm-sev-cgroup' into HEAD
Paolo Bonzini
-15
/
+68
2021-04-21
KVM: SVM: Allocate SEV command structures on local stack
Sean Christopherson
-305
/
+173
2021-04-21
KVM: SVM: Add KVM_SEV_RECEIVE_FINISH command
Brijesh Singh
-0
/
+23
2021-04-21
KVM: SVM: Add KVM_SEV_RECEIVE_UPDATE_DATA command
Brijesh Singh
-0
/
+79
2021-04-21
KVM: SVM: Add support for KVM_SEV_RECEIVE_START command
Brijesh Singh
-0
/
+81
2021-04-21
KVM: SVM: Add support for KVM_SEV_SEND_CANCEL command
Steve Rutherford
-0
/
+23
2021-04-21
KVM: SVM: Add KVM_SEV_SEND_FINISH command
Brijesh Singh
-0
/
+23
2021-04-21
KVM: SVM: Add KVM_SEND_UPDATE_DATA command
Brijesh Singh
-0
/
+125
2021-04-21
KVM: SVM: Add KVM_SEV SEND_START command
Brijesh Singh
-0
/
+128
2021-04-21
KVM: x86: Support KVM VMs sharing SEV context
Nathan Tempelman
-0
/
+90
2021-04-19
KVM: SVM: Make sure GHCB is mapped before updating
Tom Lendacky
-0
/
+3
2021-04-17
KVM: x86: Account a variety of miscellaneous allocations
Sean Christopherson
-3
/
+3
2021-04-17
KVM: SVM: Do not allow SEV/SEV-ES initialization after vCPUs are created
Sean Christopherson
-0
/
+3
2021-04-17
KVM: SVM: Do not set sev->es_active until KVM_SEV_ES_INIT completes
Sean Christopherson
-17
/
+12
2021-04-17
KVM: SVM: Use online_vcpus, not created_vcpus, to iterate over vCPUs
Sean Christopherson
-2
/
+3
2021-04-04
svm/sev: Register SEV and SEV-ES ASIDs to the misc controller
Vipin Sharma
-10
/
+60
2021-03-18
x86: Fix various typos in comments
Ingo Molnar
-1
/
+1
2021-03-15
KVM: SVM: Pass struct kvm_vcpu to exit handlers (and many, many other places)
Paolo Bonzini
-13
/
+14
2021-02-04
KVM: SVM: use .prepare_guest_switch() to handle CPU register save/setup
Michael Roth
-21
/
+1
2021-02-04
KVM: SVM: remove uneeded fields from host_save_users_msrs
Michael Roth
-12
/
+4
2021-02-04
KVM: SVM: Use asm goto to handle unexpected #UD on SVM instructions
Sean Christopherson
-1
/
+2
2021-02-04
KVM/SVM: add support for SEV attestation command
Brijesh Singh
-0
/
+71
2021-01-28
Fix unsynchronized access to sev members through svm_register_enc_region
Peter Gonda
-7
/
+10
[next]