aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/params.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-09-28kernel/params: fix handling of signed integer typesJean Delvare1-3/+3
2013-09-12kernel: replace strict_strto*() with kstrto*()Jingoo Han1-7/+7
2013-09-03module: Fix mod->mkobj.kobj potentially freed too earlyLi Zhong1-0/+7
2013-08-20kernel/params.c: use scnprintf() instead of sprintf()Chen Gang1-3/+4
2013-08-20module: Add flag to allow mod params to have no argumentsSteven Rostedt1-2/+4
2013-08-20module: fix sprintf format specifier in param_get_byte()Christoph Jaeger1-1/+1
2013-07-02There is no /sys/parametersJean Delvare1-1/+1
2013-03-18params: Fix potential memory leak in add_sysfs_param()David Woodhouse1-1/+4
2012-05-04params: replace printk(KERN_<LVL>...) with pr_<lvl>(...)Jim Cromie1-21/+12
2012-05-04params.c: fix Smack complaint about parse_argsJim Cromie1-1/+1
2012-04-30params: add 3rd arg to option handler callback signatureJim Cromie1-14/+17
2012-03-26params: <level>_initcall-like kernel parametersPawel Moll1-4/+12
2012-03-26module_param: remove support for bool parameters which are really int.Rusty Russell1-21/+2
2012-02-28includecheck: delete any duplicate instances of module.hPaul Gortmaker1-1/+0
2012-02-14module: make module param bint handle nul valueDave Young1-1/+2
2012-01-13module_param: avoid bool abuse, add bint for special cases.Rusty Russell1-0/+24
2012-01-13kernel/params: replace DEBUGP with pr_debugJim Cromie1-10/+4
2011-10-31kernel: params.c needs module.h not moduleparam.hPaul Gortmaker1-1/+1
2011-10-26params: make dashes and underscores in parameter names truly equalMichal Schmidt1-7/+14
2011-07-24module: add /sys/module/<name>/uevent filesKay Sievers1-0/+4
2011-07-24module: change attr callbacks to take struct module_kobjectKay Sievers1-5/+5
2011-07-24param: fix return value handling in param_set_*Satoru Moriya1-2/+2
2011-05-19params.c: Use new strtobool function to process boolean inputsJonathan Cameron1-10/+4
2011-05-19module: deal with alignment issues in built-in module versionsDmitry Torokhov1-3/+6
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2011-01-24module: show version information for built-in modules in sysfsDmitry Torokhov1-11/+54
2010-08-11param: locking for kernel parametersRusty Russell1-7/+26
2010-08-11param: make param sections const.Rusty Russell1-2/+2
2010-08-11param: use free hook for charp (fix leak of charp parameters)Rusty Russell1-2/+50
2010-08-11param: add a free hook to kernel_param_ops.Rusty Russell1-1/+16
2010-08-11param: use ops in struct kernel_param, rather than get and set fns directlyRusty Russell1-28/+62
2010-08-11param: move the EXPORT_SYMBOL to after the definitions.Rusty Russell1-26/+13
2010-08-11params: don't hand NULL values to param.set callbacks.Rusty Russell1-17/+3
2010-03-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-3/+3
2010-03-08Merge branch 'for-next' into for-linusJiri Kosina1-3/+3
2010-03-07sysfs: Use sysfs_attr_init and sysfs_bin_attr_init on dynamic attributesEric W. Biederman1-0/+1
2010-03-07Driver core: Constify struct sysfs_ops in struct kobj_typeEmese Revfy1-1/+1
2010-03-07kobject: Constify struct kset_uevent_opsEmese Revfy1-1/+1
2010-03-06includecheck fix for kernel/params.cJaswinder Singh Rajput1-1/+0
2010-02-05Remove redundant trailing semicolons from macrosEdward Z. Yang1-3/+3
2009-12-15tree-wide: convert open calls to remove spaces to skip_spaces() lib functionAndré Goddard Rosa1-5/+3
2009-10-29param: fix setting arrays of boolRusty Russell1-1/+4
2009-10-29param: fix NULL comparison on oomRusty Russell1-1/+1
2009-10-29param: fix lots of bugs with writing charp params from sysfs, by leaking mem.Rusty Russell1-9/+1
2009-09-25param: allow whitespace as kernel parameter separatorPeter Oberparleiter1-3/+4
2009-06-12module_param: allow 'bool' module_params to be bool, not just int.Rusty Russell1-7/+26
2009-06-12module_param: split perm field into flags and permRusty Russell1-6/+3
2009-06-12module_param: invbool should take a 'bool', not an 'int'Rusty Russell1-2/+2
2009-03-31param: fix charp parameters set via sysfsRusty Russell1-1/+25
2008-10-23Fix compile warning in kernel/params.cLinus Torvalds1-1/+1