summaryrefslogtreecommitdiffstats
path: root/drivers/crypto/hisilicon (follow)
Commit message (Expand)AuthorAgeFilesLines
* crypto: hisilicon/qm - fix the qos value initializationKai Ye2022-09-241-7/+15
* crypto: hisilicon - support get algs by the capability registerZhiqi Song2022-09-165-18/+222
* crypto: hisilicon/sec - get algorithm bitmap from registersWenkai Lin2022-09-163-121/+236
* crypto: hisilicon/zip - support zip capabilityWeili Qian2022-09-163-42/+128
* crypto: hisilicon/hpre - optimize registration of ecdhZhiqi Song2022-09-161-73/+63
* crypto: hisilicon/hpre - support hpre capabilityZhiqi Song2022-09-163-38/+157
* crypto: hisilicon/qm - support get device irq information from hardware regis...Weili Qian2022-09-161-99/+195
* crypto: hisilicon/qm - get error type from hardware registersWeili Qian2022-09-165-103/+202
* crypto: hisilicon/qm - add UACCE_CMD_QM_SET_QP_INFO supportWeili Qian2022-09-161-3/+18
* crypto: hisilicon/qm - get qp num and depth from hardware registersWeili Qian2022-09-167-133/+198
* crypto: hisilicon/qm - get hardware features from hardware registersWeili Qian2022-09-164-67/+141
* crypto: hisilicon/sec - delete redundant blank linesKai Ye2022-09-161-2/+0
* crypto: hisilicon/qm - return failure if vfs_num exceeds total VFsWeili Qian2022-09-021-1/+7
* crypto: hisilicon/qm - fix missing put dfx accessWeili Qian2022-09-021-2/+4
* crypto: hisilicon/qm - check mailbox operation resultWeili Qian2022-09-021-1/+14
* crypto: hisilicon/qm - no judgment in the back processKai Ye2022-08-261-5/+3
* crypto: hisilicon/qm - remove unneeded hardware cache write backWeili Qian2022-08-191-1/+0
* crypto: hisilicon/qm - remove unneeded data storageJunchong Pan2022-08-191-60/+20
* crypto: hisilicon/qm - fix missing destroy qp_idrWeili Qian2022-08-191-3/+4
* crypto: hisilicon/hpre - change return type of hpre_cluster_inqry_write()Weili Qian2022-08-191-6/+2
* crypto: hisilicon/zip - some misc cleanupYang Shen2022-08-193-19/+23
* crypto: hisilicon/zip - optimization for performanceYang Shen2022-08-191-14/+13
* crypto: hisilicon - Remove pci_aer_clear_nonfatal_status() callZhuo Chen2022-08-191-2/+0
* crypto: hisilicon/zip - fix mismatch in get/set sgl_sge_nrYe Weihua2022-08-191-2/+2
* crypto: hisilicon/zip - Use the bitmap API to allocate bitmapsChristophe JAILLET2022-07-291-5/+5
* crypto: hisilicon/sec - fix auth key size errorKai Ye2022-07-292-3/+4
* crypto: hisilicon/hpre - don't use GFP_KERNEL to alloc mem during softirqZhengchao Shao2022-07-291-1/+1
* crypto: hisilicon - Kunpeng916 crypto driver don't sleep when in softirqZhengchao Shao2022-07-082-8/+8
* crypto: hisilicon/sec - don't sleep when in softirqZhengchao Shao2022-07-082-11/+11
* crypto: hisilicon/sec - fix inconsistent argumentJianglei Nie2022-07-081-1/+1
* crypto: hisilicon/sec - only HW V2 needs to change the BD err detectionKai Ye2022-06-171-7/+8
* crypto: hisilicon/qm - modify event irq processingWeili Qian2022-06-171-50/+92
* crypto: hisilicon/qm - move alloc qm->wq to qm.cWeili Qian2022-06-173-49/+27
* crypto: hisilicon/qm - add functions for releasing resourcesWeili Qian2022-06-171-12/+16
* crypto: hisilicon/trng - fix local variable typeWeili Qian2022-06-171-1/+1
* crypto: hisilicon/sec - fix typos in commentJulia Lawall2022-06-101-2/+2
* crypto: hisilicon/sec - delete the flag CRYPTO_ALG_ALLOCATES_MEMORYKai Ye2022-05-201-2/+0
* crypto: hisilicon/sec - add sm4 generic selectionKai Ye2022-05-061-0/+1
* crypto: hisilicon/qm - remove hisi_qm_get_free_qp_num()Weili Qian2022-04-211-19/+9
* crypto: hisilicon/qm - replace hisi_qm_release_qp() with hisi_qm_free_qps()Weili Qian2022-04-212-3/+2
* crypto: hisilicon/qm - set function with staticWeili Qian2022-04-211-4/+2
* crypto: hisilicon/sgl - align the hardware sgl dma addressYang Shen2022-04-151-2/+4
* crypto: hisilicon/zip - support last word dumpingKai Ye2022-04-151-1/+106
* crypto: hisilicon/hpre - support last word dumpingKai Ye2022-04-151-20/+112
* crypto: hisilicon/sec - support last word dumpingKai Ye2022-04-151-1/+54
* crypto: hisilicon/qm - add last word dumping for ACCKai Ye2022-04-151-0/+57
* crypto: hisilicon/zip - support register checkingKai Ye2022-04-151-8/+70
* crypto: hisilicon/sec - support register checkingKai Ye2022-04-151-0/+53
* crypto: hisilicon/hpre - support register checkingKai Ye2022-04-151-18/+72
* crypto: hisilicon/qm - add register checking for ACCKai Ye2022-04-151-1/+181