aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/crypto (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-06-03crypto: hisilicon - switch to memdup_user_nul()Zou Wei1-10/+3
2021-05-28crypto: hisilicon/qm - support address prefetchingLongfang Liu5-0/+182
2021-05-28crypto: hisilicon/qm - add MSI detection steps on Kunpeng930Weili Qian1-24/+100
2021-05-28crypto: hisilicon/qm - fix the process of VF's list addingKai Ye1-8/+8
2021-05-28crypto: hisilicon/qm - add dfx log if not use hardware crypto algsKai Ye1-2/+5
2021-05-28crypto: qce - Fix inconsistent indentingJiapeng Chong1-1/+1
2021-05-28crypto: nx - Fix typo in commentShaokun Zhang1-2/+2
2021-05-28crypto: qce: skcipher: Fix incorrect sg count for dma transfersThara Gopinath1-7/+8
2021-05-28crypto: ccp: ccp-dev: Fix a little doc-rotLee Jones1-1/+1
2021-05-28crypto: nx: nx-aes-gcm: Kernel-doc formatting should not be used for headersLee Jones1-13/+11
2021-05-28crypto: cavium: Fix a bunch of kernel-doc related issuesLee Jones6-13/+15
2021-05-28crypto: qce - Fix some error handling pathWei Yongjun1-3/+9
2021-05-28crypto: qat - remove unused macro in FW loaderJack Xu1-1/+0
2021-05-28crypto: qat - check return code of qat_hal_rd_rel_reg()Jack Xu1-1/+5
2021-05-28crypto: qat - report an error if MMP file size is too largeJack Xu1-4/+2
2021-05-28crypto: qat - check MMP size before writing to the SRAMJack Xu3-6/+6
2021-05-28crypto: qat - return error when failing to map FWJack Xu1-1/+2
2021-05-23crypto: ccp - Fix a resource leak in an error handling pathChristophe JAILLET1-2/+4
2021-05-23crypto: hisilicon/qm - enable to close master ooo when NFE occursWeili Qian4-76/+150
2021-05-23crypto: hisilicon/qm - adjust order of device error configurationWeili Qian4-20/+18
2021-05-23crypto: hisilicon/qm - modify 'QM_RESETTING' clearing errorWeili Qian1-1/+1
2021-05-23crypto: hisilicon/qm - initialize the device before doing tasksWeili Qian1-6/+8
2021-05-23crypto: sa2ul - Remove child devices in removeSuman Anna1-0/+2
2021-05-23crypto: sa2ul - Use devm_platform_ioremap_resource()Suman Anna1-5/+5
2021-05-23crypto: sa2ul - Use of_device_get_match_data() helperSuman Anna1-8/+4
2021-05-23crypto: sa2ul - Fix pm_runtime enable in sa_ul_probe()Suman Anna1-0/+1
2021-05-23crypto: sa2ul - Fix leaks on failure paths with sa_dma_init()Suman Anna1-9/+12
2021-05-21crypto: hisilicon/hpre - add 'default' for switch statementHui Tang1-2/+2
2021-05-21crypto: hisilicon/hpre - delete rudundant macro definitionHui Tang1-2/+1
2021-05-21crypto: hisilicon/hpre - use 'GENMASK' to generate mask valueHui Tang2-10/+10
2021-05-21crypto: hisilicon/hpre - delete rudundant initializationHui Tang1-2/+2
2021-05-21crypto: hisilicon/hpre - remove the macro of 'HPRE_DEV'Hui Tang1-27/+26
2021-05-21crypto: hisilicon/hpre - replace macro with inline functionHui Tang1-9/+16
2021-05-21crypto: hisilicon/hpre - init a structure member each lineHui Tang1-14/+42
2021-05-21crypto: hisilicon/hpre - the macro 'HPRE_ADDR' expandsHui Tang1-30/+29
2021-05-21crypto: hisilicon/hpre - fix unmapping invalid dma addressHui Tang1-0/+18
2021-05-21crypto: hisilicon/hpre - extend 'cra_driver_name' with curve nameHui Tang1-2/+2
2021-05-14crypto: ux500 - Fix error return code in hash_hw_final()Zhen Lei1-0/+1
2021-05-14crypto: nx - add missing MODULE_DEVICE_TABLEBixuan Cui1-0/+1
2021-05-14crypto: cavium/nitrox - Fix kernel-docYang Li1-1/+1
2021-05-14crypto: cavium/nitrox - Remove redundant initialization of 'sg'Yang Li1-1/+1
2021-05-14crypto: ixp4xx - Correct functions alignmentCorentin Labbe1-30/+35
2021-05-14crypto: ixp4xx - remove brackets from single statementCorentin Labbe1-26/+21
2021-05-14crypto: ixp4xx - Do not initialize static to NULLCorentin Labbe1-4/+4
2021-05-14crypto: ixp4xx - whitespace fixesCorentin Labbe1-19/+24
2021-05-14crypto: ixp4xx - convert all printk to dev_xxxCorentin Labbe1-8/+6
2021-05-14crypto: ixp4xx - convert unsigned to unsigned intCorentin Labbe1-10/+10
2021-05-14crypto: ixp4xx - fallback when having more than one SGCorentin Labbe2-3/+58
2021-05-14crypto: ixp4xx - update IV after requestsCorentin Labbe1-0/+22
2021-05-14crypto: ixp4xx - dma_unmap the correct addressCorentin Labbe1-1/+1