index
:
linux.git
for-next
master
Linus' kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
crypto
/
acompress.c
Age
Commit message (
Expand
)
Author
2025-03-22
crypto: acomp - Fix synchronous acomp chaining fallback
Herbert Xu
2025-03-21
crypto: acomp - Add support for folios
Herbert Xu
2025-03-21
crypto: acomp - Add async nondma fallback
Herbert Xu
2025-03-21
crypto: acomp - Add ACOMP_REQUEST_ALLOC and acomp_request_alloc_extra
Herbert Xu
2025-03-21
crypto: scomp - Remove support for some non-trivial SG lists
Herbert Xu
2025-03-15
crypto: acomp - Add request chaining and virtual addresses
Herbert Xu
2025-03-15
crypto: acomp - Move stream management into scomp layer
Herbert Xu
2025-03-08
crypto: acomp - Remove acomp request flags
Herbert Xu
2024-04-02
crypto: remove CONFIG_CRYPTO_STATS
Eric Biggers
2023-05-02
crypto: api - Fix CRYPTO_USER checks for report function
Ondrej Mosnacek
2023-03-14
crypto: api - Check CRYPTO_USER instead of NET for report
Herbert Xu
2023-03-14
crypto: acomp - Count error stats differently
Herbert Xu
2020-07-09
crypto: api - permit users to specify numa node of acomp hardware
Barry Song
2019-12-20
crypto: algapi - make unregistration functions return void
Eric Biggers
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152
Thomas Gleixner
2018-11-09
crypto: user - clean up report structure copying
Eric Biggers
2017-04-21
crypto: acomp - allow registration of multiple acomps
Giovanni Cabiddu
2017-01-13
crypto: Replaced gcc specific attributes with macros from compiler.h
Gideon Israel Dsouza
2016-10-25
crypto: acomp - add driver-side scomp interface
Giovanni Cabiddu
2016-10-25
crypto: acomp - add asynchronous compression api
Giovanni Cabiddu