summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel/vmlinux.lds.S
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'powerpc-5.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2020-12-171-18/+1
|\
| * Merge branch 'fixes' into nextMichael Ellerman2020-11-251-0/+14
| |\
| * | powerpc: Use the common INIT_DATA_SECTION macro in vmlinux.lds.SYouling Tang2020-11-191-18/+1
* | | ubsan: enable for all*config buildsKees Cook2020-12-151-0/+4
| |/ |/|
* | powerpc/64s: flush L1D after user accessesNicholas Piggin2020-11-191-0/+7
* | powerpc/64s: flush L1D on kernel entryNicholas Piggin2020-11-191-0/+7
|/
* vmlinux.lds.h: Split ELF_DETAILS from STABS_DEBUGKees Cook2020-09-011-1/+1
* Merge tag 'powerpc-5.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2020-06-051-2/+1
|\
| * powerpc/mm: Don't be too strict with _etext alignment on PPC32Christophe Leroy2020-05-261-2/+1
* | vmlinux.lds.h: Create section for protection against instrumentationThomas Gleixner2020-05-191-0/+1
|/
* Merge tag 'powerpc-5.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2020-04-051-0/+1
|\
| * powerpc/vmlinux.lds: Explicitly retain .gnu.hashMichael Ellerman2020-04-011-0/+1
* | bpf: Support llvm-objcopy for vmlinux BTFFangrui Song2020-03-191-6/+0
|/
* powerpc: Include .BTF sectionNaveen N. Rao2020-02-241-0/+6
* powerpc: align stack to 2 * THREAD_SIZE with VMAP_STACKChristophe Leroy2020-01-261-1/+1
* powerpc: Move EXCEPTION_TABLE to RO_DATA segmentKees 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/+1
* powerpc: Rename PT_LOAD identifier "kernel" to "text"Kees Cook2019-11-041-6/+6
* powerpc: Remove PT_NOTE workaroundKees Cook2019-11-041-22/+2
* powerpc: Rename "notes" PT_NOTE to "note"Kees Cook2019-11-041-2/+2
* powerpc/kconfig: define CONFIG_DATA_SHIFT and CONFIG_ETEXT_SHIFTChristophe Leroy2019-02-231-6/+3
* powerpc/32: Include .branch_lt in data sectionJoel Stanley2019-02-051-0/+1
* powerpc: Use ALIGN instead of BLOCKJoel Stanley2019-01-151-2/+2
* powerpc/fsl: Add infrastructure to fixup branch predictor flushDiana Craciun2018-12-201-0/+8
* powerpc: remove remaining bits from CONFIG_APUSChristophe Leroy2018-12-191-6/+0
* powerpc/32: Add .data..Lubsan_data*/.data..Lubsan_type* sections explicitlyMathieu Malaterre2018-11-251-0/+4
* Merge tag 'powerpc-4.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2018-10-261-1/+15
|\
| * powerpc/ftrace: Handle large kernel configsNaveen N. Rao2018-10-201-1/+12
| * powerpc/prom_init: Move __prombss to it's own section and store it in .bssBenjamin Herrenschmidt2018-10-191-0/+3
* | vmlinux.lds.h: Move LSM_TABLE into INIT_DATAKees Cook2018-10-101-2/+0
|/
* powerpc/64: Add CONFIG_PPC_BARRIER_NOSPECMichael Ellerman2018-08-081-1/+3
* Merge tag 'powerpc-4.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2018-06-071-0/+7
|\
| * powerpc/64s: Add support for ori barrier_nospec patchingMichal Suchanek2018-06-031-0/+7
* | Merge tag 'kbuild-v4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2018-06-061-11/+11
|\ \
| * | powerpc: Allow LD_DEAD_CODE_DATA_ELIMINATION to be selectedNicholas Piggin2018-05-171-11/+11
| |/
* / powerpc/64s: Add support for a store forwarding barrier at kernel entry/exitNicholas Piggin2018-05-211-0/+14
|/
* Merge tag 'powerpc-4.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2018-02-021-0/+1
|\
| * Merge branch 'fixes' into nextMichael Ellerman2018-01-211-0/+9
| |\
| * | powerpc/32: Add .data.rel* sections explicitlyNicholas Piggin2017-12-111-0/+1
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pml...Linus Torvalds2018-02-011-0/+2
|\ \ \ | |_|/ |/| |
| * | powerpc64: Add .opd based function descriptor dereferenceSergey Senozhatsky2018-01-091-0/+2
| |/
* / powerpc/64s: Add support for RFI flush of L1-D cacheMichael Ellerman2018-01-101-0/+9
|/
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* powerpc/mm: Implement STRICT_KERNEL_RWX on PPC32Christophe Leroy2017-08-151-1/+1
* powerpc/vmlinux.lds: Align __init_begin to 16MBalbir Singh2017-07-031-2/+8
* powerpc: Link warning for orphan sectionsNicholas Piggin2017-05-301-2/+14
* powerpc/64: Tool to check head sections location sanityNicholas Piggin2017-05-301-22/+0
* powerpc/64: Handle linker stubs in low .text codeNicholas Piggin2017-05-301-0/+5