aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/module.h
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'tracing-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2009-04-051-0/+5
|\
| * tracing/core: drop the old trace_printk() implementation in favour of trace_b...Frederic Weisbecker2009-03-061-1/+1
| * tracing: add trace_bprintk()Lai Jiangshan2009-03-061-0/+5
* | module: Export symbols needed for KspliceTim Abbott2009-03-311-0/+28
* | Ksplice: Add functions for walking kallsyms symbolsAnders Kaseorg2009-03-311-0/+12
* | module: remove module_text_address()Rusty Russell2009-03-311-7/+0
* | module: __module_addressRusty Russell2009-03-311-5/+15
* | param: fix charp parameters set via sysfsRusty Russell2009-03-311-0/+4
|/
* module: remove over-zealous check in __module_get()Rusty Russell2009-02-071-1/+0
* modules: Use a better scheme for refcountingEric Dumazet2009-02-021-9/+16
* module: add within_module_core() and within_module_init()Masami Hiramatsu2009-01-061-0/+12
* Remove remaining unwinder codeAlexey Dobriyan2009-01-061-3/+0
* param: Fix duplicate module prefixesRusty Russell2008-10-221-1/+1
* module: check kernel param length at compile time, not runtimeRusty Russell2008-10-221-1/+1
* module: simplify load_module.Rusty Russell2008-10-221-1/+1
* Merge branch 'tracing-v28-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2008-10-201-0/+17
|\
| * tracing: Kernel TracepointsMathieu Desnoyers2008-10-141-0/+17
* | driver core: basic infrastructure for per-module dynamic debug messagesJason Baron2008-10-161-1/+0
|/
* remove the v850 portAdrian Bunk2008-07-241-1/+1
* module: turn longs into ints for module sizesDenys Vlasenko2008-07-221-3/+3
* Shrink struct module: CONFIG_UNUSED_SYMBOLS ifdefsDenys Vlasenko2008-07-221-0/+2
* module: reorder struct module to save space on 64 bit buildsRichard Kennedy2008-07-221-20/+22
* module: reduce module image and resident sizeRusty Russell2008-05-011-1/+1
* module: make module_sect_attrs private to kernel/module.cRusty Russell2008-05-011-17/+0
* fix module_update_markers() compile errorAdrian Bunk2008-02-141-2/+1
* Linux Kernel Markers: support multiple probesMathieu Desnoyers2008-02-131-1/+1
* fix "modules: make module_address_lookup() safe"Andrew Morton2008-02-081-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuildLinus Torvalds2008-01-291-2/+2
|\
| * remove __attribute_used__Adrian Bunk2008-01-281-2/+2
* | module: make module_address_lookup safeRusty Russell2008-01-291-9/+13
|/
* Driver core: move the driver specific module code into the driver coreGreg Kroah-Hartman2008-01-241-15/+0
* kset: convert /sys/module to use kset_createGreg Kroah-Hartman2008-01-241-1/+3
* Linux Kernel MarkersMathieu Desnoyers2007-10-191-0/+12
* Add /sys/module/name/notesRoland McGrath2007-10-171-0/+3
* Remove "unsafe" from module structRusty Russell2007-10-171-15/+0
* Remove unnecessary includes of spinlock.h under include/linuxRobert P. J. Day2007-07-161-1/+0
* module_author: don't advise putting in an email addressRene Herman2007-05-111-1/+1
* Allow arch to initialize arch field of the module structureRoman Zippel2007-05-091-0/+3
* Fix race between cat /proc/slab_allocators and rmmodAlexey Dobriyan2007-05-081-0/+6
* Fix race between cat /proc/*/wchan and rmmod et alAlexey Dobriyan2007-05-081-0/+6
* Fix race between rmmod and cat /proc/kallsymsAlexey Dobriyan2007-05-081-14/+7
* Simplify module_get_kallsym() by dropping length argAlexey Dobriyan2007-05-081-3/+2
* remove "struct subsystem" as it is no longer neededGreg Kroah-Hartman2007-05-021-1/+1
* sysfs: fix build errors: uevent with CONFIG_SYSFS=nRandy Dunlap2007-02-161-9/+44
* /sys/modules/*/holdersKay Sievers2007-02-071-0/+1
* MODULES: add the module name for built in kernel driversKay Sievers2007-02-071-1/+1
* [PATCH] Generic BUG implementationJeremy Fitzhardinge2006-12-081-0/+7
* [PATCH] severing module.h->sched.hAl Viro2006-12-041-12/+1
* Driver core: show drivers in /sys/module/Kay Sievers2006-12-011-0/+1
* [PATCH] fix Module taint flags listing in Oops/panicFlorin Malita2006-10-111-3/+0