summaryrefslogtreecommitdiff
path: root/drivers/crypto/ccp
AgeCommit message (Expand)AuthorFilesLines
2023-06-09crypto: ccp: Play nice with vmalloc'd memory for SEV command structsSean Christopherson2-5/+25
2023-06-09crypto: ccp: Reject SEV commands with mismatching command bufferSean Christopherson1-2/+7
2023-05-17crypto: ccp - Clear PSP interrupt status register before calling handlerJeremi Piotrowski1-3/+3
2023-03-11crypto: ccp - Flush the SEV-ES TMR memory before giving it to firmwareTom Lendacky1-1/+5
2023-03-11crypto: ccp - Refactor out sev_fw_alloc()Peter Gonda1-7/+13
2023-03-11crypto: ccp - Failure on re-initialization due to duplicate sysfs filenameKoba Ko1-4/+17
2023-03-11crypto: ccp - Avoid page allocation failure warning for SEV_GET_ID2David Rientjes1-1/+8
2023-03-11crypto: ccp - Use kzalloc for sev ioctl interfaces to prevent kernel memory leakJohn Allen1-4/+6
2023-03-11crypto: ccp: Use the stack and common buffer for status commandsSean Christopherson2-16/+12
2023-03-11crypto: ccp: Use the stack for small SEV command buffersSean Christopherson1-73/+44
2022-10-26crypto: ccp - Release dma channels before dmaengine unrgisterKoba Ko1-1/+5
2022-08-21crypto: ccp - During shutdown, check SEV data pointer before usingTom Lendacky1-1/+1
2022-04-08crypto: ccp - ccp_dmaengine_unregister release dma channelsDāvis Mosāns1-0/+16
2021-10-06crypto: ccp - fix resource leaks in ccp_run_aes_gcm_cmd()Dan Carpenter1-6/+8
2021-09-18crypto: ccp - shutdown SEV firmware on kexecBrijesh Singh2-26/+35
2021-07-14crypto: ccp - Fix a resource leak in an error handling pathChristophe JAILLET1-2/+4
2021-07-14crypto: ccp - Annotate SEV Firmware file namesJoerg Roedel1-0/+4
2021-05-19crypto: ccp: Free SEV device if SEV init failsSean Christopherson1-1/+3
2021-05-14crypto: ccp: Detect and reject "invalid" addresses destined for PSPSean Christopherson1-0/+3
2021-05-14crypto: ccp - fix command queuing to TEE ring bufferRijo Thomas2-16/+53
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-02Merge branch 'uaccess.access_ok' of git://git.kernel.org/pub/scm/linux/kernel...Linus 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-26Merge 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