summaryrefslogtreecommitdiff
path: root/drivers/crypto/ccp
AgeCommit message (Expand)Author
2021-12-31crypto: ccp - remove unneeded semicolonYang Li
2021-12-17crypto: ccp - Add SEV_INIT_EX supportDavid Rientjes
2021-12-17crypto: ccp - Add psp_init_on_probe module parameterPeter Gonda
2021-12-17crypto: ccp - Refactor out sev_fw_alloc()Peter Gonda
2021-12-17crypto: ccp - Move SEV_INIT retry for corrupted dataPeter Gonda
2021-12-17crypto: ccp - Add SEV_INIT rc error logging on initPeter Gonda
2021-11-20crypto: ccp - no need to initialise statics to 0Jason Wang
2021-11-01Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2021-10-29crypto: ccp - Make use of the helper macro kthread_run()Cai Huoqing
2021-10-15crypto: ccp - Fix whitespace in sev_cmd_buffer_len()Peter Gonda
2021-09-24crypto: ccp - fix resource leaks in ccp_run_aes_gcm_cmd()Dan Carpenter
2021-08-27crypto: ccp - Add support for new CCP/PSP device IDJohn Allen
2021-08-06crypto: ccp - shutdown SEV firmware on kexecBrijesh Singh
2021-06-17crypto: ccp - Use list_move_tail instead of list_del/list_add_tail in ccp-dma...Baokun Li
2021-05-28crypto: ccp: ccp-dev: Fix a little doc-rotLee Jones
2021-05-23crypto: ccp - Fix a resource leak in an error handling pathChristophe JAILLET
2021-05-14crypto: ccp - Annotate SEV Firmware file namesJoerg Roedel
2021-05-01Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2021-04-22ccp: ccp - add support for Green SardineDevaraj Rangasamy
2021-04-22crypto: ccp - Make ccp_dev_suspend and ccp_dev_resume void functionsTian Tao
2021-04-21crypto: ccp: Use the stack and common buffer for INIT commandSean Christopherson
2021-04-21crypto: ccp: Use the stack and common buffer for status commandsSean Christopherson
2021-04-21crypto: ccp: Use the stack for small SEV command buffersSean Christopherson
2021-04-21crypto: ccp: Play nice with vmalloc'd memory for SEV command structsSean Christopherson
2021-04-21crypto: ccp: Reject SEV commands with mismatching command bufferSean Christopherson
2021-04-21crypto: ccp: Detect and reject "invalid" addresses destined for PSPSean Christopherson
2021-04-21crypto: ccp: Free SEV device if SEV init failsSean Christopherson
2021-04-21KVM: SVM: Add support for KVM_SEV_SEND_CANCEL commandSteve Rutherford
2021-04-09crypto: ccp - Use DEFINE_SPINLOCK() for spinlockTang Yizhou
2021-04-09crypto: ccp - A value assigned to a variable is never usedJiapeng Chong
2021-03-26crypto: ccp - fix command queuing to TEE ring bufferRijo Thomas
2021-03-26crypto: ccp - reduce tee command status polling interval from 5ms to 1msRijo Thomas
2021-03-13crypto: ccp - Don't initialize SEV support without the SEV featureTom Lendacky
2021-02-04KVM/SVM: add support for SEV attestation commandBrijesh Singh
2020-11-20crypto: sha - split sha.h into sha1.h and sha2.hEric Biggers
2020-10-02crypto: ccp - fix error handlingPavel Machek
2020-08-20crypto: algapi - Remove skbuff.h inclusionHerbert Xu
2020-08-07mm, treewide: rename kzfree() to kfree_sensitive()Waiman Long
2020-07-31crypto: ccp - use generic power managementVaibhav Gupta
2020-07-16crypto: drivers - set the flag CRYPTO_ALG_ALLOCATES_MEMORYMikulas Patocka
2020-07-16crypto: ccp - Silence strncpy warningHerbert Xu
2020-07-16crypto: ccp - permit asynchronous skcipher as fallbackArd Biesheuvel
2020-07-09crypto: ccp - Fix sparse warningsHerbert Xu
2020-07-03crypto: ccp - Fix use of merged scatterlistsJohn Allen
2020-06-26crypto: ccp - remove redundant assignment to variable retColin Ian King
2020-06-15crypto: ccp - Fix sparse warnings in sev-devHerbert Xu
2020-06-01Merge branch 'uaccess.access_ok' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2020-05-29drivers/crypto/ccp/sev-dev.c: get rid of pointless access_ok()Al Viro
2020-05-08crypto: ccp - use crypto_shash_tfm_digest()Eric Biggers
2020-04-30crypto: ccp - Add support for SEV-ES to the PSP driverTom Lendacky