aboutsummaryrefslogtreecommitdiff
path: root/include/linux/init.h
AgeCommit message (Expand)AuthorFilesLines
2023-06-28x86/mem_encrypt: Remove stale mem_encrypt_init() declarationGravatar Linus Torvalds 1-1/+0
2023-06-09init: consolidate prototypes in linux/init.hGravatar Arnd Bergmann 1-0/+20
2022-11-30linux/init.h: include <linux/build_bug.h> and <linux/stringify.h>Gravatar Masahiro Yamada 1-0/+2
2022-11-18proc: give /proc/cmdline sizeGravatar Alexey Dobriyan 1-0/+1
2022-10-12Merge tag 'mm-nonmm-stable-2022-10-11' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 1-1/+1
2022-10-03init.h: fix spelling typo in commentGravatar Jiangshan Yi 1-1/+1
2022-09-26treewide: Drop __cficanonicalGravatar Sami Tolvanen 1-2/+2
2022-09-26init: Drop __nocfi from __initGravatar Sami Tolvanen 1-1/+1
2022-03-23init.h: improve __setup and early_param documentationGravatar Randy Dunlap 1-2/+9
2021-05-24init: verify that function is initcall_t at compile-timeGravatar Marco Elver 1-1/+2
2021-04-08cfi: add __cficanonicalGravatar Sami Tolvanen 1-2/+2
2021-04-08add support for Clang CFIGravatar Sami Tolvanen 1-1/+1
2021-02-26init: clean up early_param_on_off() macroGravatar Masahiro Yamada 1-2/+2
2021-01-14init: lto: fix PREL32 relocationsGravatar Sami Tolvanen 1-4/+27
2021-01-14init: lto: ensure initcall orderingGravatar Sami Tolvanen 1-7/+45
2020-12-01init: use type alignment for kernel parametersGravatar Johan Hovold 1-1/+1
2020-10-25treewide: Convert macro and uses of __section(foo) to __section("foo")Gravatar Joe Perches 1-17/+17
2019-07-04mnt_init(): call shmem_init() unconditionallyGravatar Al Viro 1-1/+1
2019-07-04don't bother with registering rootfsGravatar Al Viro 1-0/+3
2018-11-07block: remove dead elevator codeGravatar Jens Axboe 1-1/+0
2018-10-10LSM: Convert from initcall to struct lsm_infoGravatar Kees Cook 1-2/+0
2018-10-10LSM: Rename .security_initcall section to .lsm_infoGravatar Kees Cook 1-2/+2
2018-08-22init: allow initcall tables to be emitted using relative referencesGravatar Ard Biesheuvel 1-11/+33
2018-02-20x86/retpoline: Support retpoline builds with ClangGravatar David Woodhouse 1-4/+4
2018-02-02x86/retpoline: Avoid retpolines for built-in __init functionsGravatar David Woodhouse 1-1/+8
2017-11-17Merge tag 'trace-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Gravatar Linus Torvalds 1-3/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 1-0/+1
2017-10-05ftrace: Allow module init functions to be tracedGravatar Steven Rostedt (VMware) 1-3/+1
2017-03-24ftrace: Allow for function tracing to record init functions on boot upGravatar Steven Rostedt (VMware) 1-1/+3
2017-02-07arch: Rename CONFIG_DEBUG_RODATA and CONFIG_DEBUG_MODULE_RONXGravatar Laura Abbott 1-2/+2
2016-11-27module: extend 'rodata=off' boot cmdline parameter to module mappingsGravatar AKASHI Takahiro 1-0/+3
2016-10-15Merge tag 'gcc-plugins-v4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-2/+3
2016-10-14Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Gravatar Linus Torvalds 1-25/+13
2016-10-10latent_entropy: Mark functions with __latent_entropyGravatar Emese Revfy 1-2/+3
2016-09-20parisc: Drop BROKEN_RODATA config optionGravatar Helge Deller 1-15/+4
2016-09-09kbuild: allow archs to select link dead code/data eliminationGravatar Nicholas Piggin 1-25/+13
2016-08-02treewide: replace obsolete _refok by __refGravatar Fabian Frederick 1-6/+0
2016-02-22asm-generic: Consolidate mark_rodata_ro()Gravatar Kees Cook 1-0/+4
2015-07-05module: relocate module_init from init.h to module.hGravatar Paul Gortmaker 1-78/+0
2015-06-16init: delete the __cpuinit related stubsGravatar Paul Gortmaker 1-11/+0
2015-03-05init.h: Clean up the __setup()/early_param() macrosGravatar Ingo Molnar 1-22/+27
2015-03-05init.h: Add early_param_on_off()Gravatar Luis R. Rodriguez 1-0/+15
2014-05-27init.h: Update initcall_sync variants to fix build errorsGravatar Tony Lindgren 1-1/+13
2014-02-13lto, workaround: Add workaround for initcall reorderingGravatar Andi Kleen 1-1/+19
2013-12-10init.h: add missing initcall variantsGravatar Randy Dunlap 1-0/+2
2013-11-13init.h: document the existence of __initconstGravatar Geert Uytterhoeven 1-4/+2
2013-09-11initmpfs: move rootfs code from fs/ramfs/ to init/Gravatar Rob Landley 1-0/+1
2013-06-26init.h: remove __cpuinit sections from the kernelGravatar Paul Gortmaker 1-10/+9
2013-01-23Merge branch 'master' into for-3.9-asyncGravatar Tejun Heo 1-20/+0
2013-01-18init, block: try to load default elevator module early during bootGravatar Tejun Heo 1-0/+1