summaryrefslogtreecommitdiffstats
path: root/arch/s390/boot
Commit message (Expand)AuthorAgeFilesLines
* s390/boot: Remove alt_stfle_fac_list from decompressorSven Schnelle11 days1-1/+0
* s390: Compile kernel with -fPIC and link with -no-pieSumanth Korikkar2024-04-294-56/+1
* s390/boot: Do not rescue .vmlinux.relocs sectionAlexander Gordeev2024-04-172-40/+22
* s390/boot: Rework deployment of the kernel imageAlexander Gordeev2024-04-176-68/+56
* s390: Map kernel at fixed location when KASLR is disabledAlexander Gordeev2024-04-171-9/+24
* s390/mm: Uncouple physical vs virtual address spacesAlexander Gordeev2024-04-174-64/+111
* s390/boot: Uncouple virtual and physical kernel offsetsAlexander Gordeev2024-04-172-9/+15
* s390/mm: Create virtual memory layout structureAlexander Gordeev2024-04-171-2/+1
* s390/boot: Swap vmalloc and Lowcore/Real Memory Copy areasAlexander Gordeev2024-04-171-9/+11
* s390/boot: Reduce size of identity mapping on overlapAlexander Gordeev2024-04-171-1/+4
* s390/boot: Consider DCSS segments on memory layout setupAlexander Gordeev2024-04-171-2/+5
* s390/boot: Do not force vmemmap to start at MAX_PHYSMEM_BITSAlexander Gordeev2024-04-171-3/+2
* s390: adjust indentation of RELOCS command build step outHeiko Carstens2024-04-091-1/+1
* Merge tag 'mm-stable-2024-03-13-20-04' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2024-03-141-2/+2
|\
| * mm/treewide: replace pud_large() with pud_leaf()Peter Xu2024-03-061-1/+1
| * mm/treewide: replace pmd_large() with pmd_leaf()Peter Xu2024-03-061-1/+1
* | s390/boot: fix minor comment style damagesAlexander Gordeev2024-02-261-3/+3
* | s390/boot: do not check for zero-termination relocation entryAlexander Gordeev2024-02-261-3/+1
* | s390/boot: make type of __vmlinux_relocs_64_start|end consistentAlexander Gordeev2024-02-262-8/+6
* | s390/boot: sanitize kaslr_adjust_relocs() function prototypeAlexander Gordeev2024-02-261-4/+3
* | s390/boot: simplify GOT handlingAlexander Gordeev2024-02-262-7/+5
* | s390: vmlinux.lds.S: fix .got.plt assertionHeiko Carstens2024-02-251-3/+8
* | s390/boot: workaround current 'llvm-objdump -t -j ...' behaviorNathan Chancellor2024-02-221-2/+2
* | s390: compile relocatable kernel without -fPIEJosh Poimboeuf2024-02-205-9/+110
* | s390/boot: add 'alloc' to info.bin .vmlinux.info section flagsNathan Chancellor2024-02-201-1/+1
* | s390/boot: vmlinux.lds.S: handle commonly discarded sectionsNathan Chancellor2024-02-141-0/+1
* | s390/boot: vmlinux.lds.S: handle ELF required sectionsNathan Chancellor2024-02-141-0/+1
* | s390/boot: vmlinux.lds.S: handle DWARF debug sectionsNathan Chancellor2024-02-141-0/+2
* | s390/boot: vmlinux.lds.S: handle '.rela' sectionsNathan Chancellor2024-02-141-0/+4
* | s390/boot: vmlinux.lds.S: handle '.init.text'Nathan Chancellor2024-02-141-0/+1
* | s390: vmlinux.lds.S: explicitly handle '.got' and '.plt' sectionsNathan Chancellor2024-02-141-0/+16
* | s390/boot: add support for CONFIG_LD_ORPHAN_WARNNathan Chancellor2024-02-141-2/+3
|/
* s390/boot: always align vmalloc area on segment boundaryAlexander Gordeev2023-11-222-2/+3
* s390/cmma: rework no-dat handlingHeiko Carstens2023-11-051-0/+17
* s390/cmma: move parsing of cmma kernel parameter to early boot codeHeiko Carstens2023-11-052-0/+52
* Merge tag 's390-6.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds2023-11-032-10/+9
|\
| * s390/vmem: remove unused variableVasily Gorbik2023-10-161-2/+0
| * s390: use control register bit definesHeiko Carstens2023-09-191-1/+1
| * s390/ctlreg: add struct ctlregHeiko Carstens2023-09-191-4/+4
| * s390/ctlreg: use local_ctl_load() and local_ctl_store() where possibleHeiko Carstens2023-09-191-3/+3
| * s390/ctlreg: add local and system prefix to some functionsHeiko Carstens2023-09-192-4/+4
| * s390/ctlreg: rename ctl_reg.h to ctlreg.hHeiko Carstens2023-09-191-1/+1
| * s390/ctlreg: move control register code to separate fileHeiko Carstens2023-09-191-0/+1
* | s390/kasan: handle DCSS mapping in memory holesVasily Gorbik2023-10-161-1/+6
|/
* s390/mm: simplify kernel mapping setupHeiko Carstens2023-08-302-6/+10
* s390: remove "noexec" optionHeiko Carstens2023-08-302-8/+1
* s390/boot: fix multi-line comments styleAlexander Gordeev2023-08-161-2/+4
* s390/boot: account Real Memory Copy and Lowcore areasAlexander Gordeev2023-08-161-1/+2
* s390/mm: define Real Memory Copy size and mask macrosAlexander Gordeev2023-08-161-1/+1
* s390/boot: cleanup number of page table levels setupAlexander Gordeev2023-08-161-5/+4