Age | Commit message (Expand) | Author | Files | Lines |
2018-08-22 | init: allow initcall tables to be emitted using relative references | Ard Biesheuvel | 1 | -11/+33 |
2018-02-20 | x86/retpoline: Support retpoline builds with Clang | David Woodhouse | 1 | -4/+4 |
2018-02-02 | x86/retpoline: Avoid retpolines for built-in __init functions | David Woodhouse | 1 | -1/+8 |
2017-11-18 | Merge tag 'trace-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/rost... | Linus Torvalds | 1 | -3/+1 |
2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 1 | -0/+1 |
2017-10-06 | ftrace: Allow module init functions to be traced | Steven Rostedt (VMware) | 1 | -3/+1 |
2017-03-25 | ftrace: Allow for function tracing to record init functions on boot up | Steven Rostedt (VMware) | 1 | -1/+3 |
2017-02-07 | arch: Rename CONFIG_DEBUG_RODATA and CONFIG_DEBUG_MODULE_RONX | Laura Abbott | 1 | -2/+2 |
2016-11-28 | module: extend 'rodata=off' boot cmdline parameter to module mappings | AKASHI Takahiro | 1 | -0/+3 |
2016-10-15 | Merge tag 'gcc-plugins-v4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -2/+3 |
2016-10-15 | Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek... | Linus Torvalds | 1 | -25/+13 |
2016-10-11 | latent_entropy: Mark functions with __latent_entropy | Emese Revfy | 1 | -2/+3 |
2016-09-20 | parisc: Drop BROKEN_RODATA config option | Helge Deller | 1 | -15/+4 |
2016-09-09 | kbuild: allow archs to select link dead code/data elimination | Nicholas Piggin | 1 | -25/+13 |
2016-08-03 | treewide: replace obsolete _refok by __ref | Fabian Frederick | 1 | -6/+0 |
2016-02-22 | asm-generic: Consolidate mark_rodata_ro() | Kees Cook | 1 | -0/+4 |
2015-07-06 | module: relocate module_init from init.h to module.h | Paul Gortmaker | 1 | -78/+0 |
2015-06-16 | init: delete the __cpuinit related stubs | Paul Gortmaker | 1 | -11/+0 |
2015-03-05 | init.h: Clean up the __setup()/early_param() macros | Ingo Molnar | 1 | -22/+27 |
2015-03-05 | init.h: Add early_param_on_off() | Luis R. Rodriguez | 1 | -0/+15 |
2014-05-28 | init.h: Update initcall_sync variants to fix build errors | Tony Lindgren | 1 | -1/+13 |
2014-02-14 | lto, workaround: Add workaround for initcall reordering | Andi Kleen | 1 | -1/+19 |
2013-12-11 | init.h: add missing initcall variants | Randy Dunlap | 1 | -0/+2 |
2013-11-13 | init.h: document the existence of __initconst | Geert Uytterhoeven | 1 | -4/+2 |
2013-09-12 | initmpfs: move rootfs code from fs/ramfs/ to init/ | Rob Landley | 1 | -0/+1 |
2013-06-26 | init.h: remove __cpuinit sections from the kernel | Paul Gortmaker | 1 | -10/+9 |
2013-01-23 | Merge branch 'master' into for-3.9-async | Tejun Heo | 1 | -20/+0 |
2013-01-19 | init, block: try to load default elevator module early during boot | Tejun Heo | 1 | -0/+1 |
2013-01-10 | Remove __dev* markings from init.h | Greg Kroah-Hartman | 1 | -20/+0 |
2012-12-18 | include/linux/init.h: use the stringify operator for the __define_initcall macro | Matthew Leach | 1 | -20/+20 |
2012-12-01 | init.h: Remove __dev* sections from the kernel | Greg Kroah-Hartman | 1 | -11/+7 |
2012-10-05 | sections: disable const sections for PA-RISC v2 | Andi Kleen | 1 | -8/+19 |
2012-07-27 | init: add comments to keep initcall-names in sync with initcall levels | Jim Cromie | 1 | -1/+2 |
2012-01-13 | module_param: make bool parameters really bool (core code) | Rusty Russell | 1 | -1/+2 |
2011-05-16 | ftrace: Avoid recording mcount on .init sections directly | Steven Rostedt | 1 | -7/+7 |
2010-10-22 | init.h: add some more documentation to __ref* tags | Michal Nazarewicz | 1 | -3/+10 |
2010-03-03 | Rename .data.nosave to .data..nosave. | Denys Vlasenko | 1 | -1/+1 |
2009-12-15 | PM: Add initcall_debug style timing for suspend/resume | Arjan van de Ven | 1 | -0/+2 |
2009-10-02 | initcalls: Add early_initcall() for modules | Borislav Petkov | 1 | -0/+1 |
2009-08-22 | x86: properly annotate alternatives.c | Jan Beulich | 1 | -2/+10 |
2009-06-19 | kernel: constructor support | Peter Oberparleiter | 1 | -0/+3 |
2009-06-17 | fbdev: move logo externs to header file | Geert Uytterhoeven | 1 | -1/+1 |
2009-06-15 | vmlinux.lds.h update | Sam Ravnborg | 1 | -3/+1 |
2009-06-10 | initconst adjustments | Jan Beulich | 1 | -1/+2 |
2009-04-28 | Remove unused support code for refok sections. | Tim Abbott | 1 | -8/+0 |
2009-04-26 | Add new HEAD_TEXT_SECTION macro. | Tim Abbott | 1 | -1/+3 |
2009-04-17 | Driver Core: early platform driver | Magnus Damm | 1 | -0/+1 |
2008-10-30 | adjust init section definitions | Jan Beulich | 1 | -1/+5 |
2008-10-21 | Merge branch 'tracing-v28-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 1 | -1/+1 |
2008-10-16 | init.h: remove long-dead __setup_null_param() macro | Robert P. J. Day | 1 | -4/+0 |