aboutsummaryrefslogtreecommitdiff
path: root/crypto/scompress.c
AgeCommit message (Expand)AuthorFilesLines
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-12/+15
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
2019-04-18crypto: scompress - initialize per-CPU variables on each CPUGravatar Sebastian Andrzej Siewior 1-2/+2
2019-04-08crypto: scompress - Use per-CPU struct instead multiple variablesGravatar Sebastian Andrzej Siewior 1-71/+54
2019-04-08crypto: scompress - return proper error code for allocation failureGravatar Sebastian Andrzej Siewior 1-1/+3
2018-11-09crypto: user - clean up report structure copyingGravatar Eric Biggers 1-7/+4
2018-01-06crypto: scompress - use sgl_alloc() and sgl_free()Gravatar Bart Van Assche 1-49/+2
2017-08-03crypto: scompress - defer allocation of scratch buffer to first useGravatar Ard Biesheuvel 1-29/+17
2017-08-03crypto: scompress - free partially allocated scratch buffers on failureGravatar Ard Biesheuvel 1-1/+4
2017-08-03crypto: scompress - don't sleep with preemption disabledGravatar Ard Biesheuvel 1-3/+1
2017-04-24crypto: scomp - allow registration of multiple scompsGravatar 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-0/+356