summaryrefslogtreecommitdiff
path: root/drivers/crypto/ccp
AgeCommit message (Expand)AuthorFilesLines
2025-08-28crypto: ccp - Fix crash when rebind ccp device for ccp.koMengbiao Xiong1-0/+3
2025-05-02crypto: ccp - Fix check for the primary ASP deviceTom Lendacky1-6/+9
2024-10-17crypto: ccp - Properly unregister /dev/sev on sev PLATFORM_STATUS failurePavan Kumar Paluri1-0/+2
2024-06-16crypto: ccp - drop platform ifdef checksArnd Bergmann1-12/+2
2024-02-23crypto: ccp - Fix null pointer dereference in __sev_platform_shutdown_lockedKim Phillips1-2/+8
2024-01-26crypto: ccp - fix memleak in ccp_init_dm_workareaDinghao Liu1-1/+4
2023-05-17crypto: ccp - Clear PSP interrupt status register before calling handlerJeremi Piotrowski1-3/+3
2023-03-10crypto: ccp - Flush the SEV-ES TMR memory before giving it to firmwareTom Lendacky1-1/+5
2023-03-10crypto: ccp - Refactor out sev_fw_alloc()Peter Gonda1-7/+13
2023-03-10crypto: ccp - Failure on re-initialization due to duplicate sysfs filenameKoba Ko1-4/+17
2023-03-10crypto: ccp - Avoid page allocation failure warning for SEV_GET_ID2David Rientjes1-1/+8
2023-01-12crypto: ccp - Add support for TEE for PCI ID 0x14CAMario Limonciello1-1/+10
2022-10-26crypto: ccp - Release dma channels before dmaengine unrgisterKoba Ko1-1/+5
2022-08-17crypto: ccp - During shutdown, check SEV data pointer before usingTom Lendacky1-1/+1
2022-08-17crypto: ccp - Use kzalloc for sev ioctl interfaces to prevent kernel memory leakJohn Allen1-4/+6
2022-04-08crypto: ccp - ccp_dmaengine_unregister release dma channelsDāvis Mosāns1-0/+16
2022-04-08crypto: ccp - Ensure psp_ret is always init'd in __sev_platform_init_locked()Peter Gonda1-1/+1
2022-01-27crypto: ccp - Move SEV_INIT retry for corrupted dataPeter Gonda1-14/+16
2021-09-24crypto: ccp - fix resource leaks in ccp_run_aes_gcm_cmd()Dan Carpenter1-6/+8
2021-08-27crypto: ccp - Add support for new CCP/PSP device IDJohn Allen1-0/+7
2021-08-06crypto: ccp - shutdown SEV firmware on kexecBrijesh Singh2-26/+35
2021-06-17crypto: ccp - Use list_move_tail instead of list_del/list_add_tail in ccp-dma...Baokun Li1-2/+1
2021-05-28crypto: ccp: ccp-dev: Fix a little doc-rotLee Jones1-1/+1
2021-05-23crypto: ccp - Fix a resource leak in an error handling pathChristophe JAILLET1-2/+4
2021-05-14crypto: ccp - Annotate SEV Firmware file namesJoerg Roedel1-0/+4
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-12crypto: 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