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