aboutsummaryrefslogtreecommitdiff
path: root/kernel/params.c
AgeCommit message (Expand)AuthorFilesLines
2011-10-31kernel: params.c needs module.h not moduleparam.hGravatar Paul Gortmaker 1-1/+1
2011-10-26params: make dashes and underscores in parameter names truly equalGravatar Michal Schmidt 1-7/+14
2011-07-24module: add /sys/module/<name>/uevent filesGravatar Kay Sievers 1-0/+4
2011-07-24module: change attr callbacks to take struct module_kobjectGravatar Kay Sievers 1-5/+5
2011-07-24param: fix return value handling in param_set_*Gravatar Satoru Moriya 1-2/+2
2011-05-19params.c: Use new strtobool function to process boolean inputsGravatar Jonathan Cameron 1-10/+4
2011-05-19module: deal with alignment issues in built-in module versionsGravatar Dmitry Torokhov 1-3/+6
2011-03-31Fix common misspellingsGravatar Lucas De Marchi 1-1/+1
2011-01-24module: show version information for built-in modules in sysfsGravatar Dmitry Torokhov 1-11/+54
2010-08-11param: locking for kernel parametersGravatar Rusty Russell 1-7/+26
2010-08-11param: make param sections const.Gravatar Rusty Russell 1-2/+2
2010-08-11param: use free hook for charp (fix leak of charp parameters)Gravatar Rusty Russell 1-2/+50
2010-08-11param: add a free hook to kernel_param_ops.Gravatar Rusty Russell 1-1/+16
2010-08-11param: use ops in struct kernel_param, rather than get and set fns directlyGravatar Rusty Russell 1-28/+62
2010-08-11param: move the EXPORT_SYMBOL to after the definitions.Gravatar Rusty Russell 1-26/+13
2010-08-11params: don't hand NULL values to param.set callbacks.Gravatar Rusty Russell 1-17/+3
2010-03-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Gravatar Linus Torvalds 1-3/+3
2010-03-08Merge branch 'for-next' into for-linusGravatar Jiri Kosina 1-3/+3
2010-03-07sysfs: Use sysfs_attr_init and sysfs_bin_attr_init on dynamic attributesGravatar Eric W. Biederman 1-0/+1
2010-03-07Driver core: Constify struct sysfs_ops in struct kobj_typeGravatar Emese Revfy 1-1/+1
2010-03-07kobject: Constify struct kset_uevent_opsGravatar Emese Revfy 1-1/+1
2010-03-06includecheck fix for kernel/params.cGravatar Jaswinder Singh Rajput 1-1/+0
2010-02-05Remove redundant trailing semicolons from macrosGravatar Edward Z. Yang 1-3/+3
2009-12-15tree-wide: convert open calls to remove spaces to skip_spaces() lib functionGravatar André Goddard Rosa 1-5/+3
2009-10-29param: fix setting arrays of boolGravatar Rusty Russell 1-1/+4
2009-10-29param: fix NULL comparison on oomGravatar Rusty Russell 1-1/+1
2009-10-29param: fix lots of bugs with writing charp params from sysfs, by leaking mem.Gravatar Rusty Russell 1-9/+1
2009-09-25param: allow whitespace as kernel parameter separatorGravatar Peter Oberparleiter 1-3/+4
2009-06-12module_param: allow 'bool' module_params to be bool, not just int.Gravatar Rusty Russell 1-7/+26
2009-06-12module_param: split perm field into flags and permGravatar Rusty Russell 1-6/+3
2009-06-12module_param: invbool should take a 'bool', not an 'int'Gravatar Rusty Russell 1-2/+2
2009-03-31param: fix charp parameters set via sysfsGravatar Rusty Russell 1-1/+25
2008-10-23Fix compile warning in kernel/params.cGravatar Linus Torvalds 1-1/+1
2008-10-22core_param() for genuinely core kernel parametersGravatar Rusty Russell 1-7/+7
2008-10-22param: Fix duplicate module prefixesGravatar Rusty Russell 1-120/+141
2008-10-22module: check kernel param length at compile time, not runtimeGravatar Rusty Russell 1-5/+2
2008-02-08Add new string functions strict_strto* and convert kernel params to use themGravatar Yi Yang 1-10/+10
2008-02-06kernel/params.c: remove sparse-warning (different signedness)Gravatar Richard Knutsson 1-1/+1
2008-01-29module: fix the module name length in param_sysfs_builtinGravatar Denis Cheng 1-5/+3
2008-01-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Gravatar Linus Torvalds 1-1/+1
2008-01-24Modules: remove unneeded release functionGravatar Greg Kroah-Hartman 1-10/+0
2008-01-24Kobject: convert kernel/params.c to use kobject_init/add_ng()Gravatar Greg Kroah-Hartman 1-4/+2
2008-01-24kset: convert /sys/module to use kset_createGravatar Greg Kroah-Hartman 1-20/+9
2008-01-24kobject: remove struct kobj_type from struct ksetGravatar Greg Kroah-Hartman 1-4/+5
2008-01-23[SCSI] sysfs: add filter function to groupsGravatar James Bottomley 1-1/+1
2007-12-22Modules: fix memory leak of module namesGravatar Greg Kroah-Hartman 1-0/+10
2007-11-14fix param_sysfs_builtin name length checkGravatar Jan Kiszka 1-9/+6
2007-10-18param_sysfs_builtin memchr argument fixGravatar Dave Young 1-1/+7
2007-10-17constify string/array kparam tracking structuresGravatar Jan Beulich 1-10/+7
2007-07-30modules: better error messages when modules fail to load due to a sysfs problem.Gravatar Greg Kroah-Hartman 1-1/+6