summaryrefslogtreecommitdiffstats
path: root/kernel/params.c
Commit message (Expand)AuthorAgeFilesLines
* Fix compile warning in kernel/params.cLinus Torvalds2008-10-231-1/+1
* core_param() for genuinely core kernel parametersRusty Russell2008-10-221-7/+7
* param: Fix duplicate module prefixesRusty Russell2008-10-221-120/+141
* module: check kernel param length at compile time, not runtimeRusty Russell2008-10-221-5/+2
* Add new string functions strict_strto* and convert kernel params to use themYi Yang2008-02-081-10/+10
* kernel/params.c: remove sparse-warning (different signedness)Richard Knutsson2008-02-061-1/+1
* module: fix the module name length in param_sysfs_builtinDenis Cheng2008-01-291-5/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds2008-01-251-1/+1
|\
| * [SCSI] sysfs: add filter function to groupsJames Bottomley2008-01-231-1/+1
* | Modules: remove unneeded release functionGreg Kroah-Hartman2008-01-241-10/+0
* | Kobject: convert kernel/params.c to use kobject_init/add_ng()Greg Kroah-Hartman2008-01-241-4/+2
* | kset: convert /sys/module to use kset_createGreg Kroah-Hartman2008-01-241-20/+9
* | kobject: remove struct kobj_type from struct ksetGreg Kroah-Hartman2008-01-241-4/+5
|/
* Modules: fix memory leak of module namesGreg Kroah-Hartman2007-12-221-0/+10
* fix param_sysfs_builtin name length checkJan Kiszka2007-11-141-9/+6
* param_sysfs_builtin memchr argument fixDave Young2007-10-181-1/+7
* constify string/array kparam tracking structuresJan Beulich2007-10-171-10/+7
* modules: better error messages when modules fail to load due to a sysfs problem.Greg Kroah-Hartman2007-07-301-1/+6
* sysfs: kill unnecessary attribute->ownerTejun Heo2007-07-111-1/+0
* kernel/params.c: fix lying comment for param_array()Bert Wesarg2007-05-081-1/+1
* remove "struct subsystem" as it is no longer neededGreg Kroah-Hartman2007-05-021-0/+2
* [PATCH] fix kernel oops with badly formatted module optionRandy Dunlap2007-04-121-0/+4
* Revert "Driver core: let request_module() send a /sys/modules/kmod/-uevent"Greg Kroah-Hartman2007-02-231-1/+0
* sysfs: fix build errors: uevent with CONFIG_SYSFS=nRandy Dunlap2007-02-161-13/+15
* Driver core: let request_module() send a /sys/modules/kmod/-ueventKay Sievers2007-02-161-0/+1
* /sys/modules/*/holdersKay Sievers2007-02-071-1/+16
* Modules: only add drivers/ direcory if neededGreg Kroah-Hartman2007-02-071-1/+0
* MODULES: add the module name for built in kernel driversKay Sievers2007-02-071-7/+5
* [PATCH] kernelparams: detect if and which parameter parsing enabled irq'sArd van Breemen2007-01-051-0/+6
* [PATCH] module_subsys: initialize earlierMark Huang2006-09-291-1/+1
* [PATCH] kernel/params: driver layer error checkingRandy Dunlap2006-09-291-2/+11
* Remove obsolete #include <linux/config.h>Jörn Engel2006-06-301-1/+0
* [PATCH] Change dash2underscore() return value to charEric Sesterhenn2006-03-281-1/+1
* [PATCH] kernel/params.c: make param_array() staticAdrian Bunk2006-03-251-6/+6
* [PATCH] fix module sysfs files reference countingGreg Kroah-Hartman2006-03-201-10/+0
* [PATCH] kernel/params.c: fix sysfs access with CONFIG_MODULES=nJason Wessel2005-12-201-1/+1
* [PATCH] fix missing includesTim Schmielau2005-10-301-0/+1
* [PATCH] Ignore trailing whitespace on kernel parameters correctlyRusty Russell2005-09-281-2/+8
* [PATCH] introduce and use kzallocPekka J Enberg2005-09-071-2/+2
* [PATCH] sysfs: (rest) if show/store is missing return -EIODmitry Torokhov2005-06-201-2/+2
* [PATCH] kernel/param.c: don't use .max when .num is NULL in param_array_set()Bert Wesarg2005-04-161-1/+2
* Linux-2.6.12-rc2Linus Torvalds2005-04-161-0/+721