aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/module.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-01-06module: add within_module_core() and within_module_init()Masami Hiramatsu1-0/+12
2009-01-06Remove remaining unwinder codeAlexey Dobriyan1-3/+0
2008-10-22param: Fix duplicate module prefixesRusty Russell1-1/+1
2008-10-22module: check kernel param length at compile time, not runtimeRusty Russell1-1/+1
2008-10-22module: simplify load_module.Rusty Russell1-1/+1
2008-10-20Merge branch 'tracing-v28-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-0/+17
2008-10-16driver core: basic infrastructure for per-module dynamic debug messagesJason Baron1-1/+0
2008-10-14tracing: Kernel TracepointsMathieu Desnoyers1-0/+17
2008-07-24remove the v850 portAdrian Bunk1-1/+1
2008-07-22module: turn longs into ints for module sizesDenys Vlasenko1-3/+3
2008-07-22Shrink struct module: CONFIG_UNUSED_SYMBOLS ifdefsDenys Vlasenko1-0/+2
2008-07-22module: reorder struct module to save space on 64 bit buildsRichard Kennedy1-20/+22
2008-05-01module: reduce module image and resident sizeRusty Russell1-1/+1
2008-05-01module: make module_sect_attrs private to kernel/module.cRusty Russell1-17/+0
2008-02-14fix module_update_markers() compile errorAdrian Bunk1-2/+1
2008-02-13Linux Kernel Markers: support multiple probesMathieu Desnoyers1-1/+1
2008-02-08fix "modules: make module_address_lookup() safe"Andrew Morton1-2/+2
2008-01-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuildLinus Torvalds1-2/+2
2008-01-29module: make module_address_lookup safeRusty Russell1-9/+13
2008-01-28remove __attribute_used__Adrian Bunk1-2/+2
2008-01-24Driver core: move the driver specific module code into the driver coreGreg Kroah-Hartman1-15/+0
2008-01-24kset: convert /sys/module to use kset_createGreg Kroah-Hartman1-1/+3
2007-10-19Linux Kernel MarkersMathieu Desnoyers1-0/+12
2007-10-17Add /sys/module/name/notesRoland McGrath1-0/+3
2007-10-17Remove "unsafe" from module structRusty Russell1-15/+0
2007-07-16Remove unnecessary includes of spinlock.h under include/linuxRobert P. J. Day1-1/+0
2007-05-11module_author: don't advise putting in an email addressRene Herman1-1/+1
2007-05-09Allow arch to initialize arch field of the module structureRoman Zippel1-0/+3
2007-05-08Fix race between cat /proc/slab_allocators and rmmodAlexey Dobriyan1-0/+6
2007-05-08Fix race between cat /proc/*/wchan and rmmod et alAlexey Dobriyan1-0/+6
2007-05-08Fix race between rmmod and cat /proc/kallsymsAlexey Dobriyan1-14/+7
2007-05-08Simplify module_get_kallsym() by dropping length argAlexey Dobriyan1-3/+2
2007-05-02remove "struct subsystem" as it is no longer neededGreg Kroah-Hartman1-1/+1
2007-02-16sysfs: fix build errors: uevent with CONFIG_SYSFS=nRandy Dunlap1-9/+44
2007-02-07/sys/modules/*/holdersKay Sievers1-0/+1
2007-02-07MODULES: add the module name for built in kernel driversKay Sievers1-1/+1
2006-12-08[PATCH] Generic BUG implementationJeremy Fitzhardinge1-0/+7
2006-12-04[PATCH] severing module.h->sched.hAl Viro1-12/+1
2006-12-01Driver core: show drivers in /sys/module/Kay Sievers1-0/+1
2006-10-11[PATCH] fix Module taint flags listing in Oops/panicFlorin Malita1-3/+0
2006-10-02[PATCH] list module taint flags in Oops/panicRandy Dunlap1-0/+2
2006-09-29[PATCH] /sys/modules: allow full length section namesIan S. Nelson1-2/+2
2006-08-30[SCSI] MODULE_FIRMWARE for binary firmware(s)Jon Masters1-0/+5
2006-07-14[PATCH] null-terminate over-long /proc/kallsyms symbolsAndreas Gruenbacher1-6/+4
2006-07-03[PATCH] lockdep: add is_module_address()Ingo Molnar1-0/+6
2006-06-28[PATCH] Add EXPORT_UNUSED_SYMBOL and EXPORT_UNUSED_SYMBOL_GPLArjan van de Ven1-0/+20
2006-06-26[PATCH] x86_64: reliable stack trace supportJan Beulich1-0/+3
2006-06-23[PATCH] module.h: updated comments with a new licenseXose Vazquez Perez1-0/+2
2006-06-20Merge git://git.infradead.org/hdrcleanup-2.6Linus Torvalds1-1/+0
2006-05-08Finally remove the obnoxious inter_module_xxx()David Woodhouse1-9/+0