#!/bin/bash (perf record -e raw_syscalls:sys_exit $@ || \ perf record -e syscalls:sys_exit $@) 2> /dev/null el='alternate' title='Atom feed' href='https://universe.0xinfinity.dev/distro/kernel/atom/include/linux/init.h?h=0x221E-v0.0-v7.0' type='application/atom+xml'/>
summaryrefslogtreecommitdiff
path: root/include/linux/init.h
AgeCommit message (Expand)Author
2009-04-27Remove unused support code for refok sections.Tim Abbott
2009-04-26Add new HEAD_TEXT_SECTION macro.Tim Abbott
2009-04-16Driver Core: early platform driverMagnus Damm
2008-10-29adjust init section definitionsJan Beulich
2008-10-20Merge 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-06generic: add __FINITDATAIngo Molnar
2008-02-03Remove __INIT_REFOK and __INITDATA_REFOKRalf Baechle
2008-01-28Introduce new section reference annotations tags: __ref, __refdata, __refconstSam Ravnborg
2008-01-28remove __attribute_used__Adrian Bunk
2008-01-28Use separate sections for __dev/__cpu/__mem code/dataSam Ravnborg
2008-01-28compiler.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-10[NETNS]: Move some code into __init section when CONFIG_NET_NS=nPavel Emelyanov