summaryrefslogtreecommitdiff
path: root/drivers/crypto/ccp
AgeCommit message (Expand)Author
2024-01-25crypto: ccp - fix memleak in ccp_init_dm_workareaDinghao Liu
2023-05-17crypto: ccp - Clear PSP interrupt status register before calling handlerJeremi Piotrowski
2023-03-10crypto: ccp - Flush the SEV-ES TMR memory before giving it to firmwareTom Lendacky
2023-03-10crypto: ccp - Refactor out sev_fw_alloc()Peter Gonda
2023-03-10crypto: ccp - Failure on re-initialization due to duplicate sysfs filenameKoba Ko
2023-03-10crypto: ccp - Avoid page allocation failure warning for SEV_GET_ID2David Rientjes
2023-01-12crypto: ccp - Add support for TEE for PCI ID 0x14CAMario Limonciello
2022-10-26crypto: ccp - Release dma channels before dmaengine unrgisterKoba Ko
2022-08-17crypto: ccp - During shutdown, check SEV data pointer before usingTom Lendacky
2022-08-17crypto: ccp - Use kzalloc for sev ioctl interfaces to prevent kernel memory leakJohn Allen
2022-04-08crypto: ccp - ccp_dmaengine_unregister release dma channelsDāvis Mosāns
2022-04-08crypto: ccp - Ensure psp_ret is always init'd in __sev_platform_init_locked()Peter Gonda
2022-01-27crypto: ccp - Move SEV_INIT retry for corrupted dataPeter 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