| Commit message (Expand) | Author | Age | Files | Lines |
* | init.h: Update initcall_sync variants to fix build errors | Tony Lindgren | 2014-05-27 | 1 | -1/+13 |
* | lto, workaround: Add workaround for initcall reordering | Andi Kleen | 2014-02-13 | 1 | -1/+19 |
* | init.h: add missing initcall variants | Randy Dunlap | 2013-12-10 | 1 | -0/+2 |
* | init.h: document the existence of __initconst | Geert Uytterhoeven | 2013-11-13 | 1 | -4/+2 |
* | initmpfs: move rootfs code from fs/ramfs/ to init/ | Rob Landley | 2013-09-11 | 1 | -0/+1 |
* | init.h: remove __cpuinit sections from the kernel | Paul Gortmaker | 2013-06-26 | 1 | -10/+9 |
* | Merge branch 'master' into for-3.9-async | Tejun Heo | 2013-01-23 | 1 | -20/+0 |
|\ |
|
| * | Remove __dev* markings from init.h | Greg Kroah-Hartman | 2013-01-10 | 1 | -20/+0 |
* | | init, block: try to load default elevator module early during boot | Tejun Heo | 2013-01-18 | 1 | -0/+1 |
|/ |
|
* | include/linux/init.h: use the stringify operator for the __define_initcall macro | Matthew Leach | 2012-12-17 | 1 | -20/+20 |
* | init.h: Remove __dev* sections from the kernel | Greg Kroah-Hartman | 2012-11-30 | 1 | -11/+7 |
* | sections: disable const sections for PA-RISC v2 | Andi Kleen | 2012-10-06 | 1 | -8/+19 |
* | init: add comments to keep initcall-names in sync with initcall levels | Jim Cromie | 2012-07-27 | 1 | -1/+2 |
* | module_param: make bool parameters really bool (core code) | Rusty Russell | 2012-01-13 | 1 | -1/+2 |
* | ftrace: Avoid recording mcount on .init sections directly | Steven Rostedt | 2011-05-16 | 1 | -7/+7 |
* | init.h: add some more documentation to __ref* tags | Michal Nazarewicz | 2010-10-22 | 1 | -3/+10 |
* | Rename .data.nosave to .data..nosave. | Denys Vlasenko | 2010-03-03 | 1 | -1/+1 |
* | PM: Add initcall_debug style timing for suspend/resume | Arjan van de Ven | 2009-12-15 | 1 | -0/+2 |
* | initcalls: Add early_initcall() for modules | Borislav Petkov | 2009-10-02 | 1 | -0/+1 |
* | x86: properly annotate alternatives.c | Jan Beulich | 2009-08-21 | 1 | -2/+10 |
* | kernel: constructor support | Peter Oberparleiter | 2009-06-18 | 1 | -0/+3 |
* | fbdev: move logo externs to header file | Geert Uytterhoeven | 2009-06-16 | 1 | -1/+1 |
* | vmlinux.lds.h update | Sam Ravnborg | 2009-06-14 | 1 | -3/+1 |
* | initconst adjustments | Jan Beulich | 2009-06-09 | 1 | -1/+2 |
* | Remove unused support code for refok sections. | Tim Abbott | 2009-04-27 | 1 | -8/+0 |
* | Add new HEAD_TEXT_SECTION macro. | Tim Abbott | 2009-04-26 | 1 | -1/+3 |
* | Driver Core: early platform driver | Magnus Damm | 2009-04-16 | 1 | -0/+1 |
* | adjust init section definitions | Jan Beulich | 2008-10-29 | 1 | -1/+5 |
* | Merge branch 'tracing-v28-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2008-10-20 | 1 | -1/+1 |
|\ |
|
| * | ftrace: remove old pointers to mcount | Steven Rostedt | 2008-10-14 | 1 | -1/+1 |
* | | init.h: remove long-dead __setup_null_param() macro | Robert P. J. Day | 2008-10-16 | 1 | -4/+0 |
|/ |
|
* | modules: extend initcall_debug functionality to the module loader | Arjan van de Ven | 2008-08-12 | 1 | -0/+1 |
* | Better interface for hooking early initcalls | Eduard - Gabriel Munteanu | 2008-07-26 | 1 | -0/+7 |
* | init.h: remove obsolete content | Robert P. J. Day | 2008-07-25 | 1 | -7/+1 |
* | proper extern for late_time_init | Adrian Bunk | 2008-04-29 | 1 | -0/+2 |
* | Add missing init section definitions | Sam Ravnborg | 2008-02-19 | 1 | -0/+2 |
* | generic: add __FINITDATA | Ingo Molnar | 2008-02-06 | 1 | -0/+1 |
* | Remove __INIT_REFOK and __INITDATA_REFOK | Ralf Baechle | 2008-02-03 | 1 | -3/+0 |
* | Introduce new section reference annotations tags: __ref, __refdata, __refconst | Sam Ravnborg | 2008-01-28 | 1 | -7/+27 |
* | remove __attribute_used__ | Adrian Bunk | 2008-01-28 | 1 | -6/+5 |
* | Use separate sections for __dev/__cpu/__mem code/data | Sam Ravnborg | 2008-01-28 | 1 | -39/+38 |
* | compiler.h: introduce __section() | Sam Ravnborg | 2008-01-28 | 1 | -13/+13 |
* | store __setup_str_* in a more compact way | Jan Beulich | 2007-10-17 | 1 | -1/+1 |
* | Add assembler equivalents to __init{,date}_refok | Ralf Baechle | 2007-10-16 | 1 | -0/+2 |
* | [NETNS]: Move some code into __init section when CONFIG_NET_NS=n | Pavel Emelyanov | 2007-10-10 | 1 | -0/+1 |
* | x86_64: Don't mark __exitcall as __cold | Andi Kleen | 2007-08-11 | 1 | -1/+1 |
* | pure_initcall ID inconsistency | Michael Buesch | 2007-07-31 | 1 | -1/+1 |
* | x86: Support __attribute__((__cold__)) in gcc 4.3 | Andi Kleen | 2007-07-21 | 1 | -4/+4 |
* | Remove final two references to "__obsolete_setup" macro | Robert P. J. Day | 2007-07-16 | 1 | -4/+0 |
* | kbuild: introduce __init_refok/__initdata_refok to supress section mismatch w... | Sam Ravnborg | 2007-05-19 | 1 | -0/+13 |