summaryrefslogtreecommitdiffstats
path: root/drivers/crypto/hisilicon
AgeCommit message (Expand)AuthorFilesLines
2020-07-16crypto: hisilicon/hpre - disable FLR triggered by hardwareHui Tang1-4/+22
2020-07-16crypto: hisilicon/hpre - update debugfs interface parametersMeng Yu1-33/+26
2020-07-16crypto: hisilicon/hpre - Add a switch in sriov_configureMeng Yu1-1/+2
2020-07-16crypto: hisilicon/hpre - Modify the Macro definition and formatMeng Yu1-7/+5
2020-07-16crypto: hisilicon/hpre - HPRE_OVERTIME_THRHLD can be written by debugfsHui Tang1-4/+6
2020-07-16crypto: hisilicon/hpre - Init the value of current_q of debugfsMeng Yu1-0/+1
2020-07-16crypto: drivers - set the flag CRYPTO_ALG_ALLOCATES_MEMORYMikulas Patocka2-10/+18
2020-07-16crypto: hisilicon/sec2 - fix some coding stylesLongfang Liu1-5/+4
2020-07-16crypto: hisilicon/sec2 - update debugfs interface parametersLongfang Liu1-27/+27
2020-07-16crypto: hisilicon/sec2 - update SEC initialization and resetLongfang Liu2-27/+29
2020-07-16crypto:hisilicon/sec2 - update busy processing logicKai Ye3-25/+71
2020-07-16crypto: hisilicon/sec2 - clear SEC debug regsKai Ye1-0/+7
2020-07-09crypto: hisilicon/zip - permit users to specify NUMA nodeBarry Song3-6/+7
2020-07-03crypto: hisilicon/qm - Change type of pasid to u32Fenghua Yu1-2/+2
2020-06-26crypto: hisilicon - don't sleep of CRYPTO_TFM_REQ_MAY_SLEEP was not specifiedMikulas Patocka1-16/+18
2020-06-26crypto: hisilicon - fix strncpy warning with strscpyZhangfei Gao1-1/+5
2020-06-18crypto: hisilicon - update SEC driver module parameterLongfang Liu1-3/+3
2020-06-18crypto: hisilicon - allow smaller reads in debugfsDan Carpenter1-27/+6
2020-06-15crypto: hisilicon - Cap block size at 2^31Herbert Xu1-1/+2
2020-05-28crypto: hisilicon - fix driver compatibility issue with different versions of...Weili Qian5-112/+39
2020-05-23crypto: hisilicon/qm - change debugfs file name from qm_regs to regsShukun Tan1-1/+1
2020-05-23crypto: hisilicon/qm - add DebugFS for xQC and xQE dumpShukun Tan5-39/+488
2020-05-23crypto: hisilicon/zip - add debugfs for Hisilicon ZIPLongfang Liu3-1/+70
2020-05-23crypto: hisilicon/hpre - add debugfs for Hisilicon HPREHui Tang3-15/+157
2020-05-23crypto: hisilicon/sec2 - add debugfs for Hisilicon SECKai Ye3-10/+52
2020-05-23crypto: hisilicon/qm - add debugfs to the QM state machineLongfang Liu1-0/+34
2020-05-23crypto: hisilicon/qm - add debugfs for QMLongfang Liu2-0/+60
2020-05-15crypto: hisilicon/zip - Use temporary sqe when doing workZhou Wang1-6/+5
2020-05-15crypto: hisilicon - add device error report through abnormal irqShukun Tan2-153/+187
2020-05-15crypto: hisilicon - remove codes of directly report device errors through MSIShukun Tan5-48/+13
2020-05-15crypto: hisilicon - QM memory management optimizationWeili Qian2-141/+128
2020-05-15crypto: hisilicon - unify initial value assignment into QMWeili Qian4-72/+81
2020-05-15crypto: hisilicon - remove use_dma_api related codesShukun Tan5-25/+13
2020-05-15crypto: hisilicon - add FLR supportShukun Tan5-4/+165
2020-05-15crypto: hisilicon/qm - add state machine for QMZhou Wang2-83/+307
2020-05-15crypto: hisilicon - refactor module parameter pf_q_num related codeShukun Tan4-97/+49
2020-05-15crypto: hisilicon/zip - modify the ZIP probe processLongfang Liu1-18/+42
2020-05-15crypto: hisilicon/hpre - modify the HPRE probe processLongfang Liu1-17/+25
2020-05-15crypto: hisilicon/sec2 - modify the SEC probe processLongfang Liu1-37/+30
2020-05-15crypto: hisilicon/sec2 - constify sec_dfx_regsRikard Falkeborn1-1/+1
2020-05-15crypto: hisilicon/zip - constify struct debugfs_reg32Rikard Falkeborn1-1/+1
2020-05-15crypto: hisilicon/hpre - constify struct debugfs_reg32Rikard Falkeborn1-2/+2
2020-05-08crypto: hisilicon/sec2 - use crypto_shash_tfm_digest()Eric Biggers1-3/+2
2020-04-30crypto: hisilicon/qm - Make qm_controller_reset() staticZou Wei1-1/+1
2020-04-22crypto: hisilicon/qm - add more ACPI dependenciesStephen Rothwell1-0/+3
2020-04-20crypto: hisilicon/qm - fix build failure with ACPI offShukun Tan1-0/+1
2020-04-16crypto: hisilicon/qm - stop qp by judging sq and cq tailYang Shen1-9/+114
2020-04-16crypto: hisilicon/sec2 - add controller reset support for SEC2Yang Shen1-12/+28
2020-04-16crypto: hisilicon/hpre - add controller reset support for HPREHui Tang1-9/+37
2020-04-16crypto: hisilicon/zip - add controller reset support for zipShukun Tan1-6/+51