aboutsummaryrefslogtreecommitdiff
path: root/crypto/acompress.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-02crypto: remove CONFIG_CRYPTO_STATSGravatar Eric Biggers 1-33/+0
2023-05-02crypto: api - Fix CRYPTO_USER checks for report functionGravatar Ondrej Mosnacek 1-1/+1
2023-03-14crypto: api - Check CRYPTO_USER instead of NET for reportGravatar Herbert Xu 1-8/+4
2023-03-14crypto: acomp - Count error stats differentlyGravatar Herbert Xu 1-9/+60
2020-07-09crypto: api - permit users to specify numa node of acomp hardwareGravatar Barry Song 1-0/+8
2019-12-20crypto: algapi - make unregistration functions return voidGravatar Eric Biggers 1-2/+2
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Gravatar Thomas Gleixner 1-6/+1
2018-11-09crypto: user - clean up report structure copyingGravatar Eric Biggers 1-7/+3
2017-04-21crypto: acomp - allow registration of multiple acompsGravatar Giovanni Cabiddu 1-0/+29
2017-01-13crypto: Replaced gcc specific attributes with macros from compiler.hGravatar Gideon Israel Dsouza 1-1/+2
2016-10-25crypto: acomp - add driver-side scomp interfaceGravatar Giovanni Cabiddu 1-2/+53
2016-10-25crypto: acomp - add asynchronous compression apiGravatar Giovanni Cabiddu 1-0/+118