Fix <math-emu/soft-fp.h> tpyo
[safe/jmp/linux-2.6] / kernel / module.c
2007-07-17 Tejun Heokallsyms: make KSYM_NAME_LEN include space for trailing...
2007-07-16 Rusty Russellmodules: remove modlist_lock
2007-07-16 Pavel EmelianovMake /proc/modules use seq_list_xxx helpers
2007-07-11 Tejun Heosysfs: kill unnecessary attribute->owner
2007-05-09 Robert P. J. DayFix minor typoes in kernel/module.c
2007-05-08 Alexey DobriyanFix race between cat /proc/slab_allocators and rmmod
2007-05-08 Alexey DobriyanFix race between cat /proc/*/wchan and rmmod et al
2007-05-08 Alexey DobriyanSimplify kallsyms_lookup()
2007-05-08 Alexey DobriyanFix race between rmmod and cat /proc/kallsyms
2007-05-08 Alexey DobriyanSimplify module_get_kallsym() by dropping length arg
2007-05-08 Pekka Enbergmodule: use krealloc
2007-05-05 Linus TorvaldsMerge branch 'for-linus' of git://one.firstfloor.org...
2007-05-03 Greg Kroah-Hartmanremove "struct subsystem" as it is no longer needed
2007-05-02 Jeremy Fitzhardinge[PATCH] x86: Allow percpu variables to be page-aligned
2007-05-02 Jeremy Fitzhardinge[PATCH] x86-64: Account for module percpu space separat...
2007-04-27 Akinobu Mitamod_sysfs_setup() doesn't return errno when kobject_add...
2007-04-02 Kay Sievers[PATCH] driver core: fix built-in drivers sysfs links
2007-03-09 Greg Kroah-HartmanRevert "driver core: refcounting fix"
2007-02-23 Greg Kroah-HartmanRevert "Driver core: let request_module() send a /sys...
2007-02-23 Mike Galbraithdriver core: refcounting fix
2007-02-16 Randy Dunlapsysfs: fix build errors: uevent with CONFIG_SYSFS=n
2007-02-16 Mariusz KozlowskiDriver: remove redundant kobject_unregister checks
2007-02-16 Kay SieversDriver core: let request_module() send a /sys/modules...
2007-02-07 Kay Sievers/sys/modules/*/holders
2007-02-07 Greg Kroah-HartmanModules: only add drivers/ direcory if needed
2007-02-07 Kay SieversMODULES: add the module name for built in kernel drivers
2007-01-05 Kay Sievers[PATCH] Driver core: Fix prefix driver links in /sys...
2006-12-30 Akinobu Mita[PATCH] module: fix mod_sysfs_setup() return value
2006-12-13 Kay SieversDriver core: show "initstate" of module
2006-12-07 Helge Deller[PATCH] struct seq_operations and struct file_operation...
2006-12-04 Al Viro[PATCH] severing module.h->sched.h
2006-12-01 Kay SieversDriver core: show drivers in /sys/module/
2006-10-30 Randy Dunlap[PATCH] ndiswrapper: don't set the module->taints flags
2006-10-28 Jan Dittmer[PATCH] Add missing space in module.c for taintskernel
2006-10-11 Florin Malita[PATCH] fix Module taint flags listing in Oops/panic
2006-10-03 Franck Bui-Huu[PATCH] Create kallsyms_lookup_size_offset()
2006-10-02 Randy Dunlap[PATCH] list module taint flags in Oops/panic
2006-09-29 Ian S. Nelson[PATCH] /sys/modules: allow full length section names
2006-09-26 Ed Swierk[PATCH] load_module: no BUG if module_subsys uninitialized
2006-07-15 Andreas Gruenbacher[PATCH] null-terminate over-long /proc/kallsyms symbols
2006-07-03 Ingo Molnar[PATCH] lockdep: core
2006-07-03 Ingo Molnar[PATCH] lockdep: add is_module_address()
2006-06-30 Jörn EngelRemove obsolete #include <linux/config.h>
2006-06-28 Andrew Morton[PATCH] load_module() cleanup
2006-06-28 Arjan van de Ven[PATCH] Add EXPORT_UNUSED_SYMBOL and EXPORT_UNUSED_SYMB...
2006-06-26 Linus TorvaldsMerge git://git./linux/kernel/git/sam/kbuild
2006-06-26 Jan Beulich[PATCH] x86_64: reliable stack trace support
2006-06-25 Jesper Juhl[PATCH] ensure NULL deref can't possibly happen in...
2006-06-09 Sam Ravnborgkbuild: check license compatibility when building modules
2006-05-15 Trent Piepho[PATCH] symbol_put_addr() locks kernel
2006-03-31 Andrew Morton[PATCH] modules: permit Dual-MIT/GPL licenses
2006-03-28 Andrew Morton[PATCH] symversion warning fix
2006-03-27 Alan Stern[PATCH] Notifier chain update: API changes
2006-03-25 Rusty Russell[PATCH] Remove MODULE_PARM
2006-03-24 Davi Arnaut[PATCH] strndup_user: convert module
2006-03-23 Ashutosh Naik[PATCH] kernel/module.c Semaphore to Mutex Conversion...
2006-03-23 Arjan van de Ven[PATCH] sem2mutex: kernel/
2006-03-20 Greg Kroah-Hartman[PATCH] fix module sysfs files reference counting
2006-03-20 Greg Kroah-Hartman[PATCH] add EXPORT_SYMBOL_GPL_FUTURE()
2006-03-20 Sam Ravnborg[PATCH] Clean up module.c symbol searching logic
2006-02-08 Andrew Morton[PATCH] module: strlen_user() race fix
2006-02-03 Keith Owens[PATCH] Tell kallsyms_lookup_name() to ignore type...
2006-01-12 Randy.Dunlap[PATCH] move capable() to capability.h
2006-01-09 Ashutosh Naik[PATCH] kernel/module.c: remove redundant spinlock...
2006-01-09 Akinobu Mita[PATCH] modules: mark TAINT_FORCED_RMMOD correctly
2006-01-09 Ashutosh Naik[PATCH] modules: prevent overriding of symbols
2006-01-09 Dave Jones[PATCH] Add tainting for proprietary helper modules
2006-01-06 Jayachandran C[PATCH] kernel/module.c: removed dead code
2005-11-07 Tim Schmielau[PATCH] fix remaining missing includes
2005-09-13 Randy Dunlap[PATCH] use add_taint() for setting tainted bit flags
2005-09-07 Thomas Koeller[PATCH] flush icache early when loading module
2005-08-02 Rusty Russell[PATCH] Module per-cpu alignment cannot always be met
2005-06-24 Adrian Bunk[PATCH] make various thing static
2005-06-24 Matt Domsch[PATCH] modules: add version and srcversion to sysfs
2005-06-22 Ingo Molnar[PATCH] smp_processor_id() cleanup
2005-05-31 Roman Zippel[PATCH] flush icache in correct context
2005-05-01 Paul E. McKenney[PATCH] Change synchronize_kernel to _rcu and _sched
2005-04-16 Linus TorvaldsLinux-2.6.12-rc2 v2.6.12-rc2