aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/crypto/hisilicon/qm.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-09-20crypto: hisilicon/qm - clear all VF configurations in the hardwareWeili Qian1-13/+12
2025-09-20crypto: hisilicon/qm - mask axi error before memory initWeili Qian1-19/+47
2025-09-20crypto: hisilicon/qm - invalidate queues in useWeili Qian1-13/+40
2025-09-06crypto: hisilicon/zip - add hashjoin, gather, and UDMA data move featuresZhushuai Yin1-7/+22
2025-08-30crypto: hisilicon/qm - request reserved interrupt for virtual functionWeili Qian1-6/+32
2025-08-30crypto: hisilicon/qm - check whether the input function and PF are on the sam...Zhushuai Yin1-0/+4
2025-08-30crypto: hisilicon - re-enable address prefetch after device resumingChenghai Huang1-3/+0
2025-07-18crypto: drivers - Remove redundant pm_runtime_mark_last_busy() callsSakari Ailus1-1/+0
2025-05-05crypto: hisilicon/qm - replace devm_kzalloc with devm_kcallocEthan Carter Edwards1-1/+1
2025-05-05crypto: hisilicon/qm - remove sizeof(char)Ethan Carter Edwards1-1/+1
2025-01-14crypto: hisilicon/qm - support new function communicationYang Shen1-58/+175
2024-12-10crypto: hisilicon/zip - support new error reportWeili Qian1-12/+34
2024-12-10crypto: hisilicon/zip - add data aggregation featureWeili Qian1-6/+6
2024-11-02crypto: hisilicon/qm - disable same error report before resettingWeili Qian1-34/+13
2024-11-02crypto: hisilicon - support querying the capability registerQi Tao1-27/+61
2024-10-05crypto: hisilicon/qm - fix the coding specifications issueChenghai Huang1-0/+31
2024-09-06crypto: hisilicon/qm - inject error before stopping queueWeili Qian1-23/+24
2024-09-06crypto: hisilicon/qm - reset device before enabling itWeili Qian1-34/+80
2024-06-07crypto: hisilicon/qm - adjust the internal processing sequence of the vf enab...Chenghai Huang1-8/+3
2024-04-12crypto: hisilicon/qm - Add the err memory release process to qm uninitChenghai Huang1-4/+1
2024-04-12crypto: hisilicon/qm - Add the default processing branchChenghai Huang1-0/+3
2024-02-17crypto: hisilicon/qm - change function type to voidWeili Qian1-27/+11
2024-02-17crypto: hisilicon/qm - obtain stop queue statusWeili Qian1-26/+82
2024-02-17crypto: hisilicon/qm - add stop function by hardwareWeili Qian1-8/+32
2023-12-15crypto: hisilicon/qm - delete a dbg functionChenghai Huang1-3/+0
2023-12-08crypto: hisilicon/qm - save capability registers in qm init processZhiqi Song1-10/+52
2023-12-08crypto: hisilicon/qm - add a function to set qm algsWenkai Lin1-0/+36
2023-12-01crypto: hisilicon/qm - add comments and remove redundant array elementWeili Qian1-1/+10
2023-12-01crypto: hisilicon/qm - simplify the status of qmWeili Qian1-114/+16
2023-11-17crypto: hisilicon/qm - print device abnormal informationWeili Qian1-6/+16
2023-10-27crypto: hisilicon/qm - prevent soft lockup in receive loopLongfang Liu1-0/+2
2023-10-20crypto: hisilicon/qm - fix EQ/AEQ interrupt issueLongfang Liu1-65/+40
2023-10-14crypto: hisilicon/qm - alloc buffer to set and get xqcWeili Qian1-185/+147
2023-10-05crypto: hisilicon/qm - check function qp num before alg registerWeili Qian1-31/+16
2023-10-05crypto: hisilicon/qm - fix the type value of aeqWeili Qian1-1/+3
2023-10-05crypto: hisilicon/qm - fix PF queue parameter issueLongfang Liu1-6/+12
2023-07-22crypto: hisilicon/qm - increase device doorbell timeoutWeili Qian1-0/+6
2023-07-22crypto: hisilicon/qm - stop function and write data to memoryWeili Qian1-6/+8
2023-07-22crypto: hisilicon/qm - flush all work before driver removedWeili Qian1-0/+8
2023-06-01crypto: hisilicon/qm: Fix to enable build with RISC-V clangSunil V L1-0/+5
2023-04-27Merge tag 'driver-core-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+1
2023-03-23crypto: hisilicon/qm - make struct bus_type * constGreg Kroah-Hartman1-1/+1
2023-03-17crypto: hisilicon/qm - remove unnecessary aer.h includeBjorn Helgaas1-1/+0
2023-02-24Merge tag 'char-misc-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-15/+154
2023-02-23Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-1/+1
2023-02-14crypto: hisilicon/qm - fix coding style issuesWeili Qian1-17/+12
2023-02-14crypto: hisilicon/qm - update comments to match functionWeili Qian1-3/+2
2023-02-14crypto: hisilicon/qm - change function namesWeili Qian1-4/+4
2023-02-14crypto: hisilicon/qm - use min() instead of min_t()Weili Qian1-1/+1
2023-02-14crypto: hisilicon/qm - remove some unused definesWeili Qian1-10/+0