summaryrefslogtreecommitdiff
path: root/drivers/crypto/hisilicon/zip/zip_crypto.c
AgeCommit message (Expand)Author
2024-09-06crypto: hisilicon - add a lock for the qp send operationChenghai Huang
2024-08-30crypto: hisilicon/zip - Optimize performance by replacing rw_lock with spinlockKuan-Wei Chiu
2024-03-08crypto: hisilicon/zip - fix the missing CRYPTO_ALG_ASYNC in cra_flagsBarry Song
2023-10-05crypto: hisilicon/qm - check function qp num before alg registerWeili Qian
2023-09-20crypto: hisilicon/zip - remove zlib and gzipYang Shen
2023-09-20crypto: hisilicon/zip - support deflate algorithmYang Shen
2022-09-16crypto: hisilicon/zip - support zip capabilityWeili Qian
2022-09-16crypto: hisilicon/qm - get qp num and depth from hardware registersWeili Qian
2022-08-19crypto: hisilicon/zip - some misc cleanupYang Shen
2022-08-19crypto: hisilicon/zip - optimization for performanceYang Shen
2022-08-19crypto: hisilicon/zip - fix mismatch in get/set sgl_sge_nrYe Weihua
2022-07-29crypto: hisilicon/zip - Use the bitmap API to allocate bitmapsChristophe JAILLET
2022-04-21crypto: hisilicon/qm - replace hisi_qm_release_qp() with hisi_qm_free_qps()Weili Qian
2021-04-02crypto: hisilicon/zip - support new 'sqe' type in Kunpeng930Yang Shen
2021-04-02crypto: hisilicon/zip - initialize operations about 'sqe' in 'acomp_alg.init'Yang Shen
2021-04-02crypto: hisilicon/zip - add comments for 'hisi_zip_sqe'Yang Shen
2021-04-02crypto: hisilicon/zip - adjust functions locationYang Shen
2021-03-13crypto: hisilicon/hpre - add version adapt to new algorithmsMeng Yu
2020-10-02crypto: hisilicon/zip - fix the return value when device is busyYang Shen
2020-10-02crypto: hisilicon/zip - fix zero length input in GZIP decompressZhou Wang
2020-09-18crypto: hisilicon/zip - fix some coding stylesYang Shen
2020-09-18crypto: hisilicon/zip - move some private macros from 'zip.h' to 'zip_crypto.c'Yang Shen
2020-09-18crypto: hisilicon/zip - fix static check warningYang Shen
2020-09-18crypto: hisilicon/zip - add print for error branchYang Shen
2020-09-18crypto: hisilicon/zip - use a enum parameter instead of some macrosYang Shen
2020-08-21crypto: hisilicon/qm - fix the process of register algorithms to cryptoYang Shen
2020-07-09crypto: hisilicon/zip - permit users to specify NUMA nodeBarry Song
2020-05-23crypto: hisilicon/zip - add debugfs for Hisilicon ZIPLongfang Liu
2020-05-15crypto: hisilicon/zip - Use temporary sqe when doing workZhou Wang
2020-03-20crypto: hisilicon/zip - Use hisi_qm_alloc_qps_node() when init ctxShukun Tan
2019-12-11crypto: hisilicon - Use the offset fields in sqe to avoid need to split scatt...Jonathan Cameron
2019-10-26crypto: hisilicon - Fix using plain integer as NULL pointerShukun Tan
2019-10-10crypto: hisilicon - add sgl_sge_nr module param for zipShukun Tan
2019-10-10crypto: hisilicon - merge sgl support to hisi_qm moduleZhou Wang
2019-09-20crypto: hisilicon - Fix return value check in hisi_zip_acompress()Yunfeng Ye
2019-08-15crypto: hisilicon - fix error handle in hisi_zip_create_req_qZhou Wang
2019-08-09crypto: hisilicon - add HiSilicon ZIP accelerator supportZhou Wang