summaryrefslogtreecommitdiffstats
path: root/drivers/crypto
Commit message (Expand)AuthorAgeFilesLines
* crypto: starfive - Depend on AMBA_PL08X instead of selecting itHerbert Xu2023-05-241-3/+2
* crypto: starfive - Fix driver dependenciesJia Jie Ho2023-05-221-2/+1
* crypto: starfive - Add hash and HMAC supportJia Jie Ho2023-05-195-4/+1003
* crypto: starfive - Add crypto engine supportJia Jie Ho2023-05-196-0/+287
* crypto: caam - Fix soc_id matchingPankaj Gupta2023-05-191-4/+13
* crypto: sa2ul - change unsafe data size limit to 255 bytesTero Kristo2023-05-191-1/+1
* crypto: octeontx2 - hardware configuration for inline IPsecSrujana Challa2023-05-1210-38/+261
* crypto: octeontx2 - add support for AF to CPT PF uplink mboxSrujana Challa2023-05-123-2/+98
* hwrng: histb - Move driver to drivers/char/hw_random/histb-rng.cDavid Yang2023-05-124-187/+1
* crypto: ixp4xx - silence uninitialized variable warningDan Carpenter2023-05-121-1/+1
* crypto: caam - refactor RNG initializationHoria GeantA2023-05-122-91/+115
* Merge tag 'v6.4-p2' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds2023-05-071-1/+1
|\
| * crypto: sun8i-ss - Fix a test in sun8i_ss_setup_ivs()Christophe JAILLET2023-04-281-1/+1
* | Merge tag 'mm-stable-2023-04-27-15-30' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-04-272-4/+4
|\ \
| * | mm, treewide: redefine MAX_ORDER sanelyKirill A. Shutemov2023-04-052-4/+4
* | | Merge tag 'driver-core-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2023-04-272-2/+2
|\ \ \
| * | | crypto: hisilicon/qm - make struct bus_type * constGreg Kroah-Hartman2023-03-231-1/+1
| * | | driver core: class: remove module * from class_create()Greg Kroah-Hartman2023-03-171-1/+1
| |/ /
* | | Merge tag 'v6.4-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds2023-04-26167-677/+1194
|\ \ \ | | |/ | |/|
| * | crypto: ixp4xx - fix building wiht 64-bit dma_addr_tArnd Bergmann2023-04-141-6/+8
| * | crypto: caam - OP-TEE firmware supportHoria GeantA2023-04-143-1/+26
| * | crypto: caam - reduce page 0 regs access to minimumHoria GeantA2023-04-147-58/+84
| * | crypto: ccp - Use lower 8 bytes to communicate with doorbell command registerMario Limonciello2023-04-141-2/+3
| * | crypto: ccp - Return doorbell status code as an argumentMario Limonciello2023-04-141-1/+3
| * | crypto: ccp - Bump up doorbell debug message to errorMario Limonciello2023-04-141-1/+1
| * | crypto: ccp - Drop extra doorbell checksMario Limonciello2023-04-141-20/+0
| * | crypto: ccp - Don't initialize CCP for PSP 0x1649Mario Limonciello2023-04-141-1/+1
| * | crypto: ixp4xx - Do not check word size when compile testingHerbert Xu2023-04-111-1/+2
| * | crypto: hisilicon/trng - add support for HiSTB TRNGDavid Yang2023-04-064-1/+187
| * | crypto: atmel-aes - Match cfb block size with generic implementationRyan Wanner2023-04-061-1/+1
| * | crypto: atmel-aes - Detecting in-place operations two sg listsRyan Wanner2023-04-061-10/+4
| * | crypto: atmel-tdes - Detecting in-place operations with two sg listsRyan Wanner2023-04-061-10/+5
| * | crypto: atmel-sha - Add zero length message digest support for hmacRyan Wanner2023-04-061-4/+30
| * | crypto: qat - Move driver to drivers/crypto/intel/qatTom Zanussi2023-04-06110-2/+2
| * | crypto: ixp4xx - Move driver to drivers/crypto/intel/ixp4xxTom Zanussi2023-04-067-16/+18
| * | crypto: keembay - Move driver to drivers/crypto/intel/keembayTom Zanussi2023-04-0613-2/+8
| * | crypto: ccp - Clear PSP interrupt status register before calling handlerJeremi Piotrowski2023-04-061-3/+3
| * | crypto: mxs-dcp - Use the devm_clk_get_optional_enabled() helperChristophe JAILLET2023-03-311-16/+5
| * | crypto: img-hash - Fix img_hash_match unused warningKrzysztof Kozlowski2023-03-311-1/+1
| * | crypto: sa2ul - Select CRYPTO_DESSuman Anna2023-03-311-0/+1
| * | crypto: caam - Clear some memory in instantiate_rngChristophe JAILLET2023-03-311-2/+4
| * | crypto: caam - remove unnecessary (void*) conversionsYu Zhe2023-03-241-1/+1
| * | crypto: drivers - remove unnecessary (void*) conversionsYu Zhe2023-03-244-18/+18
| * | crypto: crypto4xx - remove unnecessary (void*) conversionsYu Zhe2023-03-241-1/+1
| * | crypto: caam/jr - add .shutdown hookGaurav Jain2023-03-241-0/+6
| * | crypto: ccree - Depend on HAS_IOMEMHerbert Xu2023-03-241-1/+1
| * | crypto: keembay - Drop if with an always false conditionUwe Kleine-König2023-03-241-2/+0
| * | crypto: stm32 - Use devm_platform_get_and_ioremap_resource()Yang Li2023-03-241-2/+1
| * | crypto: img-hash - Use devm_platform_get_and_ioremap_resource()Yang Li2023-03-241-2/+1
| * | crypto: stm32 - Save and restore between each requestHerbert Xu2023-03-171-108/+56