aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel/vmlinux.lds.S
AgeCommit message (Expand)AuthorFilesLines
2024-02-14powerpc/ftrace: Ignore ftrace locations in exit text sectionsNaveen N Rao1-0/+2
2023-08-22powerpc/ftrace: Extend ftrace support for large kernels to ppc32Naveen N Rao1-4/+0
2023-04-20powerpc/64: vmlinux support building with PCREL addresingNicholas Piggin1-0/+6
2023-02-28powerpc/vmlinux.lds: Add .text.asan/tsan sectionsMichael Ellerman1-0/+1
2023-01-31Merge tag 'v6.2-rc6' into sched/core, to pick up fixesIngo Molnar1-1/+5
2023-01-13objtool/idle: Validate __cpuidle code as noinstrPeter Zijlstra1-1/+0
2023-01-06powerpc/vmlinux.lds: Don't discard .commentMichael Ellerman1-1/+1
2023-01-06powerpc/vmlinux.lds: Don't discard .rela* for relocatable buildsMichael Ellerman1-1/+4
2023-01-06powerpc/vmlinux.lds: Define RUNTIME_DISCARD_EXITMichael Ellerman1-0/+1
2022-11-16powerpc: Fix writable sections being moved into the rodata regionNicholas Piggin1-1/+1
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/p...Linus 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/po...Linus 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/po...Linus 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/p...Linus Torvalds1-1/+15
2018-10-20powerpc/ftrace: Handle large kernel configsNaveen N. Rao1-1/+12
2018-10-19powerpc/prom_init: Move __prombss to it's own section and store it in .bssBenjamin Herrenschmidt1-0/+3
2018-10-10vmlinux.lds.h: Move LSM_TABLE into INIT_DATAKees Cook1-2/+0
2018-08-08powerpc/64: Add CONFIG_PPC_BARRIER_NOSPECMichael Ellerman1-1/+3
2018-06-07Merge tag 'powerpc-4.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds1-0/+7
2018-06-06Merge tag 'kbuild-v4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds1-11/+11
2018-06-03powerpc/64s: Add support for ori barrier_nospec patchingMichal Suchanek1-0/+7
2018-05-21powerpc/64s: Add support for a store forwarding barrier at kernel entry/exitNicholas Piggin1-0/+14
2018-05-17powerpc: Allow LD_DEAD_CODE_DATA_ELIMINATION to be selectedNicholas Piggin1-11/+11
2018-02-02Merge tag 'powerpc-4.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds1-0/+1
2018-02-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pml...Linus Torvalds1-0/+2
2018-01-21Merge branch 'fixes' into nextMichael Ellerman1-0/+9
2018-01-10powerpc/64s: Add support for RFI flush of L1-D cacheMichael Ellerman1-0/+9
2018-01-09powerpc64: Add .opd based function descriptor dereferenceSergey Senozhatsky1-0/+2
2017-12-11powerpc/32: Add .data.rel* sections explicitlyNicholas Piggin1-0/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-08-15powerpc/mm: Implement STRICT_KERNEL_RWX on PPC32Christophe Leroy1-1/+1
2017-07-03powerpc/vmlinux.lds: Align __init_begin to 16MBalbir Singh1-2/+8
2017-05-30powerpc: Link warning for orphan sectionsNicholas Piggin1-2/+14
2017-05-30powerpc/64: Tool to check head sections location sanityNicholas Piggin1-22/+0
2017-05-30powerpc/64: Handle linker stubs in low .text codeNicholas Piggin1-0/+5
2017-05-30powerpc/64: Place sfpr section explicitly with the linker scriptNicholas Piggin1-0/+8
2017-05-05Merge tag 'powerpc-4.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds1-0/+2
2017-04-23powerpc/kprobes: Blacklist exception handlersNaveen N. Rao1-0/+2
2017-04-03debug: Fix __bug_table[] in arch linker scriptsPeter Zijlstra1-0/+2
2016-12-01powerpc/64: Fix placement of .text to be immediately following .head.textNicholas Piggin1-0/+9
2016-10-07Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-0/+1
2016-10-07nmi_backtrace: generate one-line reports for idle cpusChris Metcalf1-0/+1
2016-10-04powerpc: Use gas sections for arranging exception vectorsNicholas Piggin1-3/+50
2016-09-19powerpc: Ensure .mem(init|exit).text are within _stext/_etextMichael Ellerman1-0/+2
2016-07-19powerpc/32: Remove RELOCATABLE_PPC32Kevin Hao1-1/+1
2016-03-25arch, ftrace: for KASAN put hard/soft IRQ entries into separate sectionsAlexander Potapenko1-0/+1
2015-10-15powerpc: discard .exit.data at runtimeStephen Rothwell1-0/+6
2015-05-14powerpc: Align TOC to 256 bytesAnton Blanchard1-0/+1
2013-07-24powerpc/modules: Module CRC relocation fix causes perf issuesAnton Blanchard1-3/+0
2013-01-10powerpc: Relocate prom_init.c on 64bitAnton Blanchard1-0/+5
2012-03-09powerpc: Remove legacy iSeries bits from assembly filesBenjamin Herrenschmidt1-5/+0
2011-12-20powerpc: Process dynamic relocations for kernelSuzuki Poulose1-1/+7
2011-03-24percpu: Always align percpu output section to PAGE_SIZETejun Heo1-1/+1
2011-01-25percpu: align percpu readmostly subsection to cachelineTejun Heo1-1/+1
2010-03-03Rename .data.read_mostly to .data..read_mostly.Denys Vlasenko1-1/+1
2010-03-03Rename .data.page_aligned to .data..page_aligned.Tim Abbott1-1/+1
2010-03-03Rename .data.init_task to .data..init_task.Tim Abbott1-3/+1
2010-03-03Rename .data.cacheline_aligned to .data..cacheline_aligned.Tim Abbott1-1/+1
2009-12-15module: handle ppc64 relocating kcrctabs when CONFIG_RELOCATABLE=yRusty Russell1-0/+3
2009-10-14powerpc: warning: allocated section `.data_nosave' not in segmentSean MacLennan1-0/+1
2009-09-24powerpc: Cleanup linker script using new linker script macros.Tim Abbott1-54/+15
2009-09-15Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds1-4/+4
2009-08-20powerpc/vmlinux.lds: Move _edata downMichael Ellerman1-4/+4
2009-07-09linker script: unify usage of discard definitionTejun Heo1-7/+3
2009-06-24linker script: throw away .discard sectionTejun Heo1-0/+1
2009-05-18powerpc: Explicit alignment for .data.cacheline_alignedBenjamin Herrenschmidt1-0/+1
2009-04-28powerpc: Revert switch to TEXT_TEXT in linker scriptTim Abbott1-2/+2
2009-04-27powerpc: Use TEXT_TEXT macro in linker script.Tim Abbott1-1/+2
2009-04-26powerpc: convert to use __HEAD and HEAD_TEXT macros.Tim Abbott1-1/+1
2009-03-30Merge commit 'origin/master' into nextBenjamin Herrenschmidt1-7/+1
2009-03-10linker script: define __per_cpu_load on all SMP capable archsTejun Heo1-8/+1
2009-02-23powerpc64: port of the function graph tracerSteven Rostedt1-0/+1
2009-01-21Merge branch 'x86/mm' into core/percpuIngo Molnar1-1/+3
2009-01-17linker script: add missing .data.percpu.page_alignedTejun Heo1-0/+1
2009-01-13powerpc: Make dummy section a valid note headerMilton Miller1-1/+3
2008-12-21powerpc/mm: Introduce MMU featuresBenjamin Herrenschmidt1-0/+6
2008-10-31Revert "powerpc: Sync RPA note in zImage with kernel's RPA note"Paul Mackerras1-3/+0
2008-10-31powerpc: Work around ld bug in older binutilsPaul Mackerras1-0/+2
2008-10-10powerpc: Sync RPA note in zImage with kernel's RPA notePaul Mackerras1-0/+3
2008-09-15powerpc: Make the 64-bit kernel as a position-independent executablePaul Mackerras1-0/+15
2008-09-03powerpc: Make sure _etext is after all kernel textStephen Rothwell1-3/+4
2008-07-25powerpc: Fix compile error with binutils 2.15Segher Boessenkool1-1/+1
2008-07-22powerpc: Fix build bug with binutils < 2.18 and GCC < 4.2Segher Boessenkool1-3/+28
2008-07-15Merge commit '85082fd7cbe3173198aac0eb5e85ab1edcc6352c' into test-buildBenjamin Herrenschmidt1-2/+0
2008-07-03powerpc: Fixup lwsync at runtimeKumar Gala1-0/+6
2008-07-01powerpc: Introduce infrastructure for feature sections with alternativesMichael Ellerman1-1/+1
2008-05-25move BUG_TABLE into RODATAJan Beulich1-2/+0
2008-04-17[POWERPC] Update linker script to properly set physical addressesKumar Gala1-24/+23
2008-04-17[POWERPC] Clean up some linker and symbol usageKumar Gala1-3/+1
2008-01-28all archs: consolidate init and exit sections in vmlinux.lds.hSam Ravnborg1-4/+6
2007-11-08[POWERPC] Fix link errors for allyesconfigStephen Rothwell1-2/+1
2007-09-14[POWERPC] Fix modpost warnings from head*.S on ppc32Kumar Gala1-0/+2
2007-07-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuildLinus Torvalds1-1/+3
2007-07-19powerpc: Put allocated ELF notes in read-only data segmentRoland McGrath1-0/+2
2007-07-19define new percpu interface for shared dataFenghua Yu1-0/+1
2007-07-17powerpc: add missing DATA_DATA to powerpcMathieu Desnoyers1-1/+3
2007-07-10[POWERPC] Add __read_mostly support for powerpcTony Breeds1-0/+6
2007-05-22[POWERPC] Fix powerpc vmlinux.lds.SBenjamin Herrenschmidt1-1/+0
2007-05-19all-archs: consolidate .data section definition in asm-genericSam Ravnborg1-1/+1
2007-05-19all-archs: consolidate .text section definition in asm-genericSam Ravnborg1-1/+2
2007-05-02[PATCH] x86: Allow percpu variables to be page-alignedJeremy Fitzhardinge1-5/+1
2007-02-11[PATCH] disable init/initramfs.c: architecturesJean-Paul Saman1-2/+2
2006-12-11[POWERPC] Generic BUG for powerpcJeremy Fitzhardinge1-5/+1
2006-12-07[PATCH] relocatable kernel: Kallsyms generate relocatable symbolsEric W. Biederman1-0/+1
2006-10-27[PATCH] vmlinux.lds: consolidate initcall sectionsAndrew Morton1-7/+1
2006-10-03[POWERPC] implement BEGIN/END_FW_FTR_SECTIONStephen Rothwell1-0/+8
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-05-24[PATCH] powerpc: make iSeries flattened device tree dynamicStephen Rothwell1-0/+5
2006-03-28[PATCH] powerpc: Kill _machine and hard-coded platform numbersBenjamin Herrenschmidt1-200/+181
2005-11-05powerpc: Fix vmlinux.lds.S for 32-bitPaul Mackerras1-25/+5
2005-11-03powerpc: Set entry point and text address in linker scriptMichael Ellerman1-4/+3
2005-10-10powerpc: Reduce the 32/64-bit diffs in vmlinux.lds.SPaul Mackerras1-65/+9
2005-10-06powerpc: Define a _sdata symbolPaul Mackerras1-0/+1
2005-10-01powerpc: make iSeries buildStephen Rothwell1-14/+176
2005-09-26powerpc: Merge enough to start building in arch/powerpc.Paul Mackerras1-0/+172