aboutsummaryrefslogtreecommitdiffstats
path: root/arch/blackfin/kernel/vmlinux.lds.S
Commit message (Expand)AuthorAgeFilesLines
* Blackfin: use common EXCEPTION_TABLE() in vmlinux.ldsMike Frysinger2010-08-061-6/+1
* Blackfin: initial XIP supportBarry Song2010-03-091-0/+57
* Blackfin: fix relocation errors with large initramfs imagesJie Zhang2010-03-091-5/+8
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vap...Linus Torvalds2009-12-161-12/+16
|\
| * Blackfin: calculate on-chip lengths at link time rather than run timeMike Frysinger2009-12-151-12/+16
* | module: make MODULE_SYMBOL_PREFIX into a CONFIG optionAlan Jenkins2009-12-151-2/+0
|/
* Blackfin: mass clean up of copyright/licensing infoRobin Getz2009-10-071-25/+2
* blackfin: Cleanup linker script using new linker script macros.Tim Abbott2009-09-241-50/+6
* Blackfin: Fix link errors with binutils 2.19 and GCC 4.3Ingo Molnar2009-09-161-2/+2
* linker script: unify usage of discard definitionTejun Heo2009-07-091-5/+1
* linker script: throw away .discard sectionTejun Heo2009-06-241-0/+1
* Blackfin: initial support for ftrace grapherMike Frysinger2009-06-131-0/+1
* Blackfin: add support for GENERIC_BUGMike Frysinger2009-06-131-2/+14
* Blackfin: allow scheduler functions to be placed into L1Robin Getz2009-06-121-0/+5
* Blackfin arch: add link-time asserts to make sure on-chip regions dont overflowMike Frysinger2009-03-291-0/+4
* Blackfin arch: fix bugs in linker script when using upstream binutilsBernd Schmidt2009-01-071-2/+6
* Blackfin arch: move out irq related functionsMike Frysinger2008-11-181-1/+0
* Blackfin arch: SMP supporting patchset: some other misc codeGraf Yang2009-01-071-2/+2
* Blackfin arch: convert L2 defines to be the same as the L1 definesMike Frysinger2008-08-131-6/+4
* Blackfin arch: make sure the BSS and kernel load address are 4 byte alignedMike Frysinger2008-08-061-0/+1
* Blackfin arch: Extend sram malloc to handle L2 SRAM.Sonic Zhang2008-07-191-5/+35
* [Blackfin] arch: use the same style for missing L1 sectionsMike Frysinger2008-04-241-27/+20
* [Blackfin] arch: fix bug - Section data_l1_cacheline_aligned should be define...Sonic Zhang2008-04-241-0/+5
* [Blackfin] arch: remove NOTES from linker scriptBernd Schmidt2008-03-261-2/+0
* [Blackfin] arch: handle the most common L1 shrinkage case (L1 does not exist ...Mike Frysinger2008-02-291-7/+27
* [Blackfin] arch: move the init sections to the end of memoryMike Frysinger2008-02-021-19/+28
* all archs: consolidate init and exit sections in vmlinux.lds.hSam Ravnborg2008-01-281-4/+4
* Blackfin arch: reclaim a few bytes from the end of our init sectionMike Frysinger2007-10-301-3/+8
* Blackfin arch: add more common defines for output sectionsMike Frysinger2007-10-111-0/+6
* Blackfin arch: vmlinux.lds.S, break up our .init into separate sectionsMike Frysinger2007-08-271-15/+27
* Blackfin arch: parse input sections properly when using -ffunction-sections/-...Mike Frysinger2007-08-271-1/+3
* Blackfin arch: fix bug which unaligns the init thread's stack and causes the ...Bernd Schmidt2007-07-251-6/+10
* Blackfin arch: use PAGE_SIZE when doing aligns rather than hardcoded valuesMike Frysinger2007-07-121-5/+7
* Blackfin arch: redo our linker script a bitMike Frysinger2007-06-111-111/+56
* Blackfin arch: all symbols were offset by 4k, since we didn't have the __text...Robin Getz2007-06-111-0/+1
* all-archs: consolidate .data section definition in asm-genericSam Ravnborg2007-05-191-1/+1
* all-archs: consolidate .text section definition in asm-genericSam Ravnborg2007-05-191-1/+1
* blackfin architectureBryan Wu2007-05-071-0/+228