aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/scompress.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-12-20crypto: algapi - make unregistration functions return voidEric Biggers1-2/+2
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-6/+1
2019-04-18crypto: scompress - initialize per-CPU variables on each CPUSebastian Andrzej Siewior1-2/+2
2019-04-08crypto: scompress - Use per-CPU struct instead multiple variablesSebastian Andrzej Siewior1-71/+54
2019-04-08crypto: scompress - return proper error code for allocation failureSebastian Andrzej Siewior1-1/+3
2018-11-09crypto: user - clean up report structure copyingEric Biggers1-7/+4
2018-01-06crypto: scompress - use sgl_alloc() and sgl_free()Bart Van Assche1-49/+2
2017-08-03crypto: scompress - defer allocation of scratch buffer to first useArd Biesheuvel1-29/+17
2017-08-03crypto: scompress - free partially allocated scratch buffers on failureArd Biesheuvel1-1/+4
2017-08-03crypto: scompress - don't sleep with preemption disabledArd Biesheuvel1-3/+1
2017-04-24crypto: scomp - allow registration of multiple scompsGiovanni Cabiddu1-0/+29
2017-01-13crypto: Replaced gcc specific attributes with macros from compiler.hGideon Israel Dsouza1-1/+2
2016-10-25crypto: acomp - add driver-side scomp interfaceGiovanni Cabiddu1-0/+356