aboutsummaryrefslogtreecommitdiff
path: root/kernel/params.c
AgeCommit message (Expand)AuthorFilesLines
2017-04-18boot/param: Move next_arg() function to lib/cmdline.c for later reuseGravatar Baoquan He 1-52/+0
2015-11-09Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-8/+9
2015-11-06module: export param_free_charp()Gravatar Dan Streetman 1-1/+2
2015-08-26params: don't ignore the rest of cmdline if parse_one() failsGravatar Oleg Nesterov 1-8/+9
2015-07-01Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-30/+86
2015-06-28modules: only use mod->param_lock if CONFIG_MODULESGravatar Stephen Rothwell 1-0/+4
2015-06-28param: fix module param locks when !CONFIG_SYSFS.Gravatar Rusty Russell 1-4/+14
2015-06-23module: add per-module param_lockGravatar Dan Streetman 1-19/+31
2015-06-23module: make perm constGravatar Dan Streetman 1-5/+3
2015-06-23params: suppress unused variable error, warn once just in case code changes.Gravatar Rusty Russell 1-0/+1
2015-05-28kernel/params.c: export param_ops_bool_enable_onlyGravatar Luis R. Rodriguez 1-0/+1
2015-05-28kernel/params.c: generalize bool_enable_onlyGravatar Luis R. Rodriguez 1-0/+30
2015-05-28kernel/params: constify struct kernel_param_ops usesGravatar Luis R. Rodriguez 1-7/+7
2015-05-20module: add extra argument for parse_params() callbackGravatar Luis R. Rodriguez 1-4/+7
2015-04-15params: handle quotes properly for values not of form foo="bar".Gravatar Rusty Russell 1-2/+2
2015-01-20param: fix uninitialized read with CONFIG_DEBUG_LOCK_ALLOCGravatar Rusty Russell 1-0/+1
2014-12-23param: initialize store function to NULL if not available.Gravatar Rusty Russell 1-0/+2
2014-12-18param: do not set store func without write permGravatar Kees Cook 1-1/+3
2014-11-11params: cleanup sysfs allocationGravatar Rusty Russell 1-51/+44
2014-10-14kernel/param: consolidate __{start,stop}___param[] in <linux/moduleparam.h>Gravatar Geert Uytterhoeven 1-4/+3
2014-08-27param: check for tainting before calling set op.Gravatar Rusty Russell 1-11/+11
2014-08-27module: make it possible to have unsafe, tainting module paramsGravatar Jani Nikula 1-0/+11
2014-08-27module: rename KERNEL_PARAM_FL_NOARG to avoid confusionGravatar Jani Nikula 1-3/+3
2014-07-17Add module param type 'ullong'Gravatar Hannes Reinecke 1-0/+1
2014-04-28param: hand arguments after -- straight to initGravatar Rusty Russell 1-11/+14
2013-12-04params: improve standard definitionsGravatar Felipe Contreras 1-16/+9
2013-09-28kernel/params: fix handling of signed integer typesGravatar Jean Delvare 1-3/+3
2013-09-12kernel: replace strict_strto*() with kstrto*()Gravatar Jingoo Han 1-7/+7
2013-09-03module: Fix mod->mkobj.kobj potentially freed too earlyGravatar Li Zhong 1-0/+7
2013-08-20kernel/params.c: use scnprintf() instead of sprintf()Gravatar Chen Gang 1-3/+4
2013-08-20module: Add flag to allow mod params to have no argumentsGravatar Steven Rostedt 1-2/+4
2013-08-20module: fix sprintf format specifier in param_get_byte()Gravatar Christoph Jaeger 1-1/+1
2013-07-02There is no /sys/parametersGravatar Jean Delvare 1-1/+1
2013-03-18params: Fix potential memory leak in add_sysfs_param()Gravatar David Woodhouse 1-1/+4
2012-05-04params: replace printk(KERN_<LVL>...) with pr_<lvl>(...)Gravatar Jim Cromie 1-21/+12
2012-05-04params.c: fix Smack complaint about parse_argsGravatar Jim Cromie 1-1/+1
2012-04-30params: add 3rd arg to option handler callback signatureGravatar Jim Cromie 1-14/+17
2012-03-26params: <level>_initcall-like kernel parametersGravatar Pawel Moll 1-4/+12
2012-03-26module_param: remove support for bool parameters which are really int.Gravatar Rusty Russell 1-21/+2
2012-02-28includecheck: delete any duplicate instances of module.hGravatar Paul Gortmaker 1-1/+0
2012-02-14module: make module param bint handle nul valueGravatar Dave Young 1-1/+2
2012-01-13module_param: avoid bool abuse, add bint for special cases.Gravatar Rusty Russell 1-0/+24
2012-01-13kernel/params: replace DEBUGP with pr_debugGravatar Jim Cromie 1-10/+4
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