aboutsummaryrefslogtreecommitdiffstats
path: root/arch/s390/boot
AgeCommit message (Expand)Author
2024-05-16s390/boot: Remove alt_stfle_fac_list from decompressorSven Schnelle
2024-04-29s390: Compile kernel with -fPIC and link with -no-pieSumanth Korikkar
2024-04-17s390/boot: Do not rescue .vmlinux.relocs sectionAlexander Gordeev
2024-04-17s390/boot: Rework deployment of the kernel imageAlexander Gordeev
2024-04-17s390: Map kernel at fixed location when KASLR is disabledAlexander Gordeev
2024-04-17s390/mm: Uncouple physical vs virtual address spacesAlexander Gordeev
2024-04-17s390/boot: Uncouple virtual and physical kernel offsetsAlexander Gordeev
2024-04-17s390/mm: Create virtual memory layout structureAlexander Gordeev
2024-04-17s390/boot: Swap vmalloc and Lowcore/Real Memory Copy areasAlexander Gordeev
2024-04-17s390/boot: Reduce size of identity mapping on overlapAlexander Gordeev
2024-04-17s390/boot: Consider DCSS segments on memory layout setupAlexander Gordeev
2024-04-17s390/boot: Do not force vmemmap to start at MAX_PHYSMEM_BITSAlexander Gordeev
2024-04-09s390: adjust indentation of RELOCS command build step outHeiko Carstens
2024-03-14Merge tag 'mm-stable-2024-03-13-20-04' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2024-03-06mm/treewide: replace pud_large() with pud_leaf()Peter Xu
2024-03-06mm/treewide: replace pmd_large() with pmd_leaf()Peter Xu
2024-02-26s390/boot: fix minor comment style damagesAlexander Gordeev
2024-02-26s390/boot: do not check for zero-termination relocation entryAlexander Gordeev
2024-02-26s390/boot: make type of __vmlinux_relocs_64_start|end consistentAlexander Gordeev
2024-02-26s390/boot: sanitize kaslr_adjust_relocs() function prototypeAlexander Gordeev
2024-02-26s390/boot: simplify GOT handlingAlexander Gordeev
2024-02-25s390: vmlinux.lds.S: fix .got.plt assertionHeiko Carstens
2024-02-22s390/boot: workaround current 'llvm-objdump -t -j ...' behaviorNathan Chancellor
2024-02-20s390: compile relocatable kernel without -fPIEJosh Poimboeuf
2024-02-20s390/boot: add 'alloc' to info.bin .vmlinux.info section flagsNathan Chancellor
2024-02-14s390/boot: vmlinux.lds.S: handle commonly discarded sectionsNathan Chancellor
2024-02-14s390/boot: vmlinux.lds.S: handle ELF required sectionsNathan Chancellor
2024-02-14s390/boot: vmlinux.lds.S: handle DWARF debug sectionsNathan Chancellor
2024-02-14s390/boot: vmlinux.lds.S: handle '.rela' sectionsNathan Chancellor
2024-02-14s390/boot: vmlinux.lds.S: handle '.init.text'Nathan Chancellor
2024-02-14s390: vmlinux.lds.S: explicitly handle '.got' and '.plt' sectionsNathan Chancellor
2024-02-14s390/boot: add support for CONFIG_LD_ORPHAN_WARNNathan Chancellor
2023-11-22s390/boot: always align vmalloc area on segment boundaryAlexander Gordeev
2023-11-05s390/cmma: rework no-dat handlingHeiko Carstens
2023-11-05s390/cmma: move parsing of cmma kernel parameter to early boot codeHeiko Carstens
2023-11-03Merge tag 's390-6.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds
2023-10-16s390/vmem: remove unused variableVasily Gorbik
2023-10-16s390/kasan: handle DCSS mapping in memory holesVasily Gorbik
2023-09-19s390: use control register bit definesHeiko Carstens
2023-09-19s390/ctlreg: add struct ctlregHeiko Carstens
2023-09-19s390/ctlreg: use local_ctl_load() and local_ctl_store() where possibleHeiko Carstens
2023-09-19s390/ctlreg: add local and system prefix to some functionsHeiko Carstens
2023-09-19s390/ctlreg: rename ctl_reg.h to ctlreg.hHeiko Carstens
2023-09-19s390/ctlreg: move control register code to separate fileHeiko Carstens
2023-08-30s390/mm: simplify kernel mapping setupHeiko Carstens
2023-08-30s390: remove "noexec" optionHeiko Carstens
2023-08-16s390/boot: fix multi-line comments styleAlexander Gordeev
2023-08-16s390/boot: account Real Memory Copy and Lowcore areasAlexander Gordeev
2023-08-16s390/mm: define Real Memory Copy size and mask macrosAlexander Gordeev
2023-08-16s390/boot: cleanup number of page table levels setupAlexander Gordeev