index
:
linux.git
for-next
master
Linus' kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
crypto
/
acompress.h
Age
Commit message (
Expand
)
Author
2025-05-05
crypto: acomp - Clone folios properly
Herbert Xu
2025-04-28
crypto: api - Add crypto_stack_request_init and initialise flags fully
Herbert Xu
2025-04-28
crypto: api - Add crypto_request_clone and fb
Herbert Xu
2025-04-16
crypto: acomp - Simplify folio handling
Herbert Xu
2025-04-16
crypto: acomp - Remove ACOMP_REQUEST_ALLOC
Herbert Xu
2025-04-16
crypto: acomp - Add ACOMP_REQUEST_CLONE
Herbert Xu
2025-04-16
crypto: acomp - Use request flag helpers and add acomp_request_flags
Herbert Xu
2025-04-16
crypto: acomp - Remove request chaining
Herbert Xu
2025-04-07
crypto: scomp - Allocate per-cpu buffer on first use of each CPU
Herbert Xu
2025-03-21
crypto: acomp - Add support for folios
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
2024-03-13
crypto: introduce: acomp_is_async to expose if comp drivers might sleep
Barry Song
2023-03-14
crypto: acomp - Count error stats differently
Herbert Xu
2023-03-10
crypto: acomp - Be more careful with request flags
Herbert Xu
2022-12-09
crypto: acomp - define max size for destination
Giovanni Cabiddu
2021-03-13
crypto: api - check for ERR pointers in crypto_destroy_tfm()
Ard Biesheuvel
2020-07-09
crypto: api - permit users to specify numa node of acomp hardware
Barry Song
2020-05-08
crypto: acomp - search acomp with scomp backend in crypto_has_acomp
Barry Song
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152
Thomas Gleixner
2018-12-07
crypto: user - fix use_after_free of struct xxx_request
Corentin Labbe
2018-12-07
crypto: user - convert all stats from u32 to u64
Corentin Labbe
2018-09-28
crypto: user - Implement a generic crypto statistics
Corentin Labbe
2016-10-25
crypto: acomp - add driver-side scomp interface
Giovanni Cabiddu
2016-10-25
crypto: acomp - add asynchronous compression api
Giovanni Cabiddu