aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/init.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-05-27init.h: Update initcall_sync variants to fix build errorsTony Lindgren1-1/+13
2014-02-13lto, workaround: Add workaround for initcall reorderingAndi Kleen1-1/+19
2013-12-10init.h: add missing initcall variantsRandy Dunlap1-0/+2
2013-11-13init.h: document the existence of __initconstGeert Uytterhoeven1-4/+2
2013-09-11initmpfs: move rootfs code from fs/ramfs/ to init/Rob Landley1-0/+1
2013-06-26init.h: remove __cpuinit sections from the kernelPaul Gortmaker1-10/+9
2013-01-23Merge branch 'master' into for-3.9-asyncTejun Heo1-20/+0
2013-01-18init, block: try to load default elevator module early during bootTejun Heo1-0/+1
2013-01-10Remove __dev* markings from init.hGreg Kroah-Hartman1-20/+0
2012-12-17include/linux/init.h: use the stringify operator for the __define_initcall macroMatthew Leach1-20/+20
2012-11-30init.h: Remove __dev* sections from the kernelGreg Kroah-Hartman1-11/+7
2012-10-06sections: disable const sections for PA-RISC v2Andi Kleen1-8/+19
2012-07-27init: add comments to keep initcall-names in sync with initcall levelsJim Cromie1-1/+2
2012-01-13module_param: make bool parameters really bool (core code)Rusty Russell1-1/+2
2011-05-16ftrace: Avoid recording mcount on .init sections directlySteven Rostedt1-7/+7
2010-10-22init.h: add some more documentation to __ref* tagsMichal Nazarewicz1-3/+10
2010-03-03Rename .data.nosave to .data..nosave.Denys Vlasenko1-1/+1
2009-12-15PM: Add initcall_debug style timing for suspend/resumeArjan van de Ven1-0/+2
2009-10-02initcalls: Add early_initcall() for modulesBorislav Petkov1-0/+1
2009-08-21x86: properly annotate alternatives.cJan Beulich1-2/+10
2009-06-18kernel: constructor supportPeter Oberparleiter1-0/+3
2009-06-16fbdev: move logo externs to header fileGeert Uytterhoeven1-1/+1
2009-06-14vmlinux.lds.h updateSam Ravnborg1-3/+1
2009-06-09initconst adjustmentsJan Beulich1-1/+2
2009-04-27Remove unused support code for refok sections.Tim Abbott1-8/+0
2009-04-26Add new HEAD_TEXT_SECTION macro.Tim Abbott1-1/+3
2009-04-16Driver Core: early platform driverMagnus Damm1-0/+1
2008-10-29adjust init section definitionsJan Beulich1-1/+5
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/+1
2008-10-16init.h: remove long-dead __setup_null_param() macroRobert P. J. Day1-4/+0
2008-10-14ftrace: remove old pointers to mcountSteven Rostedt1-1/+1
2008-08-12modules: extend initcall_debug functionality to the module loaderArjan van de Ven1-0/+1
2008-07-26Better interface for hooking early initcallsEduard - Gabriel Munteanu1-0/+7
2008-07-25init.h: remove obsolete contentRobert P. J. Day1-7/+1
2008-04-29proper extern for late_time_initAdrian Bunk1-0/+2
2008-02-19Add missing init section definitionsSam Ravnborg1-0/+2
2008-02-06generic: add __FINITDATAIngo Molnar1-0/+1
2008-02-03Remove __INIT_REFOK and __INITDATA_REFOKRalf Baechle1-3/+0
2008-01-28Introduce new section reference annotations tags: __ref, __refdata, __refconstSam Ravnborg1-7/+27
2008-01-28remove __attribute_used__Adrian Bunk1-6/+5
2008-01-28Use separate sections for __dev/__cpu/__mem code/dataSam Ravnborg1-39/+38
2008-01-28compiler.h: introduce __section()Sam Ravnborg1-13/+13
2007-10-17store __setup_str_* in a more compact wayJan Beulich1-1/+1
2007-10-16Add assembler equivalents to __init{,date}_refokRalf Baechle1-0/+2
2007-10-10[NETNS]: Move some code into __init section when CONFIG_NET_NS=nPavel Emelyanov1-0/+1
2007-08-11x86_64: Don't mark __exitcall as __coldAndi Kleen1-1/+1
2007-07-31pure_initcall ID inconsistencyMichael Buesch1-1/+1
2007-07-21x86: Support __attribute__((__cold__)) in gcc 4.3Andi Kleen1-4/+4
2007-07-16Remove final two references to "__obsolete_setup" macroRobert P. J. Day1-4/+0
2007-05-19kbuild: introduce __init_refok/__initdata_refok to supress section mismatch warningsSam Ravnborg1-0/+13