summaryrefslogtreecommitdiff
path: root/drivers/crypto/ccp
AgeCommit message (Expand)Author
2026-06-01crypto: ccp - copy IV using skcipher ivsizePaul Moses
2026-06-01crypto: ccp: Don't attempt to copy ID to userspace if PSP command failedSean Christopherson
2026-06-01crypto: ccp: Don't attempt to copy PDH cert to userspace if PSP command failedSean Christopherson
2026-06-01crypto: ccp: Don't attempt to copy CSR to userspace if PSP command failedSean Christopherson
2026-03-04crypto: ccp - Add an S4 restore flowMario Limonciello (AMD)
2025-08-28crypto: ccp - Fix crash when rebind ccp device for ccp.koMengbiao Xiong
2025-05-02crypto: ccp - Fix check for the primary ASP deviceTom Lendacky
2024-10-17crypto: ccp - Properly unregister /dev/sev on sev PLATFORM_STATUS failurePavan Kumar Paluri
2024-06-16crypto: ccp - drop platform ifdef checksArnd Bergmann
2024-02-23crypto: ccp - Fix null pointer dereference in __sev_platform_shutdown_lockedKim Phillips
2024-01-25crypto: ccp - fix memleak in ccp_init_dm_workareaDinghao Liu
2023-06-09crypto: ccp: Play nice with vmalloc'd memory for SEV command structsSean Christopherson
2023-06-09crypto: ccp: Reject SEV commands with mismatching command bufferSean Christopherson
2023-05-17crypto: ccp - Clear PSP interrupt status register before calling handlerJeremi Piotrowski
2023-03-11crypto: ccp - Flush the SEV-ES TMR memory before giving it to firmwareTom Lendacky
2023-03-11crypto: ccp - Refactor out sev_fw_alloc()Peter Gonda
2023-03-11crypto: ccp - Failure on re-initialization due to duplicate sysfs filenameKoba Ko
2023-03-11crypto: ccp - Avoid page allocation failure warning for SEV_GET_ID2David Rientjes
2023-03-11crypto: ccp - Use kzalloc for sev ioctl interfaces to prevent kernel memory leakJohn Allen
2023-03-11crypto: ccp: Use the stack and common buffer for status commandsSean Christopherson
2023-03-11crypto: ccp: Use the stack for small SEV command buffersSean Christopherson
2022-10-26crypto: ccp - Release dma channels before dmaengine unrgisterKoba Ko
2022-08-21crypto: ccp - During shutdown, check SEV data pointer before usingTom Lendacky
2022-04-08crypto: ccp - ccp_dmaengine_unregister release dma channelsDāvis Mosāns
2021-10-06crypto: ccp - fix resource leaks in ccp_run_aes_gcm_cmd()Dan Carpenter
2021-09-18crypto: ccp - shutdown SEV firmware on kexecBrijesh Singh
2021-07-14crypto: ccp - Fix a resource leak in an error handling pathChristophe JAILLET
2021-07-14crypto: ccp - Annotate SEV Firmware file namesJoerg Roedel
2021-05-19crypto: ccp: Free SEV device if SEV init failsSean Christopherson
2021-05-14crypto: ccp: Detect and reject "invalid" addresses destined for PSPSean Christopherson
2021-05-14crypto: ccp - fix command queuing to TEE ring bufferRijo Thomas
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
2020-04-16crypto: ccp -- don't "select" CONFIG_DMADEVICESArnd Bergmann
2020-03-12crypto: ccp - use file mode for sev ioctl permissionsConnor Kuehl
2020-03-12crypto: ccp - Cleanup sp_dev_master in psp_dev_destroy()John Allen
2020-03-12crypto: ccp - Cleanup misc_dev on sev_exit()John Allen