summaryrefslogtreecommitdiffstats
path: root/lib/zlib_dfltcc
AgeCommit message (Expand)AuthorLines
2024-07-03lib/zlib: unpoison DFLTCC output buffersIlya Leoshkevich-0/+29
2023-02-02lib/zlib: remove redundation assignement of avail_in dfltcc_gdht()Tom Rix-1/+1
2023-02-02lib/zlib: DFLTCC always switch to software inflate for Z_PACKET_FLUSH optionMikhail Zaslonko-2/+4
2023-02-02lib/zlib: DFLTCC support inflate with small windowMikhail Zaslonko-8/+0
2023-02-02lib/zlib: Split deflate and inflate states for DFLTCCMikhail Zaslonko-73/+107
2023-02-02lib/zlib: DFLTCC not writing header bits when avail_out == 0Mikhail Zaslonko-4/+9
2023-02-02lib/zlib: fix DFLTCC ignoring flush modes when avail_in == 0Mikhail Zaslonko-1/+2
2023-02-02lib/zlib: implement switching between DFLTCC and softwareMikhail Zaslonko-16/+22
2023-02-02lib/zlib: adjust offset calculation for dfltcc_stateMikhail Zaslonko-1/+2
2020-12-29zlib: move EXPORT_SYMBOL() and MODULE_LICENSE() out of dfltcc_syms.cRandy Dunlap-19/+9
2020-12-29lib/zlib: fix inflating zlib streams on s390Ilya Leoshkevich-2/+2
2020-12-06zlib: export S390 symbols for zlib modulesRandy Dunlap-0/+3
2020-01-31lib/zlib: add zlib_deflate_dfltcc_enabled() functionMikhail Zaslonko-9/+11
2020-01-31s390/boot: add dfltcc= kernel command line parameterMikhail Zaslonko-2/+20
2020-01-31lib/zlib: add s390 hardware support for kernel zlib_inflateMikhail Zaslonko-1/+172
2020-01-31lib/zlib: add s390 hardware support for kernel zlib_deflateMikhail Zaslonko-0/+578