summaryrefslogtreecommitdiffstats
path: root/arch/s390/kernel/vmlinux.lds.S (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'asm-generic-6.12' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2024-09-261-2/+1
|\
| * runtime constants: move list of constants to vmlinux.lds.hJann Horn2024-08-191-2/+1
* | s390/boot: Fix KASLR base offset off by __START_KERNEL bytesAlexander Gordeev2024-08-221-1/+1
|/
* s390/vmlinux.lds.S: Move ro_after_init section behind rodata sectionHeiko Carstens2024-07-311-8/+9
* s390/alternatives: Allow early alternative patching in decompressorSven Schnelle2024-07-231-0/+2
* s390: Add runtime constant supportHeiko Carstens2024-07-231-0/+3
* s390: Compile kernel with -fPIC and link with -no-pieSumanth Korikkar2024-04-291-33/+0
* s390: vmlinux.lds.S: Drop .hash and .gnu.hash for !CONFIG_PIE_BUILDSumanth Korikkar2024-04-291-1/+1
* s390/boot: Rework deployment of the kernel imageAlexander Gordeev2024-04-171-3/+2
* s390/boot: simplify GOT handlingAlexander Gordeev2024-02-261-2/+2
* s390: vmlinux.lds.S: fix .got.plt assertionHeiko Carstens2024-02-251-3/+8
* s390: compile relocatable kernel without -fPIEJosh Poimboeuf2024-02-201-0/+15
* s390: vmlinux.lds.S: explicitly keep various sectionsNathan Chancellor2024-02-141-0/+12
* s390: vmlinux.lds.S: explicitly handle '.got' and '.plt' sectionsNathan Chancellor2024-02-141-0/+16
* s390: vmlinux.lds.S: handle '.data.rel' sections explicitlyNathan Chancellor2024-02-141-0/+6
* s390/fpu: get rid of test_fp_ctl()Heiko Carstens2023-12-111-0/+1
* s390: make extables read-onlyVasily Gorbik2023-04-041-1/+2
* s390/kasan: move shadow mapping to decompressorVasily Gorbik2023-03-201-0/+7
* Merge tag 's390-6.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds2023-02-221-0/+4
|\
| * s390: discard .interp sectionIlya Leoshkevich2023-01-251-0/+1
| * Merge branch 'fixes' into featuresHeiko Carstens2023-01-171-0/+4
| |\
| * | s390/mm: start kernel with DAT enabledAlexander Gordeev2023-01-131-0/+3
* | | Merge tag 'v6.2-rc6' into sched/core, to pick up fixesIngo Molnar2023-01-311-0/+4
|\ \ \ | | |/ | |/|
| * | s390: define RUNTIME_DISCARD_EXIT to fix link error with GNU ld < 2.36Masahiro Yamada2023-01-061-0/+2
| * | s390: expicitly align _edata and _end symbols on page boundaryAlexander Gordeev2023-01-061-0/+2
| |/
* / objtool/idle: Validate __cpuidle code as noinstrPeter Zijlstra2023-01-131-1/+0
|/
* s390: fix nospec table alignmentsJosh Poimboeuf2022-08-301-0/+1
* s390: remove .fixup sectionHeiko Carstens2022-03-081-1/+0
* s390/boot: allocate amode31 section in decompressorAlexander Gordeev2021-10-041-0/+1
* s390: fix typo in linker scriptHeiko Carstens2021-08-251-1/+1
* s390: rename dma section to amode31Heiko Carstens2021-08-051-19/+19
* s390/ftrace: implement hotpatchingIlya Leoshkevich2021-08-031-0/+2
* s390/boot: move dma sections from decompressor to decompressed kernelAlexander Egorenkov2021-07-271-0/+33
* s390/mm: use invalid asce instead of kernel asceHeiko Carstens2020-11-231-1/+2
* vmlinux.lds.h: Split ELF_DETAILS from STABS_DEBUGKees Cook2020-09-011-0/+1
* vmlinux.lds.h: Replace RW_DATA_SECTION with RW_DATAKees Cook2019-11-041-1/+1
* vmlinux.lds.h: Replace RO_DATA_SECTION with RO_DATAKees Cook2019-11-041-1/+1
* vmlinux.lds.h: Move NOTES into RO_DATAKees Cook2019-11-041-2/+0
* vmlinux.lds.h: Move Program Header restoration into NOTES macroKees Cook2019-11-041-3/+1
* vmlinux.lds.h: Provide EMIT_PT_NOTE to indicate export of .notesKees Cook2019-11-041-0/+2
* s390: Move RO_DATA into "text" PT_LOAD Program HeaderKees Cook2019-11-041-2/+2
* s390: put _stext and _etext into .text sectionVasily Gorbik2019-08-061-6/+4
* s390/kernel: build a relocatable kernelGerald Schaefer2019-04-291-0/+15
* s390: introduce .boot.preserved.data sectionGerald Schaefer2019-04-101-0/+4
* s390: avoid vmlinux segments overlapVasily Gorbik2018-10-261-2/+2
* Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2018-10-231-0/+1
|\
| * s390/vmlinux.lds: Move JUMP_TABLE_DATA into output sectionArd Biesheuvel2018-10-021-1/+1
| * jump_table: Move entries into ro_after_init regionArd Biesheuvel2018-09-271-0/+1
* | s390: introduce .boot.data sectionVasily Gorbik2018-10-091-4/+9
* | s390: rescue initrd as early as possibleVasily Gorbik2018-10-091-0/+1