aboutsummaryrefslogtreecommitdiff
path: root/arch/s390/boot/startup.c
AgeCommit message (Expand)AuthorFilesLines
2023-08-30s390/mm: simplify kernel mapping setupGravatar Heiko Carstens 1-3/+1
2023-08-30s390: remove "noexec" optionGravatar Heiko Carstens 1-1/+1
2023-08-16s390/boot: fix multi-line comments styleGravatar Alexander Gordeev 1-2/+4
2023-08-16s390/boot: account Real Memory Copy and Lowcore areasGravatar Alexander Gordeev 1-1/+2
2023-08-16s390/mm: define Real Memory Copy size and mask macrosGravatar Alexander Gordeev 1-1/+1
2023-08-16s390/boot: cleanup number of page table levels setupGravatar Alexander Gordeev 1-5/+4
2023-07-24s390/mm: get rid of VMEM_MAX_PHYS macroGravatar Alexander Gordeev 1-1/+0
2023-07-24s390/mm: rework arch_get_mappable_range() callbackGravatar Alexander Gordeev 1-0/+3
2023-04-13s390/kaslr: randomize amode31 base addressGravatar Vasily Gorbik 1-2/+4
2023-04-13s390/kaslr: generalize and improve random base distributionGravatar Vasily Gorbik 1-1/+3
2023-04-13s390/boot: pin amode31 default lmaGravatar Vasily Gorbik 1-1/+3
2023-04-13s390/boot: do not change default_lmaGravatar Vasily Gorbik 1-13/+12
2023-04-13s390/kaslr: provide kaslr_enabled() functionGravatar Heiko Carstens 1-3/+3
2023-03-20s390/kasan: move shadow mapping to decompressorGravatar Vasily Gorbik 1-4/+7
2023-03-20s390/boot: rework decompressor reserved trackingGravatar Vasily Gorbik 1-38/+48
2023-03-20s390/boot: rename mem_detect to physmem_infoGravatar Vasily Gorbik 1-3/+3
2023-03-20s390/boot: remove non-functioning image bootable checkGravatar Vasily Gorbik 1-1/+0
2023-02-14s390/mem_detect: do not truncate online memory ranges infoGravatar Vasily Gorbik 1-1/+1
2023-02-06s390/boot: avoid potential amode31 truncationGravatar Vasily Gorbik 1-1/+1
2023-02-06s390/boot: move detect_facilities() after cmd line parsingGravatar Vasily Gorbik 1-2/+1
2023-02-06s390/mem_detect: handle online memory limit just onceGravatar Vasily Gorbik 1-1/+2
2023-02-06s390/boot: fix mem_detect extended area allocationGravatar Vasily Gorbik 1-9/+12
2023-01-31s390/boot: avoid mapping standby memoryGravatar Vasily Gorbik 1-3/+1
2023-01-13s390/mm: allocate Real Memory Copy Area in decompressorGravatar Alexander Gordeev 1-0/+2
2023-01-13s390/mm: start kernel with DAT enabledGravatar Alexander Gordeev 1-7/+38
2023-01-13s390/boot: detect and enable memory facilitiesGravatar Alexander Gordeev 1-0/+18
2022-11-08s390: always build relocatable kernelGravatar Heiko Carstens 1-2/+1
2022-09-14s390/mm: rework memcpy_real() to avoid DAT-off modeGravatar Alexander Gordeev 1-1/+4
2022-09-14s390/smp: rework absolute lowcore accessGravatar Alexander Gordeev 1-1/+4
2022-08-06Revert "s390/smp: rework absolute lowcore access"Gravatar Alexander Gordeev 1-4/+1
2022-07-28s390/smp: rework absolute lowcore accessGravatar Alexander Gordeev 1-1/+4
2022-07-28s390/boot: cleanup adjust_to_uv_max() functionGravatar Alexander Gordeev 1-4/+6
2022-05-06s390/boot: get rid of startup archiveGravatar Heiko Carstens 1-1/+1
2021-11-16s390/boot: simplify and fix kernel memory layout setupGravatar Vasily Gorbik 1-57/+31
2021-10-04s390/boot: allocate amode31 section in decompressorGravatar Alexander Gordeev 1-0/+8
2021-08-25s390/boot: factor out offset_vmlinux_info() functionGravatar Alexander Gordeev 1-8/+12
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 1-31/+0
2021-07-27s390/dump: introduce boot data 'oldmem_data'Gravatar Alexander Egorenkov 1-2/+5
2021-07-27s390/boot: introduce boot data 'initrd_data'Gravatar Alexander Egorenkov 1-4/+8
2021-07-27s390/boot: disable Secure Execution in dump modeGravatar Alexander Egorenkov 1-0/+1
2021-07-27s390/boot: move uv function declarations to boot/uv.hGravatar Alexander Egorenkov 1-0/+1
2021-07-27s390/boot: move all linker symbol declarations from c to h filesGravatar Alexander Egorenkov 1-6/+0
2021-07-05s390/boot: replace magic string check with a bootdata flagGravatar Alexander Egorenkov 1-0/+1
2021-06-18s390: setup kernel memory layout earlyGravatar Vasily Gorbik 1-0/+88
2021-06-07s390/facilities: move stfl information from lowcore to global dataGravatar Sven Schnelle 1-0/+3
2020-11-20s390: unify identity mapping limits handlingGravatar Vasily Gorbik 1-4/+44
2020-11-09s390/early: rewrite program parameter setup in CGravatar Vasily Gorbik 1-0/+10
2020-11-09s390/mm: let vmalloc area size depend on physical memory sizeGravatar Heiko Carstens 1-0/+16
2020-10-25treewide: Convert macro and uses of __section(foo) to __section("foo")Gravatar Joe Perches 1-1/+1