aboutsummaryrefslogtreecommitdiffstats
path: root/arch/s390/boot/compressed/misc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-10-09s390/decompressor: clean up and rename compressed/misc.cVasily Gorbik1-106/+0
2018-10-09s390: rescue initrd as early as possibleVasily Gorbik1-16/+13
2018-10-09s390/decompressor: get rid of .bss usageVasily Gorbik1-12/+5
2018-10-09s390/decompressor: rework uncompressed image info collectionVasily Gorbik1-9/+6
2018-10-09s390: remove decompressor's head.SVasily Gorbik1-2/+5
2018-06-25s390/decompressor: reuse lib/mem.S for mem functionsVasily Gorbik1-37/+0
2018-04-10s390/ipl: rely on diag308 store to get ipl infoVasily Gorbik1-23/+0
2018-02-27s390: unify linker symbols usageVasily Gorbik1-5/+5
2017-11-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds1-2/+0
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-10-26s390/decompressor: remove informational messagesMartin Schwidefsky1-2/+0
2017-03-22s390/decompressor: fix initrd corruption caused by bss clearMarcelo Henrique Cerri1-16/+19
2017-02-08s390/sclp: make early sclp code readableHeiko Carstens1-1/+1
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2015-09-10lib/decompressors: use real out buf size for gunzip with kernelYinghai Lu1-1/+1
2015-01-08s390/sclp: fix declaration of _sclp_print_early()Chen Gang1-2/+1
2013-07-26s390: add support for LZ4-compressed kernelHeiko Carstens1-0/+4
2012-09-26s390/string: provide asm lib functions for memcpy and memcmpHeiko Carstens1-21/+24
2011-10-30[S390] sparse: fix sparse static warningsMartin Schwidefsky1-1/+1
2011-03-15[S390] support XZ compressed kernelHeiko Carstens1-0/+5
2011-02-17[S390] correct ipl parameter block safe guardMartin Schwidefsky1-2/+3
2010-05-26[S390] Add support for LZO-compressed kernels.Heiko Carstens1-0/+4
2010-03-24[S390] fix boot failures with compressed kernelsMartin Schwidefsky1-4/+4
2010-02-26[S390] add support for compressed kernelsMartin Schwidefsky1-0/+158