aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/params.c
Commit message (Expand)AuthorAge
* kernel/params: fix handling of signed integer typesJean Delvare2013-09-28
* kernel: replace strict_strto*() with kstrto*()Jingoo Han2013-09-12
* module: Fix mod->mkobj.kobj potentially freed too earlyLi Zhong2013-09-03
* kernel/params.c: use scnprintf() instead of sprintf()Chen Gang2013-08-20
* module: Add flag to allow mod params to have no argumentsSteven Rostedt2013-08-20
* module: fix sprintf format specifier in param_get_byte()Christoph Jaeger2013-08-20
* There is no /sys/parametersJean Delvare2013-07-02
* params: Fix potential memory leak in add_sysfs_param()David Woodhouse2013-03-18
* params: replace printk(KERN_<LVL>...) with pr_<lvl>(...)Jim Cromie2012-05-04
* params.c: fix Smack complaint about parse_argsJim Cromie2012-05-04
* params: add 3rd arg to option handler callback signatureJim Cromie2012-04-30
* params: <level>_initcall-like kernel parametersPawel Moll2012-03-25
* module_param: remove support for bool parameters which are really int.Rusty Russell2012-03-25
* includecheck: delete any duplicate instances of module.hPaul Gortmaker2012-02-28
* module: make module param bint handle nul valueDave Young2012-02-13
* module_param: avoid bool abuse, add bint for special cases.Rusty Russell2012-01-12
* kernel/params: replace DEBUGP with pr_debugJim Cromie2012-01-12
* kernel: params.c needs module.h not moduleparam.hPaul Gortmaker2011-10-31
* params: make dashes and underscores in parameter names truly equalMichal Schmidt2011-10-25
* module: add /sys/module/<name>/uevent filesKay Sievers2011-07-24
* module: change attr callbacks to take struct module_kobjectKay Sievers2011-07-24
* param: fix return value handling in param_set_*Satoru Moriya2011-07-24
* params.c: Use new strtobool function to process boolean inputsJonathan Cameron2011-05-19
* module: deal with alignment issues in built-in module versionsDmitry Torokhov2011-05-19
* Fix common misspellingsLucas De Marchi2011-03-31
* module: show version information for built-in modules in sysfsDmitry Torokhov2011-01-23
* param: locking for kernel parametersRusty Russell2010-08-11
* param: make param sections const.Rusty Russell2010-08-11
* param: use free hook for charp (fix leak of charp parameters)Rusty Russell2010-08-11
* param: add a free hook to kernel_param_ops.Rusty Russell2010-08-11
* param: use ops in struct kernel_param, rather than get and set fns directlyRusty Russell2010-08-11
* param: move the EXPORT_SYMBOL to after the definitions.Rusty Russell2010-08-11
* params: don't hand NULL values to param.set callbacks.Rusty Russell2010-08-11
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2010-03-12
|\
| * Merge branch 'for-next' into for-linusJiri Kosina2010-03-08
| |\
| | * Remove redundant trailing semicolons from macrosEdward Z. Yang2010-02-05
* | | sysfs: Use sysfs_attr_init and sysfs_bin_attr_init on dynamic attributesEric W. Biederman2010-03-07
* | | Driver core: Constify struct sysfs_ops in struct kobj_typeEmese Revfy2010-03-07
* | | kobject: Constify struct kset_uevent_opsEmese Revfy2010-03-07
|/ /
* / includecheck fix for kernel/params.cJaswinder Singh Rajput2010-03-06
|/
* tree-wide: convert open calls to remove spaces to skip_spaces() lib functionAndré Goddard Rosa2009-12-15
* param: fix setting arrays of boolRusty Russell2009-10-28
* param: fix NULL comparison on oomRusty Russell2009-10-28
* param: fix lots of bugs with writing charp params from sysfs, by leaking mem.Rusty Russell2009-10-28
* param: allow whitespace as kernel parameter separatorPeter Oberparleiter2009-09-24
* 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