summaryrefslogtreecommitdiffstats
path: root/drivers/crypto
AgeCommit message (Expand)AuthorLines
2023-08-04crypto: caam - Change structure type representing DECO MIDFranck LENORMAND-7/+1
2023-07-28crypto: caam - Remove messages related to memory allocation failureChristophe JAILLET-11/+3
2023-07-28crypto: caam - Use struct_size()Christophe JAILLET-2/+1
2023-07-28crypto: starfive - Add AES skcipher and aead supportJia Jie Ho-7/+1132
2023-07-24s390/zcrypt: remove CEX2 and CEX3 device driversHarald Freudenberger-4/+3
2023-07-22crypto: hisilicon/hpre - enable sva error interrupt eventWeili Qian-1/+4
2023-07-22crypto: hisilicon/qm - increase device doorbell timeoutWeili Qian-0/+6
2023-07-22crypto: hisilicon/qm - stop function and write data to memoryWeili Qian-6/+8
2023-07-22crypto: hisilicon/qm - flush all work before driver removedWeili Qian-0/+8
2023-07-22crypto: stm32 - remove flag HASH_FLAGS_DMA_READYThomas Bourgoin-13/+8
2023-07-22crypto: stm32 - fix MDMAT conditionThomas Bourgoin-1/+1
2023-07-22crypto: stm32 - check request size and scatterlist size when using DMA.Thomas Bourgoin-5/+10
2023-07-22crypto: stm32 - fix loop iterating through scatterlist for DMAThomas Bourgoin-1/+1
2023-07-22crypto: stm32 - remove bufcnt in stm32_hash_write_ctrl.Thomas Bourgoin-3/+3
2023-07-22crypto: stm32 - add new algorithms supportThomas Bourgoin-125/+543
2023-07-20crypto: hisilicon/hpre - ensure private key less than nWeili Qian-2/+8
2023-07-20crypto: starfive - Convert to platform remove callback returning voidUwe Kleine-König-4/+2
2023-07-20crypto: atmel-tdes - Use devm_platform_get_and_ioremap_resource()Yangtao Li-11/+3
2023-07-20crypto: atmel-sha - Use devm_platform_get_and_ioremap_resource()Yangtao Li-12/+3
2023-07-20crypto: atmel-aes - Use devm_platform_get_and_ioremap_resource()Yangtao Li-12/+3
2023-07-20crypto: keembay - Convert to devm_platform_ioremap_resource()Yangtao Li-9/+1
2023-07-20crypto: omap-des - Use devm_platform_get_and_ioremap_resource()Yangtao Li-7/+1
2023-07-20crypto: qat - replace the if statement with min()You Kangren-5/+2
2023-07-20crypto: qat - add heartbeat counters checkDamian Muszynski-0/+81
2023-07-20crypto: qat - add heartbeat featureDamian Muszynski-2/+611
2023-07-20crypto: qat - add measure clock frequencyDamian Muszynski-0/+268
2023-07-20crypto: qat - drop obsolete heartbeat interfaceDamian Muszynski-15/+0
2023-07-20crypto: qat - add internal timer for qat 4xxxDamian Muszynski-0/+137
2023-07-20crypto: qat - add fw_counters debugfs fileLucas Segarra Fernandez-0/+303
2023-07-20crypto: ccp - Add support for getting and setting DBC parametersMario Limonciello-0/+47
2023-07-20crypto: ccp - Add support for setting user ID for dynamic boost controlMario Limonciello-0/+24
2023-07-20crypto: ccp - Add support for fetching a nonce for dynamic boost controlMario Limonciello-1/+253
2023-07-20crypto: ccp - move setting PSP master to earlier in the initMario Limonciello-3/+7
2023-07-20crypto: ccp - Add bootloader and TEE version offsetsMario Limonciello-0/+5
2023-07-20crypto: ccp - Add support for displaying PSP firmware versionsMario Limonciello-0/+66
2023-07-20crypto: ccp - Rename macro for security attributesMario Limonciello-13/+13
2023-07-14crypto: qat - change value of default idle filterGiovanni Cabiddu-1/+1
2023-07-06Merge tag 's390-6.5-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds-11/+0
2023-07-03Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds-0/+1
2023-07-03virtio-crypto: call scheduler when we free unused buffsXianting Tian-0/+1
2023-07-03s390/zcrypt: remove ZCRYPT_MULTIDEVNODES kernel config optionHarald Freudenberger-11/+0
2023-06-30Merge tag 'v6.5-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds-503/+3071
2023-06-30Merge tag 'riscv-for-linus-6.5-mw1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-0/+5
2023-06-29Merge tag 'soc-drivers-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-3/+1
2023-06-27Merge tag 'wq-for-6.5-cleanup-ordered' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-9/+9
2023-06-23crypto: starfive - Add RSA algo supportJia Jie Ho-2/+683
2023-06-23crypto: starfive - Update hash module irq handlingJia Jie Ho-1/+8
2023-06-23crypto: caam - optimize RNG sample sizeMeenakshi Aggarwal-22/+44
2023-06-23crypto: caam - add a test for the RNGVictoria Milhoan (b42089)-0/+57
2023-06-23crypto: caam - adjust RNG timing to support more devicesVictoria Milhoan-2/+2