summaryrefslogtreecommitdiffstats
path: root/drivers/crypto/hisilicon
AgeCommit message (Expand)AuthorLines
2023-04-27Merge tag 'mm-stable-2023-04-27-15-30' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-3/+3
2023-04-27Merge tag 'driver-core-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-1/+1
2023-04-06crypto: hisilicon/trng - add support for HiSTB TRNGDavid Yang-1/+187
2023-04-05mm, treewide: redefine MAX_ORDER sanelyKirill A. Shutemov-3/+3
2023-03-23crypto: hisilicon/qm - make struct bus_type * constGreg Kroah-Hartman-1/+1
2023-03-17crypto: hisilicon/zip - remove unnecessary aer.h includeBjorn Helgaas-1/+0
2023-03-17crypto: hisilicon/sec - remove unnecessary aer.h includeBjorn Helgaas-1/+0
2023-03-17crypto: hisilicon/qm - remove unnecessary aer.h includeBjorn Helgaas-1/+0
2023-03-17crypto: hisilicon/hpre - remove unnecessary aer.h includeBjorn Helgaas-1/+0
2023-02-24Merge tag 'char-misc-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-15/+154
2023-02-23Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-1/+1
2023-02-21Merge tag 'v6.3-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds-49/+30
2023-02-14crypto: hisilicon/qm - fix coding style issuesWeili Qian-18/+12
2023-02-14crypto: hisilicon/qm - update comments to match functionWeili Qian-3/+2
2023-02-14crypto: hisilicon/qm - change function namesWeili Qian-4/+4
2023-02-14crypto: hisilicon/qm - use min() instead of min_t()Weili Qian-1/+1
2023-02-14crypto: hisilicon/qm - remove some unused definesWeili Qian-10/+0
2023-02-13crypto: hisilicon - Use request_complete helpersHerbert Xu-9/+7
2023-02-09mm: replace vma->vm_flags direct modifications with modifier callsSuren Baghdasaryan-1/+1
2023-01-27crypto: hisilicon: Wipe entire pool on errorKees Cook-2/+1
2023-01-20crypto: hisilicon/qm - define the device isolation strategyKai Ye-15/+154
2023-01-20crypto: hisilicon - remove redundant config PCI dependency for some CRYPTO_DE...Lukas Bulwahn-4/+4
2022-12-09crypto: hisilicon/hpre - Set DMA alignment explicitlyHerbert Xu-15/+25
2022-12-02crypto: ccree,hisilicon - Fix dependencies to correct algorithmTianjia Zhang-1/+1
2022-12-02crypto: hisilicon/hpre - Use helper to set reqsizeHerbert Xu-6/+13
2022-11-25crypto: hisilicon/qm - add device status check when start failsWeili Qian-2/+8
2022-11-25crypto: hisilicon/qm - fix 'QM_XEQ_DEPTH_CAP' mask valueWeili Qian-1/+1
2022-11-18crypto: hisilicon/sec - remove continuous blank linesWenkai Lin-2/+0
2022-11-18crypto: hisilicon/sec - fix spelling mistake 'ckeck' -> 'check'Kai Ye-2/+2
2022-11-18crypto: hisilicon/qm - the command dump process is modifiedKai Ye-40/+90
2022-11-18crypto: hisilicon/qm - split a debugfs.c from qmKai Ye-1172/+1192
2022-11-18crypto: hisilicon/qm - modify the process of regs dfxKai Ye-77/+95
2022-11-18crypto: hisilicon/qm - delete redundant null assignment operationsKai Ye-1/+0
2022-10-28crypto: hisilicon/qm - delete redundancy checkKai Ye-3/+0
2022-10-28crypto: hisilicon/qm - add pci bdf number checkKai Ye-25/+12
2022-10-28crypto: hisilicon/qm - increase the memory of local variablesKai Ye-2/+1
2022-10-21crypto: hisilicon/qm - re-enable communicate interrupt before notifying PFWeili Qian-1/+1
2022-10-21crypto: hisilicon/sec - enabling clock gating of the address prefetch moduleWeili Qian-1/+1
2022-10-21crypto: hisilicon/qm - fix incorrect parameters usageWeili Qian-2/+2
2022-10-21crypto: hisilicon/qm - drop unnecessary IS_ENABLE(CONFIG_NUMA) checkYicong Yang-6/+4
2022-10-21crypto: hisilicon/hpre - fix resource leak in remove processZhiqi Song-8/+2
2022-09-24crypto: hisilicon/qm - fix the qos value initializationKai Ye-7/+15
2022-09-16crypto: hisilicon - support get algs by the capability registerZhiqi Song-18/+222
2022-09-16crypto: hisilicon/sec - get algorithm bitmap from registersWenkai Lin-121/+236
2022-09-16crypto: hisilicon/zip - support zip capabilityWeili Qian-42/+128
2022-09-16crypto: hisilicon/hpre - optimize registration of ecdhZhiqi Song-73/+63
2022-09-16crypto: hisilicon/hpre - support hpre capabilityZhiqi Song-38/+157
2022-09-16crypto: hisilicon/qm - support get device irq information from hardware regis...Weili Qian-99/+195
2022-09-16crypto: hisilicon/qm - get error type from hardware registersWeili Qian-103/+202
2022-09-16crypto: hisilicon/qm - add UACCE_CMD_QM_SET_QP_INFO supportWeili Qian-3/+18