summaryrefslogtreecommitdiff
path: root/arch/s390/kernel/vmlinux.lds.S
AgeCommit message (Expand)Author
2024-09-26Merge tag 'asm-generic-6.12' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2024-08-22s390/boot: Fix KASLR base offset off by __START_KERNEL bytesAlexander Gordeev
2024-08-19runtime constants: move list of constants to vmlinux.lds.hJann Horn
2024-07-31s390/vmlinux.lds.S: Move ro_after_init section behind rodata sectionHeiko Carstens
2024-07-23s390/alternatives: Allow early alternative patching in decompressorSven Schnelle
2024-07-23s390: Add runtime constant supportHeiko Carstens
2024-04-29s390: Compile kernel with -fPIC and link with -no-pieSumanth Korikkar
2024-04-29s390: vmlinux.lds.S: Drop .hash and .gnu.hash for !CONFIG_PIE_BUILDSumanth Korikkar
2024-04-17s390/boot: Rework deployment of the kernel imageAlexander Gordeev
2024-02-26s390/boot: simplify GOT handlingAlexander Gordeev
2024-02-25s390: vmlinux.lds.S: fix .got.plt assertionHeiko Carstens
2024-02-20s390: compile relocatable kernel without -fPIEJosh Poimboeuf
2024-02-14s390: vmlinux.lds.S: explicitly keep various sectionsNathan Chancellor
2024-02-14s390: vmlinux.lds.S: explicitly handle '.got' and '.plt' sectionsNathan Chancellor
2024-02-14s390: vmlinux.lds.S: handle '.data.rel' sections explicitlyNathan Chancellor
2023-12-11s390/fpu: get rid of test_fp_ctl()Heiko Carstens
2023-04-04s390: make extables read-onlyVasily Gorbik
2023-03-20s390/kasan: move shadow mapping to decompressorVasily Gorbik
2023-02-21Merge tag 's390-6.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds
2023-01-31Merge tag 'v6.2-rc6' into sched/core, to pick up fixesIngo Molnar
2023-01-25s390: discard .interp sectionIlya Leoshkevich
2023-01-17Merge branch 'fixes' into featuresHeiko Carstens
2023-01-13s390/mm: start kernel with DAT enabledAlexander Gordeev
2023-01-13objtool/idle: Validate __cpuidle code as noinstrPeter Zijlstra
2023-01-06s390: define RUNTIME_DISCARD_EXIT to fix link error with GNU ld < 2.36Masahiro Yamada
2023-01-06s390: expicitly align _edata and _end symbols on page boundaryAlexander Gordeev
2022-08-30s390: fix nospec table alignmentsJosh Poimboeuf
2022-03-08s390: remove .fixup sectionHeiko Carstens
2021-10-04s390/boot: allocate amode31 section in decompressorAlexander Gordeev
2021-08-25s390: fix typo in linker scriptHeiko Carstens
2021-08-05s390: rename dma section to amode31Heiko Carstens
2021-08-03s390/ftrace: implement hotpatchingIlya Leoshkevich
2021-07-27s390/boot: move dma sections from decompressor to decompressed kernelAlexander Egorenkov
2020-11-23s390/mm: use invalid asce instead of kernel asceHeiko Carstens
2020-09-01vmlinux.lds.h: Split ELF_DETAILS from STABS_DEBUGKees Cook
2019-11-04vmlinux.lds.h: Replace RW_DATA_SECTION with RW_DATAKees Cook
2019-11-04vmlinux.lds.h: Replace RO_DATA_SECTION with RO_DATAKees Cook
2019-11-04vmlinux.lds.h: Move NOTES into RO_DATAKees Cook
2019-11-04vmlinux.lds.h: Move Program Header restoration into NOTES macroKees Cook
2019-11-04vmlinux.lds.h: Provide EMIT_PT_NOTE to indicate export of .notesKees Cook
2019-11-04s390: Move RO_DATA into "text" PT_LOAD Program HeaderKees Cook
2019-08-06s390: put _stext and _etext into .text sectionVasily Gorbik
2019-04-29s390/kernel: build a relocatable kernelGerald Schaefer
2019-04-10s390: introduce .boot.preserved.data sectionGerald Schaefer
2018-10-26s390: avoid vmlinux segments overlapVasily Gorbik
2018-10-23Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2018-10-09s390: introduce .boot.data sectionVasily Gorbik
2018-10-09s390: rescue initrd as early as possibleVasily Gorbik
2018-10-09s390/decompressor: rework uncompressed image info collectionVasily Gorbik
2018-10-02s390/vmlinux.lds: Move JUMP_TABLE_DATA into output sectionArd Biesheuvel