summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2015-11-09Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds4-15/+49
2015-11-07module: export param_free_charp()Dan Streetman2-1/+3
2015-08-26params: don't ignore the rest of cmdline if parse_one() failsOleg Nesterov1-8/+9
2015-07-01Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds48-355/+883
2015-06-28modules: only use mod->param_lock if CONFIG_MODULESStephen Rothwell1-0/+4
2015-06-28param: fix module param locks when !CONFIG_SYSFS.Rusty Russell3-5/+24
2015-06-23module: add per-module param_lockDan Streetman10-93/+65
2015-06-23module: make perm constDan Streetman2-6/+4
2015-06-23params: suppress unused variable error, warn once just in case code changes.Rusty Russell1-0/+1
2015-05-28kernel/params.c: export param_ops_bool_enable_onlyLuis R. Rodriguez1-0/+1
2015-05-28kernel/params.c: generalize bool_enable_onlyLuis R. Rodriguez3-31/+36
2015-05-28kernel/params: constify struct kernel_param_ops usesLuis R. Rodriguez27-66/+66
2015-05-20module: add extra argument for parse_params() callbackLuis R. Rodriguez6-21/+32
2015-04-15params: handle quotes properly for values not of form foo="bar".Rusty Russell1-2/+2
2015-01-20param: fix uninitialized read with CONFIG_DEBUG_LOCK_ALLOCRusty Russell1-0/+1
2014-12-23param: initialize store function to NULL if not available.Rusty Russell1-0/+2
2014-12-18param: do not set store func without write permKees Cook1-1/+3
2014-11-11params: cleanup sysfs allocationRusty Russell1-51/+44
2014-10-14kernel/param: consolidate __{start,stop}___param[] in <linux/moduleparam.h>Geert Uytterhoeven3-6/+5
2014-08-27param: check for tainting before calling set op.Rusty Russell2-27/+11
2014-08-27module: make it possible to have unsafe, tainting module paramsJani Nikula3-10/+47
2014-08-27module: rename KERNEL_PARAM_FL_NOARG to avoid confusionJani Nikula4-7/+7
2014-07-17Add module param type 'ullong'Hannes Reinecke2-0/+6
2014-04-28param: hand arguments after -- straight to initRusty Russell4-19/+53
2013-12-04params: improve standard definitionsFelipe Contreras1-16/+9
2013-09-28kernel/params: fix handling of signed integer typesJean Delvare1-3/+3
2013-09-12kernel: replace strict_strto*() with kstrto*()Jingoo Han3-9/+9
2013-09-03module: Fix mod->mkobj.kobj potentially freed too earlyLi Zhong3-3/+19
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 Rostedt2-3/+16
2013-08-20module: fix sprintf format specifier in param_get_byte()Christoph Jaeger1-1/+1
2013-07-02There is no /sys/parametersJean Delvare2-2/+2
2013-03-18params: Fix potential memory leak in add_sysfs_param()David Woodhouse1-1/+4
2012-05-05params: replace printk(KERN_<LVL>...) with pr_<lvl>(...)Jim Cromie1-21/+12
2012-05-05params.c: fix Smack complaint about parse_argsJim Cromie1-1/+1
2012-04-30params: add 3rd arg to option handler callback signatureJim Cromie3-28/+39
2012-03-26params: <level>_initcall-like kernel parametersPawel Moll6-41/+132
2012-03-26module_param: remove support for bool parameters which are really int.Rusty Russell2-34/+8
2012-02-29includecheck: delete any duplicate instances of module.hPaul Gortmaker12-12/+0
2012-02-14module: make module param bint handle nul valueDave Young1-1/+2
2012-01-12module_param: avoid bool abuse, add bint for special cases.Rusty Russell7-6/+36
2012-01-12kernel/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 Schmidt3-9/+36
2011-07-24module: add /sys/module/<name>/uevent filesKay Sievers3-0/+22
2011-07-24module: change attr callbacks to take struct module_kobjectKay Sievers3-23/+24
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 Torokhov2-8/+11
2011-03-31Fix common misspellingsLucas De Marchi2463-4252/+4252
[next]