aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/init.h (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2007-05-15Remove cpu hotplug defines for __INIT & __INITDATAPrarit Bhargava1-6/+1
2007-05-08init/do_mounts.c: proper prepare_namespace() prototypeAdrian Bunk1-1/+2
2007-05-07remove software_suspend()Johannes Berg1-1/+1
2007-05-02[PATCH] i386: Change sysenter_setup to __cpuinit & improve __INIT, __INITDATAPrarit Bhargava1-1/+6
2007-02-12[PATCH] Dynamic kernel command-line: commonAlon Bar-Lev1-2/+3
2007-02-11[PATCH] Numerous fixes to kernel-doc info in source files.Robert P. J. Day1-1/+1
2006-12-11Make sure we populate the initroot filesystem late enoughLinus Torvalds1-0/+1
2006-11-20Add "pure_initcall" for static variable initializationLinus Torvalds1-0/+8
2006-10-27[PATCH] drivers: wait for threaded probes between initcall levelsAndrew Morton1-9/+19
2006-09-27[PATCH] kdump: introduce "reset_devices" command line optionVivek Goyal1-0/+1
2006-04-26Don't include linux/config.h from anywhere else in include/David Woodhouse1-1/+0
2006-04-09[PATCH] x86_64: Support memory hotadd without sparsememAndi Kleen1-1/+2
2006-03-25[PATCH] add a proper prototype for setup_arch()Adrian Bunk1-0/+4
2006-01-16[PATCH] x86_64: add __meminit for memory hotplugMatt Tolentino1-0/+12
2005-06-25[PATCH] x86_64: Change init sections for CPU hotplug supportAshok Raj1-0/+12
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+250