summaryrefslogtreecommitdiffstats
path: root/include/linux/module.h
Commit message (Expand)AuthorAgeFilesLines
* fix module_update_markers() compile errorAdrian Bunk2008-02-151-2/+1Star
* Linux Kernel Markers: support multiple probesMathieu Desnoyers2008-02-141-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-251-15/+0Star
* kset: convert /sys/module to use kset_createGreg Kroah-Hartman2008-01-251-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/+0Star
* Remove unnecessary includes of spinlock.h under include/linuxRobert P. J. Day2007-07-161-1/+0Star
* 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/+7Star
* Simplify module_get_kallsym() by dropping length argAlexey Dobriyan2007-05-081-3/+2Star
* remove "struct subsystem" as it is no longer neededGreg Kroah-Hartman2007-05-031-1/+1
* sysfs: fix build errors: uevent with CONFIG_SYSFS=nRandy Dunlap2007-02-171-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/+1Star
* 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/+0Star
* [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-151-6/+4Star
* [PATCH] lockdep: add is_module_address()Ingo Molnar2006-07-041-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-211-1/+0Star
|\
| * Don't include linux/config.h from anywhere else in include/David Woodhouse2006-04-261-1/+0Star
* | Finally remove the obnoxious inter_module_xxx()David Woodhouse2006-05-081-9/+0Star
|/
* 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-251-0/+1
* | [PATCH] Remove MODULE_PARMRusty Russell2006-03-251-19/+0Star
|/
* [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-311-1/+3
* [PATCH] modules: add version and srcversion to sysfsMatt Domsch2005-06-241-0/+5
* Linux-2.6.12-rc2Linus Torvalds2005-04-171-0/+570