aboutsummaryrefslogtreecommitdiff
path: root/kernel/params.c
AgeCommit message (Expand)Author
2012-03-26params: <level>_initcall-like kernel parametersPawel Moll
2012-03-26module_param: remove support for bool parameters which are really int.Rusty Russell
2012-02-28includecheck: delete any duplicate instances of module.hPaul Gortmaker
2012-02-14module: make module param bint handle nul valueDave Young
2012-01-13module_param: avoid bool abuse, add bint for special cases.Rusty Russell
2012-01-13kernel/params: replace DEBUGP with pr_debugJim Cromie
2011-10-31kernel: params.c needs module.h not moduleparam.hPaul Gortmaker
2011-10-26params: make dashes and underscores in parameter names truly equalMichal Schmidt
2011-07-24module: add /sys/module/<name>/uevent filesKay Sievers
2011-07-24module: change attr callbacks to take struct module_kobjectKay Sievers
2011-07-24param: fix return value handling in param_set_*Satoru Moriya
2011-05-19params.c: Use new strtobool function to process boolean inputsJonathan Cameron
2011-05-19module: deal with alignment issues in built-in module versionsDmitry Torokhov
2011-03-31Fix common misspellingsLucas De Marchi
2011-01-24module: show version information for built-in modules in sysfsDmitry Torokhov
2010-08-11param: locking for kernel parametersRusty Russell
2010-08-11param: make param sections const.Rusty Russell
2010-08-11param: use free hook for charp (fix leak of charp parameters)Rusty Russell
2010-08-11param: add a free hook to kernel_param_ops.Rusty Russell
2010-08-11param: use ops in struct kernel_param, rather than get and set fns directlyRusty Russell
2010-08-11param: move the EXPORT_SYMBOL to after the definitions.Rusty Russell
2010-08-11params: don't hand NULL values to param.set callbacks.Rusty Russell
2010-03-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2010-03-08Merge branch 'for-next' into for-linusJiri Kosina
2010-03-07sysfs: Use sysfs_attr_init and sysfs_bin_attr_init on dynamic attributesEric W. Biederman
2010-03-07Driver core: Constify struct sysfs_ops in struct kobj_typeEmese Revfy
2010-03-07kobject: Constify struct kset_uevent_opsEmese Revfy
2010-03-06includecheck fix for kernel/params.cJaswinder Singh Rajput
2010-02-05Remove redundant trailing semicolons from macrosEdward Z. Yang
2009-12-15tree-wide: convert open calls to remove spaces to skip_spaces() lib functionAndré Goddard Rosa
2009-10-29param: fix setting arrays of boolRusty Russell
2009-10-29param: fix NULL comparison on oomRusty Russell
2009-10-29param: fix lots of bugs with writing charp params from sysfs, by leaking mem.Rusty Russell
2009-09-25param: allow whitespace as kernel parameter separatorPeter Oberparleiter
2009-06-12module_param: allow 'bool' module_params to be bool, not just int.Rusty Russell
2009-06-12module_param: split perm field into flags and permRusty Russell
2009-06-12module_param: invbool should take a 'bool', not an 'int'Rusty Russell
2009-03-31param: fix charp parameters set via sysfsRusty Russell
2008-10-23Fix compile warning in kernel/params.cLinus Torvalds
2008-10-22core_param() for genuinely core kernel parametersRusty Russell
2008-10-22param: Fix duplicate module prefixesRusty Russell
2008-10-22module: check kernel param length at compile time, not runtimeRusty Russell
2008-02-08Add new string functions strict_strto* and convert kernel params to use themYi Yang
2008-02-06kernel/params.c: remove sparse-warning (different signedness)Richard Knutsson
2008-01-29module: fix the module name length in param_sysfs_builtinDenis Cheng
2008-01-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds
2008-01-24Modules: remove unneeded release functionGreg Kroah-Hartman
2008-01-24Kobject: convert kernel/params.c to use kobject_init/add_ng()Greg Kroah-Hartman
2008-01-24kset: convert /sys/module to use kset_createGreg Kroah-Hartman
2008-01-24kobject: remove struct kobj_type from struct ksetGreg Kroah-Hartman