aboutsummaryrefslogtreecommitdiff
path: root/include/linux/module.h
AgeCommit message (Expand)Author
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
2007-05-08Fix race between cat /proc/slab_allocators and rmmodAlexey Dobriyan
2007-05-08Fix race between cat /proc/*/wchan and rmmod et alAlexey Dobriyan
2007-05-08Fix race between rmmod and cat /proc/kallsymsAlexey Dobriyan
2007-05-08Simplify module_get_kallsym() by dropping length argAlexey Dobriyan
2007-05-02remove "struct subsystem" as it is no longer neededGreg Kroah-Hartman
2007-02-16sysfs: fix build errors: uevent with CONFIG_SYSFS=nRandy Dunlap
2007-02-07/sys/modules/*/holdersKay Sievers
2007-02-07MODULES: add the module name for built in kernel driversKay Sievers
2006-12-08[PATCH] Generic BUG implementationJeremy Fitzhardinge
2006-12-04[PATCH] severing module.h->sched.hAl Viro
2006-12-01Driver core: show drivers in /sys/module/Kay Sievers
2006-10-11[PATCH] fix Module taint flags listing in Oops/panicFlorin Malita
2006-10-02[PATCH] list module taint flags in Oops/panicRandy Dunlap
2006-09-29[PATCH] /sys/modules: allow full length section namesIan S. Nelson
2006-08-30[SCSI] MODULE_FIRMWARE for binary firmware(s)Jon Masters
2006-07-14[PATCH] null-terminate over-long /proc/kallsyms symbolsAndreas Gruenbacher
2006-07-03[PATCH] lockdep: add is_module_address()Ingo Molnar
2006-06-28[PATCH] Add EXPORT_UNUSED_SYMBOL and EXPORT_UNUSED_SYMBOL_GPLArjan van de Ven
2006-06-26[PATCH] x86_64: reliable stack trace supportJan Beulich
2006-06-23[PATCH] module.h: updated comments with a new licenseXose Vazquez Perez
2006-06-20Merge git://git.infradead.org/hdrcleanup-2.6Linus Torvalds
2006-05-08Finally remove the obnoxious inter_module_xxx()David Woodhouse
2006-04-26Don't include linux/config.h from anywhere else in include/David Woodhouse
2006-03-25Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds