summaryrefslogtreecommitdiffstats
path: root/drivers/crypto
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2021-04-26135-1409/+2877
|\
| * crypto: s5p-sss - consistently use local 'dev' variable in probe()Krzysztof Kozlowski2021-04-221-2/+2
| * crypto: s5p-sss - remove unneeded local variable initializationKrzysztof Kozlowski2021-04-221-1/+1
| * crypto: s5p-sss - simplify getting of_device_id match dataKrzysztof Kozlowski2021-04-221-6/+3
| * ccp: ccp - add support for Green SardineDevaraj Rangasamy2021-04-221-0/+1
| * crypto: ccp - Make ccp_dev_suspend and ccp_dev_resume void functionsTian Tao2021-04-223-29/+10
| * crypto: octeontx2 - add support for OcteonTX2 98xx CPT block.Srujana Challa2021-04-227-58/+153
| * crypto: chelsio/chcr - Remove useless MODULE_VERSIONVinay Kumar Yadav2021-04-222-3/+1
| * crypto: ux500/cryp - Remove duplicate argumentWan Jiabing2021-04-221-1/+0
| * crypto: chelsio - remove unused functionJiapeng Chong2021-04-221-5/+0
| * crypto: sa2ul - Add support for AM64Peter Ujfalusi2021-04-222-39/+96
| * crypto: sa2ul - Support for per channel coherencyPeter Ujfalusi2021-04-221-1/+1
| * crypto: hisilicon - enable new error types for QMWeili Qian2021-04-222-3/+8
| * crypto: hisilicon - add new error type for SECWeili Qian2021-04-221-3/+23
| * crypto: hisilicon - support new error types for ZIPWeili Qian2021-04-221-2/+7
| * crypto: hisilicon - dynamic configuration 'err_info'Weili Qian2021-04-225-43/+59
| * crypto: hisilicon/hpre - delete redundant log and return in advanceHui Tang2021-04-161-1/+1
| * crypto: hisilicon/hpre - add debug logHui Tang2021-04-161-1/+7
| * crypto: hisilicon/hpre - use the correct variable typeHui Tang2021-04-161-1/+2
| * crypto: hisilicon/hpre - delete the rudundant space after returnHui Tang2021-04-162-3/+3
| * crypto: qat - enable detection of accelerators hangWojciech Ziemba2021-04-169-1/+99
| * crypto: hisilicon/sgl - fix the sg buf unmapKai Ye2021-04-161-1/+13
| * crypto: hisilicon/sgl - fix the soft sg map to hardware sgKai Ye2021-04-161-0/+1
| * crypto: hisilicon/sgl - add some dfx logsKai Ye2021-04-161-4/+11
| * crypto: hisilicon/sgl - delete unneeded variable initializationKai Ye2021-04-161-1/+1
| * crypto: hisilicon/sgl - add a comment for block size initializationKai Ye2021-04-161-0/+5
| * crypto: hisilicon/sec - use the correct print formatKai Ye2021-04-161-3/+3
| * crypto: atmel - use the correct print formatKai Ye2021-04-162-3/+3
| * crypto: omap-aes - Fix PM reference leak on omap-aes.cShixin Liu2021-04-161-4/+3
| * crypto: sa2ul - Fix PM reference leak in sa_ul_probe()Shixin Liu2021-04-161-1/+1
| * crypto: stm32/cryp - Fix PM reference leak on stm32-cryp.cShixin Liu2021-04-161-2/+2
| * crypto: stm32/hash - Fix PM reference leak on stm32-hash.cShixin Liu2021-04-161-4/+4
| * crypto: sun8i-ce - Fix PM reference leak in sun8i_ce_probe()Shixin Liu2021-04-161-1/+1
| * crypto: sun8i-ss - Fix PM reference leak when pm_runtime_get_sync() failsShixin Liu2021-04-162-2/+2
| * crypto: sun4i-ss - Fix PM reference leak when pm_runtime_get_sync() failsShixin Liu2021-04-164-4/+4
| * crypto: cavium/zip - remove unused including <linux/version.h>Tian Tao2021-04-161-1/+0
| * crypto: ccree - Remove redundant dev_err call in init_cc_resources()YueHaibing2021-04-161-3/+1
| * crypto: keembay - Remove redundant dev_err callsYueHaibing2021-04-162-6/+2
| * crypto: ux500 - Remove redundant dev_err callsYueHaibing2021-04-162-2/+0
| * crypto: img-hash - Remove redundant dev_err call in img_hash_probe()YueHaibing2021-04-161-3/+0
| * crypto: atmel-tdes - Remove redundant dev_err call in atmel_tdes_probe()YueHaibing2021-04-161-1/+0
| * crypto: hisilicon/trng - add version to adapt new algorithmWeili Qian2021-04-161-3/+10
| * crypto: hisilicon/qm - add stop queue by hardwareWeili Qian2021-04-161-1/+28
| * crypto: ixp4xx - use DEFINE_SPINLOCK() for spinlockGuobin Huang2021-04-161-5/+2
| * crypto: geode - use DEFINE_SPINLOCK() for spinlockGuobin Huang2021-04-161-3/+1
| * crypto: chelsio - Read rxchannel-id from firmwareAyush Sawal2021-04-121-2/+17
| * crypto: qat - Fix a double free in adf_create_ringLv Yunlong2021-04-091-0/+1
| * crypto: hisilicon/qm - delete redundant codeKai Ye2021-04-091-1/+0
| * crypto: hisilicon/sec - fixup checking the 3DES weak keyKai Ye2021-04-091-2/+11
| * crypto: sa2ul - Fix memory leak of rxdColin Ian King2021-04-091-2/+6