summaryrefslogtreecommitdiffstats
path: root/arch/s390/boot/startup.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* s390/mem_detect: do not truncate online memory ranges infoVasily Gorbik2023-02-141-1/+1
* s390/boot: avoid potential amode31 truncationVasily Gorbik2023-02-061-1/+1
* s390/boot: move detect_facilities() after cmd line parsingVasily Gorbik2023-02-061-2/+1
* s390/mem_detect: handle online memory limit just onceVasily Gorbik2023-02-061-1/+2
* s390/boot: fix mem_detect extended area allocationVasily Gorbik2023-02-061-9/+12
* s390/boot: avoid mapping standby memoryVasily Gorbik2023-01-311-3/+1
* s390/mm: allocate Real Memory Copy Area in decompressorAlexander Gordeev2023-01-131-0/+2
* s390/mm: start kernel with DAT enabledAlexander Gordeev2023-01-131-7/+38
* s390/boot: detect and enable memory facilitiesAlexander Gordeev2023-01-131-0/+18
* s390: always build relocatable kernelHeiko Carstens2022-11-081-2/+1
* s390/mm: rework memcpy_real() to avoid DAT-off modeAlexander Gordeev2022-09-141-1/+4
* s390/smp: rework absolute lowcore accessAlexander Gordeev2022-09-141-1/+4
* Revert "s390/smp: rework absolute lowcore access"Alexander Gordeev2022-08-061-4/+1
* s390/smp: rework absolute lowcore accessAlexander Gordeev2022-07-281-1/+4
* s390/boot: cleanup adjust_to_uv_max() functionAlexander Gordeev2022-07-281-4/+6
* s390/boot: get rid of startup archiveHeiko Carstens2022-05-061-1/+1
* s390/boot: simplify and fix kernel memory layout setupVasily Gorbik2021-11-161-57/+31
* s390/boot: allocate amode31 section in decompressorAlexander Gordeev2021-10-041-0/+8
* s390/boot: factor out offset_vmlinux_info() functionAlexander Gordeev2021-08-251-8/+12
* 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-271-31/+0
* s390/dump: introduce boot data 'oldmem_data'Alexander Egorenkov2021-07-271-2/+5
* s390/boot: introduce boot data 'initrd_data'Alexander Egorenkov2021-07-271-4/+8
* s390/boot: disable Secure Execution in dump modeAlexander Egorenkov2021-07-271-0/+1
* s390/boot: move uv function declarations to boot/uv.hAlexander Egorenkov2021-07-271-0/+1
* s390/boot: move all linker symbol declarations from c to h filesAlexander Egorenkov2021-07-271-6/+0
* s390/boot: replace magic string check with a bootdata flagAlexander Egorenkov2021-07-051-0/+1
* s390: setup kernel memory layout earlyVasily Gorbik2021-06-181-0/+88
* s390/facilities: move stfl information from lowcore to global dataSven Schnelle2021-06-071-0/+3
* s390: unify identity mapping limits handlingVasily Gorbik2020-11-201-4/+44
* s390/early: rewrite program parameter setup in CVasily Gorbik2020-11-091-0/+10
* s390/mm: let vmalloc area size depend on physical memory sizeHeiko Carstens2020-11-091-0/+16
* treewide: Convert macro and uses of __section(foo) to __section("foo")Joe Perches2020-10-251-1/+1
* s390: remove unused _swsusp_reset_dmaVasily Gorbik2020-09-291-2/+0
* s390/boot: enable .bss section for compressed kernelAlexander Egorenkov2020-09-161-0/+3
* s390/kaslr: store KASLR offset for early dumpsGerald Schaefer2019-11-301-0/+5
* Merge tag 's390-5.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds2019-11-261-1/+1
|\
| * s390/boot: fix section name escapingNick Desaulniers2019-10-311-1/+1
* | s390/kaslr: add support for R_390_GLOB_DAT relocation typeGerald Schaefer2019-10-221-3/+11
|/
* s390: clean .bss before running uncompressed kernelVasily Gorbik2019-08-211-0/+6
* s390: simplify disabled_waitMartin Schwidefsky2019-05-021-1/+1
* s390/kernel: add support for kernel address space layout randomization (KASLR)Gerald Schaefer2019-04-291-2/+29
* s390/kernel: introduce .dma sectionsGerald Schaefer2019-04-291-0/+39
* s390/kernel: build a relocatable kernelGerald Schaefer2019-04-291-0/+27
* s390/ipl: read IPL report at early bootMartin Schwidefsky2019-04-261-9/+9
* s390/uv: introduce guest side ultravisor codeVasily Gorbik2019-04-101-0/+2
* s390: introduce .boot.preserved.data sectionGerald Schaefer2019-04-101-0/+4
* s390: allow overriding facilities via command lineVasily Gorbik2019-03-011-0/+1
* s390: move ipl block and cmd line handling to early boot phaseVasily Gorbik2018-10-091-0/+3
* s390/mem_detect: move tprot loop to early boot phaseVasily Gorbik2018-10-091-0/+1