summaryrefslogtreecommitdiffstats
path: root/arch/s390/boot
Commit message (Expand)AuthorAgeFilesLines
* s390/mem_detect: Use IS_ENABLED(CONFIG_BLK_DEV_INITRD)Joe Perches2019-03-291-1/+1
* kbuild: move archive command to scripts/Makefile.libMasahiro Yamada2019-03-131-3/+0Star
* Merge tag 'kbuild-v5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds2019-03-112-5/+5
|\
| * kbuild: add real-prereqs shorthand for $(filter-out FORCE,$^)Masahiro Yamada2019-01-281-1/+1
| * s390: make built-in.a not directly depend on *.o.chkbss filesMasahiro Yamada2019-01-282-4/+4
* | s390: warn about clearing als implied facilitiesVasily Gorbik2019-03-013-2/+20
* | s390: allow overriding facilities via command lineVasily Gorbik2019-03-013-2/+50
* | s390/als: remove duplicated in-place implementation of stfleVasily Gorbik2019-03-011-14/+1Star
* | s390/kasan: improve string/memory functions checksVasily Gorbik2019-01-181-0/+1
|/
* s390: avoid vmlinux segments overlapVasily Gorbik2018-10-261-1/+1
* s390/decompressor: add missing FORCE to build targetsVasily Gorbik2018-10-261-7/+7
* s390/mem_detect: add missing includeHeiko Carstens2018-10-101-0/+1
* s390/head: avoid doubling early boot stack size under KASANVasily Gorbik2018-10-091-1/+1
* s390/kasan: use noexec and large pagesVasily Gorbik2018-10-092-1/+48
* s390/kasan: avoid instrumentation of early C codeVasily Gorbik2018-10-092-0/+2
* s390: move ipl block and cmd line handling to early boot phaseVasily Gorbik2018-10-098-1/+287
* s390/mem_detect: replace tprot loop with binary searchVasily Gorbik2018-10-091-32/+17Star
* s390/mem_detect: use SCLP info for continuous memory detectionVasily Gorbik2018-10-091-2/+7
* s390/mem_detect: introduce z/VM specific diag260 callVasily Gorbik2018-10-091-0/+52
* s390/mem_detect: introduce SCLP storage infoVasily Gorbik2018-10-091-0/+6
* s390: introduce .boot.data section compile time validationVasily Gorbik2018-10-092-2/+19
* s390/mem_detect: move tprot loop to early boot phaseVasily Gorbik2018-10-094-1/+136
* s390/sclp: move sclp_early_read_info to sclp_early_core.cVasily Gorbik2018-10-091-0/+1
* s390: introduce .boot.data sectionVasily Gorbik2018-10-093-0/+15
* s390/decompressor: clean up and rename compressed/misc.cVasily Gorbik2018-10-094-24/+14Star
* s390: rescue initrd as early as possibleVasily Gorbik2018-10-093-16/+39
* s390/decompressor: get rid of .bss usageVasily Gorbik2018-10-092-13/+6Star
* s390/decompressor: rework uncompressed image info collectionVasily Gorbik2018-10-096-56/+51Star
* s390: remove decompressor's head.SVasily Gorbik2018-10-098-64/+43Star
* s390: clean up stacks setupVasily Gorbik2018-09-202-4/+3Star
* s390: add initial 64-bit restart PSWMartin Schwidefsky2018-09-201-0/+3
* s390/decompressor: avoid packing *.o.chkbss files into startup.aVasily Gorbik2018-07-021-1/+1
* s390/decompressor: avoid constant startup.a rebuildsVasily Gorbik2018-07-021-1/+1
* s390/boot: block uncompressed vmlinux booting attemptsVasily Gorbik2018-07-021-2/+2
* s390/decompressor: correct EXCLUDE_FILE constructVasily Gorbik2018-07-021-1/+3
* s390: get rid of the first mb of uncompressed imageVasily Gorbik2018-07-021-11/+4Star
* s390/decompressor: discard ___kcrctab sectionVasily Gorbik2018-07-021-0/+1
* s390/decompressor: support uncompressed kernelVasily Gorbik2018-06-254-6/+18
* s390/decompressor: allow to pack uncompressed vmlinux.bin into piggy.oVasily Gorbik2018-06-251-7/+7
* s390/decompressor: allow preprocessor in piggy.o linker scriptVasily Gorbik2018-06-253-2/+3
* s390/decompressor: extend .bss check for early codeVasily Gorbik2018-06-252-0/+8
* s390/decompressor: avoid repeating objects list in MakefileVasily Gorbik2018-06-251-2/+3
* s390/decompressor: reuse lib/mem.S for mem functionsVasily Gorbik2018-06-253-38/+5Star
* s390/decompressor: avoid reusing uncompressed image objectsVasily Gorbik2018-06-254-9/+15
* s390/als: avoid .init.* sections usageVasily Gorbik2018-06-251-10/+9Star
* s390/decompressor: rename entry point to startup_decompressorVasily Gorbik2018-06-252-5/+2Star
* s390/boot: make head.S and als.c be part of the decompressor onlyVasily Gorbik2018-06-255-5/+599
* s390/decompressor: trim the kernel image up to 1MVasily Gorbik2018-06-252-4/+4
* s390: remove uncompressed kernel image buildVasily Gorbik2018-06-251-5/+1Star
* s390/decompressor: correct build flagsVasily Gorbik2018-06-251-9/+4Star