aboutsummaryrefslogtreecommitdiff
path: root/arch/powerpc/kernel/vmlinux.lds.S
AgeCommit message (Expand)AuthorFilesLines
2020-06-05Merge tag 'powerpc-5.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Gravatar Linus Torvalds 1-2/+1
2020-05-26powerpc/mm: Don't be too strict with _etext alignment on PPC32Gravatar Christophe Leroy 1-2/+1
2020-05-19vmlinux.lds.h: Create section for protection against instrumentationGravatar Thomas Gleixner 1-0/+1
2020-04-05Merge tag 'powerpc-5.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Gravatar Linus Torvalds 1-0/+1
2020-04-01powerpc/vmlinux.lds: Explicitly retain .gnu.hashGravatar Michael Ellerman 1-0/+1
2020-03-19bpf: Support llvm-objcopy for vmlinux BTFGravatar Fangrui Song 1-6/+0
2020-02-24powerpc: Include .BTF sectionGravatar Naveen N. Rao 1-0/+6
2020-01-26powerpc: align stack to 2 * THREAD_SIZE with VMAP_STACKGravatar Christophe Leroy 1-1/+1
2019-11-04powerpc: Move EXCEPTION_TABLE to RO_DATA segmentGravatar Kees Cook 1-1/+1
2019-11-04vmlinux.lds.h: Move NOTES into RO_DATAGravatar Kees Cook 1-2/+0
2019-11-04vmlinux.lds.h: Move Program Header restoration into NOTES macroGravatar Kees Cook 1-3/+1
2019-11-04vmlinux.lds.h: Provide EMIT_PT_NOTE to indicate export of .notesGravatar Kees Cook 1-0/+1
2019-11-04powerpc: Rename PT_LOAD identifier "kernel" to "text"Gravatar Kees Cook 1-6/+6
2019-11-04powerpc: Remove PT_NOTE workaroundGravatar Kees Cook 1-22/+2
2019-11-04powerpc: Rename "notes" PT_NOTE to "note"Gravatar Kees Cook 1-2/+2
2019-02-23powerpc/kconfig: define CONFIG_DATA_SHIFT and CONFIG_ETEXT_SHIFTGravatar Christophe Leroy 1-6/+3
2019-02-05powerpc/32: Include .branch_lt in data sectionGravatar Joel Stanley 1-0/+1
2019-01-15powerpc: Use ALIGN instead of BLOCKGravatar Joel Stanley 1-2/+2
2018-12-20powerpc/fsl: Add infrastructure to fixup branch predictor flushGravatar Diana Craciun 1-0/+8
2018-12-19powerpc: remove remaining bits from CONFIG_APUSGravatar Christophe Leroy 1-6/+0
2018-11-25powerpc/32: Add .data..Lubsan_data*/.data..Lubsan_type* sections explicitlyGravatar Mathieu Malaterre 1-0/+4
2018-10-26Merge tag 'powerpc-4.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Gravatar Linus Torvalds 1-1/+15
2018-10-20powerpc/ftrace: Handle large kernel configsGravatar Naveen N. Rao 1-1/+12
2018-10-19powerpc/prom_init: Move __prombss to it's own section and store it in .bssGravatar Benjamin Herrenschmidt 1-0/+3
2018-10-10vmlinux.lds.h: Move LSM_TABLE into INIT_DATAGravatar Kees Cook 1-2/+0
2018-08-08powerpc/64: Add CONFIG_PPC_BARRIER_NOSPECGravatar Michael Ellerman 1-1/+3
2018-06-07Merge tag 'powerpc-4.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Gravatar Linus Torvalds 1-0/+7
2018-06-06Merge tag 'kbuild-v4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Gravatar Linus Torvalds 1-11/+11
2018-06-03powerpc/64s: Add support for ori barrier_nospec patchingGravatar Michal Suchanek 1-0/+7
2018-05-21powerpc/64s: Add support for a store forwarding barrier at kernel entry/exitGravatar Nicholas Piggin 1-0/+14
2018-05-17powerpc: Allow LD_DEAD_CODE_DATA_ELIMINATION to be selectedGravatar Nicholas Piggin 1-11/+11
2018-02-02Merge tag 'powerpc-4.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Gravatar Linus Torvalds 1-0/+1
2018-02-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pml...Gravatar Linus Torvalds 1-0/+2
2018-01-21Merge branch 'fixes' into nextGravatar Michael Ellerman 1-0/+9
2018-01-10powerpc/64s: Add support for RFI flush of L1-D cacheGravatar Michael Ellerman 1-0/+9
2018-01-09powerpc64: Add .opd based function descriptor dereferenceGravatar Sergey Senozhatsky 1-0/+2
2017-12-11powerpc/32: Add .data.rel* sections explicitlyGravatar Nicholas Piggin 1-0/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 1-0/+1
2017-08-15powerpc/mm: Implement STRICT_KERNEL_RWX on PPC32Gravatar Christophe Leroy 1-1/+1
2017-07-03powerpc/vmlinux.lds: Align __init_begin to 16MGravatar Balbir Singh 1-2/+8
2017-05-30powerpc: Link warning for orphan sectionsGravatar Nicholas Piggin 1-2/+14
2017-05-30powerpc/64: Tool to check head sections location sanityGravatar Nicholas Piggin 1-22/+0
2017-05-30powerpc/64: Handle linker stubs in low .text codeGravatar Nicholas Piggin 1-0/+5
2017-05-30powerpc/64: Place sfpr section explicitly with the linker scriptGravatar Nicholas Piggin 1-0/+8
2017-05-05Merge tag 'powerpc-4.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Gravatar Linus Torvalds 1-0/+2
2017-04-23powerpc/kprobes: Blacklist exception handlersGravatar Naveen N. Rao 1-0/+2
2017-04-03debug: Fix __bug_table[] in arch linker scriptsGravatar Peter Zijlstra 1-0/+2
2016-12-01powerpc/64: Fix placement of .text to be immediately following .head.textGravatar Nicholas Piggin 1-0/+9
2016-10-07Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 1-0/+1
2016-10-07nmi_backtrace: generate one-line reports for idle cpusGravatar Chris Metcalf 1-0/+1