aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/crypto/ccp
AgeCommit message (Expand)Author
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
2020-01-09crypto: remove CRYPTO_TFM_RES_BAD_KEY_LENEric Biggers
2020-01-04tee: amdtee: check TEE status during driver initializationRijo Thomas
2019-12-20crypto: ccp - provide in-kernel API to submit TEE commandsRijo Thomas
2019-12-20crypto: ccp - add TEE support for Raven RidgeRijo Thomas
2019-12-20crypto: ccp - check whether PSP supports SEV or TEE before initializationRijo Thomas
2019-12-20crypto: ccp - move SEV vdata to a dedicated data structureRijo Thomas
2019-12-20crypto: ccp - create a generic psp-dev fileRijo Thomas
2019-12-20crypto: ccp - rename psp-dev files to sev-devRijo Thomas
2019-12-11crypto: ccp - set max RSA modulus size for v3 platform devices as wellArd Biesheuvel
2019-11-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds
2019-11-22crypto: ccp - add SEV command privilege separationBrijesh Singh
2019-11-17crypto: ccp - switch from ablkcipher to skcipherArd Biesheuvel
2019-11-01crypto: skcipher - rename the crypto_blkcipher module and kconfig optionEric Biggers
2019-10-26crypto: ccp - fix uninitialized list headMark Salter
2019-10-26crypto: ccp - Verify access to device registers before initializingHook, Gary
2019-10-26crypto: ccp - Change a message to reflect status instead of failureHook, Gary
2019-10-26crypto: ccp - Retry SEV INIT command in case of integrity check failure.Ashish Kalra
2019-10-22KVM: SVM: Remove unneeded WBINVD and DF_FLUSH when starting SEV guestsTom Lendacky
2019-10-05crypto: ccp - Release all allocated memory if sha type is invalidNavid Emamdoost
2019-09-18Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2019-08-30Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2019-08-30crypto: ccp - invoke fallback for XTS ciphertext stealingArd Biesheuvel
2019-08-22crypto: ccp/des - switch to new verification routinesArd Biesheuvel
2019-08-22crypto: ccp - Ignore unconfigured CCP device on suspend/resumeGary R Hook
2019-08-09Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2019-08-09crypto: ccp - Remove unnecessary linux/pci.h includeBjorn Helgaas
2019-08-09crypto: ccp - Include DMA declarations explicitlyBjorn Helgaas
2019-08-09crypto: ccp - use devm_platform_ioremap_resource() to simplify codeYueHaibing
2019-08-09crypto: ccp - Clean up and exit correctly on allocation failureGary R Hook
2019-08-09crypto: ccp - Log an error message when ccp-crypto fails to loadGary R Hook
2019-08-02crypto: ccp - Ignore tag length when decrypting GCM ciphertextGary R Hook
2019-08-02crypto: ccp - Add support for valid authsize values less than 16Gary R Hook
2019-08-02crypto: ccp - Fix oops by properly managing allocated structuresGary R Hook
2019-07-27crypto: ccp - Replace dma_pool_alloc + memset with dma_pool_zallocChuhong Yuan
2019-07-27crypto: ccp - Reduce maximum stack usageArnd Bergmann
2019-07-26crypto: ccp - Include the module name in system log messagesHook, Gary
2019-07-26crypto: ccp - Add a module parameter to control registration for DMAHook, Gary
2019-07-26crypto: ccp - module parameter to limit the number of enabled CCPsHook, Gary
2019-07-26crypto: ccp - Add a module parameter to specify a queue countHook, Gary
2019-07-26crypto: ccp - Make CCP debugfs support optionalHook, Gary
2019-07-26crypto: ccp - move to AES library for CMAC key derivationArd Biesheuvel