summaryrefslogtreecommitdiff
path: root/drivers/crypto
AgeCommit message (Expand)AuthorFilesLines
2023-08-11crypto: starfive - fix return value check in starfive_aes_prepare_req()Yang Yingliang1-2/+2
2023-08-04crypto: atmel - Use dev_err_probe instead of dev_errWang Ming1-2/+2
2023-08-04crypto: caam - add power management supportHoria Geanta4-21/+306
2023-08-04crypto: caam - Change structure type representing DECO MIDFranck LENORMAND1-7/+1
2023-07-28crypto: caam - Remove messages related to memory allocation failureChristophe JAILLET1-11/+3
2023-07-28crypto: caam - Use struct_size()Christophe JAILLET1-2/+1
2023-07-28crypto: starfive - Add AES skcipher and aead supportJia Jie Ho5-7/+1132
2023-07-24s390/zcrypt: remove CEX2 and CEX3 device driversHarald Freudenberger1-4/+3
2023-07-22crypto: hisilicon/hpre - enable sva error interrupt eventWeili Qian1-1/+4
2023-07-22crypto: hisilicon/qm - increase device doorbell timeoutWeili Qian1-0/+6
2023-07-22crypto: hisilicon/qm - stop function and write data to memoryWeili Qian1-6/+8
2023-07-22crypto: hisilicon/qm - flush all work before driver removedWeili Qian1-0/+8
2023-07-22crypto: stm32 - remove flag HASH_FLAGS_DMA_READYThomas Bourgoin1-13/+8
2023-07-22crypto: stm32 - fix MDMAT conditionThomas Bourgoin1-1/+1
2023-07-22crypto: stm32 - check request size and scatterlist size when using DMA.Thomas Bourgoin1-5/+10
2023-07-22crypto: stm32 - fix loop iterating through scatterlist for DMAThomas Bourgoin1-1/+1
2023-07-22crypto: stm32 - remove bufcnt in stm32_hash_write_ctrl.Thomas Bourgoin1-3/+3
2023-07-22crypto: stm32 - add new algorithms supportThomas Bourgoin2-125/+543
2023-07-20crypto: hisilicon/hpre - ensure private key less than nWeili Qian1-2/+8
2023-07-20crypto: starfive - Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-07-20crypto: atmel-tdes - Use devm_platform_get_and_ioremap_resource()Yangtao Li1-11/+3
2023-07-20crypto: atmel-sha - Use devm_platform_get_and_ioremap_resource()Yangtao Li1-12/+3
2023-07-20crypto: atmel-aes - Use devm_platform_get_and_ioremap_resource()Yangtao Li1-12/+3
2023-07-20crypto: keembay - Convert to devm_platform_ioremap_resource()Yangtao Li1-9/+1
2023-07-20crypto: omap-des - Use devm_platform_get_and_ioremap_resource()Yangtao Li1-7/+1
2023-07-20crypto: qat - replace the if statement with min()You Kangren1-5/+2
2023-07-20crypto: qat - add heartbeat counters checkDamian Muszynski6-0/+81
2023-07-20crypto: qat - add heartbeat featureDamian Muszynski20-2/+611
2023-07-20crypto: qat - add measure clock frequencyDamian Muszynski16-0/+268
2023-07-20crypto: qat - drop obsolete heartbeat interfaceDamian Muszynski1-15/+0
2023-07-20crypto: qat - add internal timer for qat 4xxxDamian Muszynski10-0/+137
2023-07-20crypto: qat - add fw_counters debugfs fileLucas Segarra Fernandez7-0/+303
2023-07-20crypto: ccp - Add support for getting and setting DBC parametersMario Limonciello2-0/+47
2023-07-20crypto: ccp - Add support for setting user ID for dynamic boost controlMario Limonciello2-0/+24
2023-07-20crypto: ccp - Add support for fetching a nonce for dynamic boost controlMario Limonciello7-1/+253
2023-07-20crypto: ccp - move setting PSP master to earlier in the initMario Limonciello1-3/+7
2023-07-20crypto: ccp - Add bootloader and TEE version offsetsMario Limonciello1-0/+5
2023-07-20crypto: ccp - Add support for displaying PSP firmware versionsMario Limonciello2-0/+66
2023-07-20crypto: ccp - Rename macro for security attributesMario Limonciello1-13/+13
2023-07-14crypto: qat - change value of default idle filterGiovanni Cabiddu1-1/+1
2023-07-06Merge tag 's390-6.5-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds1-11/+0
2023-07-04Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-0/+1
2023-07-03virtio-crypto: call scheduler when we free unused buffsXianting Tian1-0/+1
2023-07-03s390/zcrypt: remove ZCRYPT_MULTIDEVNODES kernel config optionHarald Freudenberger1-11/+0
2023-07-01Merge tag 'v6.5-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds64-503/+3071
2023-06-30Merge tag 'riscv-for-linus-6.5-mw1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-0/+5
2023-06-30Merge tag 'soc-drivers-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-3/+1
2023-06-28Merge tag 'wq-for-6.5-cleanup-ordered' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2-9/+9
2023-06-23crypto: starfive - Add RSA algo supportJia Jie Ho5-2/+683
2023-06-23crypto: starfive - Update hash module irq handlingJia Jie Ho1-1/+8