aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/crypto/hisilicon (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-24crypto: hisilicon/qm - fix the qos value initializationKai Ye1-7/+15
2022-09-16crypto: hisilicon - support get algs by the capability registerZhiqi Song5-18/+222
2022-09-16crypto: hisilicon/sec - get algorithm bitmap from registersWenkai Lin3-121/+236
2022-09-16crypto: hisilicon/zip - support zip capabilityWeili Qian3-42/+128
2022-09-16crypto: hisilicon/hpre - optimize registration of ecdhZhiqi Song1-73/+63
2022-09-16crypto: hisilicon/hpre - support hpre capabilityZhiqi Song3-38/+157
2022-09-16crypto: hisilicon/qm - support get device irq information from hardware registersWeili Qian1-99/+195
2022-09-16crypto: hisilicon/qm - get error type from hardware registersWeili Qian5-103/+202
2022-09-16crypto: hisilicon/qm - add UACCE_CMD_QM_SET_QP_INFO supportWeili Qian1-3/+18
2022-09-16crypto: hisilicon/qm - get qp num and depth from hardware registersWeili Qian7-133/+198
2022-09-16crypto: hisilicon/qm - get hardware features from hardware registersWeili Qian4-67/+141
2022-09-16crypto: hisilicon/sec - delete redundant blank linesKai Ye1-2/+0
2022-09-02crypto: hisilicon/qm - return failure if vfs_num exceeds total VFsWeili Qian1-1/+7
2022-09-02crypto: hisilicon/qm - fix missing put dfx accessWeili Qian1-2/+4
2022-09-02crypto: hisilicon/qm - check mailbox operation resultWeili Qian1-1/+14
2022-08-26crypto: hisilicon/qm - no judgment in the back processKai Ye1-5/+3
2022-08-19crypto: hisilicon/qm - remove unneeded hardware cache write backWeili Qian1-1/+0
2022-08-19crypto: hisilicon/qm - remove unneeded data storageJunchong Pan1-60/+20
2022-08-19crypto: hisilicon/qm - fix missing destroy qp_idrWeili Qian1-3/+4
2022-08-19crypto: hisilicon/hpre - change return type of hpre_cluster_inqry_write()Weili Qian1-6/+2
2022-08-19crypto: hisilicon/zip - some misc cleanupYang Shen3-19/+23
2022-08-19crypto: hisilicon/zip - optimization for performanceYang Shen1-14/+13
2022-08-19crypto: hisilicon - Remove pci_aer_clear_nonfatal_status() callZhuo Chen1-2/+0
2022-08-19crypto: hisilicon/zip - fix mismatch in get/set sgl_sge_nrYe Weihua1-2/+2
2022-07-29crypto: hisilicon/zip - Use the bitmap API to allocate bitmapsChristophe JAILLET1-5/+5
2022-07-29crypto: hisilicon/sec - fix auth key size errorKai Ye2-3/+4
2022-07-29crypto: hisilicon/hpre - don't use GFP_KERNEL to alloc mem during softirqZhengchao Shao1-1/+1
2022-07-08crypto: hisilicon - Kunpeng916 crypto driver don't sleep when in softirqZhengchao Shao2-8/+8
2022-07-08crypto: hisilicon/sec - don't sleep when in softirqZhengchao Shao2-11/+11
2022-07-08crypto: hisilicon/sec - fix inconsistent argumentJianglei Nie1-1/+1
2022-06-17crypto: hisilicon/sec - only HW V2 needs to change the BD err detectionKai Ye1-7/+8
2022-06-17crypto: hisilicon/qm - modify event irq processingWeili Qian1-50/+92
2022-06-17crypto: hisilicon/qm - move alloc qm->wq to qm.cWeili Qian3-49/+27
2022-06-17crypto: hisilicon/qm - add functions for releasing resourcesWeili Qian1-12/+16
2022-06-17crypto: hisilicon/trng - fix local variable typeWeili Qian1-1/+1
2022-06-10crypto: hisilicon/sec - fix typos in commentJulia Lawall1-2/+2
2022-05-20crypto: hisilicon/sec - delete the flag CRYPTO_ALG_ALLOCATES_MEMORYKai Ye1-2/+0
2022-05-06crypto: hisilicon/sec - add sm4 generic selectionKai Ye1-0/+1
2022-04-21crypto: hisilicon/qm - remove hisi_qm_get_free_qp_num()Weili Qian1-19/+9
2022-04-21crypto: hisilicon/qm - replace hisi_qm_release_qp() with hisi_qm_free_qps()Weili Qian2-3/+2
2022-04-21crypto: hisilicon/qm - set function with staticWeili Qian1-4/+2
2022-04-15crypto: hisilicon/sgl - align the hardware sgl dma addressYang Shen1-2/+4
2022-04-15crypto: hisilicon/zip - support last word dumpingKai Ye1-1/+106
2022-04-15crypto: hisilicon/hpre - support last word dumpingKai Ye1-20/+112
2022-04-15crypto: hisilicon/sec - support last word dumpingKai Ye1-1/+54
2022-04-15crypto: hisilicon/qm - add last word dumping for ACCKai Ye1-0/+57
2022-04-15crypto: hisilicon/zip - support register checkingKai Ye1-8/+70
2022-04-15crypto: hisilicon/sec - support register checkingKai Ye1-0/+53
2022-04-15crypto: hisilicon/hpre - support register checkingKai Ye1-18/+72
2022-04-15crypto: hisilicon/qm - add register checking for ACCKai Ye1-1/+181