summaryrefslogtreecommitdiff
path: root/include/linux/init.h
AgeCommit message (Expand)Author
2024-02-02init: Declare rodata_enabled and mark_rodata_ro() at all timeChristophe Leroy
2023-12-10init: move THIS_MODULE from <linux/export.h> to <linux/init.h>Masahiro Yamada
2023-10-28linux/init: remove __memexit* annotationsMasahiro Yamada
2023-06-28x86/mem_encrypt: Remove stale mem_encrypt_init() declarationLinus Torvalds
2023-06-09init: consolidate prototypes in linux/init.hArnd Bergmann
2022-11-30linux/init.h: include <linux/build_bug.h> and <linux/stringify.h>Masahiro Yamada
2022-11-18proc: give /proc/cmdline sizeAlexey Dobriyan
2022-10-12Merge tag 'mm-nonmm-stable-2022-10-11' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2022-10-03init.h: fix spelling typo in commentJiangshan Yi
2022-09-26treewide: Drop __cficanonicalSami Tolvanen
2022-09-26init: Drop __nocfi from __initSami Tolvanen
2022-03-23init.h: improve __setup and early_param documentationRandy Dunlap
2021-05-24init: verify that function is initcall_t at compile-timeMarco Elver
2021-04-08cfi: add __cficanonicalSami Tolvanen
2021-04-08add support for Clang CFISami Tolvanen
2021-02-26init: clean up early_param_on_off() macroMasahiro Yamada
2021-01-14init: lto: fix PREL32 relocationsSami Tolvanen
2021-01-14init: lto: ensure initcall orderingSami Tolvanen
2020-12-01init: use type alignment for kernel parametersJohan Hovold
2020-10-25treewide: Convert macro and uses of __section(foo) to __section("foo")Joe Perches
2019-07-04mnt_init(): call shmem_init() unconditionallyAl Viro
2019-07-04don't bother with registering rootfsAl Viro
2018-11-07block: remove dead elevator codeJens Axboe
2018-10-10LSM: Convert from initcall to struct lsm_infoKees Cook
2018-10-10LSM: Rename .security_initcall section to .lsm_infoKees Cook
2018-08-22init: allow initcall tables to be emitted using relative referencesArd Biesheuvel
2018-02-20x86/retpoline: Support retpoline builds with ClangDavid Woodhouse
2018-02-02x86/retpoline: Avoid retpolines for built-in __init functionsDavid Woodhouse
2017-11-17Merge tag 'trace-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-10-05ftrace: Allow module init functions to be tracedSteven Rostedt (VMware)
2017-03-24ftrace: Allow for function tracing to record init functions on boot upSteven Rostedt (VMware)
2017-02-07arch: Rename CONFIG_DEBUG_RODATA and CONFIG_DEBUG_MODULE_RONXLaura Abbott
2016-11-27module: extend 'rodata=off' boot cmdline parameter to module mappingsAKASHI Takahiro
2016-10-15Merge tag 'gcc-plugins-v4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2016-10-14Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds
2016-10-10latent_entropy: Mark functions with __latent_entropyEmese Revfy
2016-09-20parisc: Drop BROKEN_RODATA config optionHelge Deller
2016-09-09kbuild: allow archs to select link dead code/data eliminationNicholas Piggin
2016-08-02treewide: replace obsolete _refok by __refFabian Frederick
2016-02-22asm-generic: Consolidate mark_rodata_ro()Kees Cook
2015-07-05module: relocate module_init from init.h to module.hPaul Gortmaker
2015-06-16init: delete the __cpuinit related stubsPaul Gortmaker
2015-03-05init.h: Clean up the __setup()/early_param() macrosIngo Molnar
2015-03-05init.h: Add early_param_on_off()Luis R. Rodriguez
2014-05-27init.h: Update initcall_sync variants to fix build errorsTony Lindgren
2014-02-13lto, workaround: Add workaround for initcall reorderingAndi Kleen
2013-12-10init.h: add missing initcall variantsRandy Dunlap
2013-11-13init.h: document the existence of __initconstGeert Uytterhoeven
2013-09-11initmpfs: move rootfs code from fs/ramfs/ to init/Rob Landley