aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/params.c
Commit message (Expand)AuthorAge
* module_param: allow 'bool' module_params to be bool, not just int.Rusty Russell2009-06-12
* module_param: split perm field into flags and permRusty Russell2009-06-12
* module_param: invbool should take a 'bool', not an 'int'Rusty Russell2009-06-12
* param: fix charp parameters set via sysfsRusty Russell2009-03-30
* Fix compile warning in kernel/params.cLinus Torvalds2008-10-23
* core_param() for genuinely core kernel parametersRusty Russell2008-10-21
* param: Fix duplicate module prefixesRusty Russell2008-10-21
* module: check kernel param length at compile time, not runtimeRusty Russell2008-10-21
* Add new string functions strict_strto* and convert kernel params to use themYi Yang2008-02-08
* kernel/params.c: remove sparse-warning (different signedness)Richard Knutsson2008-02-06
* module: fix the module name length in param_sysfs_builtinDenis Cheng2008-01-29
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds2008-01-25
|\
| * [SCSI] sysfs: add filter function to groupsJames Bottomley2008-01-23
* | Modules: remove unneeded release functionGreg Kroah-Hartman2008-01-24
* | Kobject: convert kernel/params.c to use kobject_init/add_ng()Greg Kroah-Hartman2008-01-24
* | kset: convert /sys/module to use kset_createGreg Kroah-Hartman2008-01-24
* | kobject: remove struct kobj_type from struct ksetGreg Kroah-Hartman2008-01-24
|/
* Modules: fix memory leak of module namesGreg Kroah-Hartman2007-12-23
* fix param_sysfs_builtin name length checkJan Kiszka2007-11-14
* param_sysfs_builtin memchr argument fixDave Young2007-10-18
* constify string/array kparam tracking structuresJan Beulich2007-10-17
* modules: better error messages when modules fail to load due to a sysfs problem.Greg Kroah-Hartman2007-07-30
* sysfs: kill unnecessary attribute->ownerTejun Heo2007-07-11
* kernel/params.c: fix lying comment for param_array()Bert Wesarg2007-05-08
* remove "struct subsystem" as it is no longer neededGreg Kroah-Hartman2007-05-02
* [PATCH] fix kernel oops with badly formatted module optionRandy Dunlap2007-04-12
* Revert "Driver core: let request_module() send a /sys/modules/kmod/-uevent"Greg Kroah-Hartman2007-02-23
* sysfs: fix build errors: uevent with CONFIG_SYSFS=nRandy Dunlap2007-02-16
* Driver core: let request_module() send a /sys/modules/kmod/-ueventKay Sievers2007-02-16
* /sys/modules/*/holdersKay Sievers2007-02-07
* Modules: only add drivers/ direcory if neededGreg Kroah-Hartman2007-02-07
* MODULES: add the module name for built in kernel driversKay Sievers2007-02-07
* [PATCH] kernelparams: detect if and which parameter parsing enabled irq'sArd van Breemen2007-01-06
* [PATCH] module_subsys: initialize earlierMark Huang2006-09-29
* [PATCH] kernel/params: driver layer error checkingRandy Dunlap2006-09-29
* Remove obsolete #include <linux/config.h>Jörn Engel2006-06-30
* [PATCH] Change dash2underscore() return value to charEric Sesterhenn2006-03-28
* [PATCH] kernel/params.c: make param_array() staticAdrian Bunk2006-03-25
* [PATCH] fix module sysfs files reference countingGreg Kroah-Hartman2006-03-20
* [PATCH] kernel/params.c: fix sysfs access with CONFIG_MODULES=nJason Wessel2005-12-20
* [PATCH] fix missing includesTim Schmielau2005-10-30
* [PATCH] Ignore trailing whitespace on kernel parameters correctlyRusty Russell2005-09-28
* [PATCH] introduce and use kzallocPekka J Enberg2005-09-07
* [PATCH] sysfs: (rest) if show/store is missing return -EIODmitry Torokhov2005-06-20
* [PATCH] kernel/param.c: don't use .max when .num is NULL in param_array_set()Bert Wesarg2005-04-16
* Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds2005-04-16