index
:
linux.git
for-next
master
Linus' kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kvm
/
svm
/
sev.c
Age
Commit message (
Expand
)
Author
2021-11-11
KVM: SEV: provide helpers to charge/uncharge misc_cg
Paolo Bonzini
2021-11-11
KVM: SEV: Refactor out sev_es_state struct
Peter Gonda
2021-10-18
Merge commit 'kvm-pagedata-alloc-fixes' into HEAD
Paolo Bonzini
2021-10-15
KVM: SEV-ES: fix length of string I/O
Paolo Bonzini
2021-09-30
KVM: SVM: Move RESET emulation to svm_vcpu_reset()
Sean Christopherson
2021-09-22
KVM: SEV: Allow some commands for mirror VM
Peter Gonda
2021-09-22
KVM: SEV: Update svm_vm_copy_asid_from for SEV-ES
Peter Gonda
2021-09-22
KVM: SEV: Pin guest memory for write for RECEIVE_UPDATE_DATA
Sean Christopherson
2021-09-22
KVM: SVM: fix missing sev_decommission in sev_receive_start
Mingwei Zhang
2021-09-22
KVM: SEV: Acquire vcpu mutex when updating VMSA
Peter Gonda
2021-08-13
KVM: x86: Kill off __ex() and __kvm_handle_fault_on_reboot()
Sean Christopherson
2021-08-10
Merge branch 'kvm-vmx-secctl' into HEAD
Paolo Bonzini
2021-08-04
KVM: SVM: improve the code readability for ASID management
Mingwei Zhang
2021-08-04
KVM: SVM: Fix off-by-one indexing when nullifying last used SEV VMCB
Sean Christopherson
2021-08-02
KVM: SVM: Stuff save->dr6 at during VMSA sync, not at RESET/INIT
Sean Christopherson
2021-07-15
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2021-07-15
KVM: SVM: Fix sev_pin_memory() error checks in SEV migration utilities
Sean Christopherson
2021-07-15
KVM: SVM: Return -EFAULT if copy_to_user() for SEV mig packet header fails
Sean Christopherson
2021-06-23
x86/pkeys: Move read_pkru() and write_pkru()
Dave Hansen
2021-06-11
KVM: SVM: Call SEV Guest Decommission if ASID binding fails
Alper Gun
2021-06-08
KVM: SVM: Fix SEV SEND_START session length & SEND_UPDATE_DATA query length a...
Ashish Kalra
2021-05-07
KVM: SVM: Move GHCB unmapping to fix RCU warning
Tom Lendacky
2021-05-07
KVM: SVM: Invert user pointer casting in SEV {en,de}crypt helpers
Sean Christopherson
2021-05-03
KVM: x86: Fix potential fput on a null source_kvm_file
Colin Ian King
2021-05-01
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2021-04-27
Merge branch 'for-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...
Linus Torvalds
2021-04-26
KVM: SVM: Skip SEV cache flush if no ASIDs have been used
Sean Christopherson
2021-04-26
KVM: SVM: Remove an unnecessary prototype declaration of sev_flush_asids()
Sean Christopherson
2021-04-26
KVM: SVM: Drop redundant svm_sev_enabled() helper
Sean Christopherson
2021-04-26
KVM: SVM: Move SEV VMCB tracking allocation to sev.c
Sean Christopherson
2021-04-26
KVM: SVM: Explicitly check max SEV ASID during sev_hardware_setup()
Sean Christopherson
2021-04-26
KVM: SVM: Enable SEV/SEV-ES functionality by default (when supported)
Sean Christopherson
2021-04-26
KVM: SVM: Condition sev_enabled and sev_es_enabled on CONFIG_KVM_AMD_SEV=y
Sean Christopherson
2021-04-26
KVM: SVM: Append "_enabled" to module-scoped SEV/SEV-ES control variables
Sean Christopherson
2021-04-26
KVM: SEV: Mask CPUID[0x8000001F].eax according to supported features
Paolo Bonzini
2021-04-26
KVM: SVM: Move SEV module params/variables to sev.c
Sean Christopherson
2021-04-26
KVM: SVM: Free sev_asid_bitmap during init if SEV setup fails
Sean Christopherson
2021-04-22
Merge branch 'kvm-sev-cgroup' into HEAD
Paolo Bonzini
2021-04-21
KVM: SVM: Allocate SEV command structures on local stack
Sean Christopherson
2021-04-21
KVM: SVM: Add KVM_SEV_RECEIVE_FINISH command
Brijesh Singh
2021-04-21
KVM: SVM: Add KVM_SEV_RECEIVE_UPDATE_DATA command
Brijesh Singh
2021-04-21
KVM: SVM: Add support for KVM_SEV_RECEIVE_START command
Brijesh Singh
2021-04-21
KVM: SVM: Add support for KVM_SEV_SEND_CANCEL command
Steve Rutherford
2021-04-21
KVM: SVM: Add KVM_SEV_SEND_FINISH command
Brijesh Singh
2021-04-21
KVM: SVM: Add KVM_SEND_UPDATE_DATA command
Brijesh Singh
2021-04-21
KVM: SVM: Add KVM_SEV SEND_START command
Brijesh Singh
2021-04-21
KVM: x86: Support KVM VMs sharing SEV context
Nathan Tempelman
2021-04-19
KVM: SVM: Make sure GHCB is mapped before updating
Tom Lendacky
2021-04-17
KVM: x86: Account a variety of miscellaneous allocations
Sean Christopherson
2021-04-17
KVM: SVM: Do not allow SEV/SEV-ES initialization after vCPUs are created
Sean Christopherson
[next]