summaryrefslogtreecommitdiff
path: root/include/crypto/acompress.h
AgeCommit message (Expand)Author
2025-05-05crypto: acomp - Clone folios properlyHerbert 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-16crypto: acomp - Simplify folio handlingHerbert Xu
2025-04-16crypto: acomp - Remove ACOMP_REQUEST_ALLOCHerbert Xu
2025-04-16crypto: acomp - Add ACOMP_REQUEST_CLONEHerbert 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: 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: scomp - Remove support for some non-trivial SG listsHerbert Xu
2025-03-15crypto: acomp - Add request chaining and virtual addressesHerbert Xu
2025-03-15crypto: acomp - Move stream management into scomp layerHerbert Xu
2025-03-08crypto: acomp - Remove acomp request flagsHerbert Xu
2024-04-02crypto: remove CONFIG_CRYPTO_STATSEric Biggers
2024-03-13crypto: introduce: acomp_is_async to expose if comp drivers might sleepBarry Song
2023-03-14crypto: acomp - Count error stats differentlyHerbert Xu
2023-03-10crypto: acomp - Be more careful with request flagsHerbert Xu
2022-12-09crypto: acomp - define max size for destinationGiovanni Cabiddu
2021-03-13crypto: api - check for ERR pointers in crypto_destroy_tfm()Ard Biesheuvel
2020-07-09crypto: api - permit users to specify numa node of acomp hardwareBarry Song
2020-05-08crypto: acomp - search acomp with scomp backend in crypto_has_acompBarry Song
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner
2018-12-07crypto: user - fix use_after_free of struct xxx_requestCorentin Labbe
2018-12-07crypto: user - convert all stats from u32 to u64Corentin Labbe
2018-09-28crypto: user - Implement a generic crypto statisticsCorentin Labbe
2016-10-25crypto: acomp - add driver-side scomp interfaceGiovanni Cabiddu
2016-10-25crypto: acomp - add asynchronous compression apiGiovanni Cabiddu