aboutsummaryrefslogtreecommitdiff
path: root/arch/s390/boot
AgeCommit message (Expand)AuthorFilesLines
2022-02-06s390: remove invalid email address of Heiko CarstensGravatar Heiko Carstens 1-1/+0
2022-01-14arch: decompressor: remove useless vmlinux.bin.all-yGravatar Masahiro Yamada 1-9/+7
2022-01-14kbuild: rename cmd_{bzip2,lzma,lzo,lz4,xzkern,zstd22}Gravatar Masahiro Yamada 1-6/+6
2021-11-16s390/boot: simplify and fix kernel memory layout setupGravatar Vasily Gorbik 1-57/+31
2021-10-26s390: support command lines longer than 896 bytesGravatar Sven Schnelle 2-25/+14
2021-10-26s390/kexec_file: move kernel image size checkGravatar Sven Schnelle 1-2/+0
2021-10-26s390: rename last_break to pgm_last_breakGravatar Sven Schnelle 1-2/+2
2021-10-04s390/boot: allocate amode31 section in decompressorGravatar Alexander Gordeev 2-0/+9
2021-10-04s390/boot: initialize control registers in decompressorGravatar Alexander Gordeev 1-0/+17
2021-09-03Merge tag 'kbuild-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Gravatar Linus Torvalds 1-1/+1
2021-08-30Merge tag 's390-5.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Gravatar Linus Torvalds 16-316/+134
2021-08-25s390/boot: factor out offset_vmlinux_info() functionGravatar Alexander Gordeev 1-8/+12
2021-08-19isystem: ship and use stdarg.hGravatar Alexey Dobriyan 1-1/+1
2021-07-30s390: move the install rule to arch/s390/MakefileGravatar Masahiro Yamada 1-4/+0
2021-07-30s390: enable KCSANGravatar Ilya Leoshkevich 2-0/+2
2021-07-30s390/boot: fix zstd build for -march=z900Gravatar Vasily Gorbik 2-0/+3
2021-07-27s390/boot: get rid of arithmetics on function pointersGravatar Heiko Carstens 1-1/+1
2021-07-27s390/boot: move dma sections from decompressor to decompressed kernelGravatar Alexander Egorenkov 6-247/+1
2021-07-27s390/boot: make _diag308_reset_dma() position-independentGravatar Alexander Egorenkov 1-1/+3
2021-07-27s390/boot: move EP_OFFSET and EP_STRING to head.SGravatar Alexander Egorenkov 1-0/+3
2021-07-27s390/dump: introduce boot data 'oldmem_data'Gravatar Alexander Egorenkov 2-3/+6
2021-07-27s390/boot: introduce boot data 'initrd_data'Gravatar Alexander Egorenkov 4-13/+17
2021-07-27s390/boot: move sclp early buffer from fixed address in asm to CGravatar Alexander Egorenkov 4-4/+15
2021-07-27s390/boot: get rid of magic numbers for startup offsetsGravatar Alexander Egorenkov 1-4/+4
2021-07-27s390/uv: de-duplicate checks for Protected Host VirtualizationGravatar Alexander Egorenkov 1-19/+21
2021-07-27s390/boot: disable Secure Execution in dump modeGravatar Alexander Egorenkov 3-0/+11
2021-07-27s390/boot: move uv function declarations to boot/uv.hGravatar Alexander Egorenkov 3-0/+20
2021-07-27s390/sclp: use only one sclp early buffer to send commandsGravatar Alexander Egorenkov 1-1/+2
2021-07-27s390/cio: remove unused include linux/spinlock.h from cio.hGravatar Alexander Egorenkov 1-0/+2
2021-07-27s390/boot: make stacks part of the decompressor's imageGravatar Alexander Egorenkov 4-17/+19
2021-07-27s390/boot: move all linker symbol declarations from c to h filesGravatar Alexander Egorenkov 5-13/+14
2021-07-20s390/boot: fix use of expolines in the DMA codeGravatar Alexander Egorenkov 1-15/+4
2021-07-05s390/boot: replace magic string check with a bootdata flagGravatar Alexander Egorenkov 1-0/+1
2021-07-05s390: mm: Fix secure storage access exception handlingGravatar Janosch Frank 1-0/+1
2021-06-18s390/mem_detect: fix tprot() program check new psw handlingGravatar Heiko Carstens 1-11/+17
2021-06-18s390/mem_detect: use register pair instead of register asmGravatar Heiko Carstens 1-15/+19
2021-06-18s390/mem_detect: fix diag260() program check new psw handlingGravatar Heiko Carstens 1-8/+11
2021-06-18s390/ipl_parm: use register pair instead of register asmGravatar Heiko Carstens 1-12/+14
2021-06-18s390/ipl_parm: fix program check new psw handlingGravatar Heiko Carstens 1-8/+11
2021-06-18s390/boot: add zstd supportGravatar Dimitri John Ledkov 2-0/+10
2021-06-18s390/decompressor: correct BOOT_HEAP_SIZE conditionGravatar Vasily Gorbik 1-1/+1
2021-06-18s390: setup kernel memory layout earlyGravatar Vasily Gorbik 4-4/+118
2021-06-07s390/decompressor: replace use of perl with simple sed/trGravatar Rob Landley 1-1/+1
2021-06-07s390/boot: access kernel command line via parmareaGravatar Heiko Carstens 1-4/+4
2021-06-07s390/ipl: make parameter area accessible via struct parmareaGravatar Heiko Carstens 1-0/+3
2021-06-07s390/facilities: move stfl information from lowcore to global dataGravatar Sven Schnelle 3-6/+9
2021-01-27s390: uv: Fix sysfs max number of VCPUs reportingGravatar Janosch Frank 1-1/+1
2020-12-22kasan, x86, s390: update undef CONFIG_KASANGravatar Andrey Konovalov 1-0/+1
2020-12-09s390/boot: add build-id to decompressorGravatar Philipp Rudo 2-1/+2
2020-11-20s390/decompressor: print cmdline and BEAR on pgm_checkGravatar Vasily Gorbik 1-0/+7