summaryrefslogtreecommitdiffstats
path: root/drivers/crypto
AgeCommit message (Expand)AuthorLines
2021-07-10Merge tag 'arm-soc-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/soc...Linus Torvalds-0/+4
2021-07-09Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds-8/+10
2021-07-02Merge tag 'powerpc-5.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds-4/+143
2021-06-28crypto: hisilicon/sec - fix the process of disabling sva prefetchingKai Ye-0/+3
2021-06-28crypto: sl3516 - Add dependency on ARCH_GEMINIGeert Uytterhoeven-2/+2
2021-06-28crypto: sl3516 - Typo s/Stormlink/Storlink/Geert Uytterhoeven-3/+3
2021-06-28crypto: omap - Drop obsolete PageSlab checkHerbert Xu-2/+1
2021-06-28crypto: qat - ratelimit invalid ioctl message and print the invalid cmdColin Ian King-1/+1
2021-06-24crypto: sl3516 - depends on HAS_IOMEMCorentin Labbe-0/+1
2021-06-24crypto: hisilicon/qm - implement for querying hardware tasks status.Wenkai Lin-0/+18
2021-06-24crypto: sl3516 - Fix build warning without CONFIG_PMYueHaibing-0/+1
2021-06-24crypto: nx - Fix numerous sparse byte-order warningsHerbert Xu-22/+32
2021-06-24crypto: nx - Fix RCU warning in nx842_OF_upd_statusHerbert Xu-2/+4
2021-06-24crypto: nx - Fix memcpy() over-reading in nonceKees Cook-1/+1
2021-06-24crypto: hisilicon/sec - Fix spelling mistake "fallbcak" -> "fallback"Colin Ian King-1/+1
2021-06-24crypto: sa2ul - Remove unused auth_len variableHerbert Xu-4/+0
2021-06-24crypto: sl3516 - fix duplicated inclusionkernel test robot-1/+0
2021-06-23Merge tag 'ixp4xx-arm-soc-v5.14' of git://git.kernel.org/pub/scm/linux/kernel...Olof Johansson-0/+4
2021-06-20crypto/nx: Register and unregister VAS interface on PowerVMHaren Myneni-0/+9
2021-06-20crypto/nx: Add sysfs interface to export NX capabilitiesHaren Myneni-0/+43
2021-06-20crypto/nx: Get NX capabilities for GZIP coprocessor typeHaren Myneni-0/+87
2021-06-20crypto/nx: Rename nx-842-pseries file name to nx-common-pseriesHaren Myneni-1/+1
2021-06-20powerpc/powernv/vas: Rename register/unregister functionsHaren Myneni-3/+3
2021-06-17soc: ixp4xx: move cpu detection to linux/soc/ixp4xx/cpu.hArnd Bergmann-0/+4
2021-06-17crypto: hisilicon/zip - adds the max shaper type rateKai Ye-0/+11
2021-06-17crypto: hisilicon/hpre - adds the max shaper type rateKai Ye-0/+7
2021-06-17crypto: hisilicon/sec - adds the max shaper type rateKai Ye-0/+7
2021-06-17crypto: hisilicon/qm - supports to inquiry each function's QoSKai Ye-7/+174
2021-06-17crypto: hisilicon/qm - add pf ping single vf functionKai Ye-0/+36
2021-06-17crypto: hisilicon/qm - merges the work initialization process into a single f...Kai Ye-7/+11
2021-06-17crypto: hisilicon/qm - add the "alg_qos" file nodeKai Ye-129/+155
2021-06-17crypto: hisilicon/qm - supports writing QoS int the hostKai Ye-2/+310
2021-06-17crypto: ccp - Use list_move_tail instead of list_del/list_add_tail in ccp-dma...Baokun Li-2/+1
2021-06-17crypto: marvell/cesa - change FPGA indirect article to anTom Rix-1/+1
2021-06-11crypto: cavium/nitrox - Fix an error rhandling path in 'nitrox_probe()'Christophe JAILLET-10/+8
2021-06-11crypto: hisilicon/sec - modify the SEC request structureKai Ye-19/+22
2021-06-11crypto: hisilicon/sec - add hardware integrity check value processKai Ye-34/+48
2021-06-11crypto: hisilicon/sec - add fallback tfm supporting for aeadsKai Ye-5/+94
2021-06-11crypto: hisilicon/sec - add new algorithm mode for AEADKai Ye-34/+345
2021-06-11crypto: qce - fix error return code in qce_skcipher_async_req_handle()Wei Yongjun-2/+6
2021-06-11crypto: sl3516 - Add sl3516 crypto engineCorentin Labbe-0/+1353
2021-06-11crypto: omap-sham - Fix PM reference leak in omap sham opsZhang Qilong-2/+2
2021-06-11crypto: omap-des - using pm_runtime_resume_and_get instead of pm_runtime_get_...Zhang Qilong-6/+3
2021-06-11crypto: nitrox - fix unchecked variable in nitrox_register_interruptsTong Tiangen-0/+4
2021-06-03crypto: hisilicon/qm - update reset flowWeili Qian-17/+262
2021-06-03crypto: hisilicon/qm - add callback to support communicationWeili Qian-27/+190
2021-06-03crypto: hisilicon/qm - enable PF and VFs communicationWeili Qian-8/+106
2021-06-03crypto: hisilicon/qm - adjust reset interfaceWeili Qian-51/+89
2021-06-03crypto: hisilicon/hpre - register ecdh NIST P384Hui Tang-4/+52
2021-06-03crypto: hisilicon/hpre - add check before gx modulo pHui Tang-1/+5