aboutsummaryrefslogtreecommitdiffstats
path: root/arch/s390/boot (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-09-03Merge tag 'kbuild-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuildLinus Torvalds1-1/+1
2021-08-30Merge tag 's390-5.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds16-316/+134
2021-08-25s390/boot: factor out offset_vmlinux_info() functionAlexander Gordeev1-8/+12
2021-08-19isystem: ship and use stdarg.hAlexey Dobriyan1-1/+1
2021-07-30s390: move the install rule to arch/s390/MakefileMasahiro Yamada1-4/+0
2021-07-30s390: enable KCSANIlya Leoshkevich2-0/+2
2021-07-30s390/boot: fix zstd build for -march=z900Vasily Gorbik2-0/+3
2021-07-27s390/boot: get rid of arithmetics on function pointersHeiko Carstens1-1/+1
2021-07-27s390/boot: move dma sections from decompressor to decompressed kernelAlexander Egorenkov6-247/+1
2021-07-27s390/boot: make _diag308_reset_dma() position-independentAlexander Egorenkov1-1/+3
2021-07-27s390/boot: move EP_OFFSET and EP_STRING to head.SAlexander Egorenkov1-0/+3
2021-07-27s390/dump: introduce boot data 'oldmem_data'Alexander Egorenkov2-3/+6
2021-07-27s390/boot: introduce boot data 'initrd_data'Alexander Egorenkov4-13/+17
2021-07-27s390/boot: move sclp early buffer from fixed address in asm to CAlexander Egorenkov4-4/+15
2021-07-27s390/boot: get rid of magic numbers for startup offsetsAlexander Egorenkov1-4/+4
2021-07-27s390/uv: de-duplicate checks for Protected Host VirtualizationAlexander Egorenkov1-19/+21
2021-07-27s390/boot: disable Secure Execution in dump modeAlexander Egorenkov3-0/+11
2021-07-27s390/boot: move uv function declarations to boot/uv.hAlexander Egorenkov3-0/+20
2021-07-27s390/sclp: use only one sclp early buffer to send commandsAlexander Egorenkov1-1/+2
2021-07-27s390/cio: remove unused include linux/spinlock.h from cio.hAlexander Egorenkov1-0/+2
2021-07-27s390/boot: make stacks part of the decompressor's imageAlexander Egorenkov4-17/+19
2021-07-27s390/boot: move all linker symbol declarations from c to h filesAlexander Egorenkov5-13/+14
2021-07-20s390/boot: fix use of expolines in the DMA codeAlexander Egorenkov1-15/+4
2021-07-05s390/boot: replace magic string check with a bootdata flagAlexander Egorenkov1-0/+1
2021-07-05s390: mm: Fix secure storage access exception handlingJanosch Frank1-0/+1
2021-06-18s390/mem_detect: fix tprot() program check new psw handlingHeiko Carstens1-11/+17
2021-06-18s390/mem_detect: use register pair instead of register asmHeiko Carstens1-15/+19
2021-06-18s390/mem_detect: fix diag260() program check new psw handlingHeiko Carstens1-8/+11
2021-06-18s390/ipl_parm: use register pair instead of register asmHeiko Carstens1-12/+14
2021-06-18s390/ipl_parm: fix program check new psw handlingHeiko Carstens1-8/+11
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-18s390: setup kernel memory layout earlyVasily Gorbik4-4/+118
2021-06-07s390/decompressor: replace use of perl with simple sed/trRob Landley1-1/+1
2021-06-07s390/boot: access kernel command line via parmareaHeiko Carstens1-4/+4
2021-06-07s390/ipl: make parameter area accessible via struct parmareaHeiko Carstens1-0/+3
2021-06-07s390/facilities: move stfl information from lowcore to global dataSven Schnelle3-6/+9
2021-01-27s390: uv: Fix sysfs max number of VCPUs reportingJanosch Frank1-1/+1
2020-12-22kasan, x86, s390: update undef CONFIG_KASANAndrey Konovalov1-0/+1
2020-12-09s390/boot: add build-id to decompressorPhilipp Rudo2-1/+2
2020-11-20s390/decompressor: print cmdline and BEAR on pgm_checkVasily Gorbik1-0/+7
2020-11-20s390/decompressor: add stacktrace supportVasily Gorbik3-1/+30
2020-11-20s390/decompressor: add symbols supportVasily Gorbik4-5/+97
2020-11-20s390/decompressor: correct some asm symbols annotationsVasily Gorbik2-11/+12
2020-11-20s390/decompressor: add decompressor_printkVasily Gorbik2-78/+68
2020-11-20s390: unify identity mapping limits handlingVasily Gorbik5-46/+73
2020-11-09s390/early: rewrite program parameter setup in CVasily Gorbik1-0/+10
2020-11-09s390/kasan: move memory needs estimation into a functionVasily Gorbik1-22/+8
2020-11-09s390/decompressor: fix build warningVasily Gorbik1-1/+3
2020-11-09s390/mm: let vmalloc area size depend on physical memory sizeHeiko Carstens3-1/+21