summaryrefslogtreecommitdiff
path: root/drivers/crypto/hisilicon
AgeCommit message (Expand)AuthorFilesLines
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-24Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-1/+1
2023-02-22Merge tag 'v6.3-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds5-49/+30
2023-02-14crypto: hisilicon/qm - fix coding style issuesWeili Qian2-18/+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
2023-02-13crypto: hisilicon - Use request_complete helpersHerbert Xu2-9/+7
2023-02-10mm: replace vma->vm_flags direct modifications with modifier callsSuren Baghdasaryan1-1/+1
2023-01-27crypto: hisilicon: Wipe entire pool on errorKees Cook1-2/+1
2023-01-20crypto: hisilicon/qm - define the device isolation strategyKai Ye1-15/+154
2023-01-20crypto: hisilicon - remove redundant config PCI dependency for some CRYPTO_DE...Lukas Bulwahn1-4/+4
2022-12-09crypto: hisilicon/hpre - Set DMA alignment explicitlyHerbert Xu1-15/+25
2022-12-02crypto: ccree,hisilicon - Fix dependencies to correct algorithmTianjia Zhang1-1/+1
2022-12-02crypto: hisilicon/hpre - Use helper to set reqsizeHerbert Xu1-6/+13
2022-11-25crypto: hisilicon/qm - add device status check when start failsWeili Qian1-2/+8
2022-11-25crypto: hisilicon/qm - fix 'QM_XEQ_DEPTH_CAP' mask valueWeili Qian1-1/+1
2022-11-18crypto: hisilicon/sec - remove continuous blank linesWenkai Lin2-2/+0
2022-11-18crypto: hisilicon/sec - fix spelling mistake 'ckeck' -> 'check'Kai Ye1-2/+2
2022-11-18crypto: hisilicon/qm - the command dump process is modifiedKai Ye1-40/+90
2022-11-18crypto: hisilicon/qm - split a debugfs.c from qmKai Ye4-1172/+1192
2022-11-18crypto: hisilicon/qm - modify the process of regs dfxKai Ye4-77/+95
2022-11-18crypto: hisilicon/qm - delete redundant null assignment operationsKai Ye1-1/+0
2022-10-28crypto: hisilicon/qm - delete redundancy checkKai Ye1-3/+0
2022-10-28crypto: hisilicon/qm - add pci bdf number checkKai Ye1-25/+12
2022-10-28crypto: hisilicon/qm - increase the memory of local variablesKai Ye1-2/+1
2022-10-21crypto: hisilicon/qm - re-enable communicate interrupt before notifying PFWeili Qian1-1/+1
2022-10-21crypto: hisilicon/sec - enabling clock gating of the address prefetch moduleWeili Qian1-1/+1
2022-10-21crypto: hisilicon/qm - fix incorrect parameters usageWeili Qian1-2/+2
2022-10-21crypto: hisilicon/qm - drop unnecessary IS_ENABLE(CONFIG_NUMA) checkYicong Yang1-6/+4
2022-10-21crypto: hisilicon/hpre - fix resource leak in remove processZhiqi Song1-8/+2
2022-09-24crypto: hisilicon/qm - fix the qos value initializationKai Ye1-7/+15
2022-09-16crypto: hisilicon - support get algs by the capability registerZhiqi Song5-18/+222
2022-09-16crypto: hisilicon/sec - get algorithm bitmap from registersWenkai Lin3-121/+236
2022-09-16crypto: hisilicon/zip - support zip capabilityWeili Qian3-42/+128
2022-09-16crypto: hisilicon/hpre - optimize registration of ecdhZhiqi Song1-73/+63
2022-09-16crypto: hisilicon/hpre - support hpre capabilityZhiqi Song3-38/+157
2022-09-16crypto: hisilicon/qm - support get device irq information from hardware regis...Weili Qian1-99/+195
2022-09-16crypto: hisilicon/qm - get error type from hardware registersWeili Qian5-103/+202
2022-09-16crypto: hisilicon/qm - add UACCE_CMD_QM_SET_QP_INFO supportWeili Qian1-3/+18
2022-09-16crypto: hisilicon/qm - get qp num and depth from hardware registersWeili Qian7-133/+198
2022-09-16crypto: hisilicon/qm - get hardware features from hardware registersWeili Qian4-67/+141
2022-09-16crypto: hisilicon/sec - delete redundant blank linesKai Ye1-2/+0
2022-09-02crypto: hisilicon/qm - return failure if vfs_num exceeds total VFsWeili Qian1-1/+7
2022-09-02crypto: hisilicon/qm - fix missing put dfx accessWeili Qian1-2/+4
2022-09-02crypto: hisilicon/qm - check mailbox operation resultWeili Qian1-1/+14
2022-08-26crypto: hisilicon/qm - no judgment in the back processKai Ye1-5/+3
2022-08-19crypto: hisilicon/qm - remove unneeded hardware cache write backWeili Qian1-1/+0
2022-08-19crypto: hisilicon/qm - remove unneeded data storageJunchong Pan1-60/+20