summaryrefslogtreecommitdiff
path: root/kernel/module.c
AgeCommit message (Expand)Author
2003-02-25Fix up kernel/module.c breakage. Bad Rusty!Linus Torvalds
2003-02-25[PATCH] Modules code tidy upRusty Russell
2003-02-25[PATCH] Modules race fixRusty Russell
2003-02-14kbuild: Do modversions checks on module structureRusty Russell
2003-02-14kbuild: Add dependency info to modulesKai Germaschewski
2003-02-14kbuild: Move the version magic generation into module postprocessingKai Germaschewski
2003-02-09[PATCH] fix comment in module.cRusty Russell
2003-02-03kbuild: Assorted fixletsKai Germaschewski
2003-02-03kbuild: Ignore kernel version part of vermagic if CONFIG_MODVERSIONSRusty Russell
2003-02-03kbuild: Modversions fixesRusty Russell
2003-02-03kbuild: Rename CONFIG_MODVERSIONING -> CONFIG_MODVERSIONSKai Germaschewski
2003-01-24kbuild/modules: Check module symbol versions on insmodKai Germaschewski
2003-01-24kbuild/modules: Return the index of the symbol from __find_symbol()Kai Germaschewski
2003-01-24kbuild/modules: Track versions of exported symbolsKai Germaschewski
2003-01-24kbuild/modules: Don't save the license stringKai Germaschewski
2003-01-24kbuild/modules: Check __vermagic for validityKai Germaschewski
2003-01-24kbuild: Add CONFIG_MODVERSIONING and __kcrctabKai Germaschewski
2003-01-15[PATCH] remove GET_USE_COUNTChristoph Hellwig
2003-01-14Module Sanity CheckKai Germaschewski
2003-01-13[PATCH] Module state and address in /proc/modules.Rusty Russell
2003-01-12Merge bk://are.twiddle.net/mod-2.5Linus Torvalds
2003-01-12[MODULES] Centralize undefined symbol checks; handle undef weak.Richard Henderson
2003-01-12[PATCH] v850 obsolete params fixRusty Russell
2003-01-12[PATCH] Fix strlen_user usage in module.cRusty Russell
2003-01-05[PATCH] Remove mod_bound macro and unify kernel_text_address().Rusty Russell
2003-01-05[PATCH] /proc/modules changeRusty Russell
2003-01-05[PATCH] Exception table cleanupRusty Russell
2003-01-05[PATCH] MODULE_LICENSE and EXPORT_SYMBOL_GPL supportRusty Russell
2003-01-02[PATCH] Use sh_entsize for ELF section offsetsRusty Russell
2003-01-01[PATCH] Modules 3/3: Sort sectionsRusty Russell
2003-01-01[PATCH] Modules 2/3: Use sh_addr instead of sh_offsetRusty Russell
2003-01-01[PATCH] Modules 1/3: remove common section handlingRusty Russell
2002-12-29MergeLinus Torvalds
2002-12-29[PATCH] MODULE_PARM "c" supportRusty Russell
2002-12-29[PATCH] Fix MODULE_PARM for arrays of s.Rusty Russell
2002-12-29[PATCH] Trivial patch for module.c: Strtab by sh_link field.Richard Henderson
2002-12-29[PATCH] Embed __this_module in module itself.Rusty Russell
2002-12-27[PATCH] Modules without init functions don't need exit functionsRusty Russell
2002-12-20[PATCH] Fix CPU bitmask truncationWilliam Lee Irwin III
2002-12-14[PATCH] MODULE_PARM support for older modulesRusty Russell
2002-12-14[PATCH] Parameter implementation for 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] kallsyms in modules fixRusty Russell
2002-11-19[PATCH] Module length calculation fix and module with no init fixRusty 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-16Initialize exception tables early - don't use an initcall,Linus Torvalds
2002-11-17Merge aladin.rdu.redhat.com:/usr/local/home/dledford/bk/linus-2.5Doug Ledford