Age | Commit message (Expand) | Author |
2020-04-03 | crypto: hisilicon - Fix build error | YueHaibing |
2020-03-20 | crypto: hisilicon/sec2 - Add new create qp process | Kai Ye |
2020-03-20 | crypto: hisilicon/hpre - Optimize finding hpre device process | Hui Tang |
2020-03-20 | crypto: hisilicon/zip - Use hisi_qm_alloc_qps_node() when init ctx | Shukun Tan |
2020-03-20 | crypto: hisilicon/qm - Put device finding logic into QM | Weili Qian |
2020-03-12 | crypto: hisilicon/sec2 - Add pbuffer mode for SEC driver | Longfang Liu |
2020-03-12 | crypto: hisilicon/sec2 - Update IV and MAC operation | Longfang Liu |
2020-03-12 | crypto: hisilicon/sec2 - Add iommu status check | Longfang Liu |
2020-03-12 | crypto: hisilicon/sec2 - Add workqueue for SEC driver. | Ye Kai |
2020-03-12 | crypto: hisilicon - Use one workqueue per qm instead of per qp | Shukun Tan |
2020-03-06 | crypto: hisilicon - qm depends on UACCE | Hongbo Yao |
2020-02-28 | crypto: hisilicon - remove redundant assignment of pointer ctx | Colin Ian King |
2020-02-22 | crypto: hisilicon - register zip engine to uacce | Zhangfei Gao |
2020-02-22 | crypto: hisilicon - Remove module_param uacce_mode | Zhangfei Gao |
2020-02-13 | crypto: hisilicon - Fix duplicate print when qm occur multiple errors | Shukun Tan |
2020-02-13 | crypto: hisilicon - Unify error detect process into qm | Shukun Tan |
2020-02-13 | crypto: hisilicon - Configure zip RAS error type | Shukun Tan |
2020-02-13 | crypto: hisilicon - Unify hardware error init/uninit into QM | Shukun Tan |
2020-01-22 | crypto: hisilicon - fix spelling mistake "disgest" -> "digest" | Colin Ian King |
2020-01-16 | crypto: hisilicon - add branch prediction macro | Zaibo Xu |
2020-01-16 | crypto: hisilicon - adjust hpre_crt_para_get | Zaibo Xu |
2020-01-16 | crypto: hisilicon - Fixed some tiny bugs of HPRE | Zaibo Xu |
2020-01-16 | crypto: hisilicon - Bugfixed tfm leak | Zaibo Xu |
2020-01-16 | crypto: hisilicon - Add aead support on SEC2 | Zaibo Xu |
2020-01-16 | crypto: hisilicon - redefine skcipher initiation | Zaibo Xu |
2020-01-16 | crypto: hisilicon - Add branch prediction macro | Zaibo Xu |
2020-01-16 | crypto: hisilicon - Add callback error check | Zaibo Xu |
2020-01-16 | crypto: hisilicon - Adjust some inner logic | Zaibo Xu |
2020-01-16 | crypto: hisilicon - Update QP resources of SEC V2 | Zaibo Xu |
2020-01-16 | crypto: hisilicon - Update some names on SEC V2 | Zaibo Xu |
2020-01-16 | crypto: hisilicon - fix print/comment of SEC V2 | Zaibo Xu |
2020-01-16 | crypto: hisilicon - Update debugfs usage of SEC V2 | Zaibo Xu |
2020-01-16 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 | Herbert Xu |
2020-01-09 | crypto: hisilicon/sec2 - Use atomics instead of __sync | Arnd Bergmann |
2019-12-20 | crypto: hisilicon - still no need to check return value of debugfs_create fun... | Greg Kroah-Hartman |
2019-12-11 | crypto: hisilicon - select CRYPTO_SKCIPHER, not CRYPTO_BLKCIPHER | Eric Biggers |
2019-12-11 | crypto: hisilicon - Remove useless MODULE macros | Zhou Wang |
2019-12-11 | crypto: hisilicon - Use the offset fields in sqe to avoid need to split scatt... | Jonathan Cameron |
2019-12-11 | crypto: hisilicon - Fix issue with wrong number of sg elements after dma map | Jonathan Cameron |
2019-11-27 | crypto: hisilicon - fix a NULL vs IS_ERR() bug in sec_create_qp_ctx() | Dan Carpenter |
2019-11-22 | crypto: hisilicon - add DebugFS for HiSilicon SEC | Zaibo Xu |
2019-11-22 | crypto: hisilicon - add SRIOV for HiSilicon SEC | Zaibo Xu |
2019-11-22 | crypto: hisilicon - add HiSilicon SEC V2 driver | Zaibo Xu |
2019-11-17 | crypto: hisilicon - no need to check return value of debugfs_create functions | Greg Kroah-Hartman |
2019-11-17 | crypto: hisilicon - add vfs_num module param for zip | Hao Fang |
2019-11-08 | crypto: hisilicon - replace #ifdef with IS_ENABLED for CONFIG_NUMA | Zhou Wang |
2019-11-01 | crypto: hisilicon - fix to return sub-optimal device when best device has no qps | Zhou Wang |
2019-11-01 | crypto: hisilicon - use sgl API to get sgl dma addr and len | Zhou Wang |
2019-11-01 | crypto: skcipher - rename the crypto_blkcipher module and kconfig option | Eric Biggers |
2019-10-26 | crypto: hisilicon - fix endianness verification problem of QM | Shukun Tan |