summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel/vmlinux.lds.S
Commit message (Expand)AuthorAgeFilesLines
* powerpc/kconfig: define CONFIG_DATA_SHIFT and CONFIG_ETEXT_SHIFTChristophe Leroy2019-02-231-6/+3Star
* 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/+0Star
* 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-181-0/+3
* | vmlinux.lds.h: Move LSM_TABLE into INIT_DATAKees Cook2018-10-111-2/+0Star
|/
* powerpc/64: Add CONFIG_PPC_BARRIER_NOSPECMichael Ellerman2018-08-071-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-221-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/+0Star
* powerpc/64: Handle linker stubs in low .text codeNicholas Piggin2017-05-301-0/+5
* powerpc/64: Place sfpr section explicitly with the linker scriptNicholas Piggin2017-05-301-0/+8
* Merge tag 'powerpc-4.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2017-05-051-0/+2
|\
| * powerpc/kprobes: Blacklist exception handlersNaveen N. Rao2017-04-231-0/+2
* | debug: Fix __bug_table[] in arch linker scriptsPeter Zijlstra2017-04-031-0/+2
|/
* powerpc/64: Fix placement of .text to be immediately following .head.textNicholas Piggin2016-12-011-0/+9
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2016-10-081-0/+1
|\
| * nmi_backtrace: generate one-line reports for idle cpusChris Metcalf2016-10-081-0/+1
* | powerpc: Use gas sections for arranging exception vectorsNicholas Piggin2016-10-041-3/+50
* | powerpc: Ensure .mem(init|exit).text are within _stext/_etextMichael Ellerman2016-09-191-0/+2
|/
* powerpc/32: Remove RELOCATABLE_PPC32Kevin Hao2016-07-191-1/+1
* arch, ftrace: for KASAN put hard/soft IRQ entries into separate sectionsAlexander Potapenko2016-03-261-0/+1
* powerpc: discard .exit.data at runtimeStephen Rothwell2015-10-151-0/+6
* powerpc: Align TOC to 256 bytesAnton Blanchard2015-05-141-0/+1
* powerpc/modules: Module CRC relocation fix causes perf issuesAnton Blanchard2013-07-241-3/+0Star
* powerpc: Relocate prom_init.c on 64bitAnton Blanchard2013-01-101-0/+5
* powerpc: Remove legacy iSeries bits from assembly filesBenjamin Herrenschmidt2012-03-091-5/+0Star
* powerpc: Process dynamic relocations for kernelSuzuki Poulose2011-12-201-1/+7
* percpu: Always align percpu output section to PAGE_SIZETejun Heo2011-03-241-1/+1
* percpu: align percpu readmostly subsection to cachelineTejun Heo2011-01-251-1/+1
* Rename .data.read_mostly to .data..read_mostly.Denys Vlasenko2010-03-031-1/+1
* Rename .data.page_aligned to .data..page_aligned.Tim Abbott2010-03-031-1/+1
* Rename .data.init_task to .data..init_task.Tim Abbott2010-03-031-3/+1Star