summaryrefslogtreecommitdiff
path: root/arch/powerpc/kernel/vmlinux.lds.S
AgeCommit message (Expand)Author
2018-02-02Merge tag 'powerpc-4.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2018-02-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pml...Linus Torvalds
2018-01-21Merge branch 'fixes' into nextMichael Ellerman
2018-01-10powerpc/64s: Add support for RFI flush of L1-D cacheMichael Ellerman
2018-01-09powerpc64: Add .opd based function descriptor dereferenceSergey Senozhatsky
2017-12-11powerpc/32: Add .data.rel* sections explicitlyNicholas Piggin
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-08-15powerpc/mm: Implement STRICT_KERNEL_RWX on PPC32Christophe Leroy
2017-07-03powerpc/vmlinux.lds: Align __init_begin to 16MBalbir Singh
2017-05-30powerpc: Link warning for orphan sectionsNicholas Piggin
2017-05-30powerpc/64: Tool to check head sections location sanityNicholas Piggin
2017-05-30powerpc/64: Handle linker stubs in low .text codeNicholas Piggin
2017-05-30powerpc/64: Place sfpr section explicitly with the linker scriptNicholas Piggin
2017-05-05Merge tag 'powerpc-4.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2017-04-23powerpc/kprobes: Blacklist exception handlersNaveen N. Rao
2017-04-03debug: Fix __bug_table[] in arch linker scriptsPeter Zijlstra
2016-12-01powerpc/64: Fix placement of .text to be immediately following .head.textNicholas Piggin
2016-10-07Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2016-10-07nmi_backtrace: generate one-line reports for idle cpusChris Metcalf
2016-10-04powerpc: Use gas sections for arranging exception vectorsNicholas Piggin
2016-09-19powerpc: Ensure .mem(init|exit).text are within _stext/_etextMichael Ellerman
2016-07-19powerpc/32: Remove RELOCATABLE_PPC32Kevin Hao
2016-03-25arch, ftrace: for KASAN put hard/soft IRQ entries into separate sectionsAlexander Potapenko
2015-10-15powerpc: discard .exit.data at runtimeStephen Rothwell
2015-05-14powerpc: Align TOC to 256 bytesAnton Blanchard
2013-07-24powerpc/modules: Module CRC relocation fix causes perf issuesAnton Blanchard
2013-01-10powerpc: Relocate prom_init.c on 64bitAnton Blanchard
2012-03-09powerpc: Remove legacy iSeries bits from assembly filesBenjamin Herrenschmidt
2011-12-20powerpc: Process dynamic relocations for kernelSuzuki Poulose
2011-03-24percpu: Always align percpu output section to PAGE_SIZETejun Heo
2011-01-25percpu: align percpu readmostly subsection to cachelineTejun Heo
2010-03-03Rename .data.read_mostly to .data..read_mostly.Denys Vlasenko
2010-03-03Rename .data.page_aligned to .data..page_aligned.Tim Abbott
2010-03-03Rename .data.init_task to .data..init_task.Tim Abbott
2010-03-03Rename .data.cacheline_aligned to .data..cacheline_aligned.Tim Abbott
2009-12-15module: handle ppc64 relocating kcrctabs when CONFIG_RELOCATABLE=yRusty Russell
2009-10-14powerpc: warning: allocated section `.data_nosave' not in segmentSean MacLennan
2009-09-24powerpc: Cleanup linker script using new linker script macros.Tim Abbott
2009-09-15Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds
2009-08-20powerpc/vmlinux.lds: Move _edata downMichael Ellerman
2009-07-09linker script: unify usage of discard definitionTejun Heo
2009-06-24linker script: throw away .discard sectionTejun Heo
2009-05-18powerpc: Explicit alignment for .data.cacheline_alignedBenjamin Herrenschmidt
2009-04-28powerpc: Revert switch to TEXT_TEXT in linker scriptTim Abbott
2009-04-27powerpc: Use TEXT_TEXT macro in linker script.Tim Abbott
2009-04-26powerpc: convert to use __HEAD and HEAD_TEXT macros.Tim Abbott
2009-03-30Merge commit 'origin/master' into nextBenjamin Herrenschmidt
2009-03-10linker script: define __per_cpu_load on all SMP capable archsTejun Heo
2009-02-23powerpc64: port of the function graph tracerSteven Rostedt
2009-01-21Merge branch 'x86/mm' into core/percpuIngo Molnar