aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-generic/vmlinux.lds.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-09-24Optimize the ordering of sections in RW_DATA_SECTION.Tim Abbott1-2/+2
2009-09-17Merge branch 'linus' into tracing/coreIngo Molnar1-5/+19
2009-09-12ftrace: __start_mcount_loc should be .init.rodataJohn Reiser1-2/+3
2009-08-14Merge branch 'percpu-for-linus' into percpu-for-nextTejun Heo1-16/+15
2009-07-18vmlinux.lds.h: restructure BSS linker script macrosTim Abbott1-10/+9
2009-07-09linker script: unify usage of discard definitionTejun Heo1-6/+12
2009-07-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-fixesLinus Torvalds1-6/+6
2009-07-04Merge branch 'master' into for-nextTejun Heo1-2/+3
2009-06-30gcov: fix __ctors_start alignmentHeiko Carstens1-1/+2
2009-06-27asm-generic/vmlinux.lds.h: shuffle INIT_TASK* macro names in vmlinux.lds.hTim Abbott1-4/+4
2009-06-26asm-generic/vmlinux.lds.h: Fix up RW_DATA_SECTION definition.Paul Mundt1-2/+2
2009-06-24linker script: throw away .discard sectionTejun Heo1-0/+8
2009-06-22LDSCRIPT: Name INIT_RAM_FS consistentlyDavid Howells1-1/+1
2009-06-18kernel: constructor supportPeter Oberparleiter1-0/+9
2009-06-14Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-nextLinus Torvalds1-10/+231
2009-06-14vmlinux.lds.h updateSam Ravnborg1-7/+10
2009-06-09Improve vmlinux.lds.h support for arch specific linker scriptsSam Ravnborg1-7/+224
2009-06-09initconst adjustmentsJan Beulich1-2/+3
2009-05-07Merge branch 'linus' into tracing/coreIngo Molnar1-4/+3
2009-04-27Remove unused support code for refok sections.Tim Abbott1-3/+0
2009-04-26Add new HEAD_TEXT_SECTION macro.Tim Abbott1-1/+3
2009-04-14tracing/infrastructure: separate event tracer from event supportTom Zanussi1-1/+1
2009-04-02Merge branch 'tracing/core-v2' into tracing-for-linusIngo Molnar1-1/+28
2009-03-27Merge branch 'core/percpu' into percpu-cpumask-x86-for-linus-2Ingo Molnar1-4/+51
2009-03-24dynamic debug: combine dprintk and dynamic printkJason Baron1-9/+6
2009-03-13tracing/syscalls: core infrastructure for syscalls tracing, enhancementsFrederic Weisbecker1-1/+10
2009-03-10Merge branches 'tracing/doc', 'tracing/ftrace', 'tracing/printk' and 'linus' into tracing/coreIngo Molnar1-1/+1
2009-03-09tracing: trace_printk() fix, move format array to data sectionIngo Molnar1-1/+1
2009-03-08Merge branches 'tracing/doc', 'tracing/ftrace', 'tracing/printk' and 'tracing/textedit' into tracing/coreIngo Molnar1-4/+51
2009-03-06tracing: add trace_bprintk()Lai Jiangshan1-0/+9
2009-03-06Merge branch 'x86/core' into tracing/texteditIngo Molnar1-4/+51
2009-02-24tracing: add event trace infrastructureSteven Rostedt1-1/+10
2009-01-30linker script: use separate simpler definition for PERCPU()Tejun Heo1-5/+17
2009-01-29Revert "generic, x86: fix __per_cpu_load relocation"Ingo Molnar1-4/+3
2009-01-26generic, x86: fix __per_cpu_load relocationBrian Gerst1-3/+4
2009-01-20linker script: kill PERCPU_VADDR_PREALLOC()Tejun Heo1-37/+8
2009-01-20percpu: refactor percpu.hBrian Gerst1-0/+1
2009-01-17linker script: add missing VMLINUX_SYMBOLTejun Heo1-2/+3
2009-01-16x86: fold pda into percpu area on SMPTejun Heo1-1/+24
2009-01-16x86: make percpu symbols zerobased on SMPTejun Heo1-6/+45
2008-12-12tracing/function-graph-tracer: add a new .irqentry.text sectionFrederic Weisbecker1-0/+10
2008-11-23trace: profile all if conditionalsSteven Rostedt1-1/+10
2008-11-23trace: consolidate unlikely and likely profilerSteven Rostedt1-6/+3
2008-11-16tracepoints: add DECLARE_TRACE() and DEFINE_TRACE()Mathieu Desnoyers1-0/+1
2008-11-12trace: rename unlikely profiler to branch profilerSteven Rostedt1-1/+1
2008-11-12tracing: profile likely and unlikely annotationsSteven Rostedt1-1/+13
2008-10-20Merge branch 'tracing-v28-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-1/+13
2008-10-16driver core: basic infrastructure for per-module dynamic debug messagesJason Baron1-1/+9
2008-10-14ftrace: create __mcount_loc sectionSteven Rostedt1-0/+8
2008-10-14tracing: Kernel TracepointsMathieu Desnoyers1-1/+5