aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/init.h
AgeCommit message (Expand)AuthorFilesLines
2024-02-02init: Declare rodata_enabled and mark_rodata_ro() at all timeChristophe Leroy1-4/+0
2023-12-10init: move THIS_MODULE from <linux/export.h> to <linux/init.h>Masahiro Yamada1-0/+7
2023-10-28linux/init: remove __memexit* annotationsMasahiro Yamada1-3/+0
2023-06-28x86/mem_encrypt: Remove stale mem_encrypt_init() declarationLinus Torvalds1-1/+0
2023-06-09init: consolidate prototypes in linux/init.hArnd Bergmann1-0/+20
2022-11-30linux/init.h: include <linux/build_bug.h> and <linux/stringify.h>Masahiro Yamada1-0/+2
2022-11-18proc: give /proc/cmdline sizeAlexey Dobriyan1-0/+1
2022-10-12Merge tag 'mm-nonmm-stable-2022-10-11' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-1/+1
2022-10-03init.h: fix spelling typo in commentJiangshan Yi1-1/+1
2022-09-26treewide: Drop __cficanonicalSami Tolvanen1-2/+2
2022-09-26init: Drop __nocfi from __initSami Tolvanen1-1/+1
2022-03-23init.h: improve __setup and early_param documentationRandy Dunlap1-2/+9
2021-05-24init: verify that function is initcall_t at compile-timeMarco Elver1-1/+2
2021-04-08cfi: add __cficanonicalSami Tolvanen1-2/+2
2021-04-08add support for Clang CFISami Tolvanen1-1/+1
2021-02-26init: clean up early_param_on_off() macroMasahiro Yamada1-2/+2
2021-01-14init: lto: fix PREL32 relocationsSami Tolvanen1-4/+27
2021-01-14init: lto: ensure initcall orderingSami Tolvanen1-7/+45
2020-12-01init: use type alignment for kernel parametersJohan Hovold1-1/+1
2020-10-25treewide: Convert macro and uses of __section(foo) to __section("foo")Joe Perches1-17/+17
2019-07-04mnt_init(): call shmem_init() unconditionallyAl Viro1-1/+1
2019-07-04don't bother with registering rootfsAl Viro1-0/+3
2018-11-07block: remove dead elevator codeJens Axboe1-1/+0
2018-10-10LSM: Convert from initcall to struct lsm_infoKees Cook1-2/+0
2018-10-10LSM: Rename .security_initcall section to .lsm_infoKees Cook1-2/+2
2018-08-22init: allow initcall tables to be emitted using relative referencesArd Biesheuvel1-11/+33
2018-02-20x86/retpoline: Support retpoline builds with ClangDavid Woodhouse1-4/+4
2018-02-02x86/retpoline: Avoid retpolines for built-in __init functionsDavid Woodhouse1-1/+8
2017-11-17Merge tag 'trace-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds1-3/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-10-05ftrace: Allow module init functions to be tracedSteven Rostedt (VMware)1-3/+1
2017-03-24ftrace: Allow for function tracing to record init functions on boot upSteven Rostedt (VMware)1-1/+3
2017-02-07arch: Rename CONFIG_DEBUG_RODATA and CONFIG_DEBUG_MODULE_RONXLaura Abbott1-2/+2
2016-11-27module: extend 'rodata=off' boot cmdline parameter to module mappingsAKASHI Takahiro1-0/+3
2016-10-15Merge tag 'gcc-plugins-v4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-2/+3
2016-10-14Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds1-25/+13
2016-10-10latent_entropy: Mark functions with __latent_entropyEmese Revfy1-2/+3
2016-09-20parisc: Drop BROKEN_RODATA config optionHelge Deller1-15/+4
2016-09-09kbuild: allow archs to select link dead code/data eliminationNicholas Piggin1-25/+13
2016-08-02treewide: replace obsolete _refok by __refFabian Frederick1-6/+0
2016-02-22asm-generic: Consolidate mark_rodata_ro()Kees Cook1-0/+4
2015-07-05module: relocate module_init from init.h to module.hPaul Gortmaker1-78/+0
2015-06-16init: delete the __cpuinit related stubsPaul Gortmaker1-11/+0
2015-03-05init.h: Clean up the __setup()/early_param() macrosIngo Molnar1-22/+27
2015-03-05init.h: Add early_param_on_off()Luis R. Rodriguez1-0/+15
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/ke...Linus 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 w...Sam 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-rc2v2.6.12-rc2Linus Torvalds1-0/+250