aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/acompress.c
AgeCommit message (Expand)AuthorFilesLines
2025-05-05crypto: api - Rename CRYPTO_ALG_REQ_CHAIN to CRYPTO_ALG_REQ_VIRTHerbert Xu1-2/+2
2025-05-05crypto: acomp - Clone folios properlyHerbert Xu1-0/+18
2025-04-28crypto: api - Add crypto_request_clone and fbHerbert Xu1-26/+3
2025-04-19crypto: acomp - Add missing return statements in compress/decompressHerbert Xu1-2/+2
2025-04-17crypto: deflate - Make the acomp walk atomicHerbert Xu1-2/+2
2025-04-16crypto: api - Add support for duplicating algorithms before registrationHerbert Xu1-0/+1
2025-04-16crypto: acomp - Remove reqsize fieldHerbert Xu1-1/+1
2025-04-16crypto: acomp - Use cra_reqsizeHerbert Xu1-1/+1
2025-04-16crypto: acomp - Simplify folio handlingHerbert Xu1-40/+2
2025-04-16crypto: acomp - Add ACOMP_REQUEST_CLONEHerbert Xu1-0/+23
2025-04-16crypto: acomp - Add ACOMP_FBREQ_ON_STACKHerbert Xu1-13/+1
2025-04-16crypto: acomp - Remove request chainingHerbert Xu1-84/+33
2025-04-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Herbert Xu1-0/+1
2025-04-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Herbert Xu1-0/+3
2025-04-07crypto: acomp - Add acomp_walkHerbert Xu1-0/+116
2025-04-07crypto: acomp - Move scomp stream allocation code into acompHerbert Xu1-0/+112
2025-03-22crypto: acomp - Fix synchronous acomp chaining fallbackHerbert Xu1-22/+11
2025-03-21crypto: acomp - Add support for foliosHerbert Xu1-5/+35
2025-03-21crypto: acomp - Add async nondma fallbackHerbert Xu1-28/+41
2025-03-21crypto: acomp - Add ACOMP_REQUEST_ALLOC and acomp_request_alloc_extraHerbert Xu1-5/+33
2025-03-21crypto: scomp - Remove support for some non-trivial SG listsHerbert Xu1-1/+0
2025-03-15crypto: acomp - Add request chaining and virtual addressesHerbert Xu1-0/+197
2025-03-15crypto: acomp - Move stream management into scomp layerHerbert Xu1-30/+0
2025-03-08crypto: acomp - Remove acomp request flagsHerbert Xu1-1/+1
2024-04-02crypto: remove CONFIG_CRYPTO_STATSEric Biggers1-33/+0
2023-05-02crypto: api - Fix CRYPTO_USER checks for report functionOndrej Mosnacek1-1/+1
2023-03-14crypto: api - Check CRYPTO_USER instead of NET for reportHerbert Xu1-8/+4
2023-03-14crypto: acomp - Count error stats differentlyHerbert Xu1-9/+60
2020-07-09crypto: api - permit users to specify numa node of acomp hardwareBarry Song1-0/+8
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
2018-11-09crypto: user - clean up report structure copyingEric Biggers1-7/+3
2017-04-21crypto: acomp - allow registration of multiple acompsGiovanni 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-2/+53
2016-10-25crypto: acomp - add asynchronous compression apiGiovanni Cabiddu1-0/+118