aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/crypto/hisilicon (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-11-06Merge tag 'pci-v5.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-1/+1
2021-10-12crypto: hisilicon - use dev_driver_string() instead of pci_dev->driver->nameUwe Kleine-König1-1/+1
2021-10-08crypto: hisilicon/qm - modify the uacce mode checkKai Ye1-8/+14
2021-10-01crypto: hisilicon/zip - Fix spelling mistake "COMSUMED" -> "CONSUMED"Colin Ian King1-1/+1
2021-09-17crypto: hisilicon/qm - support the userspace task resettingKai Ye1-1/+45
2021-09-17crypto: hisilicon/qm - fix the uacce mmap failedKai Ye1-1/+3
2021-09-17crypto: hisilicon - Fix sscanf format signednessHerbert Xu1-1/+1
2021-08-21crypto: hisilicon - check _PS0 and _PR0 methodWeili Qian1-0/+4
2021-08-21crypto: hisilicon - change parameter passing of debugfs functionWeili Qian3-36/+20
2021-08-21crypto: hisilicon - support runtime PM for accelerator deviceWeili Qian5-30/+297
2021-08-21crypto: hisilicon - add runtime PM opsWeili Qian2-0/+120
2021-08-21crypto: hisilicon - using 'debugfs_create_file' instead of 'debugfs_create_regset32'Weili Qian5-27/+81
2021-08-21crypto: hisilicon/sec - modify the hardware endian configurationKai Ye2-27/+9
2021-08-21crypto: hisilicon/sec - fix the abnormal exiting processKai Ye1-1/+2
2021-08-12crypto: hisilicon - enable hpre device clock gatingWeili Qian1-0/+63
2021-08-12crypto: hisilicon - enable sec device clock gatingWeili Qian1-5/+41
2021-08-12crypto: hisilicon - enable zip device clock gatingWeili Qian1-0/+26
2021-06-28crypto: hisilicon/sec - fix the process of disabling sva prefetchingKai Ye1-0/+3
2021-06-24crypto: hisilicon/qm - implement for querying hardware tasks status.Wenkai Lin1-0/+18
2021-06-24crypto: hisilicon/sec - Fix spelling mistake "fallbcak" -> "fallback"Colin Ian King1-1/+1
2021-06-17crypto: hisilicon/zip - adds the max shaper type rateKai Ye1-0/+11
2021-06-17crypto: hisilicon/hpre - adds the max shaper type rateKai Ye1-0/+7
2021-06-17crypto: hisilicon/sec - adds the max shaper type rateKai Ye1-0/+7
2021-06-17crypto: hisilicon/qm - supports to inquiry each function's QoSKai Ye1-7/+174
2021-06-17crypto: hisilicon/qm - add pf ping single vf functionKai Ye1-0/+36
2021-06-17crypto: hisilicon/qm - merges the work initialization process into a single functionKai Ye1-7/+11
2021-06-17crypto: hisilicon/qm - add the "alg_qos" file nodeKai Ye1-129/+155
2021-06-17crypto: hisilicon/qm - supports writing QoS int the hostKai Ye2-2/+310
2021-06-11crypto: hisilicon/sec - modify the SEC request structureKai Ye2-19/+22
2021-06-11crypto: hisilicon/sec - add hardware integrity check value processKai Ye2-34/+48
2021-06-11crypto: hisilicon/sec - add fallback tfm supporting for aeadsKai Ye2-5/+94
2021-06-11crypto: hisilicon/sec - add new algorithm mode for AEADKai Ye3-34/+345
2021-06-03crypto: hisilicon/qm - update reset flowWeili Qian1-17/+262
2021-06-03crypto: hisilicon/qm - add callback to support communicationWeili Qian1-27/+190
2021-06-03crypto: hisilicon/qm - enable PF and VFs communicationWeili Qian2-8/+106
2021-06-03crypto: hisilicon/qm - adjust reset interfaceWeili Qian1-51/+89
2021-06-03crypto: hisilicon/hpre - register ecdh NIST P384Hui Tang1-4/+52
2021-06-03crypto: hisilicon/hpre - add check before gx modulo pHui Tang1-1/+5
2021-06-03crypto: hisilicon/hpre - fix ecdh self test issueHui Tang1-0/+34
2021-06-03crypto: hisilicon/sec - fixup 3des minimum key size declarationKai Ye1-2/+2
2021-06-03crypto: hisilicon/sec - add fallback tfm supporting for XTS modeKai Ye2-3/+86
2021-06-03crypto: hisilicon/sec - add new skcipher mode for SECKai Ye2-12/+94
2021-06-03crypto: hisilicon/sec - driver adapt to new SQEKai Ye3-43/+256
2021-06-03crypto: hisilicon/sec - add new type of SQEKai Ye2-1/+178
2021-06-03crypto: hisilicon - switch to memdup_user_nul()Zou Wei1-10/+3
2021-05-28crypto: hisilicon/qm - support address prefetchingLongfang Liu5-0/+182
2021-05-28crypto: hisilicon/qm - add MSI detection steps on Kunpeng930Weili Qian1-24/+100
2021-05-28crypto: hisilicon/qm - fix the process of VF's list addingKai Ye1-8/+8
2021-05-28crypto: hisilicon/qm - add dfx log if not use hardware crypto algsKai Ye1-2/+5
2021-05-23crypto: hisilicon/qm - enable to close master ooo when NFE occursWeili Qian4-76/+150