index
:
nova.git
nova
nova-next
topic/nova/allocator
wip/fw-loader
dakr's fork of freedesktop.org/drm/nova
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
crypto
/
hisilicon
/
zip
/
zip_crypto.c
Age
Commit message (
Expand
)
Author
2024-09-06
crypto: hisilicon - add a lock for the qp send operation
Chenghai Huang
2024-08-30
crypto: hisilicon/zip - Optimize performance by replacing rw_lock with spinlock
Kuan-Wei Chiu
2024-03-08
crypto: hisilicon/zip - fix the missing CRYPTO_ALG_ASYNC in cra_flags
Barry Song
2023-10-05
crypto: hisilicon/qm - check function qp num before alg register
Weili Qian
2023-09-20
crypto: hisilicon/zip - remove zlib and gzip
Yang Shen
2023-09-20
crypto: hisilicon/zip - support deflate algorithm
Yang Shen
2022-09-16
crypto: hisilicon/zip - support zip capability
Weili Qian
2022-09-16
crypto: hisilicon/qm - get qp num and depth from hardware registers
Weili Qian
2022-08-19
crypto: hisilicon/zip - some misc cleanup
Yang Shen
2022-08-19
crypto: hisilicon/zip - optimization for performance
Yang Shen
2022-08-19
crypto: hisilicon/zip - fix mismatch in get/set sgl_sge_nr
Ye Weihua
2022-07-29
crypto: hisilicon/zip - Use the bitmap API to allocate bitmaps
Christophe JAILLET
2022-04-21
crypto: hisilicon/qm - replace hisi_qm_release_qp() with hisi_qm_free_qps()
Weili Qian
2021-04-02
crypto: hisilicon/zip - support new 'sqe' type in Kunpeng930
Yang Shen
2021-04-02
crypto: hisilicon/zip - initialize operations about 'sqe' in 'acomp_alg.init'
Yang Shen
2021-04-02
crypto: hisilicon/zip - add comments for 'hisi_zip_sqe'
Yang Shen
2021-04-02
crypto: hisilicon/zip - adjust functions location
Yang Shen
2021-03-13
crypto: hisilicon/hpre - add version adapt to new algorithms
Meng Yu
2020-10-02
crypto: hisilicon/zip - fix the return value when device is busy
Yang Shen
2020-10-02
crypto: hisilicon/zip - fix zero length input in GZIP decompress
Zhou Wang
2020-09-18
crypto: hisilicon/zip - fix some coding styles
Yang Shen
2020-09-18
crypto: hisilicon/zip - move some private macros from 'zip.h' to 'zip_crypto.c'
Yang Shen
2020-09-18
crypto: hisilicon/zip - fix static check warning
Yang Shen
2020-09-18
crypto: hisilicon/zip - add print for error branch
Yang Shen
2020-09-18
crypto: hisilicon/zip - use a enum parameter instead of some macros
Yang Shen
2020-08-21
crypto: hisilicon/qm - fix the process of register algorithms to crypto
Yang Shen
2020-07-09
crypto: hisilicon/zip - permit users to specify NUMA node
Barry Song
2020-05-23
crypto: hisilicon/zip - add debugfs for Hisilicon ZIP
Longfang Liu
2020-05-15
crypto: hisilicon/zip - Use temporary sqe when doing work
Zhou Wang
2020-03-20
crypto: hisilicon/zip - Use hisi_qm_alloc_qps_node() when init ctx
Shukun Tan
2019-12-11
crypto: hisilicon - Use the offset fields in sqe to avoid need to split scatt...
Jonathan Cameron
2019-10-26
crypto: hisilicon - Fix using plain integer as NULL pointer
Shukun Tan
2019-10-10
crypto: hisilicon - add sgl_sge_nr module param for zip
Shukun Tan
2019-10-10
crypto: hisilicon - merge sgl support to hisi_qm module
Zhou Wang
2019-09-20
crypto: hisilicon - Fix return value check in hisi_zip_acompress()
Yunfeng Ye
2019-08-15
crypto: hisilicon - fix error handle in hisi_zip_create_req_q
Zhou Wang
2019-08-09
crypto: hisilicon - add HiSilicon ZIP accelerator support
Zhou Wang