summaryrefslogtreecommitdiffstats
path: root/include/asm-generic/vmlinux.lds.h
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'soc-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm...Linus Torvalds2014-04-051-0/+10
|\
| * ARM: Introduce CPU_METHOD_OF_DECLARE() for cpu hotplug/smpStephen Boyd2014-02-111-0/+10
* | drivers: of: add support for custom reserved memory driversMarek Szyprowski2014-03-111-0/+11
|/
* kernel: add support for init_array constructorsFrantisek Hrbata2013-10-171-0/+1
* tracing: Add __tracepoint_string() to export string pointersSteven Rostedt (Red Hat)2013-07-261-1/+6
* Merge branch 'cpuinit-delete' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2013-07-071-12/+0Star
|\
| * modpost: remove all traces of cpuinit/cpuexit sectionsPaul Gortmaker2013-06-261-12/+0Star
* | rapidio: convert switch drivers to modulesAlexandre Bounine2013-07-041-7/+0Star
* | Finally eradicate CONFIG_HOTPLUGStephen Rothwell2013-06-031-20/+0Star
|/
* CONFIG_SYMBOL_PREFIX: cleanup.Rusty Russell2013-03-151-7/+1Star
* Merge tag 'cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2013-02-211-1/+21
|\
| * Merge tag 'gic-vic-to-irqchip' of git://sources.calxeda.com/kernel/linux into...Olof Johansson2013-01-151-1/+12
| |\
| | * irqchip: add basic infrastructureThomas Petazzoni2013-01-101-1/+11
| * | clocksource: add common of_clksrc_init() functionStephen Warren2013-01-021-0/+9
| |/
* / clk: add common of_clk_init() functionPrashant Gaikwad2013-01-241-0/+10
|/
* vmlinux.lds.h: Allow architectures to add sections to the front of .bssDavid Daney2012-10-111-0/+9
* ftrace: Sort all function addresses, not just per pageSteven Rostedt2012-05-171-1/+1
* params: <level>_initcall-like kernel parametersPawel Moll2012-03-261-21/+14Star
* consolidate WARN_...ONCE() static variablesJan Beulich2012-03-241-0/+1
* m68k: Finally remove leftover markers sectionsKirill Tkhai2011-10-241-1/+0Star
* Merge branch 'for-2.6.40' of git://git.kernel.org/pub/scm/linux/kernel/git/tj...Linus Torvalds2011-05-241-29/+32
|\
| * Merge branch 'fixes-2.6.39' into for-2.6.40Tejun Heo2011-05-241-20/+24
| |\
| | * percpu: Unify input section namesMike Frysinger2011-04-041-20/+24
| * | percpu: Always align percpu output section to PAGE_SIZETejun Heo2011-03-241-9/+8Star
| |/
* | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2011-05-201-10/+4Star
|\ \
| * \ Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar2011-04-271-10/+4Star
| |\ \
| | * | jump label: Introduce static_branch() interfaceJason Baron2011-04-041-10/+4Star
| | |/
* | / module: Sort exported symbolsAlessio Igor Bogani2011-05-191-10/+10
|/ /
* / Fix common misspellingsLucas De Marchi2011-03-311-1/+1
|/
* Merge branch 'for-2.6.39' of git://git.kernel.org/pub/scm/linux/kernel/git/tj...Linus Torvalds2011-03-161-13/+22
|\
| * percpu: align percpu readmostly subsection to cachelineTejun Heo2011-01-251-13/+22
* | x86: Separate out entry text sectionJiri Olsa2011-03-081-0/+6
* | tracing: Replace syscall_meta_data struct array with pointer arraySteven Rostedt2011-02-031-5/+4Star
* | tracepoints: Fix section alignment using pointer arrayMathieu Desnoyers2011-02-031-3/+5
* | tracing: Replace trace_event struct array with pointer arraySteven Rostedt2011-02-031-4/+3Star
|/
* module: show version information for built-in modules in sysfsDmitry Torokhov2011-01-241-0/+7
* include/asm-generic/vmlinux.lds.h: make readmostly section correctly alignShaohua Li2011-01-131-1/+2
* of: Add support for linking device tree blobs into vmlinuxDirk Brandewie2010-12-231-2/+11
* Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds2010-10-291-1/+2
|\
| * initramfs: fix initramfs size calculationHendrik Brueckner2010-09-291-1/+2
* | vmlinux.lds.h: lower init ramfs alignment to 4Mike Frysinger2010-10-271-1/+1
* | vmlinux.lds.h: gather .data..shared_aligned sections in DATA_DATAMike Frysinger2010-10-271-0/+1
* | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2010-10-211-0/+4
|\ \
| * | x86-32, percpu: Correct the ordering of the percpu readmostly sectionH. Peter Anvin2010-10-211-1/+1
| * | percpu: Introduce a read-mostly percpu APIShaohua Li2010-10-201-0/+4
* | | jump label: Base patch for jump labelJason Baron2010-09-221-0/+10
|/ /
* | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2010-08-061-4/+0Star
|\ \
| * | Merge commit 'v2.6.35' into perf/coreIngo Molnar2010-08-021-1/+11
| |\|
| * | tracing: Remove letfover markers sectionFrederic Weisbecker2010-07-151-4/+0Star
* | | Merge branch 'upstream/pvhvm' into upstream/xenJeremy Fitzhardinge2010-08-041-0/+1
|\ \ \ | |_|/ |/| |