summaryrefslogtreecommitdiff
path: root/kernel/module.c
AgeCommit message (Expand)Author
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
2003-04-02modules: Fix exporting symbols from modulesKai Germaschewski
2003-04-01Fix naming confusion: number of symbol kallsyms is "num_kallsyms",Linus Torvalds
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-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