summaryrefslogtreecommitdiffstats
path: root/drivers/crypto/ccp
Commit message (Expand)AuthorAgeFilesLines
* 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
* crypto: ccp - add TEE support for Raven RidgeRijo Thomas2019-12-207-4/+431
* crypto: ccp - check whether PSP supports SEV or TEE before initializationRijo Thomas2019-12-201-5/+41
* crypto: ccp - move SEV vdata to a dedicated data structureRijo Thomas2019-12-204-10/+31
* crypto: ccp - create a generic psp-dev fileRijo Thomas2019-12-206-193/+367
* crypto: ccp - rename psp-dev files to sev-devRijo Thomas2019-12-204-9/+9
* crypto: ccp - set max RSA modulus size for v3 platform devices as wellArd Biesheuvel2019-12-111-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2019-11-2513-226/+266
|\
| * crypto: ccp - add SEV command privilege separationBrijesh Singh2019-11-222-7/+23
| * crypto: ccp - switch from ablkcipher to skcipherArd Biesheuvel2019-11-176-211/+186
| * crypto: skcipher - rename the crypto_blkcipher module and kconfig optionEric Biggers2019-11-011-1/+1
| * crypto: ccp - fix uninitialized list headMark Salter2019-10-261-0/+1
| * crypto: ccp - Verify access to device registers before initializingHook, Gary2019-10-262-2/+28
| * crypto: ccp - Change a message to reflect status instead of failureHook, Gary2019-10-262-4/+13
| * crypto: ccp - Retry SEV INIT command in case of integrity check failure.Ashish Kalra2019-10-261-0/+12
| * crypto: ccp - Release all allocated memory if sha type is invalidNavid Emamdoost2019-10-051-1/+2
* | KVM: SVM: Remove unneeded WBINVD and DF_FLUSH when starting SEV guestsTom Lendacky2019-10-221-0/+9
|/
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2019-09-1816-85/+111
|\
| * crypto: ccp - invoke fallback for XTS ciphertext stealingArd Biesheuvel2019-08-301-3/+0
| * crypto: ccp/des - switch to new verification routinesArd Biesheuvel2019-08-221-4/+3
| * crypto: ccp - Remove unnecessary linux/pci.h includeBjorn Helgaas2019-08-097-7/+0
| * crypto: ccp - Include DMA declarations explicitlyBjorn Helgaas2019-08-092-0/+2
| * crypto: ccp - use devm_platform_ioremap_resource() to simplify codeYueHaibing2019-08-091-3/+1
| * crypto: ccp - Clean up and exit correctly on allocation failureGary R Hook2019-08-091-10/+4
| * crypto: ccp - Log an error message when ccp-crypto fails to loadGary R Hook2019-08-091-1/+3
| * crypto: ccp - Replace dma_pool_alloc + memset with dma_pool_zallocChuhong Yuan2019-07-271-2/+1
| * crypto: ccp - Reduce maximum stack usageArnd Bergmann2019-07-271-21/+31
| * crypto: ccp - Include the module name in system log messagesHook, Gary2019-07-261-0/+4
| * crypto: ccp - Add a module parameter to control registration for DMAHook, Gary2019-07-261-1/+11