summaryrefslogtreecommitdiff
path: root/kernel/module.c
AgeCommit message (Expand)Author
2006-02-07[PATCH] module: strlen_user() race fixAndrew Morton
2006-02-03[PATCH] Tell kallsyms_lookup_name() to ignore type U entriesKeith Owens
2006-01-11[PATCH] move capable() to capability.hRandy.Dunlap
2006-01-08[PATCH] kernel/module.c: remove redundant spinlock in resolve_symbol()Ashutosh Naik
2006-01-08[PATCH] modules: mark TAINT_FORCED_RMMOD correctlyAkinobu Mita
2006-01-08[PATCH] modules: prevent overriding of symbolsAshutosh Naik
2006-01-08[PATCH] Add tainting for proprietary helper modulesDave Jones
2006-01-06[PATCH] kernel/module.c: removed dead codeJayachandran C
2005-11-07[PATCH] fix remaining missing includesTim Schmielau
2005-09-13[PATCH] use add_taint() for setting tainted bit flagsRandy Dunlap
2005-09-07[PATCH] flush icache early when loading moduleThomas Koeller
2005-08-01[PATCH] Module per-cpu alignment cannot always be metRusty Russell
2005-06-24[PATCH] make various thing staticAdrian Bunk
2005-06-24[PATCH] modules: add version and srcversion to sysfsMatt Domsch
2005-06-21[PATCH] smp_processor_id() cleanupIngo Molnar
2005-05-31[PATCH] flush icache in correct contextRoman Zippel
2005-05-01[PATCH] Change synchronize_kernel to _rcu and _schedPaul E. McKenney
2005-03-07[PATCH] Fix kallsyms/insmod/rmmod raceDavid Howells
2005-01-11[PATCH] Catch module parameter parsing failuresRusty Russell
2005-01-09Merge kroah.com:/home/greg/linux/BK/bleed-2.6Greg Kroah-Hartman
2005-01-07[PATCH] Lock initializer cleanup (Core)Thomas Gleixner
2005-01-07[PATCH] remove the BKL by turning it into a semaphoreIngo Molnar
2005-01-06mergeGreg Kroah-Hartman
2005-01-04[PATCH] remove redundant sys_delete_module()Coywolf Qi Hunt
2004-12-20[PATCH] module sysfs: sections attr reimplemented using attr groupTejun Heo
2004-12-20[PATCH] module sysfs: expand module_attribute methodsTejun Heo
2004-12-20[PATCH] module sysfs: make module.mkobj inlineTejun Heo
2004-11-07[PATCH] Don't ignore try_stop_module returnRusty Russell
2004-10-27[PATCH] fix show_refcnt return value typeChristoph Hellwig
2004-10-27arm: Fix ARM kernel build with permitted binutils versionsRussell King
2004-10-25[PATCH] Builtin Module Parameters in sysfs tooRusty Russell
2004-10-22[PATCH] avoid problems with kobject_set_name and name with %Stephen Hemminger
2004-09-22[PATCH] Put symbolic links between drivers and modules in the sysfs treeGreg Kroah-Hartman
2004-09-07[PATCH] Remove in-kernel init_module/cleanup_module stubsBrian Gerst
2004-08-30[PATCH] Don't OOPS on stripped modulesRusty Russell
2004-08-05MODULE: delete local static copy of param_set_byte as we now have a real vers...Greg Kroah-Hartman
2004-08-01[PATCH] Remove symbol_is()Brian Gerst
2004-06-26[PATCH] Fix race between CONFIG_DEBUG_SLABALLOC and modulesRusty Russell
2004-06-21merge Greg Kroah-Hartman
2004-06-18[PATCH] sparse: kernel/module.c sparse fixRandy Dunlap
2004-06-17[PATCH] Clean up asm/pgalloc.h includeRussell King
2004-06-04[PATCH] Module section offsets in /sys/moduleJonathan Corbet
2004-05-14[PATCH] implement print_modules()Andrew Morton
2004-05-14Merge kroah.com:/home/greg/linux/BK/bleed-2.6Greg Kroah-Hartman
2004-05-10Module attributes: fix build error if CONFIG_MODULE_UNLOAD=nGreg Kroah-Hartman
2004-05-10[PATCH] Only Print Taint Message OnceAndrew Morton
2004-05-07Add modules to sysfsGreg Kroah-Hartman
2004-04-18[PATCH] Warn if module_param and MODULE_PARM mixedAndrew Morton
2004-04-17[PATCH] Print warning for common symbols in modulesAndrew Morton
2004-04-11[PATCH] set mod->waiter before calling stop_machineAndrew Morton