aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/crypto/internal/acompress.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-05-05crypto: api - Rename CRYPTO_ALG_REQ_CHAIN to CRYPTO_ALG_REQ_VIRTHerbert Xu1-2/+2
2025-04-28crypto: api - Add crypto_stack_request_init and initialise flags fullyHerbert Xu1-2/+2
2025-04-28crypto: api - Add crypto_request_clone and fbHerbert Xu1-1/+6
2025-04-17crypto: deflate - Make the acomp walk atomicHerbert Xu1-1/+1
2025-04-16crypto: acomp - Remove reqsize fieldHerbert Xu1-3/+0
2025-04-16crypto: acomp - Simplify folio handlingHerbert Xu1-15/+1
2025-04-16crypto: acomp - Add ACOMP_REQUEST_CLONEHerbert Xu1-8/+3
2025-04-16crypto: acomp - Add ACOMP_FBREQ_ON_STACKHerbert Xu1-0/+26
2025-04-16crypto: acomp - Use request flag helpers and add acomp_request_flagsHerbert Xu1-0/+6
2025-04-16crypto: acomp - Remove request chainingHerbert Xu1-5/+0
2025-04-07crypto: acomp - Add acomp_walkHerbert Xu1-0/+44
2025-04-07crypto: acomp - Move scomp stream allocation code into acompHerbert Xu1-0/+33
2025-04-07crypto: scomp - Allocate per-cpu buffer on first use of each CPUHerbert Xu1-1/+0
2025-03-21crypto: acomp - Add support for foliosHerbert Xu1-0/+18
2025-03-21crypto: acomp - Add ACOMP_REQUEST_ALLOC and acomp_request_alloc_extraHerbert Xu1-0/+6
2025-03-21crypto: acomp - Remove dst_freeHerbert Xu1-2/+0
2025-03-15crypto: acomp - Add request chaining and virtual addressesHerbert Xu1-0/+42
2025-03-15crypto: acomp - Move stream management into scomp layerHerbert Xu1-16/+1
2024-05-19Merge tag 'mm-stable-2024-05-17-19-19' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-2/+3
2024-04-25mm: change inlined allocation helpers to account at the call siteSuren Baghdasaryan1-2/+3
2024-04-02crypto: remove CONFIG_CRYPTO_STATSEric Biggers1-1/+0
2023-03-14crypto: acomp - Count error stats differentlyHerbert Xu1-5/+38
2023-02-13crypto: acompress - Use crypto_request_completeHerbert Xu1-1/+1
2022-12-02crypto: Prepare to move crypto_tfm_ctxHerbert Xu1-0/+2
2020-08-07mm, treewide: rename kzfree() to kfree_sensitive()Waiman Long1-1/+1
2019-12-20crypto: algapi - make unregistration functions return voidEric Biggers1-3/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-6/+1
2017-04-21crypto: acomp - allow registration of multiple acompsGiovanni Cabiddu1-0/+3
2016-10-25crypto: acomp - add driver-side scomp interfaceGiovanni Cabiddu1-0/+15
2016-10-25crypto: acomp - add asynchronous compression apiGiovanni Cabiddu1-0/+66