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