summaryrefslogtreecommitdiffstats
path: root/drivers/crypto/hisilicon
Commit message (Expand)AuthorAgeFilesLines
* crypto: hisilicon - cleanup warning in qm_get_qos_value()Tom Rix2021-12-311-1/+1
* crypto: hisilicon/qm - disable qm clock-gatingWeili Qian2021-12-241-0/+17
* crypto: hisilicon/zip - add new algorithms for uacce deviceYang Shen2021-12-241-1/+4
* crypto: hisilicon/qm - disable queue when 'CQ' errorWeili Qian2021-12-171-1/+21
* crypto: hisilicon/qm - reset function if event queue overflowsWeili Qian2021-12-171-11/+57
* crypto: hisilicon/qm - use request_threaded_irq insteadWeili Qian2021-12-171-7/+16
* crypto: hisilicon/qm - modify the handling method after abnormal interruptionWeili Qian2021-12-171-2/+2
* crypto: hisilicon/qm - code movementWeili Qian2021-12-171-69/+69
* crypto: hisilicon/qm - remove unnecessary device memory resetWeili Qian2021-12-171-5/+18
* crypto: hisilicon/qm - fix deadlock for remove driverYang Shen2021-12-171-2/+1
* crypto: hisilicon/zip - enable ssid for sva sglYang Shen2021-12-171-1/+2
* crypto: hisilicon/hpre - fix memory leak in hpre_curve25519_src_init()Weili Qian2021-12-171-1/+1
* crypto: hisilicon/qm - fix incorrect return value of hisi_qm_resume()Weili Qian2021-12-111-1/+1
* crypto: hisilicon/qm - simplified the calculation of qos shaper parametersKai Ye2021-11-261-29/+55
* crypto: hisilicon/qm - some optimizations of ths qos write processKai Ye2021-11-261-41/+46
* crypto: hisilicon/qm - modify the value of qos initializationKai Ye2021-11-261-5/+7
* crypto: hisilicon - modify the value of engine type rateKai Ye2021-11-263-4/+4
* crypto: hisilicon/hpre - use swap() to make code cleanerYang Guang2021-11-201-4/+1
* Merge tag 'pci-v5.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2021-11-061-1/+1
|\
| * crypto: hisilicon - use dev_driver_string() instead of pci_dev->driver->nameUwe Kleine-König2021-10-121-1/+1
* | crypto: hisilicon/qm - modify the uacce mode checkKai Ye2021-10-081-8/+14
* | crypto: hisilicon/zip - Fix spelling mistake "COMSUMED" -> "CONSUMED"Colin Ian King2021-10-011-1/+1
* | crypto: hisilicon/qm - support the userspace task resettingKai Ye2021-09-171-1/+45
* | crypto: hisilicon/qm - fix the uacce mmap failedKai Ye2021-09-171-1/+3
* | crypto: hisilicon - Fix sscanf format signednessHerbert Xu2021-09-171-1/+1
|/
* crypto: hisilicon - check _PS0 and _PR0 methodWeili Qian2021-08-211-0/+4
* crypto: hisilicon - change parameter passing of debugfs functionWeili Qian2021-08-213-36/+20
* crypto: hisilicon - support runtime PM for accelerator deviceWeili Qian2021-08-215-30/+297
* crypto: hisilicon - add runtime PM opsWeili Qian2021-08-212-0/+120
* crypto: hisilicon - using 'debugfs_create_file' instead of 'debugfs_create_re...Weili Qian2021-08-215-27/+81
* crypto: hisilicon/sec - modify the hardware endian configurationKai Ye2021-08-212-27/+9
* crypto: hisilicon/sec - fix the abnormal exiting processKai Ye2021-08-211-1/+2
* crypto: hisilicon - enable hpre device clock gatingWeili Qian2021-08-121-0/+63
* crypto: hisilicon - enable sec device clock gatingWeili Qian2021-08-121-5/+41
* crypto: hisilicon - enable zip device clock gatingWeili Qian2021-08-121-0/+26
* crypto: hisilicon/sec - fix the process of disabling sva prefetchingKai Ye2021-06-281-0/+3
* crypto: hisilicon/qm - implement for querying hardware tasks status.Wenkai Lin2021-06-241-0/+18
* crypto: hisilicon/sec - Fix spelling mistake "fallbcak" -> "fallback"Colin Ian King2021-06-241-1/+1
* crypto: hisilicon/zip - adds the max shaper type rateKai Ye2021-06-171-0/+11
* crypto: hisilicon/hpre - adds the max shaper type rateKai Ye2021-06-171-0/+7
* crypto: hisilicon/sec - adds the max shaper type rateKai Ye2021-06-171-0/+7
* crypto: hisilicon/qm - supports to inquiry each function's QoSKai Ye2021-06-171-7/+174
* crypto: hisilicon/qm - add pf ping single vf functionKai Ye2021-06-171-0/+36
* crypto: hisilicon/qm - merges the work initialization process into a single f...Kai Ye2021-06-171-7/+11
* crypto: hisilicon/qm - add the "alg_qos" file nodeKai Ye2021-06-171-129/+155
* crypto: hisilicon/qm - supports writing QoS int the hostKai Ye2021-06-172-2/+310
* crypto: hisilicon/sec - modify the SEC request structureKai Ye2021-06-112-19/+22
* crypto: hisilicon/sec - add hardware integrity check value processKai Ye2021-06-112-34/+48
* crypto: hisilicon/sec - add fallback tfm supporting for aeadsKai Ye2021-06-112-5/+94
* crypto: hisilicon/sec - add new algorithm mode for AEADKai Ye2021-06-113-34/+345