summaryrefslogtreecommitdiff
path: root/include/asm-generic/vmlinux.lds.h
AgeCommit message (Expand)Author
2009-09-24Optimize the ordering of sections in RW_DATA_SECTION.Tim Abbott
2009-09-17Merge branch 'linus' into tracing/coreIngo Molnar
2009-09-12ftrace: __start_mcount_loc should be .init.rodataJohn Reiser
2009-08-14Merge branch 'percpu-for-linus' into percpu-for-nextTejun Heo
2009-07-18vmlinux.lds.h: restructure BSS linker script macrosTim Abbott
2009-07-09linker script: unify usage of discard definitionTejun Heo
2009-07-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-fixesLinus Torvalds
2009-07-04Merge branch 'master' into for-nextTejun Heo
2009-06-30gcov: fix __ctors_start alignmentHeiko Carstens
2009-06-27asm-generic/vmlinux.lds.h: shuffle INIT_TASK* macro names in vmlinux.lds.hTim Abbott
2009-06-26asm-generic/vmlinux.lds.h: Fix up RW_DATA_SECTION definition.Paul Mundt
2009-06-24linker script: throw away .discard sectionTejun Heo
2009-06-22LDSCRIPT: Name INIT_RAM_FS consistentlyDavid Howells
2009-06-18kernel: constructor supportPeter Oberparleiter
2009-06-14Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/sam/kb...Linus Torvalds
2009-06-14vmlinux.lds.h updateSam Ravnborg
2009-06-09Improve vmlinux.lds.h support for arch specific linker scriptsSam Ravnborg
2009-06-09initconst adjustmentsJan Beulich
2009-05-07Merge branch 'linus' into tracing/coreIngo Molnar
2009-04-27Remove unused support code for refok sections.Tim Abbott
2009-04-26Add new HEAD_TEXT_SECTION macro.Tim Abbott
2009-04-14tracing/infrastructure: separate event tracer from event supportTom Zanussi
2009-04-02Merge branch 'tracing/core-v2' into tracing-for-linusIngo Molnar
2009-03-27Merge branch 'core/percpu' into percpu-cpumask-x86-for-linus-2Ingo Molnar
2009-03-24dynamic debug: combine dprintk and dynamic printkJason Baron
2009-03-13tracing/syscalls: core infrastructure for syscalls tracing, enhancementsFrederic Weisbecker
2009-03-10Merge branches 'tracing/doc', 'tracing/ftrace', 'tracing/printk' and 'linus' ...Ingo Molnar
2009-03-09tracing: trace_printk() fix, move format array to data sectionIngo Molnar
2009-03-08Merge branches 'tracing/doc', 'tracing/ftrace', 'tracing/printk' and 'tracing...Ingo Molnar
2009-03-06tracing: add trace_bprintk()Lai Jiangshan
2009-03-06Merge branch 'x86/core' into tracing/texteditIngo Molnar
2009-02-24tracing: add event trace infrastructureSteven Rostedt
2009-01-30linker script: use separate simpler definition for PERCPU()Tejun Heo
2009-01-29Revert "generic, x86: fix __per_cpu_load relocation"Ingo Molnar
2009-01-26generic, x86: fix __per_cpu_load relocationBrian Gerst
2009-01-20linker script: kill PERCPU_VADDR_PREALLOC()Tejun Heo
2009-01-20percpu: refactor percpu.hBrian Gerst
2009-01-17linker script: add missing VMLINUX_SYMBOLTejun Heo
2009-01-16x86: fold pda into percpu area on SMPTejun Heo
2009-01-16x86: make percpu symbols zerobased on SMPTejun Heo
2008-12-12tracing/function-graph-tracer: add a new .irqentry.text sectionFrederic Weisbecker
2008-11-23trace: profile all if conditionalsSteven Rostedt
2008-11-23trace: consolidate unlikely and likely profilerSteven Rostedt
2008-11-16tracepoints: add DECLARE_TRACE() and DEFINE_TRACE()Mathieu Desnoyers
2008-11-12trace: rename unlikely profiler to branch profilerSteven Rostedt
2008-11-12tracing: profile likely and unlikely annotationsSteven Rostedt
2008-10-20Merge branch 'tracing-v28-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2008-10-16driver core: basic infrastructure for per-module dynamic debug messagesJason Baron
2008-10-14ftrace: create __mcount_loc sectionSteven Rostedt
2008-10-14tracing: Kernel TracepointsMathieu Desnoyers