summaryrefslogtreecommitdiff
path: root/drivers/crypto
AgeCommit message (Expand)AuthorFilesLines
2023-02-03crypto: img-hash - Fix sparse endianness warningHerbert Xu1-4/+4
2023-02-03crypto: ccp - Flush the SEV-ES TMR memory before giving it to firmwareTom Lendacky1-1/+5
2023-02-03crypto: qat - add qat_zlib_deflateLucas Segarra Fernandez1-12/+154
2023-02-03crypto: qat - extend buffer list logic interfaceLucas Segarra Fernandez3-5/+37
2023-01-27crypto: hisilicon: Wipe entire pool on errorKees Cook1-2/+1
2023-01-27crypto: caam - Use ahash_request_completeHerbert Xu2-6/+6
2023-01-27crypto: bcm - Use subrequest for fallbackHerbert Xu2-70/+37
2023-01-27crypto: aspeed - Use devm_platform_get_and_ioremap_resource()ye xingchen1-4/+1
2023-01-27crypto: aspeed - change aspeed_acry_akcipher_algs to staticYang Yingliang1-1/+1
2023-01-27crypto: ccp - Add a firmware definition for EPYC gen 4 processorsTom Lendacky1-0/+1
2023-01-27crypto: ccp - Provide MMIO register naming for documenationTom Lendacky1-23/+23
2023-01-20crypto: hisilicon/qm - define the device isolation strategyKai Ye1-15/+154
2023-01-20crypto: atmel-i2c - avoid defines prefixed with CONFIGLukas Bulwahn2-2/+2
2023-01-20crypto: qat - fix spelling mistakes from 'bufer' to 'buffer'Meadhbh Fitzpatrick3-45/+45
2023-01-20crypto: hisilicon - remove redundant config PCI dependency for some CRYPTO_DE...Lukas Bulwahn1-4/+4
2023-01-20crypto: stm32 - Use accelerated readsl/writeslLinus Walleij1-26/+11
2023-01-20crypto: aspeed - Replace zero-length array with flexible-array memberGustavo A. R. Silva1-1/+1
2023-01-20crypto: ccp - Failure on re-initialization due to duplicate sysfs filenameKoba Ko1-4/+17
2023-01-13crypto: sun8i-ce - Add TRNG clock to the D1 variantSamuel Holland2-1/+2
2023-01-13crypto: aspeed - Add ACRY RSA driverNeal Liu3-0/+841
2023-01-12Merge tag 'mtd/fixes-for-6.2-rc4' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds3-5/+5
2023-01-07MAINTAINERS: Update email of Tudor AmbarusTudor Ambarus3-5/+5
2023-01-06Merge tag 'v6.2-p2' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds1-1/+1
2023-01-06crypto: ccp - Avoid page allocation failure warning for SEV_GET_ID2David Rientjes1-1/+8
2023-01-06crypto: talitos - Remove GFP_DMA and add DMA alignment paddingHerbert Xu1-1/+1
2023-01-06crypto: caam - Remove GFP_DMA and add DMA alignment paddingHerbert Xu13-71/+111
2023-01-06crypto: xts - drop xts_check_key()Vladis Dronov7-15/+11
2023-01-06crypto: sun8i-ss - Remove GFP_DMA and add DMA alignment paddingHerbert Xu4-11/+21
2023-01-06crypto: caam - Avoid GCC memset bug warningHerbert Xu1-1/+2
2022-12-30crypto: ux500 - update debug config after ux500 cryp driver removalLukas Bulwahn1-4/+3
2022-12-30crypto: atmel - Add capability case for the 0x600 SHA and AES IP versionsSergiu Moga2-0/+2
2022-12-30crypto: caam - fix CAAM io mem access in blob_genNikolaus Voss1-1/+1
2022-12-28virtio-crypto: fix memory leak in virtio_crypto_alg_skcipher_close_session()Wei Yongjun1-1/+2
2022-12-19Merge tag 'powerpc-6.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2-5/+19
2022-12-14Merge tag 'v6.2-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds125-5664/+5988
2022-12-09crypto: ux500/cryp - delete driverLinus Walleij10-2653/+0
2022-12-09crypto: stm32/cryp - enable for use with Ux500Linus Walleij1-91/+322
2022-12-09crypto: stm32 - enable drivers to be used on Ux500Linus Walleij2-3/+3
2022-12-09crypto: qce - Set DMA alignment explicitlyHerbert Xu3-22/+23
2022-12-09crypto: octeontx2 - Set DMA alignment explicitlyHerbert Xu1-39/+40
2022-12-09crypto: octeontx - Set DMA alignment explicitlyHerbert Xu1-34/+35
2022-12-09crypto: keembay - Set DMA alignment explicitlyHerbert Xu1-13/+13
2022-12-09crypto: safexcel - Set DMA alignment explicitlyHerbert Xu1-49/+50
2022-12-09crypto: hisilicon/hpre - Set DMA alignment explicitlyHerbert Xu1-15/+25
2022-12-09crypto: chelsio - Set DMA alignment explicitlyHerbert Xu1-21/+22
2022-12-09crypto: ccree - Set DMA alignment explicitlyHerbert Xu3-83/+83
2022-12-09crypto: ccp - Set DMA alignment explicitlyHerbert Xu8-71/+76
2022-12-09crypto: cavium - Set DMA alignment explicitlyHerbert Xu2-11/+11
2022-12-09crypto: img-hash - Fix variable dereferenced before check 'hdev->req'Gaosheng Cui1-2/+6
2022-12-09crypto: chelsio - Fix flexible struct array warningHerbert Xu2-6/+6