summaryrefslogtreecommitdiffstats
path: root/crypto/scompress.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-6/+1
* crypto: scompress - initialize per-CPU variables on each CPUSebastian Andrzej Siewior2019-04-181-2/+2
* crypto: scompress - Use per-CPU struct instead multiple variablesSebastian Andrzej Siewior2019-04-081-71/+54
* crypto: scompress - return proper error code for allocation failureSebastian Andrzej Siewior2019-04-081-1/+3
* crypto: user - clean up report structure copyingEric Biggers2018-11-091-7/+4
* crypto: scompress - use sgl_alloc() and sgl_free()Bart Van Assche2018-01-061-49/+2
* crypto: scompress - defer allocation of scratch buffer to first useArd Biesheuvel2017-08-031-29/+17
* crypto: scompress - free partially allocated scratch buffers on failureArd Biesheuvel2017-08-031-1/+4
* crypto: scompress - don't sleep with preemption disabledArd Biesheuvel2017-08-031-3/+1
* crypto: scomp - allow registration of multiple scompsGiovanni Cabiddu2017-04-241-0/+29
* crypto: Replaced gcc specific attributes with macros from compiler.hGideon Israel Dsouza2017-01-131-1/+2
* crypto: acomp - add driver-side scomp interfaceGiovanni Cabiddu2016-10-251-0/+356