summaryrefslogtreecommitdiffstats
path: root/crypto/scompress.c
Commit message (Expand)AuthorAgeFilesLines
* Revert "crypto: remove CONFIG_CRYPTO_STATS"Herbert Xu2024-03-131-2/+6
* crypto: scomp - remove memcpy if sg_nents is 1 and pages are lowmemBarry Song2024-03-081-7/+29
* crypto: remove CONFIG_CRYPTO_STATSEric Biggers2024-03-011-6/+2
* crypto: scomp - fix req->dst buffer overflowChengming Zhou2023-12-291-0/+6
* crypto: api - Fix CRYPTO_USER checks for report functionOndrej Mosnacek2023-05-021-1/+1
* crypto: api - Check CRYPTO_USER instead of NET for reportHerbert Xu2023-03-141-8/+4
* crypto: acomp - Count error stats differentlyHerbert Xu2023-03-141-12/+15
* crypto: algapi - make unregistration functions return voidEric Biggers2019-12-201-2/+2
* 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