Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-02-22asm-generic: Consolidate mark_rodata_ro()Kees Cook
2015-07-06module: 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-28init.h: Update initcall_sync variants to fix build errorsTony Lindgren
2014-02-14lto, workaround: Add workaround for initcall reorderingAndi Kleen
2013-12-11init.h: add missing initcall variantsRandy Dunlap
2013-11-13init.h: document the existence of __initconstGeert Uytterhoeven
2013-09-12initmpfs: move rootfs code from fs/ramfs/ to init/Rob Landley
2013-06-26init.h: remove __cpuinit sections from the kernelPaul Gortmaker
2013-01-23Merge branch 'master' into for-3.9-asyncTejun Heo
2013-01-19init, block: try to load default elevator module early during bootTejun Heo
2013-01-10Remove __dev* markings from init.hGreg Kroah-Hartman
2012-12-18include/linux/init.h: use the stringify operator for the __define_initcall macroMatthew Leach
2012-12-01init.h: Remove __dev* sections from the kernelGreg Kroah-Hartman
2012-10-05sections: disable const sections for PA-RISC v2Andi Kleen
2012-07-27init: add comments to keep initcall-names in sync with initcall levelsJim Cromie
2012-01-13module_param: make bool parameters really bool (core code)Rusty Russell
2011-05-16ftrace: Avoid recording mcount on .init sections directlySteven Rostedt
2010-10-22init.h: add some more documentation to __ref* tagsMichal Nazarewicz
2010-03-03Rename .data.nosave to .data..nosave.Denys Vlasenko
2009-12-15PM: Add initcall_debug style timing for suspend/resumeArjan van de Ven
2009-10-02initcalls: Add early_initcall() for modulesBorislav Petkov
2009-08-22x86: properly annotate alternatives.cJan Beulich
2009-06-19kernel: constructor supportPeter Oberparleiter
2009-06-17fbdev: move logo externs to header fileGeert Uytterhoeven
2009-06-15vmlinux.lds.h updateSam Ravnborg
2009-06-10initconst adjustmentsJan Beulich
2009-04-28Remove unused support code for refok sections.Tim Abbott
2009-04-26Add new HEAD_TEXT_SECTION macro.Tim Abbott
2009-04-17Driver Core: early platform driverMagnus Damm
2008-10-30adjust init section definitionsJan Beulich
2008-10-21Merge branch 'tracing-v28-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2008-10-16init.h: remove long-dead __setup_null_param() macroRobert P. J. Day
2008-10-14ftrace: remove old pointers to mcountSteven Rostedt
2008-08-12modules: extend initcall_debug functionality to the module loaderArjan van de Ven
2008-07-26Better interface for hooking early initcallsEduard - Gabriel Munteanu
2008-07-25init.h: remove obsolete contentRobert P. J. Day
2008-04-29proper extern for late_time_initAdrian Bunk
2008-02-19Add missing init section definitionsSam Ravnborg
2008-02-07generic: add __FINITDATAIngo Molnar
2008-02-03Remove __INIT_REFOK and __INITDATA_REFOKRalf Baechle
2008-01-29Introduce new section reference annotations tags: __ref, __refdata, __refconstSam Ravnborg
2008-01-29remove __attribute_used__Adrian Bunk
2008-01-29Use separate sections for __dev/__cpu/__mem code/dataSam Ravnborg
2008-01-29compiler.h: introduce __section()Sam Ravnborg
2007-10-17store __setup_str_* in a more compact wayJan Beulich
2007-10-16Add assembler equivalents to __init{,date}_refokRalf Baechle
2007-10-11[NETNS]: Move some code into __init section when CONFIG_NET_NS=nPavel Emelyanov