summaryrefslogtreecommitdiff
path: root/kernel/module.c
AgeCommit message (Expand)Author
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
2002-11-17module.c: allow modules to enter themselves during mod initDoug Ledford
2002-11-16[PATCH] Export module_dummy_usageRusty Russell
2002-11-16[PATCH] Forced module unloadRusty Russell
2002-11-16[PATCH] Allocate struct module using special allocatorRusty Russell
2002-11-16[PATCH] separate out moduleloader.hRusty Russell
2002-11-12[PATCH] Fix module loader compile bugRusty Russell
2002-11-11kernel/module.c: Kill warnings on egcs-2.9x and 64-bit.David S. Miller
2002-11-10[PATCH] In-kernel Module LoaderRusty Russell
2002-10-31[PATCH] fixes for building kernel 2.5.45 using Intel compilerJun Nakajima
2002-10-29[PATCH] remove double-init in /proc/ksymsRandy Dunlap
2002-09-26Avoid NULL ptr dereference on module names by alwaysLinus Torvalds
2002-09-26[PATCH] kksymoops-2.5.38-C9Ingo Molnar
2002-07-31[PATCH] designated initializer patches forArt Haas