summaryrefslogtreecommitdiffstats
path: root/drivers/crypto/hisilicon (follow)
Commit message (Expand)AuthorAgeFilesLines
* crypto: hisilicon/sec2 - use crypto_shash_tfm_digest()Eric Biggers2020-05-081-3/+2
* crypto: hisilicon/qm - Make qm_controller_reset() staticZou Wei2020-04-301-1/+1
* crypto: hisilicon/qm - add more ACPI dependenciesStephen Rothwell2020-04-221-0/+3
* crypto: hisilicon/qm - fix build failure with ACPI offShukun Tan2020-04-201-0/+1
* crypto: hisilicon/qm - stop qp by judging sq and cq tailYang Shen2020-04-161-9/+114
* crypto: hisilicon/sec2 - add controller reset support for SEC2Yang Shen2020-04-161-12/+28
* crypto: hisilicon/hpre - add controller reset support for HPREHui Tang2020-04-161-9/+37
* crypto: hisilicon/zip - add controller reset support for zipShukun Tan2020-04-161-6/+51
* crypto: hisilicon/qm - add controller reset interfaceShukun Tan2020-04-162-0/+560
* crypto: hisilicon - add vfs_num module parameter for hpre/secHao Fang2020-04-164-2/+64
* crypto: hisilicon - unify SR-IOV related codes into QMShukun Tan2020-04-165-324/+138
* crypto: hisilicon - put vfs_num into struct hisi_qmShukun Tan2020-04-166-29/+22
* crypto: hisilicon - Fix build errorYueHaibing2020-04-031-0/+2
* crypto: hisilicon/sec2 - Add new create qp processKai Ye2020-03-203-61/+42
* crypto: hisilicon/hpre - Optimize finding hpre device processHui Tang2020-03-203-55/+20
* crypto: hisilicon/zip - Use hisi_qm_alloc_qps_node() when init ctxShukun Tan2020-03-203-114/+34
* crypto: hisilicon/qm - Put device finding logic into QMWeili Qian2020-03-202-0/+156
* crypto: hisilicon/sec2 - Add pbuffer mode for SEC driverLongfang Liu2020-03-122-5/+172
* crypto: hisilicon/sec2 - Update IV and MAC operationLongfang Liu2020-03-122-32/+43
* crypto: hisilicon/sec2 - Add iommu status checkLongfang Liu2020-03-122-0/+20
* crypto: hisilicon/sec2 - Add workqueue for SEC driver.Ye Kai2020-03-121-3/+29
* crypto: hisilicon - Use one workqueue per qm instead of per qpShukun Tan2020-03-122-25/+19
* crypto: hisilicon - qm depends on UACCEHongbo Yao2020-03-061-0/+2
* crypto: hisilicon - remove redundant assignment of pointer ctxColin Ian King2020-02-281-1/+0
* crypto: hisilicon - register zip engine to uacceZhangfei Gao2020-02-223-8/+260
* crypto: hisilicon - Remove module_param uacce_modeZhangfei Gao2020-02-221-25/+6
* crypto: hisilicon - Fix duplicate print when qm occur multiple errorsShukun Tan2020-02-131-31/+28
* crypto: hisilicon - Unify error detect process into qmShukun Tan2020-02-135-244/+185
* crypto: hisilicon - Configure zip RAS error typeShukun Tan2020-02-131-0/+10
* crypto: hisilicon - Unify hardware error init/uninit into QMShukun Tan2020-02-135-99/+149
* crypto: hisilicon - fix spelling mistake "disgest" -> "digest"Colin Ian King2020-01-221-1/+1
* crypto: hisilicon - add branch prediction macroZaibo Xu2020-01-161-22/+22
* crypto: hisilicon - adjust hpre_crt_para_getZaibo Xu2020-01-161-14/+14
* crypto: hisilicon - Fixed some tiny bugs of HPREZaibo Xu2020-01-162-38/+32
* crypto: hisilicon - Bugfixed tfm leakZaibo Xu2020-01-162-13/+18
* crypto: hisilicon - Add aead support on SEC2Zaibo Xu2020-01-164-24/+620
* crypto: hisilicon - redefine skcipher initiationZaibo Xu2020-01-161-35/+61
* crypto: hisilicon - Add branch prediction macroZaibo Xu2020-01-161-14/+14
* crypto: hisilicon - Add callback error checkZaibo Xu2020-01-162-6/+10
* crypto: hisilicon - Adjust some inner logicZaibo Xu2020-01-161-26/+28
* crypto: hisilicon - Update QP resources of SEC V2Zaibo Xu2020-01-163-93/+59
* crypto: hisilicon - Update some names on SEC V2Zaibo Xu2020-01-162-29/+36
* crypto: hisilicon - fix print/comment of SEC V2Zaibo Xu2020-01-162-6/+6
* crypto: hisilicon - Update debugfs usage of SEC V2Zaibo Xu2020-01-163-14/+14
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Herbert Xu2020-01-163-11/+21
|\
| * crypto: hisilicon/sec2 - Use atomics instead of __syncArnd Bergmann2020-01-093-11/+21
* | crypto: hisilicon - still no need to check return value of debugfs_create fun...Greg Kroah-Hartman2019-12-201-22/+6
* | crypto: hisilicon - select CRYPTO_SKCIPHER, not CRYPTO_BLKCIPHEREric Biggers2019-12-111-1/+1
* | crypto: hisilicon - Remove useless MODULE macrosZhou Wang2019-12-111-4/+0
* | crypto: hisilicon - Use the offset fields in sqe to avoid need to split scatt...Jonathan Cameron2019-12-113-70/+27