summaryrefslogtreecommitdiffstats
path: root/drivers/crypto/ccp
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2021-11-013-7/+5
|\
| * crypto: ccp - Make use of the helper macro kthread_run()Cai Huoqing2021-10-292-6/+4
| * crypto: ccp - Fix whitespace in sev_cmd_buffer_len()Peter Gonda2021-10-151-1/+1
* | crypto: ccp - fix resource leaks in ccp_run_aes_gcm_cmd()Dan Carpenter2021-09-241-6/+8
|/
* crypto: ccp - Add support for new CCP/PSP device IDJohn Allen2021-08-271-0/+7
* crypto: ccp - shutdown SEV firmware on kexecBrijesh Singh2021-08-062-26/+35
* crypto: ccp - Use list_move_tail instead of list_del/list_add_tail in ccp-dma...Baokun Li2021-06-171-2/+1
* crypto: ccp: ccp-dev: Fix a little doc-rotLee Jones2021-05-281-1/+1
* crypto: ccp - Fix a resource leak in an error handling pathChristophe JAILLET2021-05-231-2/+4
* crypto: ccp - Annotate SEV Firmware file namesJoerg Roedel2021-05-141-0/+4
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2021-05-012-99/+98
|\
| * crypto: ccp: Use the stack and common buffer for INIT commandSean Christopherson2021-04-212-5/+6
| * crypto: ccp: Use the stack and common buffer for status commandsSean Christopherson2021-04-212-16/+12
| * crypto: ccp: Use the stack for small SEV command buffersSean Christopherson2021-04-211-73/+44
| * crypto: ccp: Play nice with vmalloc'd memory for SEV command structsSean Christopherson2021-04-212-5/+25
| * crypto: ccp: Reject SEV commands with mismatching command bufferSean Christopherson2021-04-211-2/+7
| * crypto: ccp: Detect and reject "invalid" addresses destined for PSPSean Christopherson2021-04-211-0/+3
| * crypto: ccp: Free SEV device if SEV init failsSean Christopherson2021-04-211-1/+3
| * KVM: SVM: Add support for KVM_SEV_SEND_CANCEL commandSteve Rutherford2021-04-211-0/+1
* | ccp: ccp - add support for Green SardineDevaraj Rangasamy2021-04-221-0/+1
* | crypto: ccp - Make ccp_dev_suspend and ccp_dev_resume void functionsTian Tao2021-04-223-29/+10
* | crypto: ccp - Use DEFINE_SPINLOCK() for spinlockTang Yizhou2021-04-091-2/+1
* | crypto: ccp - A value assigned to a variable is never usedJiapeng Chong2021-04-091-1/+0
* | crypto: ccp - fix command queuing to TEE ring bufferRijo Thomas2021-03-262-16/+53
* | crypto: ccp - reduce tee command status polling interval from 5ms to 1msRijo Thomas2021-03-261-4/+4
* | crypto: ccp - Don't initialize SEV support without the SEV featureTom Lendacky2021-03-131-0/+6
|/
* KVM/SVM: add support for SEV attestation commandBrijesh Singh2021-02-041-0/+1
* crypto: sha - split sha.h into sha1.h and sha2.hEric Biggers2020-11-202-2/+4
* crypto: ccp - fix error handlingPavel Machek2020-10-021-1/+1
* crypto: algapi - Remove skbuff.h inclusionHerbert Xu2020-08-201-0/+1
* mm, treewide: rename kzfree() to kfree_sensitive()Waiman Long2020-08-071-3/+3
* crypto: ccp - use generic power managementVaibhav Gupta2020-07-315-22/+13
* crypto: drivers - set the flag CRYPTO_ALG_ALLOCATES_MEMORYMikulas Patocka2020-07-166-0/+7
* crypto: ccp - Silence strncpy warningHerbert Xu2020-07-161-1/+2
* crypto: ccp - permit asynchronous skcipher as fallbackArd Biesheuvel2020-07-162-18/+19
* crypto: ccp - Fix sparse warningsHerbert Xu2020-07-093-13/+12
* crypto: ccp - Fix use of merged scatterlistsJohn Allen2020-07-032-11/+27
* crypto: ccp - remove redundant assignment to variable retColin Ian King2020-06-261-1/+0
* crypto: ccp - Fix sparse warnings in sev-devHerbert Xu2020-06-151-7/+16
* Merge branch 'uaccess.access_ok' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2020-06-011-12/+3
|\
| * drivers/crypto/ccp/sev-dev.c: get rid of pointless access_ok()Al Viro2020-05-291-12/+3
* | crypto: ccp - use crypto_shash_tfm_digest()Eric Biggers2020-05-081-7/+2
* | crypto: ccp - Add support for SEV-ES to the PSP driverTom Lendacky2020-04-301-0/+43
* | crypto: ccp -- don't "select" CONFIG_DMADEVICESArnd Bergmann2020-04-161-2/+1
|/
* crypto: ccp - use file mode for sev ioctl permissionsConnor Kuehl2020-03-121-16/+17
* crypto: ccp - Cleanup sp_dev_master in psp_dev_destroy()John Allen2020-03-123-0/+13
* crypto: ccp - Cleanup misc_dev on sev_exit()John Allen2020-03-121-3/+3
* crypto: remove CRYPTO_TFM_RES_BAD_KEY_LENEric Biggers2020-01-094-6/+1
* tee: amdtee: check TEE status during driver initializationRijo Thomas2020-01-041-0/+11
* crypto: ccp - provide in-kernel API to submit TEE commandsRijo Thomas2019-12-202-0/+127