aboutsummaryrefslogtreecommitdiffstats
path: root/arch/s390/boot/compressed (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-05-06s390/boot: get rid of startup archiveHeiko Carstens6-323/+0
2022-01-14arch: decompressor: remove useless vmlinux.bin.all-yMasahiro Yamada1-9/+7
2022-01-14kbuild: rename cmd_{bzip2,lzma,lzo,lz4,xzkern,zstd22}Masahiro Yamada1-6/+6
2021-10-04s390/boot: allocate amode31 section in decompressorAlexander Gordeev1-0/+1
2021-08-30Merge tag 's390-5.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds4-26/+20
2021-07-30s390: enable KCSANIlya Leoshkevich1-0/+1
2021-07-30s390/boot: fix zstd build for -march=z900Vasily Gorbik2-0/+3
2021-07-27s390/boot: move dma sections from decompressor to decompressed kernelAlexander Egorenkov1-23/+0
2021-07-27s390/boot: move sclp early buffer from fixed address in asm to CAlexander Egorenkov1-1/+4
2021-07-27s390/boot: make stacks part of the decompressor's imageAlexander Egorenkov1-0/+13
2021-07-27s390/boot: move all linker symbol declarations from c to h filesAlexander Egorenkov2-5/+5
2021-06-18s390/boot: add zstd supportDimitri John Ledkov2-0/+10
2021-06-18s390/decompressor: correct BOOT_HEAP_SIZE conditionVasily Gorbik1-1/+1
2021-06-07s390/decompressor: replace use of perl with simple sed/trRob Landley1-1/+1
2020-12-09s390/boot: add build-id to decompressorPhilipp Rudo2-1/+2
2020-11-20s390/decompressor: add symbols supportVasily Gorbik3-3/+30
2020-11-09s390/decompressor: fix build warningVasily Gorbik1-1/+3
2020-09-16s390/boot: enable .bss section for compressed kernelAlexander Egorenkov3-14/+13
2020-03-25.gitignore: add SPDX License IdentifierMasahiro Yamada1-0/+1
2020-01-31s390/boot: rename HEAP_SIZE due to name collisionMikhail Zaslonko1-4/+4
2019-08-21s390/startup: adjust _sdma and _edma to page boundariesVasily Gorbik1-1/+2
2019-08-21s390/startup: purge obsolete .gitignore patternsVasily Gorbik1-3/+0
2019-05-07s390/boot: fix compiler error due to missing awk strtonumMartin Schwidefsky1-0/+2
2019-04-29s390/kernel: introduce .dma sectionsGerald Schaefer1-0/+21
2019-04-29s390/kernel: build a relocatable kernelGerald Schaefer1-0/+3
2019-04-10s390: introduce .boot.preserved.data sectionGerald Schaefer2-0/+3
2019-01-28s390: make built-in.a not directly depend on *.o.chkbss filesMasahiro Yamada1-2/+2
2018-10-26s390: avoid vmlinux segments overlapVasily Gorbik1-1/+1
2018-10-26s390/decompressor: add missing FORCE to build targetsVasily Gorbik1-7/+7
2018-10-09s390/kasan: avoid instrumentation of early C codeVasily Gorbik1-0/+1
2018-10-09s390: introduce .boot.data sectionVasily Gorbik2-0/+5
2018-10-09s390/decompressor: clean up and rename compressed/misc.cVasily Gorbik3-24/+4
2018-10-09s390: rescue initrd as early as possibleVasily Gorbik2-16/+15
2018-10-09s390/decompressor: get rid of .bss usageVasily Gorbik2-13/+6
2018-10-09s390/decompressor: rework uncompressed image info collectionVasily Gorbik5-50/+47
2018-10-09s390: remove decompressor's head.SVasily Gorbik4-58/+17
2018-09-20s390: clean up stacks setupVasily Gorbik1-2/+2
2018-07-02s390/decompressor: correct EXCLUDE_FILE constructVasily Gorbik1-1/+3
2018-07-02s390: get rid of the first mb of uncompressed imageVasily Gorbik1-11/+4
2018-07-02s390/decompressor: discard ___kcrctab sectionVasily Gorbik1-0/+1
2018-06-25s390/decompressor: support uncompressed kernelVasily Gorbik3-6/+14
2018-06-25s390/decompressor: allow to pack uncompressed vmlinux.bin into piggy.oVasily Gorbik1-7/+7
2018-06-25s390/decompressor: allow preprocessor in piggy.o linker scriptVasily Gorbik3-2/+3
2018-06-25s390/decompressor: extend .bss check for early codeVasily Gorbik1-0/+4
2018-06-25s390/decompressor: avoid repeating objects list in MakefileVasily Gorbik1-2/+3
2018-06-25s390/decompressor: reuse lib/mem.S for mem functionsVasily Gorbik1-37/+0
2018-06-25s390/decompressor: avoid reusing uncompressed image objectsVasily Gorbik1-3/+1
2018-06-25s390/decompressor: rename entry point to startup_decompressorVasily Gorbik1-1/+1
2018-06-25s390/boot: make head.S and als.c be part of the decompressor onlyVasily Gorbik1-2/+2
2018-06-25s390/decompressor: trim the kernel image up to 1MVasily Gorbik2-4/+4