summaryrefslogtreecommitdiffstats
path: root/include/linux/module.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* [PATCH] list module taint flags in Oops/panicRandy Dunlap2006-10-021-0/+2
* [PATCH] /sys/modules: allow full length section namesIan S. Nelson2006-09-291-2/+2
* [SCSI] MODULE_FIRMWARE for binary firmware(s)Jon Masters2006-08-301-0/+5
* [PATCH] null-terminate over-long /proc/kallsyms symbolsAndreas Gruenbacher2006-07-141-6/+4
* [PATCH] lockdep: add is_module_address()Ingo Molnar2006-07-031-0/+6
* [PATCH] Add EXPORT_UNUSED_SYMBOL and EXPORT_UNUSED_SYMBOL_GPLArjan van de Ven2006-06-281-0/+20
* [PATCH] x86_64: reliable stack trace supportJan Beulich2006-06-261-0/+3
* [PATCH] module.h: updated comments with a new licenseXose Vazquez Perez2006-06-231-0/+2
* Merge git://git.infradead.org/hdrcleanup-2.6Linus Torvalds2006-06-201-1/+0
|\
| * Don't include linux/config.h from anywhere else in include/David Woodhouse2006-04-261-1/+0
* | Finally remove the obnoxious inter_module_xxx()David Woodhouse2006-05-081-9/+0
|/
* Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2006-03-251-0/+1
|\
| * [MODULES]: Don't allow statically declared exportsPatrick McHardy2006-03-241-0/+1
* | [PATCH] Remove MODULE_PARMRusty Russell2006-03-251-19/+0
|/
* [PATCH] fix module sysfs files reference countingGreg Kroah-Hartman2006-03-201-0/+1
* [PATCH] add EXPORT_SYMBOL_GPL_FUTURE()Greg Kroah-Hartman2006-03-201-0/+9
* [PATCH] modules: fix sparse warning for every MODULE_PARMPavel Roskin2005-10-301-1/+3
* [PATCH] modules: add version and srcversion to sysfsMatt Domsch2005-06-241-0/+5
OpenPOWER on IntegriCloud