summaryrefslogtreecommitdiff
path: root/drivers/crypto
AgeCommit message (Expand)AuthorFilesLines
2022-10-28crypto: rockchip - introduce PMCorentin Labbe4-2/+69
2022-10-28crypto: rockchip - add debugfsCorentin Labbe5-0/+91
2022-10-28crypto: rockchip - rewrite typeCorentin Labbe4-23/+28
2022-10-28crypto: rockchip - rework by using crypto_engineCorentin Labbe5-365/+221
2022-10-28crypto: rockchip - remove non-aligned handlingCorentin Labbe4-103/+31
2022-10-28crypto: rockchip - better handle cipher keyCorentin Labbe2-3/+8
2022-10-28crypto: rockchip - add fallback for ahashCorentin Labbe1-0/+38
2022-10-28crypto: rockchip - add fallback for cipherCorentin Labbe3-13/+90
2022-10-28crypto: rockchip - do not store mode globallyCorentin Labbe2-22/+41
2022-10-28crypto: rockchip - fix privete/private typoCorentin Labbe1-1/+1
2022-10-28crypto: rockchip - do not do custom power managementCorentin Labbe4-8/+6
2022-10-28crypto: rockchip - do not use uninitialized variableCorentin Labbe1-1/+1
2022-10-28crypto: rockchip - use dev_err for error message about interruptCorentin Labbe1-2/+1
2022-10-21crypto: talitos - Use the defined variable to clean codejianchunfu1-3/+3
2022-10-21crypto: n2 - add missing hash statesizeCorentin Labbe1-0/+6
2022-10-21crypto: ixp4xx - Fix sparse warningsHerbert Xu1-5/+5
2022-10-21crypto: stm32 - Fix spelling mistake "wite" -> "write"Colin Ian King1-2/+2
2022-10-21crypto: ccp - Add support for TEE for PCI ID 0x14CAMario Limonciello1-1/+10
2022-10-21crypto: nitrox - avoid double free on error path in nitrox_sriov_init()Natalia Petrova1-0/+1
2022-10-21crypto: ccp - Remove unused struct ccp_crypto_cpuYuan Can1-7/+0
2022-10-21crypto: sun8i-ss - use dma_addr instead u32Corentin Labbe1-1/+1
2022-10-21crypto: inside-secure - Add MaxLinear platformPeter Harliman Liem2-1/+13
2022-10-21crypto: inside-secure - Add fw_little_endian optionPeter Harliman Liem2-4/+11
2022-10-21crypto: inside-secure - Expand soc data structurePeter Harliman Liem2-15/+35
2022-10-21crypto: talitos - Replace zero-length arrays with DECLARE_FLEX_ARRAY() helperGustavo A. R. Silva1-2/+2
2022-10-21crypto: ccp - Add __init/__exit annotations to module init/exit funcsruanjinjie1-2/+2
2022-10-21crypto: hisilicon/qm - re-enable communicate interrupt before notifying PFWeili Qian1-1/+1
2022-10-21crypto: hisilicon/sec - enabling clock gating of the address prefetch moduleWeili Qian1-1/+1
2022-10-21crypto: hisilicon/qm - fix incorrect parameters usageWeili Qian1-2/+2
2022-10-21crypto: hisilicon/qm - drop unnecessary IS_ENABLE(CONFIG_NUMA) checkYicong Yang1-6/+4
2022-10-21crypto: hisilicon/hpre - fix resource leak in remove processZhiqi Song1-8/+2
2022-10-10Merge tag 'v6.1-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds55-1044/+5094
2022-10-05Merge tag 'i2c-for-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2-8/+4
2022-09-30crypto: aspeed - Remove redundant dev_err callShang XiaoJing1-3/+1
2022-09-30crypto: bcm - Simplify obtain the name for cipherGaosheng Cui1-2/+2
2022-09-30crypto: marvell/octeontx - use sysfs_emit() to instead of scnprintf()ye xingchen1-4/+4
2022-09-30crypto: zip - remove the unneeded result variableye xingchen1-24/+6
2022-09-30crypto: qat - add limit to linked list parsingAdam Guerin1-2/+6
2022-09-30crypto: octeontx2 - Remove the unneeded result variableye xingchen1-4/+1
2022-09-30crypto: ccp - Remove the unneeded result variableye xingchen1-4/+1
2022-09-30crypto: aspeed - Fix check for platform_get_irq() errorsYueHaibing1-3/+1
2022-09-30crypto: virtio - fix memory-leaklei he1-0/+4
2022-09-30crypto: cavium - prevent integer overflow loading firmwareDan Carpenter1-2/+4
2022-09-30crypto: marvell/octeontx - prevent integer overflowsDan Carpenter1-2/+16
2022-09-30crypto: aspeed - fix build error when only CRYPTO_DEV_ASPEED is enabledNeal Liu2-5/+5
2022-09-28virtio-crypto: fix memory-leaklei he1-0/+4
2022-09-24crypto: hisilicon/qm - fix the qos value initializationKai Ye1-7/+15
2022-09-24crypto: sun4i-ss - use DEFINE_SHOW_ATTRIBUTE to simplify sun4i_ss_debugfsLiu Shixin1-14/+2
2022-09-24crypto: artpec6 - Fix printk warning on size_t/%dHerbert Xu1-1/+1
2022-09-24crypto: inside-secure - Replace generic aes with libaesPeter Harliman Liem2-54/+21