summaryrefslogtreecommitdiffstats
path: root/drivers/crypto
AgeCommit message (Expand)AuthorLines
2022-10-21crypto: hisilicon/qm - drop unnecessary IS_ENABLE(CONFIG_NUMA) checkYicong Yang-6/+4
2022-10-21crypto: hisilicon/hpre - fix resource leak in remove processZhiqi Song-8/+2
2022-10-10Merge tag 'v6.1-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds-1044/+5094
2022-10-04Merge tag 'i2c-for-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-8/+4
2022-09-30crypto: aspeed - Remove redundant dev_err callShang XiaoJing-3/+1
2022-09-30crypto: bcm - Simplify obtain the name for cipherGaosheng Cui-2/+2
2022-09-30crypto: marvell/octeontx - use sysfs_emit() to instead of scnprintf()ye xingchen-4/+4
2022-09-30crypto: zip - remove the unneeded result variableye xingchen-24/+6
2022-09-30crypto: qat - add limit to linked list parsingAdam Guerin-2/+6
2022-09-30crypto: octeontx2 - Remove the unneeded result variableye xingchen-4/+1
2022-09-30crypto: ccp - Remove the unneeded result variableye xingchen-4/+1
2022-09-30crypto: aspeed - Fix check for platform_get_irq() errorsYueHaibing-3/+1
2022-09-30crypto: virtio - fix memory-leaklei he-0/+4
2022-09-30crypto: cavium - prevent integer overflow loading firmwareDan Carpenter-2/+4
2022-09-30crypto: marvell/octeontx - prevent integer overflowsDan Carpenter-2/+16
2022-09-30crypto: aspeed - fix build error when only CRYPTO_DEV_ASPEED is enabledNeal Liu-5/+5
2022-09-27virtio-crypto: fix memory-leaklei he-0/+4
2022-09-24crypto: hisilicon/qm - fix the qos value initializationKai Ye-7/+15
2022-09-24crypto: sun4i-ss - use DEFINE_SHOW_ATTRIBUTE to simplify sun4i_ss_debugfsLiu Shixin-14/+2
2022-09-24crypto: artpec6 - Fix printk warning on size_t/%dHerbert Xu-1/+1
2022-09-24crypto: inside-secure - Replace generic aes with libaesPeter Harliman Liem-54/+21
2022-09-24crypto: inside_secure - Avoid dma map if size is zeroPeter Harliman Liem-13/+31
2022-09-16crypto: qat - use reference to structure in dma_map_single()Damian Muszynski-6/+6
2022-09-16Revert "crypto: qat - reduce size of mapped region"Giovanni Cabiddu-6/+6
2022-09-16crypto: qat - fix DMA transfer directionDamian Muszynski-6/+12
2022-09-16crypto: hisilicon - support get algs by the capability registerZhiqi Song-18/+222
2022-09-16crypto: hisilicon/sec - get algorithm bitmap from registersWenkai Lin-121/+236
2022-09-16crypto: hisilicon/zip - support zip capabilityWeili Qian-42/+128
2022-09-16crypto: hisilicon/hpre - optimize registration of ecdhZhiqi Song-73/+63
2022-09-16crypto: hisilicon/hpre - support hpre capabilityZhiqi Song-38/+157
2022-09-16crypto: hisilicon/qm - support get device irq information from hardware regis...Weili Qian-99/+195
2022-09-16crypto: hisilicon/qm - get error type from hardware registersWeili Qian-103/+202
2022-09-16crypto: hisilicon/qm - add UACCE_CMD_QM_SET_QP_INFO supportWeili Qian-3/+18
2022-09-16crypto: hisilicon/qm - get qp num and depth from hardware registersWeili Qian-133/+198
2022-09-16crypto: hisilicon/qm - get hardware features from hardware registersWeili Qian-67/+141
2022-09-16crypto: hisilicon/sec - delete redundant blank linesKai Ye-2/+0
2022-09-16crypto: inside-secure - Change swab to swab32Peter Harliman Liem-4/+4
2022-09-09crypto: nx - Remove the unneeded result variableye xingchen-4/+1
2022-09-09crypto: ccp - Release dma channels before dmaengine unrgisterKoba Ko-1/+5
2022-09-09crypto: octeontx - Remove the unneeded result variableye xingchen-15/+5
2022-09-09crypto: aspeed - fix return value check in aspeed_hace_probe()Sun Ke-2/+2
2022-09-07crypto: aspeed - Fix sparse warningsHerbert Xu-40/+40
2022-09-07crypto: aspeed: fix format unexpected build warningNeal Liu-3/+3
2022-09-06crypto: aspeed - fix build module errorNeal Liu-7/+4
2022-09-02crypto: hisilicon/qm - return failure if vfs_num exceeds total VFsWeili Qian-1/+7
2022-09-02crypto: hisilicon/qm - fix missing put dfx accessWeili Qian-2/+4
2022-09-02crypto: hisilicon/qm - check mailbox operation resultWeili Qian-1/+14
2022-09-02crypto: aspeed - Enable compile testingHerbert Xu-1/+1
2022-09-02crypto: qat - fix default value of WDT timerLucas Segarra Fernandez-1/+1
2022-09-02crypto: bcm - fix repeated words in commentswangjianli-1/+1