aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/crypto/hisilicon/hpre (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-16crypto: hisilicon - support get algs by the capability registerZhiqi Song2-10/+83
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 - get error type from hardware registersWeili Qian1-14/+54
2022-09-16crypto: hisilicon/qm - get qp num and depth from hardware registersWeili Qian1-2/+2
2022-09-16crypto: hisilicon/qm - get hardware features from hardware registersWeili Qian1-2/+2
2022-08-19crypto: hisilicon/hpre - change return type of hpre_cluster_inqry_write()Weili Qian1-6/+2
2022-07-29crypto: hisilicon/hpre - don't use GFP_KERNEL to alloc mem during softirqZhengchao Shao1-1/+1
2022-04-15crypto: hisilicon/hpre - support last word dumpingKai Ye1-20/+112
2022-04-15crypto: hisilicon/hpre - support register checkingKai Ye1-18/+72
2022-03-15hisi_acc_vfio_pci: Add helper to retrieve the struct pci_driverShameer Kolothum1-0/+6
2022-03-15hisi_acc_qm: Move VF PCI device IDs to common headerShameer Kolothum1-7/+6
2022-03-15crypto: hisilicon/qm: Move the QM header to include/linuxShameer Kolothum1-1/+1
2021-12-17crypto: hisilicon/hpre - fix memory leak in hpre_curve25519_src_init()Weili Qian1-1/+1
2021-11-26crypto: hisilicon - modify the value of engine type rateKai Ye1-1/+1
2021-11-20crypto: hisilicon/hpre - use swap() to make code cleanerYang Guang1-4/+1
2021-08-21crypto: hisilicon - support runtime PM for accelerator deviceWeili Qian1-4/+31
2021-08-21crypto: hisilicon - using 'debugfs_create_file' instead of 'debugfs_create_regset32'Weili Qian1-2/+23
2021-08-12crypto: hisilicon - enable hpre device clock gatingWeili Qian1-0/+63
2021-06-17crypto: hisilicon/hpre - adds the max shaper type rateKai Ye1-0/+7
2021-06-03crypto: hisilicon/hpre - register ecdh NIST P384Hui Tang1-4/+52
2021-06-03crypto: hisilicon/hpre - add check before gx modulo pHui Tang1-1/+5
2021-06-03crypto: hisilicon/hpre - fix ecdh self test issueHui Tang1-0/+34
2021-05-28crypto: hisilicon/qm - support address prefetchingLongfang Liu1-0/+50
2021-05-23crypto: hisilicon/qm - enable to close master ooo when NFE occursWeili Qian1-12/+24
2021-05-23crypto: hisilicon/qm - adjust order of device error configurationWeili Qian1-2/+4
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-04-22crypto: hisilicon - dynamic configuration 'err_info'Weili Qian1-10/+16
2021-04-16crypto: hisilicon/hpre - delete redundant log and return in advanceHui Tang1-1/+1
2021-04-16crypto: hisilicon/hpre - add debug logHui Tang1-1/+7
2021-04-16crypto: hisilicon/hpre - use the correct variable typeHui Tang1-1/+2
2021-04-16crypto: hisilicon/hpre - delete the rudundant space after returnHui Tang2-3/+3
2021-04-09crypto: hisilicon/hpre - fix a typo in hpre_crypto.cRuiqi Gong1-1/+1
2021-04-02crypto: hisilicon/hpre - Add processing of src_data in 'CURVE25519'Meng Yu1-4/+18
2021-04-02crypto: hisilicon/hpre - delete redundant '\n'Hui Tang1-2/+2
2021-04-02crypto: hisilicon/hpre - fix a typo and delete redundant blank lineHui Tang1-2/+1
2021-04-02crypto: hisilicon/hpre - fix PASID setting on kunpeng 920Hui Tang1-25/+18
2021-03-26crypto: hisilicon/qm - move 'CURRENT_QM' code to qm.cWeili Qian2-62/+0
2021-03-26crypto: hisilicon/qm - set the total number of queuesWeili Qian1-3/+0
2021-03-26crypto: hisilicon/hpre - fix "hpre_ctx_init" resource leakHui Tang1-1/+12
2021-03-26crypto: hisilicon - fix the check on dma addressHui Tang1-12/+0