+- add patches.fixes/linux-post-2.6.3-20040220
[linux-flexiantxendom0-3.2.10.git] / kernel / module.c
2004-02-20 Olaf Hering+- add patches.fixes/linux-post-2.6.3-20040220
2004-02-05 Olaf Hering+- add patches.fixes/linux-post-2.6.2-20040205
2004-02-04 Andrew Morton[PATCH] lock_cpu_hotplug only if CONFIG_CPU_HOTPLUG
2004-01-21 Olaf Hering+- update to 2.6.1-rc1
2004-01-20 Andrew Morton[PATCH] check for truncated modules
2004-01-19 Paul Mackerras[PATCH] sort exception tables
2004-01-19 Andrew Morton[PATCH] module removal race fix
2004-01-07 Linus TorvaldsDon't relocate non-allocated regions in modules.
2003-12-10 Olaf Hering+- update patches.fixes/linux-2.6.0-test11-bk-latest
2003-12-09 Olaf Hering+- add patches.drivers/usb-2.5
2003-11-18 Olaf Hering+- update to 2.6.0-test9-bk22, update config, arch...
2003-10-29 Rusty Russell[PATCH] Fix for module initialization failure
2003-10-09 Rusty Russell[PATCH] More barriers in module code.
2003-10-01 Andrew Morton[PATCH] module parameter array fixes
2003-09-07 Rusty Russell[PATCH] Modules: Be stricter recognizing init&exit...
2003-08-18 Andrew Morton[PATCH] cpumask_t: allow more than BITS_PER_LONG CPUs
2003-07-18 Rusty Russell[PATCH] module_put_and_exit
2003-07-18 Rusty Russell[PATCH] Make rmmod -f taint kernel.
2003-07-18 Rusty Russell[PATCH] Resolve module local_t conflict
2003-07-01 Rusty Russell[PATCH] Identify Code Section Of Modules for kallsyms
2003-06-10 Rusty Russell[PATCH] Fix module load failure case
2003-06-07 Andrew Morton[PATCH] Fix build for CONFIG_KALLSYMS=n
2003-06-06 Rusty Russell[PATCH] kallsyms in proc
2003-06-06 Andrew Morton[PATCH] per-cpu support inside modules (minimal)
2003-05-15 Andreas SchwabFix arch headers.
2003-05-15 Gerd Hoffmannrestricted ia64 patches to ia64 again, they still break...
2003-05-14 Andreas Schwab- Separate out show_stack changes into own patch.
2003-05-12 Gerd Hoffmannadded some suse-specific patches to the kernel.
2003-05-12 Andrew Morton[PATCH] Bump module ref during init.
2003-05-12 Andrew Morton[PATCH] implement module_arch_cleanup() in all architec...
2003-05-10 Andreas SchwabAdd ia64 patch.
2003-04-30 Rusty Russell[PATCH] __module_get
2003-04-30 Rusty Russell[PATCH] complete modinfo section
2003-04-15 David Mosberger[PATCH] module symbol fix
2003-04-08 Linus TorvaldsAdd user pointer attributes to kernel/module.c
2003-04-04 Rusty Russell[SPARC]: Implement STT_REGISTER sparc support more...
2003-04-03 David S. MillerMerge nuts.ninka.net:/home/davem/src/BK/sparcwork-2.5
2003-04-03 David S. Miller[MODULE]: On sparc, ignore undefined symbols of type...
2003-04-02 Kai Germaschewskimodules: Fix exporting symbols from modules
2003-04-02 Linus TorvaldsFix naming confusion: number of symbol kallsyms is...
2003-04-01 John Levon[PATCH] module load notification
2003-04-01 Rusty Russell[PATCH] Extable list removal
2003-04-01 Rusty Russell[PATCH] Symbol list removal
2003-04-01 Rusty Russell[PATCH] module_text_address returns the module pointer
2003-02-25 Linus TorvaldsFix up kernel/module.c breakage. Bad Rusty!
2003-02-25 Rusty Russell[PATCH] Modules code tidy up
2003-02-25 Rusty Russell[PATCH] Modules race fix
2003-02-14 Rusty Russellkbuild: Do modversions checks on module structure
2003-02-14 Kai Germaschewskikbuild: Add dependency info to modules
2003-02-14 Kai Germaschewskikbuild: Move the version magic generation into module...
2003-02-09 Rusty Russell[PATCH] fix comment in module.c
2003-02-03 Kai Germaschewskikbuild: Assorted fixlets
2003-02-03 Rusty Russellkbuild: Ignore kernel version part of vermagic if CONFI...
2003-02-03 Rusty Russellkbuild: Modversions fixes
2003-02-03 Kai Germaschewskikbuild: Rename CONFIG_MODVERSIONING -> CONFIG_MODVERSIONS
2003-01-24 Kai Germaschewskikbuild/modules: Check module symbol versions on insmod
2003-01-24 Kai Germaschewskikbuild/modules: Return the index of the symbol from...
2003-01-24 Kai Germaschewskikbuild/modules: Track versions of exported symbols
2003-01-24 Kai Germaschewskikbuild/modules: Don't save the license string
2003-01-24 Kai Germaschewskikbuild/modules: Check __vermagic for validity
2003-01-24 Kai Germaschewskikbuild: Add CONFIG_MODVERSIONING and __kcrctab
2003-01-16 Christoph Hellwig[PATCH] remove GET_USE_COUNT
2003-01-14 Kai GermaschewskiModule Sanity Check
2003-01-13 Rusty Russell[PATCH] Module state and address in /proc/modules.
2003-01-13 Linus TorvaldsMerge bk://are.twiddle.net/mod-2.5
2003-01-13 Richard Henderson[MODULES] Centralize undefined symbol checks; handle...
2003-01-12 Rusty Russell[PATCH] v850 obsolete params fix
2003-01-12 Rusty Russell[PATCH] Fix strlen_user usage in module.c
2003-01-06 Rusty Russell[PATCH] Remove mod_bound macro and unify kernel_text_ad...
2003-01-05 Rusty Russell[PATCH] /proc/modules change
2003-01-05 Rusty Russell[PATCH] Exception table cleanup
2003-01-05 Rusty Russell[PATCH] MODULE_LICENSE and EXPORT_SYMBOL_GPL support
2003-01-02 Rusty Russell[PATCH] Use sh_entsize for ELF section offsets
2003-01-01 Rusty Russell[PATCH] Modules 3/3: Sort sections
2003-01-01 Rusty Russell[PATCH] Modules 2/3: Use sh_addr instead of sh_offset
2003-01-01 Rusty Russell[PATCH] Modules 1/3: remove common section handling
2002-12-30 Linus TorvaldsMerge
2002-12-30 Rusty Russell[PATCH] MODULE_PARM "c" support
2002-12-30 Rusty Russell[PATCH] Fix MODULE_PARM for arrays of s.
2002-12-29 Richard Henderson[PATCH] Trivial patch for module.c: Strtab by sh_link...
2002-12-29 Rusty Russell[PATCH] Embed __this_module in module itself.
2002-12-27 Rusty Russell[PATCH] Modules without init functions don't need exit...
2002-12-20 William Lee Irwin III[PATCH] Fix CPU bitmask truncation
2002-12-15 Rusty Russell[PATCH] MODULE_PARM support for older modules
2002-12-15 Rusty Russell[PATCH] Parameter implementation for modules
2002-12-13 Rusty Russell[PATCH] Module init reentry fix
2002-12-01 Rusty Russell[PATCH] module names fix
2002-12-01 Rusty Russell[PATCH] v850 support
2002-12-01 Rusty Russell[PATCH] kallsyms in modules fix
2002-11-24 Kai Germaschewskikbuild: Always generate the module name automatically.
2002-11-20 Rusty Russell[PATCH] Module length calculation fix and module with...
2002-11-18 Linus TorvaldsParts of "module.c" was needed even when no module...
2002-11-18 Rusty Russell[PATCH] kallsyms for new modules
2002-11-17 Doug LedfordMerge aladin.rdu.redhat.com:/usr/local/home/dledford...
2002-11-17 Doug Ledfordmodule.c: allow modules to enter themselves during...
2002-11-17 Linus TorvaldsInitialize exception tables early - don't use an initcall,
2002-11-17 Rusty Russell[PATCH] Export module_dummy_usage
2002-11-17 Rusty Russell[PATCH] Forced module unload
2002-11-17 Rusty Russell[PATCH] Allocate struct module using special allocator
2002-11-17 Rusty Russell[PATCH] separate out moduleloader.h
next