aboutsummaryrefslogtreecommitdiffstats
path: root/arch/blackfin/kernel/vmlinux.lds.S (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-03-16arch: remove blackfin portArnd Bergmann1-271/+0
2017-04-03debug: Fix __bug_table[] in arch linker scriptsPeter Zijlstra1-0/+2
2016-10-07nmi_backtrace: generate one-line reports for idle cpusChris Metcalf1-0/+1
2016-03-25arch, ftrace: for KASAN put hard/soft IRQ entries into separate sectionsAlexander Potapenko1-0/+1
2014-07-26blackfin: vmlinux.lds.S: reserve 32 bytes space at the end of data section for XIP kernelSteven Miao1-1/+1
2011-07-23Blackfin: make sure percpu section is aligned in XIP buildsSteven Miao1-0/+1
2011-05-25Blackfin: use new common PERCPU_INPUT defineMike Frysinger1-7/+1
2011-03-24percpu: Always align percpu output section to PAGE_SIZETejun Heo1-1/+1
2011-03-18Blackfin: SMP: work around anomaly 05000491Sonic Zhang1-0/+1
2011-03-18Blackfin: SMP: PERCPU section should be PAGE alignedsteven miao1-1/+1
2011-01-25percpu: align percpu readmostly subsection to cachelineTejun Heo1-1/+1
2010-08-06Blackfin: use common EXCEPTION_TABLE() in vmlinux.ldsMike Frysinger1-6/+1
2010-03-09Blackfin: initial XIP supportBarry Song1-0/+57
2010-03-09Blackfin: fix relocation errors with large initramfs imagesJie Zhang1-5/+8
2009-12-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vapier/blackfinLinus Torvalds1-12/+16
2009-12-15module: make MODULE_SYMBOL_PREFIX into a CONFIG optionAlan Jenkins1-2/+0
2009-12-15Blackfin: calculate on-chip lengths at link time rather than run timeMike Frysinger1-12/+16
2009-10-07Blackfin: mass clean up of copyright/licensing infoRobin Getz1-25/+2
2009-09-24blackfin: Cleanup linker script using new linker script macros.Tim Abbott1-50/+6
2009-09-16Blackfin: Fix link errors with binutils 2.19 and GCC 4.3Ingo Molnar1-2/+2
2009-07-09linker script: unify usage of discard definitionTejun Heo1-5/+1
2009-06-24linker script: throw away .discard sectionTejun Heo1-0/+1
2009-06-13Blackfin: initial support for ftrace grapherMike Frysinger1-0/+1
2009-06-13Blackfin: add support for GENERIC_BUGMike Frysinger1-2/+14
2009-06-12Blackfin: allow scheduler functions to be placed into L1Robin Getz1-0/+5
2009-03-29Blackfin arch: add link-time asserts to make sure on-chip regions dont overflowMike Frysinger1-0/+4
2009-01-07Blackfin arch: fix bugs in linker script when using upstream binutilsBernd Schmidt1-2/+6
2008-11-18Blackfin arch: move out irq related functionsMike Frysinger1-1/+0
2009-01-07Blackfin arch: SMP supporting patchset: some other misc codeGraf Yang1-2/+2
2008-08-13Blackfin arch: convert L2 defines to be the same as the L1 definesMike Frysinger1-6/+4
2008-08-06Blackfin arch: make sure the BSS and kernel load address are 4 byte alignedMike Frysinger1-0/+1
2008-07-19Blackfin arch: Extend sram malloc to handle L2 SRAM.Sonic Zhang1-5/+35
2008-04-24[Blackfin] arch: use the same style for missing L1 sectionsMike Frysinger1-27/+20
2008-04-24[Blackfin] arch: fix bug - Section data_l1_cacheline_aligned should be defined in link script of kernelSonic Zhang1-0/+5
2008-03-26[Blackfin] arch: remove NOTES from linker scriptBernd Schmidt1-2/+0
2008-02-29[Blackfin] arch: handle the most common L1 shrinkage case (L1 does not exist for a part) so that any parts labeled for L1 instead get placed into external memory sectionsMike Frysinger1-7/+27
2008-02-02[Blackfin] arch: move the init sections to the end of memoryMike Frysinger1-19/+28
2008-01-28all archs: consolidate init and exit sections in vmlinux.lds.hSam Ravnborg1-4/+4
2007-10-30Blackfin arch: reclaim a few bytes from the end of our init sectionMike Frysinger1-3/+8
2007-10-11Blackfin arch: add more common defines for output sectionsMike Frysinger1-0/+6
2007-08-27Blackfin arch: vmlinux.lds.S, break up our .init into separate sectionsMike Frysinger1-15/+27
2007-08-27Blackfin arch: parse input sections properly when using -ffunction-sections/-fdata-sectionsMike Frysinger1-1/+3
2007-07-25Blackfin arch: fix bug which unaligns the init thread's stack and causes the current macro to fail.Bernd Schmidt1-6/+10
2007-07-12Blackfin arch: use PAGE_SIZE when doing aligns rather than hardcoded valuesMike Frysinger1-5/+7
2007-06-11Blackfin arch: redo our linker script a bitMike Frysinger1-111/+56
2007-06-11Blackfin arch: all symbols were offset by 4k, since we didn't have the __text label.Robin Getz1-0/+1
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/+1
2007-05-07blackfin architectureBryan Wu1-0/+228