| Commit message (Expand) | Author | Age | Files | Lines |
* | ARM: vmlinux.lds: use _text and _stext the same way as x86 | Russell King | 2011-07-07 | 1 | -2/+2 |
* | ARM: vmlinux.lds: move init sections between text and data sections | Russell King | 2011-07-07 | 1 | -48/+48 |
* | ARM: vmlinux.lds: remove .rodata/.rodata1 from main .text segment | Russell King | 2011-07-07 | 1 | -2/+0 |
* | ARM: vmlinux.lds: rearrange .init output section | Russell King | 2011-07-07 | 1 | -18/+29 |
* | ARM: vmlinux.lds: move discarded sections to beginning | Russell King | 2011-07-07 | 1 | -25/+22 |
* | percpu: Always align percpu output section to PAGE_SIZE | Tejun Heo | 2011-03-24 | 1 | -1/+1 |
* | Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-arm | Linus Torvalds | 2011-03-16 | 1 | -0/+4 |
|\ |
|
| * | Merge branch 'p2v' into devel | Russell King | 2011-03-16 | 1 | -0/+4 |
| |\ |
|
| | * | ARM: P2V: introduce phys_to_virt/virt_to_phys runtime patching | Russell King | 2011-02-17 | 1 | -0/+4 |
* | | | Merge branch 'for-2.6.39' of git://git.kernel.org/pub/scm/linux/kernel/git/tj... | Linus Torvalds | 2011-03-16 | 1 | -1/+1 |
|\ \ \
| |/ /
|/| | |
|
| * | | percpu: align percpu readmostly subsection to cacheline | Tejun Heo | 2011-01-25 | 1 | -1/+1 |
| |/ |
|
* | | ARM: Keep exit text/data around for SMP_ON_UP | Russell King | 2011-02-21 | 1 | -0/+9 |
* | | ARM: 6740/1: Place correctly notes section in the linker script | Pawel Moll | 2011-02-21 | 1 | -0/+2 |
|/ |
|
* | Merge branch 'misc' into devel | Russell King | 2011-01-06 | 1 | -0/+1 |
|\ |
|
| * | ARM: implement support for read-mostly sections | Russell King | 2010-12-05 | 1 | -0/+1 |
* | | ARM: place C irq handlers in IRQ_ENTRY for ftrace | Rabin Vincent | 2010-11-19 | 1 | -0/+1 |
|/ |
|
* | ARM: 6465/1: Fix data abort accessing proc_info from __lookup_processor_type | Tony Lindgren | 2010-10-27 | 1 | -0/+1 |
* | Merge branch 'hotplug' into devel | Russell King | 2010-10-18 | 1 | -7/+17 |
|\ |
|
| * | ARM: hotplug cpu: Keep processor information, startup code & __lookup_process... | Russell King | 2010-10-08 | 1 | -7/+17 |
* | | ARM: vmlinux.lds: Move unwind tables into _stext.._etext | Russell King | 2010-10-08 | 1 | -2/+2 |
* | | ARM: Allow SMP kernels to boot on UP systems | Russell King | 2010-10-04 | 1 | -0/+11 |
|/ |
|
* | ARM: 5880/1: arm: use generic infrastructure for early params | Jeremy Kerr | 2010-02-15 | 1 | -4/+0 |
* | ARM: use unified discard definition in linker script | Alan Jenkins | 2009-12-15 | 1 | -5/+8 |
* | ARM: Clean up linker script using new linker script macros. | Nelson Elhage | 2009-11-23 | 1 | -54/+23 |
* | ARM: convert to use __HEAD and HEAD_TEXT macros. | Tim Abbott | 2009-11-23 | 1 | -5/+3 |
* | Merge branch 'master' into for-linus | Russell King | 2009-09-22 | 1 | -0/+1 |
|\ |
|
| * | Merge branch 'master' into for-next | Tejun Heo | 2009-07-04 | 1 | -7/+16 |
| |\ |
|
| * | | linker script: throw away .discard section | Tejun Heo | 2009-06-24 | 1 | -0/+1 |
* | | | ARM: 5580/2: ARM TCM (Tightly-Coupled Memory) support v3 | Linus Walleij | 2009-09-15 | 1 | -0/+57 |
| |/
|/| |
|
* | | [ARM] 5565/2: Use PAGE_SIZE and RO_DATA() in link script | Linus Walleij | 2009-06-25 | 1 | -7/+8 |
* | | [ARM] 5557/1: Discard some ARM.ex*.*exit.text sections when !HOTPLUG or !HOTP... | Catalin Marinas | 2009-06-19 | 1 | -0/+8 |
|/ |
|
* | arm: Provide _sdata and __bss_stop in the vmlinux.lds.S file | Catalin Marinas | 2009-05-30 | 1 | -0/+2 |
* | Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-arm | Linus Torvalds | 2009-03-28 | 1 | -0/+19 |
|\ |
|
| * | [ARM] 5383/2: unwind: Add core support for ARM stack unwinding | Catalin Marinas | 2009-02-19 | 1 | -0/+19 |
* | | linker script: define __per_cpu_load on all SMP capable archs | Tejun Heo | 2009-03-10 | 1 | -0/+1 |
* | | linker script: add missing .data.percpu.page_aligned | Tejun Heo | 2009-01-17 | 1 | -0/+1 |
|/ |
|
* | [ARM] use asm/sections.h | Russell King | 2008-12-01 | 1 | -1/+1 |
* | all archs: consolidate init and exit sections in vmlinux.lds.h | Sam Ravnborg | 2008-01-28 | 1 | -5/+5 |
* | ARM kprobes: prevent some functions involved with kprobes from being probed | Nicolas Pitre | 2008-01-26 | 1 | -0/+1 |
* | define new percpu interface for shared data | Fenghua Yu | 2007-07-19 | 1 | -0/+1 |
* | all-archs: consolidate .data section definition in asm-generic | Sam Ravnborg | 2007-05-19 | 1 | -1/+1 |
* | all-archs: consolidate .text section definition in asm-generic | Sam Ravnborg | 2007-05-19 | 1 | -1/+1 |
* | [ARM] Ensure head text is always placed at the start of kernel | Russell King | 2007-05-08 | 1 | -3/+7 |
* | [ARM] Shut up warning about init_thread_union | Russell King | 2007-05-08 | 1 | -1/+1 |
* | Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-arm | Linus Torvalds | 2007-05-06 | 1 | -0/+3 |
|\ |
|
| * | [ARM] Add ability to dump exception stacks to kernel backtraces | Russell King | 2007-04-21 | 1 | -0/+3 |
* | | [PATCH] x86: Allow percpu variables to be page-aligned | Jeremy Fitzhardinge | 2007-05-02 | 1 | -1/+1 |
|/ |
|
* | [ARM] 4224/2: allow XIP kernel to boot again | Nicolas Pitre | 2007-02-25 | 1 | -0/+1 |
* | [PATCH] disable init/initramfs.c: architectures | Jean-Paul Saman | 2007-02-11 | 1 | -0/+2 |
* | [PATCH] vmlinux.lds: consolidate initcall sections | Andrew Morton | 2006-10-27 | 1 | -7/+1 |