summaryrefslogtreecommitdiffstats
path: root/drivers/crypto/hisilicon/zip
AgeCommit message (Expand)AuthorFilesLines
2020-09-18crypto: hisilicon/zip - replace 'sprintf' with 'scnprintf'Yang Shen1-3/+4
2020-09-18crypto: hisilicon/zip - modify debugfs interface parametersShukun Tan1-31/+24
2020-09-18crypto: hisilicon/zip - unify naming style for functions and macrosYang Shen1-17/+18
2020-09-18crypto: hisilicon/zip - remove some useless parametersYang Shen2-2/+0
2020-08-21crypto: hisilicon/qm - fix the process of register algorithms to cryptoYang Shen2-19/+24
2020-08-21crypto: hisilicon/qm - fix the call trace when unbind deviceWeili Qian1-1/+2
2020-08-21crypto: hisilicon/qm - register callback function to 'pci_driver.shutdown'Yang Shen1-0/+1
2020-08-21crypto: hisilicon/qm - fix no stop reason when use 'hisi_qm_stop'Yang Shen1-2/+2
2020-07-09crypto: hisilicon/zip - permit users to specify NUMA nodeBarry Song3-6/+7
2020-05-28crypto: hisilicon - fix driver compatibility issue with different versions of...Weili Qian1-17/+3
2020-05-23crypto: hisilicon/qm - add DebugFS for xQC and xQE dumpShukun Tan1-0/+4
2020-05-23crypto: hisilicon/zip - add debugfs for Hisilicon ZIPLongfang Liu3-1/+70
2020-05-15crypto: hisilicon/zip - Use temporary sqe when doing workZhou Wang1-6/+5
2020-05-15crypto: hisilicon - remove codes of directly report device errors through MSIShukun Tan1-1/+0
2020-05-15crypto: hisilicon - unify initial value assignment into QMWeili Qian1-21/+16
2020-05-15crypto: hisilicon - remove use_dma_api related codesShukun Tan1-1/+0
2020-05-15crypto: hisilicon - add FLR supportShukun Tan1-0/+16
2020-05-15crypto: hisilicon - refactor module parameter pf_q_num related codeShukun Tan1-32/+1
2020-05-15crypto: hisilicon/zip - modify the ZIP probe processLongfang Liu1-18/+42
2020-05-15crypto: hisilicon/zip - constify struct debugfs_reg32Rikard Falkeborn1-1/+1
2020-04-16crypto: hisilicon/zip - add controller reset support for zipShukun Tan1-6/+51
2020-04-16crypto: hisilicon - add vfs_num module parameter for hpre/secHao Fang1-2/+7
2020-04-16crypto: hisilicon - unify SR-IOV related codes into QMShukun Tan1-106/+3
2020-04-16crypto: hisilicon - put vfs_num into struct hisi_qmShukun Tan1-11/+8
2020-03-20crypto: hisilicon/zip - Use hisi_qm_alloc_qps_node() when init ctxShukun Tan3-114/+34
2020-02-22crypto: hisilicon - register zip engine to uacceZhangfei Gao1-2/+16
2020-02-22crypto: hisilicon - Remove module_param uacce_modeZhangfei Gao1-25/+6
2020-02-13crypto: hisilicon - Unify error detect process into qmShukun Tan1-87/+46
2020-02-13crypto: hisilicon - Configure zip RAS error typeShukun Tan1-0/+10
2020-02-13crypto: hisilicon - Unify hardware error init/uninit into QMShukun Tan1-28/+30
2019-12-11crypto: hisilicon - Use the offset fields in sqe to avoid need to split scatt...Jonathan Cameron2-69/+27
2019-11-17crypto: hisilicon - no need to check return value of debugfs_create functionsGreg Kroah-Hartman1-18/+6
2019-11-17crypto: hisilicon - add vfs_num module param for zipHao Fang1-84/+98
2019-11-08crypto: hisilicon - replace #ifdef with IS_ENABLED for CONFIG_NUMAZhou Wang1-26/+25
2019-11-01crypto: hisilicon - fix to return sub-optimal device when best device has no qpsZhou Wang1-20/+54
2019-10-26crypto: hisilicon - fix param should be static when not external.Shukun Tan1-3/+3
2019-10-26crypto: hisilicon - Fix using plain integer as NULL pointerShukun Tan1-1/+1
2019-10-26crypto: hisilicon - tiny fix about QM/ZIP error callback printZhou Wang1-2/+1
2019-10-10crypto: hisilicon - add sgl_sge_nr module param for zipShukun Tan1-1/+25
2019-10-10crypto: hisilicon - merge sgl support to hisi_qm moduleZhou Wang2-10/+11
2019-09-20crypto: hisilicon - avoid unused function warningArnd Bergmann1-5/+2
2019-09-20crypto: hisilicon - Fix return value check in hisi_zip_acompress()Yunfeng Ye1-2/+2
2019-08-15crypto: hisilicon - fix error handle in hisi_zip_create_req_qZhou Wang1-2/+4
2019-08-09crypto: hisilicon - add debugfs for ZIP and QMZhou Wang1-1/+374
2019-08-09crypto: hisilicon - add SRIOV support for ZIPZhou Wang1-7/+143
2019-08-09crypto: hisilicon - add HiSilicon ZIP accelerator supportZhou Wang4-0/+1228