summaryrefslogtreecommitdiff
path: root/drivers/crypto/hisilicon
AgeCommit message (Expand)AuthorFilesLines
2023-07-01Merge tag 'v6.5-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds4-187/+1
2023-06-01crypto: hisilicon/qm: Fix to enable build with RISC-V clangSunil V L1-0/+5
2023-05-12hwrng: histb - Move driver to drivers/char/hw_random/histb-rng.cDavid Yang4-187/+1
2023-04-28Merge tag 'mm-stable-2023-04-27-15-30' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-3/+3
2023-04-27Merge tag 'driver-core-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+1
2023-04-06crypto: hisilicon/trng - add support for HiSTB TRNGDavid Yang4-1/+187
2023-04-06mm, treewide: redefine MAX_ORDER sanelyKirill A. Shutemov1-3/+3
2023-03-23crypto: hisilicon/qm - make struct bus_type * constGreg Kroah-Hartman1-1/+1
2023-03-17crypto: hisilicon/zip - remove unnecessary aer.h includeBjorn Helgaas1-1/+0
2023-03-17crypto: hisilicon/sec - remove unnecessary aer.h includeBjorn Helgaas1-1/+0
2023-03-17crypto: hisilicon/qm - remove unnecessary aer.h includeBjorn Helgaas1-1/+0
2023-03-17crypto: hisilicon/hpre - remove unnecessary aer.h includeBjorn Helgaas1-1/+0
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