summaryrefslogtreecommitdiff
path: root/drivers/crypto
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | crypto: stm32 - Fix empty message processingHerbert Xu2023-03-171-9/+13
| * | crypto: stm32 - Remove unused HASH_FLAGS_ERRORSHerbert Xu2023-03-171-4/+0
| * | crypto: stm32 - Move hash state into separate structureHerbert Xu2023-03-171-56/+71
| * | crypto: stm32 - Remove unused hdev->err fieldHerbert Xu2023-03-171-3/+0
| * | crypto: stm32 - Simplify finupHerbert Xu2023-03-171-22/+19
| * | crypto: stm32 - Move polling into do_one_requestHerbert Xu2023-03-171-17/+12
| * | crypto: stm32 - Save 54 CSR registersHerbert Xu2023-03-171-1/+1
| * | crypto: atmel-sha204a - Mark OF related data as maybe unusedKrzysztof Kozlowski2023-03-171-1/+1
| * | crypto: ccp - Add support for ringing a platform doorbellMario Limonciello2023-03-174-0/+72
| * | crypto: ccp - Enable platform access interface on client PSP partsMario Limonciello2023-03-171-0/+7
| * | crypto: ccp - Add support for an interface for platform featuresMario Limonciello2023-03-176-1/+227