aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/crypto/hisilicon/qm.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-09-25crypto: hisilicon/qm - remove the update of flagsWeili Qian1-1/+0
2020-09-25crypto: hisilicon/qm - Convert to DEFINE_SHOW_ATTRIBUTEQinglang Miao1-11/+1
2020-08-21crypto: hisilicon/qm - fix the process of register algorithms to cryptoYang Shen1-0/+52
2020-08-21crypto: hisilicon/qm - fix the call trace when unbind deviceWeili Qian1-5/+90
2020-08-21crypto: hisilicon/qm - register callback function to 'pci_driver.shutdown'Yang Shen1-0/+17
2020-08-21crypto: hisilicon/qm - fix VF not available after PF FLRShukun Tan1-0/+6
2020-08-21crypto: hisilicon/qm - fix no stop reason when use 'hisi_qm_stop'Yang Shen1-10/+10
2020-08-21crypto: hisilicon/qm - fix event queue depth to 2048Shukun Tan1-6/+13
2020-08-21crypto: hisilicon/qm - fix judgement of queue is fullHui Tang1-1/+1
2020-08-21crypto: hisilicon/qm - fix print frequence in hisi_qp_sendYang Shen1-1/+1
2020-08-21crypto: hisilicon/qm - clear used reference count when start qpShukun Tan1-0/+1
2020-08-21crypto: hisilicon/qm - fix wrong release after using strsepSihang Chen1-4/+6
2020-07-03crypto: hisilicon/qm - Change type of pasid to u32Fenghua Yu1-2/+2
2020-06-26crypto: hisilicon - fix strncpy warning with strscpyZhangfei Gao1-1/+5
2020-06-18crypto: hisilicon - allow smaller reads in debugfsDan Carpenter1-27/+6
2020-05-28crypto: hisilicon - fix driver compatibility issue with different versions of devicesWeili Qian1-61/+28
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 Tan1-39/+472
2020-05-23crypto: hisilicon/qm - add debugfs to the QM state machineLongfang Liu1-0/+34
2020-05-23crypto: hisilicon/qm - add debugfs for QMLongfang Liu1-0/+51
2020-05-15crypto: hisilicon - add device error report through abnormal irqShukun Tan1-153/+186
2020-05-15crypto: hisilicon - remove codes of directly report device errors through MSIShukun Tan1-42/+12
2020-05-15crypto: hisilicon - QM memory management optimizationWeili Qian1-139/+126
2020-05-15crypto: hisilicon - unify initial value assignment into QMWeili Qian1-13/+31
2020-05-15crypto: hisilicon - remove use_dma_api related codesShukun Tan1-21/+13
2020-05-15crypto: hisilicon - add FLR supportShukun Tan1-4/+129
2020-05-15crypto: hisilicon/qm - add state machine for QMZhou Wang1-80/+286
2020-04-30crypto: hisilicon/qm - Make qm_controller_reset() staticZou Wei1-1/+1
2020-04-16crypto: hisilicon/qm - stop qp by judging sq and cq tailYang Shen1-9/+114
2020-04-16crypto: hisilicon/qm - add controller reset interfaceShukun Tan1-0/+544
2020-04-16crypto: hisilicon - unify SR-IOV related codes into QMShukun Tan1-8/+128
2020-03-20crypto: hisilicon/qm - Put device finding logic into QMWeili Qian1-0/+125
2020-03-12crypto: hisilicon - Use one workqueue per qm instead of per qpShukun Tan1-23/+16
2020-02-22crypto: hisilicon - register zip engine to uacceZhangfei Gao1-6/+233
2020-02-13crypto: hisilicon - Fix duplicate print when qm occur multiple errorsShukun Tan1-31/+28
2020-02-13crypto: hisilicon - Unify error detect process into qmShukun Tan1-8/+63
2020-02-13crypto: hisilicon - Unify hardware error init/uninit into QMShukun Tan1-22/+64
2019-11-17crypto: hisilicon - no need to check return value of debugfs_create functionsGreg Kroah-Hartman1-14/+5
2019-11-01crypto: hisilicon - fix to return sub-optimal device when best device has no qpsZhou Wang1-0/+21
2019-10-26crypto: hisilicon - fix endianness verification problem of QMShukun Tan1-43/+44
2019-10-26crypto: hisilicon - tiny fix about QM/ZIP error callback printZhou Wang1-7/+2
2019-10-05crypto: hisilicon - allow compile-testing on x86Arnd Bergmann1-0/+6
2019-08-22crypto: hisilicon - Fix warning on printing %p with dma_addr_tHerbert Xu1-2/+2
2019-08-15crypto: hisilicon - add missing single_releaseZhou Wang1-0/+1
2019-08-15crypto: hisilicon - fix kbuild warningsZhou Wang1-3/+3
2019-08-09crypto: hisilicon - add debugfs for ZIP and QMZhou Wang1-0/+301
2019-08-09crypto: hisilicon - add SRIOV support for ZIPZhou Wang1-18/+79
2019-08-09crypto: hisilicon - add queue management driver for HiSilicon QM moduleZhou Wang1-0/+1550