aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel/vmlinux.lds.S (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-30powerpc: Drops STABS_DEBUG from linker scriptsMichael Ellerman1-1/+0
2022-09-26powerpc: Remove CONFIG_PPC_FSL_BOOK3EChristophe Leroy1-1/+1
2022-09-26powerpc: Remove CONFIG_PPC_BOOK3EChristophe Leroy1-1/+1
2022-09-26powerpc/64/build: merge .got and .toc input sectionsNicholas Piggin1-2/+1
2022-09-26powerpc/64/build: only include .opd with ELFv1Nicholas Piggin1-0/+2
2022-09-26powerpc/build: move .data.rel.ro, .sdata2 to read-onlyNicholas Piggin1-8/+12
2022-09-26powerpc/build: move got, toc, plt, branch_lt sections to read-onlyNicholas Piggin1-10/+22
2022-09-26powerpc/32/build: move got1/got2 sections out of textNicholas Piggin1-10/+11
2022-09-26powerpc: move __end_rodata to cover arch read-only sectionsNicholas Piggin1-0/+1
2022-09-26powerpc/vmlinux.lds: Add an explicit symbol for the SRWX boundaryMichael Ellerman1-2/+7
2022-09-26powerpc/vmlinux.lds: Ensure STRICT_ALIGN_SIZE is at least page alignedMichael Ellerman1-1/+4
2022-09-26powerpc/64: Remove unused prom_init_toc symbolsMichael Ellerman1-5/+0
2022-03-09powerpc/64: Add UADDR64 relocation supportAlexey Kardashevskiy1-2/+0
2021-12-23powerpc/toc: Future proof kernel tocAlan Modra1-5/+3
2021-11-29powerpc: Don't bother about .data..Lubsan sectionsChristophe Leroy1-8/+0
2021-10-14powerpc: Mark .opd section read-onlyChristophe Leroy1-6/+6
2021-06-30powerpc/64s: add a table of implicit soft-masked addressesNicholas Piggin1-0/+9
2021-06-25powerpc/64: allow alternate return locations for soft-masked interruptsNicholas Piggin1-0/+10
2021-01-20powerpc/64s: fix scv entry fallback flush vs interruptNicholas Piggin1-0/+7
2021-01-12powerpc: Fix alignment bug within the init sectionsAriel Marcovitch1-0/+8
2021-01-06powerpc: Handle .text.{hot,unlikely}.* in linker scriptNathan Chancellor1-1/+1
2020-12-17Merge tag 'powerpc-5.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds1-18/+1
2020-12-15ubsan: enable for all*config buildsKees Cook1-0/+4
2020-11-25Merge branch 'fixes' into nextMichael Ellerman1-0/+14
2020-11-19powerpc/64s: flush L1D after user accessesNicholas Piggin1-0/+7
2020-11-19powerpc/64s: flush L1D on kernel entryNicholas Piggin1-0/+7
2020-11-19powerpc: Use the common INIT_DATA_SECTION macro in vmlinux.lds.SYouling Tang1-18/+1
2020-09-01vmlinux.lds.h: Split ELF_DETAILS from STABS_DEBUGKees Cook1-1/+1
2020-06-05Merge tag 'powerpc-5.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds1-2/+1
2020-05-26powerpc/mm: Don't be too strict with _etext alignment on PPC32Christophe Leroy1-2/+1
2020-05-19vmlinux.lds.h: Create section for protection against instrumentationThomas Gleixner1-0/+1
2020-04-05Merge tag 'powerpc-5.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds1-0/+1
2020-04-01powerpc/vmlinux.lds: Explicitly retain .gnu.hashMichael Ellerman1-0/+1
2020-03-19bpf: Support llvm-objcopy for vmlinux BTFFangrui Song1-6/+0
2020-02-24powerpc: Include .BTF sectionNaveen N. Rao1-0/+6
2020-01-26powerpc: align stack to 2 * THREAD_SIZE with VMAP_STACKChristophe Leroy1-1/+1
2019-11-04powerpc: Move EXCEPTION_TABLE to RO_DATA segmentKees Cook1-1/+1
2019-11-04vmlinux.lds.h: Move NOTES into RO_DATAKees Cook1-2/+0
2019-11-04vmlinux.lds.h: Move Program Header restoration into NOTES macroKees Cook1-3/+1
2019-11-04vmlinux.lds.h: Provide EMIT_PT_NOTE to indicate export of .notesKees Cook1-0/+1
2019-11-04powerpc: Rename PT_LOAD identifier "kernel" to "text"Kees Cook1-6/+6
2019-11-04powerpc: Remove PT_NOTE workaroundKees Cook1-22/+2
2019-11-04powerpc: Rename "notes" PT_NOTE to "note"Kees Cook1-2/+2
2019-02-23powerpc/kconfig: define CONFIG_DATA_SHIFT and CONFIG_ETEXT_SHIFTChristophe Leroy1-6/+3
2019-02-05powerpc/32: Include .branch_lt in data sectionJoel Stanley1-0/+1
2019-01-15powerpc: Use ALIGN instead of BLOCKJoel Stanley1-2/+2
2018-12-20powerpc/fsl: Add infrastructure to fixup branch predictor flushDiana Craciun1-0/+8
2018-12-19powerpc: remove remaining bits from CONFIG_APUSChristophe Leroy1-6/+0
2018-11-25powerpc/32: Add .data..Lubsan_data*/.data..Lubsan_type* sections explicitlyMathieu Malaterre1-0/+4
2018-10-26Merge tag 'powerpc-4.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds1-1/+15