summaryrefslogtreecommitdiff
path: root/drivers/crypto/hisilicon
AgeCommit message (Expand)AuthorFilesLines
2026-03-04crypto: hisilicon/qm - move the barrier before writing to the mailbox registerChenghai Huang1-1/+5
2026-03-04crypto: hisilicon/trng - support tfms sharing the deviceWeili Qian1-35/+86
2026-03-04crypto: hisilicon/sec2 - support skcipher/aead fallback for hardware queue un...Qi Tao1-15/+47
2026-03-04crypto: hisilicon/zip - adjust the way to obtain the req in the callback func...Chenghai Huang1-15/+9
2025-12-18crypto: hisilicon/qm - restore original qos valuesnieweiqiang1-1/+13
2025-11-24crypto: hisilicon/qm - Fix device reference leak in qm_get_qos_valueMiaoqian Lin1-0/+2
2025-11-13crypto: hisilicon/qm - clear all VF configurations in the hardwareWeili Qian1-13/+12
2025-11-13crypto: hisilicon/qm - invalidate queues in useWeili Qian1-13/+40
2025-10-15crypto: hisilicon/qm - set NULL to qm->debug.qm_diff_regsChenghai Huang1-0/+1
2025-10-15crypto: hisilicon/qm - check whether the input function and PF are on the sam...Zhushuai Yin1-0/+4
2025-10-15crypto: hisilicon - re-enable address prefetch after device resumingChenghai Huang4-48/+43
2025-10-15crypto: hisilicon/zip - remove unnecessary validation for high-performance mo...Chenghai Huang1-12/+2
2025-08-20crypto: hisilicon/hpre - fix dma unmap sequenceZhiqi Song1-2/+6
2025-04-10crypto: hisilicon/sec2 - fix for aead auth key lengthWenkai Lin1-6/+2
2025-04-10crypto: hisilicon/sec2 - fix for sec spec checkWenkai Lin2-63/+39
2025-04-10crypto: hisilicon/sec2 - fix for aead authsize alignmentWenkai Lin1-13/+9
2025-02-08crypto: hisilicon/sec2 - fix for aead invalid authsizeWenkai Lin2-32/+34
2025-02-08crypto: hisilicon/sec2 - fix for aead icv errorWenkai Lin3-69/+44
2024-12-19crypto: hisilicon/debugfs - fix the struct pointer incorrectly offset problemChenghai Huang1-2/+2
2024-12-05crypto: hisilicon/qm - disable same error report before resettingWeili Qian4-49/+103
2024-09-06crypto: hisilicon/sec - Remove trailing space after \n newlineColin Ian King1-1/+1
2024-09-06crypto: hisilicon/qm - inject error before stopping queueWeili Qian1-23/+24
2024-09-06crypto: hisilicon/hpre - mask cluster timeout errorWeili Qian1-16/+6
2024-09-06crypto: hisilicon/qm - reset device before enabling itWeili Qian4-64/+121
2024-09-06crypto: hisilicon/trng - modifying the order of header filesChenghai Huang1-2/+2
2024-09-06crypto: hisilicon - add a lock for the qp send operationChenghai Huang2-0/+5
2024-09-06crypto: hisilicon - fix missed error branchYang Shen1-4/+10
2024-08-30crypto: hisilicon/zip - Optimize performance by replacing rw_lock with spinlockKuan-Wei Chiu1-7/+7
2024-06-07crypto: hisilicon/zip - optimize the address offset of the reg query functionChenghai Huang1-28/+20
2024-06-07crypto: hisilicon/qm - adjust the internal processing sequence of the vf enab...Chenghai Huang1-8/+3
2024-05-03crypto: hisilicon/sec2 - fix for register offsetWenkai Lin1-1/+1
2024-05-03crypto: hisilicon/debugfs - mask the unnecessary info from the dumpChenghai Huang3-13/+22
2024-04-12crypto: hisilicon/qm - Add the err memory release process to qm uninitChenghai Huang1-4/+1
2024-04-12crypto: hisilicon/debugfs - Resolve the problem of applying for redundant spa...Chenghai Huang1-6/+5
2024-04-12crypto: hisilicon/sec - Fix memory leak for sec resource releaseChenghai Huang1-1/+3
2024-04-12crypto: hisilicon - Adjust debugfs creation and release orderChenghai Huang3-36/+32
2024-04-12crypto: hisilicon/qm - Add the default processing branchChenghai Huang1-0/+3
2024-04-12crypto: hisilicon/debugfs - Fix the processing logic issue in the debugfs cre...Chenghai Huang1-3/+3
2024-04-12crypto: hisilicon/sgl - Delete redundant parameter verificationChenghai Huang1-4/+1
2024-04-12crypto: hisilicon/debugfs - Fix debugfs uninit process issueChenghai Huang1-3/+18
2024-04-12crypto: hisilicon/sec - Add the condition for configuring the sriov functionChenghai Huang1-1/+2
2024-03-08crypto: hisilicon/zip - fix the missing CRYPTO_ALG_ASYNC in cra_flagsBarry Song1-0/+1
2024-02-17crypto: hisilicon/qm - change function type to voidWeili Qian1-27/+11
2024-02-17crypto: hisilicon/qm - obtain stop queue statusWeili Qian2-26/+87
2024-02-17crypto: hisilicon/qm - add stop function by hardwareWeili Qian1-8/+32
2024-02-02crypto: hisilicon/sec - remove unused parameterWenkai Lin1-10/+6
2024-02-02crypto: hisilicon/sec2 - fix some cleanup issuesQi Tao1-2/+2
2024-02-02crypto: hisilicon/sec2 - modify nested macro callQi Tao1-9/+4
2024-02-02crypto: hisilicon/sec2 - updates the sec DFX function registerQi Tao1-0/+5
2024-01-26crypto: hisilicon - Fix smp_processor_id() warningsWenkai Lin3-3/+3