aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/crypto/ccp (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-05-01Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2-99/+98
2021-04-22ccp: ccp - add support for Green SardineDevaraj Rangasamy1-0/+1
2021-04-22crypto: ccp - Make ccp_dev_suspend and ccp_dev_resume void functionsTian Tao3-29/+10
2021-04-21crypto: ccp: Use the stack and common buffer for INIT commandSean Christopherson2-5/+6
2021-04-21crypto: ccp: Use the stack and common buffer for status commandsSean Christopherson2-16/+12
2021-04-21crypto: ccp: Use the stack for small SEV command buffersSean Christopherson1-73/+44
2021-04-21crypto: ccp: Play nice with vmalloc'd memory for SEV command structsSean Christopherson2-5/+25
2021-04-21crypto: ccp: Reject SEV commands with mismatching command bufferSean Christopherson1-2/+7
2021-04-21crypto: ccp: Detect and reject "invalid" addresses destined for PSPSean Christopherson1-0/+3
2021-04-21crypto: ccp: Free SEV device if SEV init failsSean Christopherson1-1/+3
2021-04-21KVM: SVM: Add support for KVM_SEV_SEND_CANCEL commandSteve Rutherford1-0/+1
2021-04-09crypto: ccp - Use DEFINE_SPINLOCK() for spinlockTang Yizhou1-2/+1
2021-04-09crypto: ccp - A value assigned to a variable is never usedJiapeng Chong1-1/+0
2021-03-26crypto: ccp - fix command queuing to TEE ring bufferRijo Thomas2-16/+53
2021-03-26crypto: ccp - reduce tee command status polling interval from 5ms to 1msRijo Thomas1-4/+4
2021-03-13crypto: ccp - Don't initialize SEV support without the SEV featureTom Lendacky1-0/+6
2021-02-04KVM/SVM: add support for SEV attestation commandBrijesh Singh1-0/+1
2020-11-20crypto: sha - split sha.h into sha1.h and sha2.hEric Biggers2-2/+4
2020-10-02crypto: ccp - fix error handlingPavel Machek1-1/+1
2020-08-20crypto: algapi - Remove skbuff.h inclusionHerbert Xu1-0/+1
2020-08-07mm, treewide: rename kzfree() to kfree_sensitive()Waiman Long1-3/+3
2020-07-31crypto: ccp - use generic power managementVaibhav Gupta5-22/+13
2020-07-16crypto: drivers - set the flag CRYPTO_ALG_ALLOCATES_MEMORYMikulas Patocka6-0/+7
2020-07-16crypto: ccp - Silence strncpy warningHerbert Xu1-1/+2
2020-07-16crypto: ccp - permit asynchronous skcipher as fallbackArd Biesheuvel2-18/+19
2020-07-09crypto: ccp - Fix sparse warningsHerbert Xu3-13/+12
2020-07-03crypto: ccp - Fix use of merged scatterlistsJohn Allen2-11/+27
2020-06-26crypto: ccp - remove redundant assignment to variable retColin Ian King1-1/+0
2020-06-15crypto: ccp - Fix sparse warnings in sev-devHerbert Xu1-7/+16
2020-06-01Merge branch 'uaccess.access_ok' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-12/+3
2020-05-29drivers/crypto/ccp/sev-dev.c: get rid of pointless access_ok()Al Viro1-12/+3
2020-05-08crypto: ccp - use crypto_shash_tfm_digest()Eric Biggers1-7/+2
2020-04-30crypto: ccp - Add support for SEV-ES to the PSP driverTom Lendacky1-0/+43
2020-04-16crypto: ccp -- don't "select" CONFIG_DMADEVICESArnd Bergmann1-2/+1
2020-03-12crypto: ccp - use file mode for sev ioctl permissionsConnor Kuehl1-16/+17
2020-03-12crypto: ccp - Cleanup sp_dev_master in psp_dev_destroy()John Allen3-0/+13
2020-03-12crypto: ccp - Cleanup misc_dev on sev_exit()John Allen1-3/+3
2020-01-09crypto: remove CRYPTO_TFM_RES_BAD_KEY_LENEric Biggers4-6/+1
2020-01-04tee: amdtee: check TEE status during driver initializationRijo Thomas1-0/+11
2019-12-20crypto: ccp - provide in-kernel API to submit TEE commandsRijo Thomas2-0/+127
2019-12-20crypto: ccp - add TEE support for Raven RidgeRijo Thomas7-4/+431
2019-12-20crypto: ccp - check whether PSP supports SEV or TEE before initializationRijo Thomas1-5/+41
2019-12-20crypto: ccp - move SEV vdata to a dedicated data structureRijo Thomas4-10/+31
2019-12-20crypto: ccp - create a generic psp-dev fileRijo Thomas6-193/+367
2019-12-20crypto: ccp - rename psp-dev files to sev-devRijo Thomas4-9/+9
2019-12-11crypto: ccp - set max RSA modulus size for v3 platform devices as wellArd Biesheuvel1-0/+1
2019-11-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds13-226/+266
2019-11-22crypto: ccp - add SEV command privilege separationBrijesh Singh2-7/+23
2019-11-17crypto: ccp - switch from ablkcipher to skcipherArd Biesheuvel6-211/+186
2019-11-01crypto: skcipher - rename the crypto_blkcipher module and kconfig optionEric Biggers1-1/+1