aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/params.c
Commit message (Expand)AuthorAgeFilesLines
* params.c: Use new strtobool function to process boolean inputsJonathan Cameron2011-05-191-10/+4
* module: deal with alignment issues in built-in module versionsDmitry Torokhov2011-05-191-3/+6
* Fix common misspellingsLucas De Marchi2011-03-311-1/+1
* module: show version information for built-in modules in sysfsDmitry Torokhov2011-01-241-11/+54
* param: locking for kernel parametersRusty Russell2010-08-111-7/+26
* param: make param sections const.Rusty Russell2010-08-111-2/+2
* param: use free hook for charp (fix leak of charp parameters)Rusty Russell2010-08-111-2/+50
* param: add a free hook to kernel_param_ops.Rusty Russell2010-08-111-1/+16
* param: use ops in struct kernel_param, rather than get and set fns directlyRusty Russell2010-08-111-28/+62
* param: move the EXPORT_SYMBOL to after the definitions.Rusty Russell2010-08-111-26/+13
* params: don't hand NULL values to param.set callbacks.Rusty Russell2010-08-111-17/+3
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2010-03-121-3/+3
|\
| * Merge branch 'for-next' into for-linusJiri Kosina2010-03-081-3/+3
| |\
| | * Remove redundant trailing semicolons from macrosEdward Z. Yang2010-02-051-3/+3
* | | sysfs: Use sysfs_attr_init and sysfs_bin_attr_init on dynamic attributesEric W. Biederman2010-03-071-0/+1
* | | Driver core: Constify struct sysfs_ops in struct kobj_typeEmese Revfy2010-03-071-1/+1
* | | kobject: Constify struct kset_uevent_opsEmese Revfy2010-03-071-1/+1
|/ /
* | includecheck fix for kernel/params.cJaswinder Singh Rajput2010-03-061-1/+0
|/
* tree-wide: convert open calls to remove spaces to skip_spaces() lib functionAndré Goddard Rosa2009-12-151-5/+3
* param: fix setting arrays of boolRusty Russell2009-10-291-1/+4
* param: fix NULL comparison on oomRusty Russell2009-10-291-1/+1
* param: fix lots of bugs with writing charp params from sysfs, by leaking mem.Rusty Russell2009-10-291-9/+1
* param: allow whitespace as kernel parameter separatorPeter Oberparleiter2009-09-251-3/+4
* module_param: allow 'bool' module_params to be bool, not just int.Rusty Russell2009-06-121-7/+26
* module_param: split perm field into flags and permRusty Russell2009-06-121-6/+3
* module_param: invbool should take a 'bool', not an 'int'Rusty Russell2009-06-121-2/+2
* param: fix charp parameters set via sysfsRusty Russell2009-03-311-1/+25
* 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