summaryrefslogtreecommitdiffstats
path: root/include/linux/init.h
Commit message (Expand)AuthorAgeFilesLines
* x86/mem_encrypt: Remove stale mem_encrypt_init() declarationLinus Torvalds2023-06-281-1/+0
* init: consolidate prototypes in linux/init.hArnd Bergmann2023-06-091-0/+20
* linux/init.h: include <linux/build_bug.h> and <linux/stringify.h>Masahiro Yamada2022-11-301-0/+2
* proc: give /proc/cmdline sizeAlexey Dobriyan2022-11-181-0/+1
* Merge tag 'mm-nonmm-stable-2022-10-11' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2022-10-121-1/+1
|\
| * init.h: fix spelling typo in commentJiangshan Yi2022-10-031-1/+1
* | treewide: Drop __cficanonicalSami Tolvanen2022-09-261-2/+2
* | init: Drop __nocfi from __initSami Tolvanen2022-09-261-1/+1
|/
* init.h: improve __setup and early_param documentationRandy Dunlap2022-03-231-2/+9
* init: verify that function is initcall_t at compile-timeMarco Elver2021-05-241-1/+2
* cfi: add __cficanonicalSami Tolvanen2021-04-081-2/+2
* add support for Clang CFISami Tolvanen2021-04-081-1/+1
* init: clean up early_param_on_off() macroMasahiro Yamada2021-02-261-2/+2
* init: lto: fix PREL32 relocationsSami Tolvanen2021-01-141-4/+27
* init: lto: ensure initcall orderingSami Tolvanen2021-01-141-7/+45
* init: use type alignment for kernel parametersJohan Hovold2020-12-011-1/+1
* treewide: Convert macro and uses of __section(foo) to __section("foo")Joe Perches2020-10-251-17/+17
* mnt_init(): call shmem_init() unconditionallyAl Viro2019-07-041-1/+1
* don't bother with registering rootfsAl Viro2019-07-041-0/+3
* block: remove dead elevator codeJens Axboe2018-11-071-1/+0
* LSM: Convert from initcall to struct lsm_infoKees Cook2018-10-101-2/+0
* LSM: Rename .security_initcall section to .lsm_infoKees Cook2018-10-101-2/+2
* init: allow initcall tables to be emitted using relative referencesArd Biesheuvel2018-08-221-11/+33
* x86/retpoline: Support retpoline builds with ClangDavid Woodhouse2018-02-201-4/+4
* x86/retpoline: Avoid retpolines for built-in __init functionsDavid Woodhouse2018-02-021-1/+8
* Merge tag 'trace-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds2017-11-171-3/+1
|\
| * ftrace: Allow module init functions to be tracedSteven Rostedt (VMware)2017-10-051-3/+1
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
|/
* ftrace: Allow for function tracing to record init functions on boot upSteven Rostedt (VMware)2017-03-241-1/+3
* arch: Rename CONFIG_DEBUG_RODATA and CONFIG_DEBUG_MODULE_RONXLaura Abbott2017-02-071-2/+2
* module: extend 'rodata=off' boot cmdline parameter to module mappingsAKASHI Takahiro2016-11-271-0/+3
* Merge tag 'gcc-plugins-v4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2016-10-151-2/+3
|\
| * latent_entropy: Mark functions with __latent_entropyEmese Revfy2016-10-101-2/+3
* | Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds2016-10-141-25/+13
|\ \
| * | kbuild: allow archs to select link dead code/data eliminationNicholas Piggin2016-09-091-25/+13
| |/
* / parisc: Drop BROKEN_RODATA config optionHelge Deller2016-09-201-15/+4
|/
* treewide: replace obsolete _refok by __refFabian Frederick2016-08-021-6/+0
* asm-generic: Consolidate mark_rodata_ro()Kees Cook2016-02-221-0/+4
* module: relocate module_init from init.h to module.hPaul Gortmaker2015-07-051-78/+0
* init: delete the __cpuinit related stubsPaul Gortmaker2015-06-161-11/+0
* init.h: Clean up the __setup()/early_param() macrosIngo Molnar2015-03-051-22/+27
* init.h: Add early_param_on_off()Luis R. Rodriguez2015-03-051-0/+15
* init.h: Update initcall_sync variants to fix build errorsTony Lindgren2014-05-271-1/+13
* lto, workaround: Add workaround for initcall reorderingAndi Kleen2014-02-131-1/+19
* init.h: add missing initcall variantsRandy Dunlap2013-12-101-0/+2
* init.h: document the existence of __initconstGeert Uytterhoeven2013-11-131-4/+2
* initmpfs: move rootfs code from fs/ramfs/ to init/Rob Landley2013-09-111-0/+1
* init.h: remove __cpuinit sections from the kernelPaul Gortmaker2013-06-261-10/+9
* Merge branch 'master' into for-3.9-asyncTejun Heo2013-01-231-20/+0
|\
| * Remove __dev* markings from init.hGreg Kroah-Hartman2013-01-101-20/+0