summaryrefslogtreecommitdiffstats
path: root/drivers/crypto/ccp
AgeCommit message (Expand)AuthorLines
2021-11-01Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds-7/+5
2021-10-29crypto: ccp - Make use of the helper macro kthread_run()Cai Huoqing-6/+4
2021-10-15crypto: ccp - Fix whitespace in sev_cmd_buffer_len()Peter Gonda-1/+1
2021-09-24crypto: ccp - fix resource leaks in ccp_run_aes_gcm_cmd()Dan Carpenter-6/+8
2021-08-27crypto: ccp - Add support for new CCP/PSP device IDJohn Allen-0/+7
2021-08-06crypto: ccp - shutdown SEV firmware on kexecBrijesh Singh-26/+35
2021-06-17crypto: ccp - Use list_move_tail instead of list_del/list_add_tail in ccp-dma...Baokun Li-2/+1
2021-05-28crypto: ccp: ccp-dev: Fix a little doc-rotLee Jones-1/+1
2021-05-23crypto: ccp - Fix a resource leak in an error handling pathChristophe JAILLET-2/+4
2021-05-14crypto: ccp - Annotate SEV Firmware file namesJoerg Roedel-0/+4
2021-05-01Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds-99/+98
2021-04-22ccp: ccp - add support for Green SardineDevaraj Rangasamy-0/+1
2021-04-22crypto: ccp - Make ccp_dev_suspend and ccp_dev_resume void functionsTian Tao-29/+10
2021-04-21crypto: ccp: Use the stack and common buffer for INIT commandSean Christopherson-5/+6
2021-04-21crypto: ccp: Use the stack and common buffer for status commandsSean Christopherson-16/+12
2021-04-21crypto: ccp: Use the stack for small SEV command buffersSean Christopherson-73/+44
2021-04-21crypto: ccp: Play nice with vmalloc'd memory for SEV command structsSean Christopherson-5/+25
2021-04-21crypto: ccp: Reject SEV commands with mismatching command bufferSean Christopherson-2/+7
2021-04-21crypto: ccp: Detect and reject "invalid" addresses destined for PSPSean Christopherson-0/+3
2021-04-21crypto: ccp: Free SEV device if SEV init failsSean Christopherson-1/+3
2021-04-21KVM: SVM: Add support for KVM_SEV_SEND_CANCEL commandSteve Rutherford-0/+1
2021-04-09crypto: ccp - Use DEFINE_SPINLOCK() for spinlockTang Yizhou-2/+1
2021-04-09crypto: ccp - A value assigned to a variable is never usedJiapeng Chong-1/+0
2021-03-26crypto: ccp - fix command queuing to TEE ring bufferRijo Thomas-16/+53
2021-03-26crypto: ccp - reduce tee command status polling interval from 5ms to 1msRijo Thomas-4/+4
2021-03-13crypto: ccp - Don't initialize SEV support without the SEV featureTom Lendacky-0/+6
2021-02-04KVM/SVM: add support for SEV attestation commandBrijesh Singh-0/+1
2020-11-20crypto: sha - split sha.h into sha1.h and sha2.hEric Biggers-2/+4
2020-10-02crypto: ccp - fix error handlingPavel Machek-1/+1
2020-08-20crypto: algapi - Remove skbuff.h inclusionHerbert Xu-0/+1
2020-08-07mm, treewide: rename kzfree() to kfree_sensitive()Waiman Long-3/+3
2020-07-31crypto: ccp - use generic power managementVaibhav Gupta-22/+13
2020-07-16crypto: drivers - set the flag CRYPTO_ALG_ALLOCATES_MEMORYMikulas Patocka-0/+7
2020-07-16crypto: ccp - Silence strncpy warningHerbert Xu-1/+2
2020-07-16crypto: ccp - permit asynchronous skcipher as fallbackArd Biesheuvel-18/+19
2020-07-09crypto: ccp - Fix sparse warningsHerbert Xu-13/+12
2020-07-03crypto: ccp - Fix use of merged scatterlistsJohn Allen-11/+27
2020-06-26crypto: ccp - remove redundant assignment to variable retColin Ian King-1/+0
2020-06-15crypto: ccp - Fix sparse warnings in sev-devHerbert Xu-7/+16
2020-06-01Merge branch 'uaccess.access_ok' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-12/+3
2020-05-29drivers/crypto/ccp/sev-dev.c: get rid of pointless access_ok()Al Viro-12/+3
2020-05-08crypto: ccp - use crypto_shash_tfm_digest()Eric Biggers-7/+2
2020-04-30crypto: ccp - Add support for SEV-ES to the PSP driverTom Lendacky-0/+43
2020-04-16crypto: ccp -- don't "select" CONFIG_DMADEVICESArnd Bergmann-2/+1
2020-03-12crypto: ccp - use file mode for sev ioctl permissionsConnor Kuehl-16/+17
2020-03-12crypto: ccp - Cleanup sp_dev_master in psp_dev_destroy()John Allen-0/+13
2020-03-12crypto: ccp - Cleanup misc_dev on sev_exit()John Allen-3/+3
2020-01-09crypto: remove CRYPTO_TFM_RES_BAD_KEY_LENEric Biggers-6/+1
2020-01-04tee: amdtee: check TEE status during driver initializationRijo Thomas-0/+11
2019-12-20crypto: ccp - provide in-kernel API to submit TEE commandsRijo Thomas-0/+127