aboutsummaryrefslogtreecommitdiffstats
path: root/lib/zlib_dfltcc/dfltcc_deflate.c
AgeCommit message (Expand)AuthorFilesLines
2023-02-02lib/zlib: remove redundation assignement of avail_in dfltcc_gdht()Tom Rix1-1/+1
2023-02-02lib/zlib: Split deflate and inflate states for DFLTCCMikhail Zaslonko1-8/+27
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
2020-12-29zlib: move EXPORT_SYMBOL() and MODULE_LICENSE() out of dfltcc_syms.cRandy Dunlap1-0/+3
2020-01-31s390/boot: add dfltcc= kernel command line parameterMikhail Zaslonko1-0/+6
2020-01-31lib/zlib: add s390 hardware support for kernel zlib_deflateMikhail Zaslonko1-0/+273