summaryrefslogtreecommitdiffstats
path: root/arch/s390/boot
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'kbuild-v5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2022-05-261-6/+0
|\
| * kbuild: factor out the common installation code into scripts/install.shMasahiro Yamada2022-05-111-6/+0
* | s390/head: get rid of 31 bit leftoversHeiko Carstens2022-05-181-149/+126
* | s390/boot: workaround llvm IAS bugHeiko Carstens2022-05-171-13/+21
* | s390/boot: convert parmarea to CHeiko Carstens2022-05-064-21/+12
* | s390/boot: convert initial lowcore to CHeiko Carstens2022-05-065-56/+103
* | s390/head: initialize all new pswsHeiko Carstens2022-05-061-7/+15
* | s390/boot: change initial program check handler to disabled wait pswHeiko Carstens2022-05-061-1/+1
* | s390/head: adjust iplstart entry pointHeiko Carstens2022-05-061-5/+8
* | s390/boot: get rid of startup archiveHeiko Carstens2022-05-0611-101/+74
|/
* s390: remove invalid email address of Heiko CarstensHeiko Carstens2022-02-061-1/+0
* arch: decompressor: remove useless vmlinux.bin.all-yMasahiro Yamada2022-01-141-9/+7
* kbuild: rename cmd_{bzip2,lzma,lzo,lz4,xzkern,zstd22}Masahiro Yamada2022-01-141-6/+6
* s390/boot: simplify and fix kernel memory layout setupVasily Gorbik2021-11-161-57/+31
* s390: support command lines longer than 896 bytesSven Schnelle2021-10-262-25/+14
* s390/kexec_file: move kernel image size checkSven Schnelle2021-10-261-2/+0
* s390: rename last_break to pgm_last_breakSven Schnelle2021-10-261-2/+2
* s390/boot: allocate amode31 section in decompressorAlexander Gordeev2021-10-042-0/+9
* s390/boot: initialize control registers in decompressorAlexander Gordeev2021-10-041-0/+17
* Merge tag 'kbuild-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2021-09-031-1/+1
|\
| * isystem: ship and use stdarg.hAlexey Dobriyan2021-08-191-1/+1
* | Merge tag 's390-5.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds2021-08-3016-316/+134
|\ \ | |/ |/|
| * s390/boot: factor out offset_vmlinux_info() functionAlexander Gordeev2021-08-251-8/+12
| * s390: move the install rule to arch/s390/MakefileMasahiro Yamada2021-07-301-4/+0
| * s390: enable KCSANIlya Leoshkevich2021-07-302-0/+2
| * s390/boot: get rid of arithmetics on function pointersHeiko Carstens2021-07-271-1/+1
| * s390/boot: move dma sections from decompressor to decompressed kernelAlexander Egorenkov2021-07-276-247/+1
| * s390/boot: make _diag308_reset_dma() position-independentAlexander Egorenkov2021-07-271-1/+3
| * s390/boot: move EP_OFFSET and EP_STRING to head.SAlexander Egorenkov2021-07-271-0/+3
| * s390/dump: introduce boot data 'oldmem_data'Alexander Egorenkov2021-07-272-3/+6
| * s390/boot: introduce boot data 'initrd_data'Alexander Egorenkov2021-07-274-13/+17
| * s390/boot: move sclp early buffer from fixed address in asm to CAlexander Egorenkov2021-07-274-4/+15
| * s390/boot: get rid of magic numbers for startup offsetsAlexander Egorenkov2021-07-271-4/+4
| * s390/uv: de-duplicate checks for Protected Host VirtualizationAlexander Egorenkov2021-07-271-19/+21
| * s390/boot: disable Secure Execution in dump modeAlexander Egorenkov2021-07-273-0/+11
| * s390/boot: move uv function declarations to boot/uv.hAlexander Egorenkov2021-07-273-0/+20
| * s390/sclp: use only one sclp early buffer to send commandsAlexander Egorenkov2021-07-271-1/+2
| * s390/cio: remove unused include linux/spinlock.h from cio.hAlexander Egorenkov2021-07-271-0/+2
| * s390/boot: make stacks part of the decompressor's imageAlexander Egorenkov2021-07-274-17/+19
| * s390/boot: move all linker symbol declarations from c to h filesAlexander Egorenkov2021-07-275-13/+14
* | s390/boot: fix zstd build for -march=z900Vasily Gorbik2021-07-302-0/+3
|/
* s390/boot: fix use of expolines in the DMA codeAlexander Egorenkov2021-07-201-15/+4
* s390/boot: replace magic string check with a bootdata flagAlexander Egorenkov2021-07-051-0/+1
* s390: mm: Fix secure storage access exception handlingJanosch Frank2021-07-051-0/+1
* s390/mem_detect: fix tprot() program check new psw handlingHeiko Carstens2021-06-181-11/+17
* s390/mem_detect: use register pair instead of register asmHeiko Carstens2021-06-181-15/+19
* s390/mem_detect: fix diag260() program check new psw handlingHeiko Carstens2021-06-181-8/+11
* s390/ipl_parm: use register pair instead of register asmHeiko Carstens2021-06-181-12/+14
* s390/ipl_parm: fix program check new psw handlingHeiko Carstens2021-06-181-8/+11
* s390/boot: add zstd supportDimitri John Ledkov2021-06-182-0/+10