summaryrefslogtreecommitdiff
path: root/arch/s390/boot/startup.c
AgeCommit message (Expand)AuthorFilesLines
2024-06-25s390/boot: Do not adjust GOT entries for undef weak symJens Remus1-4/+7
2024-06-11s390/mm: Restore mapping of kernel image using large pagesAlexander Gordeev1-3/+24
2024-05-16s390/boot: Remove alt_stfle_fac_list from decompressorSven Schnelle1-1/+0
2024-04-29s390: Compile kernel with -fPIC and link with -no-pieSumanth Korikkar1-42/+0
2024-04-17s390/boot: Do not rescue .vmlinux.relocs sectionAlexander Gordeev1-22/+13
2024-04-17s390/boot: Rework deployment of the kernel imageAlexander Gordeev1-43/+47
2024-04-17s390: Map kernel at fixed location when KASLR is disabledAlexander Gordeev1-9/+24
2024-04-17s390/mm: Uncouple physical vs virtual address spacesAlexander Gordeev1-12/+43
2024-04-17s390/boot: Uncouple virtual and physical kernel offsetsAlexander Gordeev1-8/+12
2024-04-17s390/mm: Create virtual memory layout structureAlexander Gordeev1-2/+1
2024-04-17s390/boot: Swap vmalloc and Lowcore/Real Memory Copy areasAlexander Gordeev1-9/+11
2024-04-17s390/boot: Reduce size of identity mapping on overlapAlexander Gordeev1-1/+4
2024-04-17s390/boot: Consider DCSS segments on memory layout setupAlexander Gordeev1-2/+5
2024-04-17s390/boot: Do not force vmemmap to start at MAX_PHYSMEM_BITSAlexander Gordeev1-3/+2
2024-02-26s390/boot: fix minor comment style damagesAlexander Gordeev1-3/+3
2024-02-26s390/boot: do not check for zero-termination relocation entryAlexander Gordeev1-3/+1
2024-02-26s390/boot: make type of __vmlinux_relocs_64_start|end consistentAlexander Gordeev1-7/+5
2024-02-26s390/boot: sanitize kaslr_adjust_relocs() function prototypeAlexander Gordeev1-4/+3
2024-02-26s390/boot: simplify GOT handlingAlexander Gordeev1-5/+3
2024-02-20s390: compile relocatable kernel without -fPIEJosh Poimboeuf1-8/+72
2023-11-22s390/boot: always align vmalloc area on segment boundaryAlexander Gordeev1-1/+2
2023-11-06s390/cmma: move parsing of cmma kernel parameter to early boot codeHeiko Carstens1-0/+44
2023-09-19s390: use control register bit definesHeiko Carstens1-1/+1
2023-09-19s390/ctlreg: add local and system prefix to some functionsHeiko Carstens1-1/+1
2023-08-30s390/mm: simplify kernel mapping setupHeiko Carstens1-3/+1
2023-08-30s390: remove "noexec" optionHeiko Carstens1-1/+1
2023-08-16s390/boot: fix multi-line comments styleAlexander Gordeev1-2/+4
2023-08-16s390/boot: account Real Memory Copy and Lowcore areasAlexander Gordeev1-1/+2
2023-08-16s390/mm: define Real Memory Copy size and mask macrosAlexander Gordeev1-1/+1
2023-08-16s390/boot: cleanup number of page table levels setupAlexander Gordeev1-5/+4
2023-07-24s390/mm: get rid of VMEM_MAX_PHYS macroAlexander Gordeev1-1/+0
2023-07-24s390/mm: rework arch_get_mappable_range() callbackAlexander Gordeev1-0/+3
2023-04-13s390/kaslr: randomize amode31 base addressVasily Gorbik1-2/+4
2023-04-13s390/kaslr: generalize and improve random base distributionVasily Gorbik1-1/+3
2023-04-13s390/boot: pin amode31 default lmaVasily Gorbik1-1/+3
2023-04-13s390/boot: do not change default_lmaVasily Gorbik1-13/+12
2023-04-13s390/kaslr: provide kaslr_enabled() functionHeiko Carstens1-3/+3
2023-03-20s390/kasan: move shadow mapping to decompressorVasily Gorbik1-4/+7
2023-03-20s390/boot: rework decompressor reserved trackingVasily Gorbik1-38/+48
2023-03-20s390/boot: rename mem_detect to physmem_infoVasily Gorbik1-3/+3
2023-03-20s390/boot: remove non-functioning image bootable checkVasily Gorbik1-1/+0
2023-02-14s390/mem_detect: do not truncate online memory ranges infoVasily Gorbik1-1/+1
2023-02-06s390/boot: avoid potential amode31 truncationVasily Gorbik1-1/+1
2023-02-06s390/boot: move detect_facilities() after cmd line parsingVasily Gorbik1-2/+1
2023-02-06s390/mem_detect: handle online memory limit just onceVasily Gorbik1-1/+2
2023-02-06s390/boot: fix mem_detect extended area allocationVasily Gorbik1-9/+12
2023-01-31s390/boot: avoid mapping standby memoryVasily Gorbik1-3/+1
2023-01-13s390/mm: allocate Real Memory Copy Area in decompressorAlexander Gordeev1-0/+2
2023-01-13s390/mm: start kernel with DAT enabledAlexander Gordeev1-7/+38
2023-01-13s390/boot: detect and enable memory facilitiesAlexander Gordeev1-0/+18