summaryrefslogtreecommitdiffstats
path: root/drivers/crypto/hisilicon/hpre
Commit message (Expand)AuthorAgeFilesLines
* crypto: hisilicon/debugfs - mask the unnecessary info from the dumpChenghai Huang2024-05-031-1/+1
* crypto: hisilicon - Adjust debugfs creation and release orderChenghai Huang2024-04-121-11/+10
* crypto: hisilicon - Fix smp_processor_id() warningsWenkai Lin2024-01-261-1/+1
* crypto: hisilicon/hpre - save capability registers in probe processZhiqi Song2023-12-081-18/+64
* crypto: hisilicon/qm - add a function to set qm algsWenkai Lin2023-12-081-38/+4
* crypto: hisilicon/qm - check function qp num before alg registerWeili Qian2023-10-052-7/+32
* crypto: hisilicon/qm - fix PF queue parameter issueLongfang Liu2023-10-051-0/+5
* crypto: hisilicon/hpre - Fix a erroneous check after snprintf()Christophe JAILLET2023-09-151-1/+1
* crypto: hisilicon/hpre - enable sva error interrupt eventWeili Qian2023-07-221-1/+4
* crypto: hisilicon/hpre - ensure private key less than nWeili Qian2023-07-201-2/+8
* crypto: hisilicon/hpre - remove unnecessary aer.h includeBjorn Helgaas2023-03-171-1/+0
* crypto: hisilicon/hpre - Set DMA alignment explicitlyHerbert Xu2022-12-091-15/+25
* crypto: hisilicon/hpre - Use helper to set reqsizeHerbert Xu2022-12-021-6/+13
* crypto: hisilicon/qm - modify the process of regs dfxKai Ye2022-11-181-4/+3
* crypto: hisilicon/hpre - fix resource leak in remove processZhiqi Song2022-10-211-8/+2
* crypto: hisilicon - support get algs by the capability registerZhiqi Song2022-09-162-10/+83
* 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 - get error type from hardware registersWeili Qian2022-09-161-14/+54
* crypto: hisilicon/qm - get qp num and depth from hardware registersWeili Qian2022-09-161-2/+2
* crypto: hisilicon/qm - get hardware features from hardware registersWeili Qian2022-09-161-2/+2
* crypto: hisilicon/hpre - change return type of hpre_cluster_inqry_write()Weili Qian2022-08-191-6/+2
* crypto: hisilicon/hpre - don't use GFP_KERNEL to alloc mem during softirqZhengchao Shao2022-07-291-1/+1
* crypto: hisilicon/hpre - support last word dumpingKai Ye2022-04-151-20/+112
* crypto: hisilicon/hpre - support register checkingKai Ye2022-04-151-18/+72
* hisi_acc_vfio_pci: Add helper to retrieve the struct pci_driverShameer Kolothum2022-03-151-0/+6
* hisi_acc_qm: Move VF PCI device IDs to common headerShameer Kolothum2022-03-151-7/+6
* crypto: hisilicon/qm: Move the QM header to include/linuxShameer Kolothum2022-03-151-1/+1
* crypto: hisilicon/hpre - fix memory leak in hpre_curve25519_src_init()Weili Qian2021-12-171-1/+1
* crypto: hisilicon - modify the value of engine type rateKai Ye2021-11-261-1/+1
* crypto: hisilicon/hpre - use swap() to make code cleanerYang Guang2021-11-201-4/+1
* crypto: hisilicon - support runtime PM for accelerator deviceWeili Qian2021-08-211-4/+31
* crypto: hisilicon - using 'debugfs_create_file' instead of 'debugfs_create_re...Weili Qian2021-08-211-2/+23
* crypto: hisilicon - enable hpre device clock gatingWeili Qian2021-08-121-0/+63
* crypto: hisilicon/hpre - adds the max shaper type rateKai Ye2021-06-171-0/+7
* crypto: hisilicon/hpre - register ecdh NIST P384Hui Tang2021-06-031-4/+52
* crypto: hisilicon/hpre - add check before gx modulo pHui Tang2021-06-031-1/+5
* crypto: hisilicon/hpre - fix ecdh self test issueHui Tang2021-06-031-0/+34
* crypto: hisilicon/qm - support address prefetchingLongfang Liu2021-05-281-0/+50
* crypto: hisilicon/qm - enable to close master ooo when NFE occursWeili Qian2021-05-231-12/+24
* crypto: hisilicon/qm - adjust order of device error configurationWeili Qian2021-05-231-2/+4
* crypto: hisilicon/hpre - add 'default' for switch statementHui Tang2021-05-211-2/+2
* crypto: hisilicon/hpre - delete rudundant macro definitionHui Tang2021-05-211-2/+1
* crypto: hisilicon/hpre - use 'GENMASK' to generate mask valueHui Tang2021-05-212-10/+10
* crypto: hisilicon/hpre - delete rudundant initializationHui Tang2021-05-211-2/+2
* crypto: hisilicon/hpre - remove the macro of 'HPRE_DEV'Hui Tang2021-05-211-27/+26
* crypto: hisilicon/hpre - replace macro with inline functionHui Tang2021-05-211-9/+16
* crypto: hisilicon/hpre - init a structure member each lineHui Tang2021-05-211-14/+42
* crypto: hisilicon/hpre - the macro 'HPRE_ADDR' expandsHui Tang2021-05-211-30/+29
* crypto: hisilicon/hpre - fix unmapping invalid dma addressHui Tang2021-05-211-0/+18