summaryrefslogtreecommitdiff
path: root/drivers/crypto/hisilicon
AgeCommit message (Expand)AuthorFilesLines
2021-12-31crypto: hisilicon - cleanup warning in qm_get_qos_value()Tom Rix1-1/+1
2021-12-24crypto: hisilicon/qm - disable qm clock-gatingWeili Qian1-0/+17
2021-12-24crypto: hisilicon/zip - add new algorithms for uacce deviceYang Shen1-1/+4
2021-12-17crypto: hisilicon/qm - disable queue when 'CQ' errorWeili Qian1-1/+21
2021-12-17crypto: hisilicon/qm - reset function if event queue overflowsWeili Qian1-11/+57
2021-12-17crypto: hisilicon/qm - use request_threaded_irq insteadWeili Qian1-7/+16
2021-12-17crypto: hisilicon/qm - modify the handling method after abnormal interruptionWeili Qian1-2/+2
2021-12-17crypto: hisilicon/qm - code movementWeili Qian1-69/+69
2021-12-17crypto: hisilicon/qm - remove unnecessary device memory resetWeili Qian1-5/+18
2021-12-17crypto: hisilicon/qm - fix deadlock for remove driverYang Shen1-2/+1
2021-12-17crypto: hisilicon/zip - enable ssid for sva sglYang Shen1-1/+2
2021-12-17crypto: hisilicon/hpre - fix memory leak in hpre_curve25519_src_init()Weili Qian1-1/+1
2021-12-11crypto: hisilicon/qm - fix incorrect return value of hisi_qm_resume()Weili Qian1-1/+1
2021-11-26crypto: hisilicon/qm - simplified the calculation of qos shaper parametersKai Ye1-29/+55
2021-11-26crypto: hisilicon/qm - some optimizations of ths qos write processKai Ye1-41/+46
2021-11-26crypto: hisilicon/qm - modify the value of qos initializationKai Ye1-5/+7
2021-11-26crypto: hisilicon - modify the value of engine type rateKai Ye3-4/+4
2021-11-20crypto: hisilicon/hpre - use swap() to make code cleanerYang Guang1-4/+1
2021-11-07Merge tag 'pci-v5.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+1
2021-10-13crypto: 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_re...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 f...Kai 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