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