aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/crypto/hisilicon (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-11-27crypto: hisilicon - fix a NULL vs IS_ERR() bug in sec_create_qp_ctx()Dan Carpenter1-2/+2
2019-11-22crypto: hisilicon - add DebugFS for HiSilicon SECZaibo Xu3-0/+332
2019-11-22crypto: hisilicon - add SRIOV for HiSilicon SECZaibo Xu2-3/+153
2019-11-22crypto: hisilicon - add HiSilicon SEC V2 driverZaibo Xu7-0/+1875
2019-11-17crypto: hisilicon - no need to check return value of debugfs_create functionsGreg Kroah-Hartman2-32/+11
2019-11-17crypto: hisilicon - add vfs_num module param for zipHao Fang1-84/+98
2019-11-08crypto: hisilicon - replace #ifdef with IS_ENABLED for CONFIG_NUMAZhou Wang1-26/+25
2019-11-01crypto: hisilicon - fix to return sub-optimal device when best device has no qpsZhou Wang3-20/+77
2019-11-01crypto: hisilicon - use sgl API to get sgl dma addr and lenZhou Wang2-3/+2
2019-11-01crypto: skcipher - rename the crypto_blkcipher module and kconfig optionEric Biggers1-1/+1
2019-10-26crypto: hisilicon - fix endianness verification problem of QMShukun Tan2-44/+45
2019-10-26crypto: hisilicon - fix param should be static when not external.Shukun Tan1-3/+3
2019-10-26crypto: hisilicon - Fix using plain integer as NULL pointerShukun Tan1-1/+1
2019-10-26crypto: hisilicon - tiny fix about QM/ZIP error callback printZhou Wang2-9/+3
2019-10-23crypto: hisilicon: Fix misuse of GENMASK macroRikard Falkeborn1-2/+2
2019-10-23crypto: hisilicon - select NEED_SG_DMA_LENGTH in qm KconfigZhou Wang1-0/+1
2019-10-10crypto: hisilicon - Add debugfs for HPREZaibo Xu2-2/+460
2019-10-10crypto: hisilicon - add SRIOV support for HPREZaibo Xu2-7/+133
2019-10-10crypto: hisilicon - add HiSilicon HPRE acceleratorZaibo Xu6-0/+1702
2019-10-10crypto: hisilicon - misc fix about sglZhou Wang1-18/+22
2019-10-10crypto: hisilicon - fix large sgl memory allocation problem when disable smmuZhou Wang1-15/+68
2019-10-10crypto: hisilicon - add sgl_sge_nr module param for zipShukun Tan3-2/+28
2019-10-10crypto: hisilicon - merge sgl support to hisi_qm moduleZhou Wang7-84/+58
2019-10-05crypto: hisilicon - allow compile-testing on x86Arnd Bergmann2-3/+12
2019-09-20crypto: hisilicon - avoid unused function warningArnd Bergmann1-5/+2
2019-09-20crypto: hisilicon - Fix return value check in hisi_zip_acompress()Yunfeng Ye1-2/+2
2019-09-20crypto: hisilicon - Matching the dma address for dma_pool_free()Yunfeng Ye1-25/+19
2019-09-20crypto: hisilicon - Fix double free in sec_free_hw_sgl()Yunfeng Ye1-6/+7
2019-08-30crypto: hisilicon - select CRYPTO_LIB_DES while compiling SEC driverMao Wenan1-0/+1
2019-08-22crypto: hisilicon - Fix warning on printing %p with dma_addr_tHerbert Xu1-2/+2
2019-08-22crypto: hisilicon/des - switch to new verification routinesArd Biesheuvel1-11/+7
2019-08-15crypto: hisilicon - fix error handle in hisi_zip_create_req_qZhou Wang1-2/+4
2019-08-15crypto: hisilicon - add missing single_releaseZhou Wang1-0/+1
2019-08-15crypto: hisilicon - init curr_sgl_dma to fix compile warningZhou Wang1-1/+1
2019-08-15crypto: hisilicon - add dependency for CRYPTO_DEV_HISI_ZIPZhou Wang1-0/+1
2019-08-15crypto: hisilicon - fix kbuild warningsZhou Wang1-3/+3
2019-08-09crypto: hisilicon - add debugfs for ZIP and QMZhou Wang3-1/+704
2019-08-09crypto: hisilicon - add SRIOV support for ZIPZhou Wang3-25/+226
2019-08-09crypto: hisilicon - add HiSilicon ZIP accelerator supportZhou Wang6-0/+1237
2019-08-09crypto: hisilicon - add hardware SGL supportZhou Wang4-0/+247
2019-08-09crypto: hisilicon - add queue management driver for HiSilicon QM moduleZhou Wang4-0/+1740
2019-06-13crypto: hisilicon - Use the correct style for SPDX License IdentifierNishad Kamdar1-1/+1
2019-04-18crypto: hisilicon - Forbid 2-key 3DES in FIPS modeHerbert Xu1-8/+4
2019-01-08cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain2-11/+8
2018-11-09crypto: hisilicon - Fix reference after free of memories on error pathJohn Garry1-10/+11
2018-11-09crypto: hisilicon - Fix NULL dereference for same dst and srcJohn Garry1-4/+6
2018-08-07crypto: hisilicon - sec_send_request() can be statickbuild test robot1-1/+1
2018-08-03crypto: hisilicon - SEC security accelerator driverJonathan Cameron6-0/+2892