summaryrefslogtreecommitdiff
path: root/kernel/module.c
AgeCommit message (Expand)Author
2004-09-07[PATCH] Remove in-kernel init_module/cleanup_module stubsBrian Gerst
2004-08-30[PATCH] Don't OOPS on stripped modulesRusty Russell
2004-08-05MODULE: delete local static copy of param_set_byte as we now have a real vers...Greg Kroah-Hartman
2004-08-01[PATCH] Remove symbol_is()Brian Gerst
2004-06-26[PATCH] Fix race between CONFIG_DEBUG_SLABALLOC and modulesRusty Russell
2004-06-21merge Greg Kroah-Hartman
2004-06-18[PATCH] sparse: kernel/module.c sparse fixRandy Dunlap
2004-06-17[PATCH] Clean up asm/pgalloc.h includeRussell King
2004-06-04[PATCH] Module section offsets in /sys/moduleJonathan Corbet
2004-05-14[PATCH] implement print_modules()Andrew Morton
2004-05-14Merge kroah.com:/home/greg/linux/BK/bleed-2.6Greg Kroah-Hartman
2004-05-10Module attributes: fix build error if CONFIG_MODULE_UNLOAD=nGreg Kroah-Hartman
2004-05-10[PATCH] Only Print Taint Message OnceAndrew Morton
2004-05-07Add modules to sysfsGreg Kroah-Hartman
2004-04-18[PATCH] Warn if module_param and MODULE_PARM mixedAndrew Morton
2004-04-17[PATCH] Print warning for common symbols in modulesAndrew Morton
2004-04-11[PATCH] set mod->waiter before calling stop_machineAndrew Morton
2004-03-15[PATCH] fix for kallsyms module symbol resolution problemAndrew Morton
2004-03-13[PATCH] module unload deadlock fixAndrew Morton
2004-03-08[PATCH] make module code use stop_machine.cRusty Russell
2004-02-26[PATCH] Add kallsyms_lookupname()Andrew Morton
2004-02-24[PATCH] add syscalls.hAndrew Morton
2004-02-18[PATCH] kthread primitiveAndrew Morton
2004-02-03[PATCH] lock_cpu_hotplug only if CONFIG_CPU_HOTPLUGAndrew Morton
2004-01-20[PATCH] check for truncated modulesAndrew Morton
2004-01-19[PATCH] sort exception tablesPaul Mackerras
2004-01-19[PATCH] module removal race fixAndrew Morton
2004-01-07Don't relocate non-allocated regions in modules.Linus Torvalds
2003-10-29[PATCH] Fix for module initialization failureRusty Russell
2003-10-08[PATCH] More barriers in module code.Rusty Russell
2003-10-01[PATCH] module parameter array fixesAndrew Morton
2003-09-07[PATCH] Modules: Be stricter recognizing init&exit sesectionsRusty Russell
2003-08-18[PATCH] cpumask_t: allow more than BITS_PER_LONG CPUsAndrew Morton
2003-07-18[PATCH] module_put_and_exitRusty Russell
2003-07-18[PATCH] Make rmmod -f taint kernel.Rusty Russell
2003-07-18[PATCH] Resolve module local_t conflictRusty Russell
2003-06-30[PATCH] Identify Code Section Of Modules for kallsymsRusty Russell
2003-06-10[PATCH] Fix module load failure caseRusty Russell
2003-06-07[PATCH] Fix build for CONFIG_KALLSYMS=nAndrew Morton
2003-06-06[PATCH] kallsyms in procRusty Russell
2003-06-05[PATCH] per-cpu support inside modules (minimal)Andrew Morton
2003-05-12[PATCH] Bump module ref during init.Andrew Morton
2003-05-12[PATCH] implement module_arch_cleanup() in all architecturesAndrew Morton
2003-04-29[PATCH] __module_getRusty Russell
2003-04-29[PATCH] complete modinfo sectionRusty Russell
2003-04-15[PATCH] module symbol fixDavid Mosberger
2003-04-08Add user pointer attributes to kernel/module.cLinus Torvalds
2003-04-04[SPARC]: Implement STT_REGISTER sparc support more cleanly.Rusty Russell
2003-04-02Merge nuts.ninka.net:/home/davem/src/BK/sparcwork-2.5David S. Miller
2003-04-02[MODULE]: On sparc, ignore undefined symbols of type STT_REGISTER.David S. Miller