summaryrefslogtreecommitdiff
path: root/include/linux/module.h
AgeCommit message (Expand)Author
2003-04-29[PATCH] __module_getRusty Russell
2003-04-29[PATCH] complete modinfo sectionRusty Russell
2003-04-06[PATCH] Grab SET_MODULE_OWNER from the clutches of the deprecatedZwane Mwaikambo
2003-04-02modules: Fix exporting symbols from modulesKai Germaschewski
2003-04-01[PATCH] module load notificationJohn Levon
2003-04-01[PATCH] Extable list removalRusty Russell
2003-04-01[PATCH] Symbol list removalRusty Russell
2003-04-01[PATCH] module_text_address returns the module pointerRusty Russell
2003-03-21[PATCH] get rid of __MOD_INC_USE_COUNT/__MOD_DEC_USE_COUNTChristoph Hellwig
2003-02-21Hand mergedKai Germaschewski
2003-02-19kbuild: [PATCH] adapt genksyms for current kbuildKai Germaschewski
2003-02-19[PATCH] kill EXPORT_NO_SYMBOLSChristoph Hellwig
2003-02-14kbuild: Module alias and device table supportRusty Russell
2003-02-03Hand mergedKai Germaschewski
2003-02-03kbuild: Rename CONFIG_MODVERSIONING -> CONFIG_MODVERSIONSKai Germaschewski
2003-02-02[PATCH] symbol_get linkage fixAndrew Morton
2003-01-25kbuild: gcc-3.3 warns about 2.5.59 EXPORT_SYMBOLKai Germaschewski
2003-01-24kbuild/modules: Record versions for unresolved symbolsKai Germaschewski
2003-01-24kbuild/modules: Track versions of exported symbolsKai Germaschewski
2003-01-24kbuild: Generate versions for exported symbolsKai Germaschewski
2003-01-24kbuild: Add CONFIG_MODVERSIONING and __kcrctabKai Germaschewski
2003-01-15[PATCH] remove MOD_IN_USEChristoph Hellwig
2003-01-15[PATCH] remove GET_USE_COUNTChristoph Hellwig
2003-01-15kbuild/modules: Save space on symbol listKai Germaschewski
2003-01-11Make MOD_[INC|DEC]_USE_COUNT a true no-op for built-in modules.Linus Torvalds
2003-01-07[PATCH] small module patchAnton Blanchard
2003-01-05[PATCH] Remove mod_bound macro and unify kernel_text_address().Rusty Russell
2003-01-05Merge bk://are.twiddle.net/mod-2.5Linus Torvalds
2003-01-05[PATCH] Exception table cleanupRusty Russell
2003-01-05[PATCH] MODULE_LICENSE and EXPORT_SYMBOL_GPL supportRusty Russell
2003-01-01[MODULES] Fix compiler warning wrt try_module_get whenRichard Henderson
2002-12-29[PATCH] more obsolete module API fixesChristoph Hellwig
2002-12-29[PATCH] Minor compile fix for some modules.Rusty Russell
2002-12-29[PATCH] Embed __this_module in module itself.Rusty Russell
2002-12-29[PATCH] more deprectation bitsChristoph Hellwig
2002-12-14[PATCH] MODULE_PARM support for older modulesRusty Russell
2002-12-13[PATCH] Module init reentry fixRusty Russell
2002-12-01[PATCH] module names fixRusty Russell
2002-12-01[PATCH] v850 supportRusty Russell
2002-12-01[PATCH] Table fix for module-init-toolsRusty Russell
2002-11-19[PATCH] module device table restorationRusty Russell
2002-11-18Parts of "module.c" was needed even when no module supportLinus Torvalds
2002-11-18[PATCH] kallsyms for new modulesRusty Russell
2002-11-16[PATCH] separate out moduleloader.hRusty Russell
2002-11-13[PATCH] module_name macroRusty Russell
2002-11-12Fix more CONFIG_MODULE_UNLOAD issuesLinus Torvalds
2002-11-10Re-introduce __MODULE_STRING, since some drivers depend on it.Linus Torvalds
2002-11-10[PATCH] In-kernel Module LoaderRusty Russell
2002-11-07[PATCH] Fix name of discarded section in modules.hPeter Chubb
2002-10-11Fix defined but not used warnings by marking variablesRichard Henderson