summaryrefslogtreecommitdiffstats
path: root/drivers/crypto/hisilicon/qm.c
Commit message (Expand)AuthorAgeFilesLines
* crypto: hisilicon/qm - change function type to voidWeili Qian2024-02-171-27/+11
* crypto: hisilicon/qm - obtain stop queue statusWeili Qian2024-02-171-26/+82
* crypto: hisilicon/qm - add stop function by hardwareWeili Qian2024-02-171-8/+32
* crypto: hisilicon/qm - delete a dbg functionChenghai Huang2023-12-151-3/+0
* crypto: hisilicon/qm - save capability registers in qm init processZhiqi Song2023-12-081-10/+52
* crypto: hisilicon/qm - add a function to set qm algsWenkai Lin2023-12-081-0/+36
* crypto: hisilicon/qm - add comments and remove redundant array elementWeili Qian2023-12-011-1/+10
* crypto: hisilicon/qm - simplify the status of qmWeili Qian2023-12-011-114/+16
* crypto: hisilicon/qm - print device abnormal informationWeili Qian2023-11-171-6/+16
* crypto: hisilicon/qm - prevent soft lockup in receive loopLongfang Liu2023-10-271-0/+2
* crypto: hisilicon/qm - fix EQ/AEQ interrupt issueLongfang Liu2023-10-201-65/+40
* crypto: hisilicon/qm - alloc buffer to set and get xqcWeili Qian2023-10-141-185/+147
* crypto: hisilicon/qm - check function qp num before alg registerWeili Qian2023-10-051-31/+16
* crypto: hisilicon/qm - fix the type value of aeqWeili Qian2023-10-051-1/+3
* crypto: hisilicon/qm - fix PF queue parameter issueLongfang Liu2023-10-051-6/+12
* crypto: hisilicon/qm - increase device doorbell timeoutWeili Qian2023-07-221-0/+6
* crypto: hisilicon/qm - stop function and write data to memoryWeili Qian2023-07-221-6/+8
* crypto: hisilicon/qm - flush all work before driver removedWeili Qian2023-07-221-0/+8
* crypto: hisilicon/qm: Fix to enable build with RISC-V clangSunil V L2023-06-011-0/+5
* Merge tag 'driver-core-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2023-04-271-1/+1
|\
| * crypto: hisilicon/qm - make struct bus_type * constGreg Kroah-Hartman2023-03-231-1/+1
* | crypto: hisilicon/qm - remove unnecessary aer.h includeBjorn Helgaas2023-03-171-1/+0
|/
* Merge tag 'char-misc-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2023-02-241-15/+154
|\
| * crypto: hisilicon/qm - define the device isolation strategyKai Ye2023-01-201-15/+154
* | Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-02-231-1/+1
|\ \
| * | mm: replace vma->vm_flags direct modifications with modifier callsSuren Baghdasaryan2023-02-091-1/+1
| |/
* | crypto: hisilicon/qm - fix coding style issuesWeili Qian2023-02-141-17/+12
* | crypto: hisilicon/qm - update comments to match functionWeili Qian2023-02-141-3/+2
* | crypto: hisilicon/qm - change function namesWeili Qian2023-02-141-4/+4
* | crypto: hisilicon/qm - use min() instead of min_t()Weili Qian2023-02-141-1/+1
* | crypto: hisilicon/qm - remove some unused definesWeili Qian2023-02-141-10/+0
|/
* crypto: hisilicon/qm - add device status check when start failsWeili Qian2022-11-251-2/+8
* crypto: hisilicon/qm - fix 'QM_XEQ_DEPTH_CAP' mask valueWeili Qian2022-11-251-1/+1
* crypto: hisilicon/qm - split a debugfs.c from qmKai Ye2022-11-181-1171/+7
* crypto: hisilicon/qm - modify the process of regs dfxKai Ye2022-11-181-65/+86
* crypto: hisilicon/qm - delete redundant null assignment operationsKai Ye2022-11-181-1/+0
* crypto: hisilicon/qm - delete redundancy checkKai Ye2022-10-281-3/+0
* crypto: hisilicon/qm - add pci bdf number checkKai Ye2022-10-281-25/+12
* crypto: hisilicon/qm - increase the memory of local variablesKai Ye2022-10-281-2/+1
* crypto: hisilicon/qm - re-enable communicate interrupt before notifying PFWeili Qian2022-10-211-1/+1
* crypto: hisilicon/qm - fix incorrect parameters usageWeili Qian2022-10-211-2/+2
* crypto: hisilicon/qm - drop unnecessary IS_ENABLE(CONFIG_NUMA) checkYicong Yang2022-10-211-6/+4
* crypto: hisilicon/qm - fix the qos value initializationKai Ye2022-09-241-7/+15
* crypto: hisilicon - support get algs by the capability registerZhiqi Song2022-09-161-1/+0
* crypto: hisilicon/qm - support get device irq information from hardware regis...Weili Qian2022-09-161-99/+195
* crypto: hisilicon/qm - get error type from hardware registersWeili Qian2022-09-161-56/+45
* crypto: hisilicon/qm - add UACCE_CMD_QM_SET_QP_INFO supportWeili Qian2022-09-161-3/+18
* crypto: hisilicon/qm - get qp num and depth from hardware registersWeili Qian2022-09-161-68/+98
* crypto: hisilicon/qm - get hardware features from hardware registersWeili Qian2022-09-161-61/+135
* crypto: hisilicon/qm - return failure if vfs_num exceeds total VFsWeili Qian2022-09-021-1/+7