Age | Commit message (Expand) | Author | Files | Lines |
2025-05-05 | crypto: api - Rename CRYPTO_ALG_REQ_CHAIN to CRYPTO_ALG_REQ_VIRT | Herbert Xu | 1 | -2/+2 |
2025-05-05 | crypto: acomp - Clone folios properly | Herbert Xu | 1 | -0/+18 |
2025-04-28 | crypto: api - Add crypto_request_clone and fb | Herbert Xu | 1 | -26/+3 |
2025-04-19 | crypto: acomp - Add missing return statements in compress/decompress | Herbert Xu | 1 | -2/+2 |
2025-04-17 | crypto: deflate - Make the acomp walk atomic | Herbert Xu | 1 | -2/+2 |
2025-04-16 | crypto: api - Add support for duplicating algorithms before registration | Herbert Xu | 1 | -0/+1 |
2025-04-16 | crypto: acomp - Remove reqsize field | Herbert Xu | 1 | -1/+1 |
2025-04-16 | crypto: acomp - Use cra_reqsize | Herbert Xu | 1 | -1/+1 |
2025-04-16 | crypto: acomp - Simplify folio handling | Herbert Xu | 1 | -40/+2 |
2025-04-16 | crypto: acomp - Add ACOMP_REQUEST_CLONE | Herbert Xu | 1 | -0/+23 |
2025-04-16 | crypto: acomp - Add ACOMP_FBREQ_ON_STACK | Herbert Xu | 1 | -13/+1 |
2025-04-16 | crypto: acomp - Remove request chaining | Herbert Xu | 1 | -84/+33 |
2025-04-12 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 | Herbert Xu | 1 | -0/+1 |
2025-04-09 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 | Herbert Xu | 1 | -0/+3 |
2025-04-07 | crypto: acomp - Add acomp_walk | Herbert Xu | 1 | -0/+116 |
2025-04-07 | crypto: acomp - Move scomp stream allocation code into acomp | Herbert Xu | 1 | -0/+112 |
2025-03-22 | crypto: acomp - Fix synchronous acomp chaining fallback | Herbert Xu | 1 | -22/+11 |
2025-03-21 | crypto: acomp - Add support for folios | Herbert Xu | 1 | -5/+35 |
2025-03-21 | crypto: acomp - Add async nondma fallback | Herbert Xu | 1 | -28/+41 |
2025-03-21 | crypto: acomp - Add ACOMP_REQUEST_ALLOC and acomp_request_alloc_extra | Herbert Xu | 1 | -5/+33 |
2025-03-21 | crypto: scomp - Remove support for some non-trivial SG lists | Herbert Xu | 1 | -1/+0 |
2025-03-15 | crypto: acomp - Add request chaining and virtual addresses | Herbert Xu | 1 | -0/+197 |
2025-03-15 | crypto: acomp - Move stream management into scomp layer | Herbert Xu | 1 | -30/+0 |
2025-03-08 | crypto: acomp - Remove acomp request flags | Herbert Xu | 1 | -1/+1 |
2024-04-02 | crypto: remove CONFIG_CRYPTO_STATS | Eric Biggers | 1 | -33/+0 |
2023-05-02 | crypto: api - Fix CRYPTO_USER checks for report function | Ondrej Mosnacek | 1 | -1/+1 |
2023-03-14 | crypto: api - Check CRYPTO_USER instead of NET for report | Herbert Xu | 1 | -8/+4 |
2023-03-14 | crypto: acomp - Count error stats differently | Herbert Xu | 1 | -9/+60 |
2020-07-09 | crypto: api - permit users to specify numa node of acomp hardware | Barry Song | 1 | -0/+8 |
2019-12-20 | crypto: algapi - make unregistration functions return void | Eric Biggers | 1 | -2/+2 |
2019-05-30 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 | Thomas Gleixner | 1 | -6/+1 |
2018-11-09 | crypto: user - clean up report structure copying | Eric Biggers | 1 | -7/+3 |
2017-04-21 | crypto: acomp - allow registration of multiple acomps | Giovanni Cabiddu | 1 | -0/+29 |
2017-01-13 | crypto: Replaced gcc specific attributes with macros from compiler.h | Gideon Israel Dsouza | 1 | -1/+2 |
2016-10-25 | crypto: acomp - add driver-side scomp interface | Giovanni Cabiddu | 1 | -2/+53 |
2016-10-25 | crypto: acomp - add asynchronous compression api | Giovanni Cabiddu | 1 | -0/+118 |