Age | Commit message (Expand) | Author |
2024-02-02 | init: Declare rodata_enabled and mark_rodata_ro() at all time | Christophe Leroy |
2023-12-10 | init: move THIS_MODULE from <linux/export.h> to <linux/init.h> | Masahiro Yamada |
2023-10-28 | linux/init: remove __memexit* annotations | Masahiro Yamada |
2023-06-28 | x86/mem_encrypt: Remove stale mem_encrypt_init() declaration | Linus Torvalds |
2023-06-09 | init: consolidate prototypes in linux/init.h | Arnd Bergmann |
2022-11-30 | linux/init.h: include <linux/build_bug.h> and <linux/stringify.h> | Masahiro Yamada |
2022-11-18 | proc: give /proc/cmdline size | Alexey Dobriyan |
2022-10-12 | Merge tag 'mm-nonmm-stable-2022-10-11' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds |
2022-10-03 | init.h: fix spelling typo in comment | Jiangshan Yi |
2022-09-26 | treewide: Drop __cficanonical | Sami Tolvanen |
2022-09-26 | init: Drop __nocfi from __init | Sami Tolvanen |
2022-03-23 | init.h: improve __setup and early_param documentation | Randy Dunlap |
2021-05-24 | init: verify that function is initcall_t at compile-time | Marco Elver |
2021-04-08 | cfi: add __cficanonical | Sami Tolvanen |
2021-04-08 | add support for Clang CFI | Sami Tolvanen |
2021-02-26 | init: clean up early_param_on_off() macro | Masahiro Yamada |
2021-01-14 | init: lto: fix PREL32 relocations | Sami Tolvanen |
2021-01-14 | init: lto: ensure initcall ordering | Sami Tolvanen |
2020-12-01 | init: use type alignment for kernel parameters | Johan Hovold |
2020-10-25 | treewide: Convert macro and uses of __section(foo) to __section("foo") | Joe Perches |
2019-07-04 | mnt_init(): call shmem_init() unconditionally | Al Viro |
2019-07-04 | don't bother with registering rootfs | Al Viro |
2018-11-07 | block: remove dead elevator code | Jens Axboe |
2018-10-10 | LSM: Convert from initcall to struct lsm_info | Kees Cook |
2018-10-10 | LSM: Rename .security_initcall section to .lsm_info | Kees Cook |
2018-08-22 | init: allow initcall tables to be emitted using relative references | Ard Biesheuvel |
2018-02-20 | x86/retpoline: Support retpoline builds with Clang | David Woodhouse |
2018-02-02 | x86/retpoline: Avoid retpolines for built-in __init functions | David Woodhouse |
2017-11-17 | Merge tag 'trace-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/rost... | Linus Torvalds |
2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman |
2017-10-05 | ftrace: Allow module init functions to be traced | Steven Rostedt (VMware) |
2017-03-24 | ftrace: Allow for function tracing to record init functions on boot up | Steven Rostedt (VMware) |
2017-02-07 | arch: Rename CONFIG_DEBUG_RODATA and CONFIG_DEBUG_MODULE_RONX | Laura Abbott |
2016-11-27 | module: extend 'rodata=off' boot cmdline parameter to module mappings | AKASHI Takahiro |
2016-10-15 | Merge tag 'gcc-plugins-v4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds |
2016-10-14 | Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek... | Linus Torvalds |
2016-10-10 | latent_entropy: Mark functions with __latent_entropy | Emese Revfy |
2016-09-20 | parisc: Drop BROKEN_RODATA config option | Helge Deller |
2016-09-09 | kbuild: allow archs to select link dead code/data elimination | Nicholas Piggin |
2016-08-02 | treewide: replace obsolete _refok by __ref | Fabian Frederick |
2016-02-22 | asm-generic: Consolidate mark_rodata_ro() | Kees Cook |
2015-07-05 | module: relocate module_init from init.h to module.h | Paul Gortmaker |
2015-06-16 | init: delete the __cpuinit related stubs | Paul Gortmaker |
2015-03-05 | init.h: Clean up the __setup()/early_param() macros | Ingo Molnar |
2015-03-05 | init.h: Add early_param_on_off() | Luis R. Rodriguez |
2014-05-27 | init.h: Update initcall_sync variants to fix build errors | Tony Lindgren |
2014-02-13 | lto, workaround: Add workaround for initcall reordering | Andi Kleen |
2013-12-10 | init.h: add missing initcall variants | Randy Dunlap |
2013-11-13 | init.h: document the existence of __initconst | Geert Uytterhoeven |
2013-09-11 | initmpfs: move rootfs code from fs/ramfs/ to init/ | Rob Landley |