summaryrefslogtreecommitdiffstats
path: root/drivers/crypto/hisilicon (follow)
Commit message (Expand)AuthorAgeFilesLines
* crypto: hisilicon/hpre - disable FLR triggered by hardwareHui Tang2020-07-161-4/+22
* crypto: hisilicon/hpre - update debugfs interface parametersMeng Yu2020-07-161-33/+26
* crypto: hisilicon/hpre - Add a switch in sriov_configureMeng Yu2020-07-161-1/+2
* crypto: hisilicon/hpre - Modify the Macro definition and formatMeng Yu2020-07-161-7/+5
* crypto: hisilicon/hpre - HPRE_OVERTIME_THRHLD can be written by debugfsHui Tang2020-07-161-4/+6
* crypto: hisilicon/hpre - Init the value of current_q of debugfsMeng Yu2020-07-161-0/+1
* crypto: drivers - set the flag CRYPTO_ALG_ALLOCATES_MEMORYMikulas Patocka2020-07-162-10/+18
* crypto: hisilicon/sec2 - fix some coding stylesLongfang Liu2020-07-161-5/+4
* crypto: hisilicon/sec2 - update debugfs interface parametersLongfang Liu2020-07-161-27/+27
* crypto: hisilicon/sec2 - update SEC initialization and resetLongfang Liu2020-07-162-27/+29
* crypto:hisilicon/sec2 - update busy processing logicKai Ye2020-07-163-25/+71
* crypto: hisilicon/sec2 - clear SEC debug regsKai Ye2020-07-161-0/+7
* crypto: hisilicon/zip - permit users to specify NUMA nodeBarry Song2020-07-093-6/+7
* crypto: hisilicon/qm - Change type of pasid to u32Fenghua Yu2020-07-031-2/+2
* crypto: hisilicon - don't sleep of CRYPTO_TFM_REQ_MAY_SLEEP was not specifiedMikulas Patocka2020-06-261-16/+18
* crypto: hisilicon - fix strncpy warning with strscpyZhangfei Gao2020-06-261-1/+5
* crypto: hisilicon - update SEC driver module parameterLongfang Liu2020-06-181-3/+3
* crypto: hisilicon - allow smaller reads in debugfsDan Carpenter2020-06-181-27/+6
* crypto: hisilicon - Cap block size at 2^31Herbert Xu2020-06-151-1/+2
* crypto: hisilicon - fix driver compatibility issue with different versions of...Weili Qian2020-05-285-112/+39
* crypto: hisilicon/qm - change debugfs file name from qm_regs to regsShukun Tan2020-05-221-1/+1
* crypto: hisilicon/qm - add DebugFS for xQC and xQE dumpShukun Tan2020-05-225-39/+488
* crypto: hisilicon/zip - add debugfs for Hisilicon ZIPLongfang Liu2020-05-223-1/+70
* crypto: hisilicon/hpre - add debugfs for Hisilicon HPREHui Tang2020-05-223-15/+157
* crypto: hisilicon/sec2 - add debugfs for Hisilicon SECKai Ye2020-05-223-10/+52
* crypto: hisilicon/qm - add debugfs to the QM state machineLongfang Liu2020-05-221-0/+34
* crypto: hisilicon/qm - add debugfs for QMLongfang Liu2020-05-222-0/+60
* crypto: hisilicon/zip - Use temporary sqe when doing workZhou Wang2020-05-151-6/+5
* crypto: hisilicon - add device error report through abnormal irqShukun Tan2020-05-152-153/+187
* crypto: hisilicon - remove codes of directly report device errors through MSIShukun Tan2020-05-155-48/+13
* crypto: hisilicon - QM memory management optimizationWeili Qian2020-05-152-141/+128
* crypto: hisilicon - unify initial value assignment into QMWeili Qian2020-05-154-72/+81
* crypto: hisilicon - remove use_dma_api related codesShukun Tan2020-05-155-25/+13
* crypto: hisilicon - add FLR supportShukun Tan2020-05-155-4/+165
* crypto: hisilicon/qm - add state machine for QMZhou Wang2020-05-152-83/+307
* crypto: hisilicon - refactor module parameter pf_q_num related codeShukun Tan2020-05-154-97/+49
* crypto: hisilicon/zip - modify the ZIP probe processLongfang Liu2020-05-151-18/+42
* crypto: hisilicon/hpre - modify the HPRE probe processLongfang Liu2020-05-151-17/+25
* crypto: hisilicon/sec2 - modify the SEC probe processLongfang Liu2020-05-151-37/+30
* crypto: hisilicon/sec2 - constify sec_dfx_regsRikard Falkeborn2020-05-151-1/+1
* crypto: hisilicon/zip - constify struct debugfs_reg32Rikard Falkeborn2020-05-151-1/+1
* crypto: hisilicon/hpre - constify struct debugfs_reg32Rikard Falkeborn2020-05-151-2/+2
* crypto: hisilicon/sec2 - use crypto_shash_tfm_digest()Eric Biggers2020-05-081-3/+2
* crypto: hisilicon/qm - Make qm_controller_reset() staticZou Wei2020-04-301-1/+1
* crypto: hisilicon/qm - add more ACPI dependenciesStephen Rothwell2020-04-221-0/+3
* crypto: hisilicon/qm - fix build failure with ACPI offShukun Tan2020-04-201-0/+1
* crypto: hisilicon/qm - stop qp by judging sq and cq tailYang Shen2020-04-161-9/+114
* crypto: hisilicon/sec2 - add controller reset support for SEC2Yang Shen2020-04-161-12/+28
* crypto: hisilicon/hpre - add controller reset support for HPREHui Tang2020-04-161-9/+37
* crypto: hisilicon/zip - add controller reset support for zipShukun Tan2020-04-161-6/+51