aboutsummaryrefslogtreecommitdiffstats
path: root/arch/s390/boot/head.S (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-05-18s390/head: get rid of 31 bit leftoversHeiko Carstens1-149/+126
2022-05-17s390/boot: workaround llvm IAS bugHeiko Carstens1-13/+21
2022-05-06s390/boot: convert parmarea to CHeiko Carstens1-20/+0
2022-05-06s390/boot: convert initial lowcore to CHeiko Carstens1-54/+8
2022-05-06s390/head: initialize all new pswsHeiko Carstens1-7/+15
2022-05-06s390/boot: change initial program check handler to disabled wait pswHeiko Carstens1-1/+1
2022-05-06s390/head: adjust iplstart entry pointHeiko Carstens1-5/+8
2022-02-06s390: remove invalid email address of Heiko CarstensHeiko Carstens1-1/+0
2021-10-26s390: support command lines longer than 896 bytesSven Schnelle1-23/+12
2021-10-26s390/kexec_file: move kernel image size checkSven Schnelle1-2/+0
2021-10-04s390/boot: initialize control registers in decompressorAlexander Gordeev1-0/+17
2021-07-27s390/boot: move dma sections from decompressor to decompressed kernelAlexander Egorenkov1-30/+0
2021-07-27s390/boot: move EP_OFFSET and EP_STRING to head.SAlexander Egorenkov1-0/+3
2021-07-27s390/boot: move sclp early buffer from fixed address in asm to CAlexander Egorenkov1-3/+1
2021-07-27s390/boot: get rid of magic numbers for startup offsetsAlexander Egorenkov1-4/+4
2021-07-27s390/sclp: use only one sclp early buffer to send commandsAlexander Egorenkov1-1/+2
2021-07-27s390/boot: make stacks part of the decompressor's imageAlexander Egorenkov1-8/+2
2021-06-07s390/ipl: make parameter area accessible via struct parmareaHeiko Carstens1-0/+3
2020-11-20s390/decompressor: add stacktrace supportVasily Gorbik1-1/+2
2020-11-20s390/decompressor: correct some asm symbols annotationsVasily Gorbik1-7/+8
2020-11-09s390/head: set io/ext handlers to disabled waitVasily Gorbik1-1/+13
2020-09-29s390/startup: avoid save_area_sync overflowVasily Gorbik1-10/+11
2020-09-21s390/boot: avoid unnecessary zeroing of .bss sectionVasily Gorbik1-6/+0
2020-09-16s390/boot: enable .bss section for compressed kernelAlexander Egorenkov1-0/+6
2020-01-22s390: fix __EMIT_BUG() macroSven Schnelle1-1/+1
2019-09-13s390/startup: add pgm check info printingVasily Gorbik1-1/+9
2019-08-21s390/startup: add initial pgm check handlerVasily Gorbik1-1/+23
2019-07-23s390: enable detection of kernel version from bzImageVasily Gorbik1-0/+1
2019-04-29s390/kernel: introduce .dma sectionsGerald Schaefer1-1/+31
2019-04-29s390/sclp: do not use static sccbsGerald Schaefer1-1/+4
2019-04-29s390/kexec_file: Simplify parmarea accessPhilipp Rudo1-5/+6
2018-10-09s390/head: avoid doubling early boot stack size under KASANVasily Gorbik1-1/+1
2018-10-09s390: remove decompressor's head.SVasily Gorbik1-5/+1
2018-09-20s390: clean up stacks setupVasily Gorbik1-2/+1
2018-09-20s390: add initial 64-bit restart PSWMartin Schwidefsky1-0/+3
2018-07-02s390/boot: block uncompressed vmlinux booting attemptsVasily Gorbik1-2/+2
2018-06-25s390/decompressor: support uncompressed kernelVasily Gorbik1-0/+4
2018-06-25s390/decompressor: rename entry point to startup_decompressorVasily Gorbik1-4/+1
2018-06-25s390/boot: make head.S and als.c be part of the decompressor onlyVasily Gorbik1-0/+339