summaryrefslogtreecommitdiff
path: root/include/linux/module.h
AgeCommit message (Expand)Author
2010-05-12Revert "module: fix __module_ref_addr()"Greg Kroah-Hartman
2010-04-26module: fix __module_ref_addr()Mathieu Desnoyers
2009-09-25module: preferred way to use MODULE_AUTHORJohannes Berg
2009-09-25module: reduce string table for loaded modules (v2)Jan Beulich
2009-09-25module: reduce symbol table for loaded modules (v2)Jan Beulich
2009-09-18tracing: Remove markersChristoph Hellwig
2009-08-17tracing/events: Add module tracepointsLi Zefan
2009-06-18kernel: constructor supportPeter Oberparleiter
2009-06-16headers: move module_bug_finalize()/module_bug_cleanup() definitions into mod...Andrew Morton
2009-06-12module: trim exception table on init free.Rusty Russell
2009-04-17ftrace: use module notifier for function tracerSteven Rostedt
2009-04-14tracing/events: add support for modules to TRACE_EVENTSteven Rostedt
2009-04-05Merge branch 'tracing-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2009-03-31module: Export symbols needed for KspliceTim Abbott
2009-03-31Ksplice: Add functions for walking kallsyms symbolsAnders Kaseorg
2009-03-31module: remove module_text_address()Rusty Russell
2009-03-31module: __module_addressRusty Russell
2009-03-31param: fix charp parameters set via sysfsRusty Russell
2009-03-06tracing/core: drop the old trace_printk() implementation in favour of trace_b...Frederic Weisbecker
2009-03-06tracing: add trace_bprintk()Lai Jiangshan
2009-02-07module: remove over-zealous check in __module_get()Rusty Russell
2009-02-02modules: Use a better scheme for refcountingEric Dumazet
2009-01-06module: add within_module_core() and within_module_init()Masami Hiramatsu
2009-01-06Remove remaining unwinder codeAlexey Dobriyan
2008-10-22param: Fix duplicate module prefixesRusty Russell
2008-10-22module: check kernel param length at compile time, not runtimeRusty Russell
2008-10-22module: simplify load_module.Rusty Russell
2008-10-20Merge branch 'tracing-v28-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2008-10-16driver core: basic infrastructure for per-module dynamic debug messagesJason Baron
2008-10-14tracing: Kernel TracepointsMathieu Desnoyers
2008-07-24remove the v850 portAdrian Bunk
2008-07-22module: turn longs into ints for module sizesDenys Vlasenko
2008-07-22Shrink struct module: CONFIG_UNUSED_SYMBOLS ifdefsDenys Vlasenko
2008-07-22module: reorder struct module to save space on 64 bit buildsRichard Kennedy
2008-05-01module: reduce module image and resident sizeRusty Russell
2008-05-01module: make module_sect_attrs private to kernel/module.cRusty Russell
2008-02-14fix module_update_markers() compile errorAdrian Bunk
2008-02-13Linux Kernel Markers: support multiple probesMathieu Desnoyers
2008-02-08fix "modules: make module_address_lookup() safe"Andrew Morton
2008-01-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuildLinus Torvalds
2008-01-29module: make module_address_lookup safeRusty Russell
2008-01-28remove __attribute_used__Adrian Bunk
2008-01-24Driver core: move the driver specific module code into the driver coreGreg Kroah-Hartman
2008-01-24kset: convert /sys/module to use kset_createGreg Kroah-Hartman
2007-10-19Linux Kernel MarkersMathieu Desnoyers
2007-10-17Add /sys/module/name/notesRoland McGrath
2007-10-17Remove "unsafe" from module structRusty Russell
2007-07-16Remove unnecessary includes of spinlock.h under include/linuxRobert P. J. Day
2007-05-11module_author: don't advise putting in an email addressRene Herman
2007-05-09Allow arch to initialize arch field of the module structureRoman Zippel