index
:
linux
drm-debug-qxl
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-qemu-fixes
drm-qemu-next
drm-qemu-next-fixes
drm-qxl
drm-udmabuf
drm-udmabuf-fix
drm-virtio-bootfb
host-phys-bits
master
pcie-hotplug
radeonfb-logging
vfio-usb-reset
linux
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kvm
/
svm
/
sev.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
KVM: SEV: Set sev_info.active after initial checks in sev_guest_init()
Sean Christopherson
2021-11-18
1
-3
/
+3
*
KVM: SEV: Disallow COPY_ENC_CONTEXT_FROM if target has created vCPUs
Sean Christopherson
2021-11-18
1
-1
/
+6
*
Merge commit 'kvm-pagedata-alloc-fixes' into HEAD
Paolo Bonzini
2021-10-18
1
-1
/
+1
|
\
|
*
KVM: SEV-ES: fix length of string I/O
Paolo Bonzini
2021-10-15
1
-1
/
+1
*
|
KVM: SVM: Move RESET emulation to svm_vcpu_reset()
Sean Christopherson
2021-09-30
1
-3
/
+3
|
/
*
KVM: SEV: Allow some commands for mirror VM
Peter Gonda
2021-09-22
1
-2
/
+17
*
KVM: SEV: Update svm_vm_copy_asid_from for SEV-ES
Peter Gonda
2021-09-22
1
-4
/
+12
*
KVM: SEV: Pin guest memory for write for RECEIVE_UPDATE_DATA
Sean Christopherson
2021-09-22
1
-1
/
+1
*
KVM: SVM: fix missing sev_decommission in sev_receive_start
Mingwei Zhang
2021-09-22
1
-1
/
+3
*
KVM: SEV: Acquire vcpu mutex when updating VMSA
Peter Gonda
2021-09-22
1
-22
/
+29
*
KVM: x86: Kill off __ex() and __kvm_handle_fault_on_reboot()
Sean Christopherson
2021-08-13
1
-2
/
+0
*
Merge branch 'kvm-vmx-secctl' into HEAD
Paolo Bonzini
2021-08-10
1
-20
/
+25
|
\
|
*
KVM: SVM: improve the code readability for ASID management
Mingwei Zhang
2021-08-04
1
-19
/
+24
|
*
KVM: SVM: Fix off-by-one indexing when nullifying last used SEV VMCB
Sean Christopherson
2021-08-04
1
-1
/
+1
*
|
KVM: SVM: Stuff save->dr6 at during VMSA sync, not at RESET/INIT
Sean Christopherson
2021-08-02
1
-0
/
+1
|
/
*
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-19
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
[next]