aboutsummaryrefslogtreecommitdiff
path: root/include/linux/moduleparam.h
AgeCommit message (Expand)AuthorFilesLines
2017-07-02moduleparam: fix doc: hwparam_irq configures an IRQGravatar Sylvain 'ythier' Hitier 1-1/+1
2017-04-04Annotate module params that specify hardware parameters (eg. ioport)Gravatar David Howells 1-1/+64
2015-11-06module: export param_free_charp()Gravatar Dan Streetman 1-0/+1
2015-07-01Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-68/+31
2015-06-23module: add per-module param_lockGravatar Dan Streetman 1-52/+9
2015-06-23module: make perm constGravatar Dan Streetman 1-1/+1
2015-05-28kernel/params.c: generalize bool_enable_onlyGravatar Luis R. Rodriguez 1-0/+6
2015-05-28kernel/params: constify struct kernel_param_ops usesGravatar Luis R. Rodriguez 1-15/+15
2015-05-20module: add core_param_unsafeGravatar Dmitry Torokhov 1-0/+9
2015-05-20module: add extra argument for parse_params() callbackGravatar Luis R. Rodriguez 1-1/+2
2014-10-14kernel/param: consolidate __{start,stop}___param[] in <linux/moduleparam.h>Gravatar Geert Uytterhoeven 1-0/+2
2014-09-11moduleparam: Resolve missing-field-initializer warningGravatar Mark Rustad 1-1/+1
2014-08-27param: check for tainting before calling set op.Gravatar Rusty Russell 1-16/+0
2014-08-27module: add module_param_unsafe and module_param_named_unsafeGravatar Jani Nikula 1-0/+18
2014-08-27module: make it possible to have unsafe, tainting module paramsGravatar Jani Nikula 1-9/+35
2014-08-27module: rename KERNEL_PARAM_FL_NOARG to avoid confusionGravatar Jani Nikula 1-1/+1
2014-07-17Add module param type 'ullong'Gravatar Hannes Reinecke 1-0/+5
2014-04-28param: hand arguments after -- straight to initGravatar Rusty Russell 1-1/+1
2014-03-24VERIFY_OCTAL_PERMISSIONS: stricter checking for sysfs perms.Gravatar Rusty Russell 1-5/+3
2014-03-17module: LLVMLinux: Remove unused function warning from __param_check macroGravatar Mark Charlebois 1-1/+1
2013-08-20module: Add flag to allow mod params to have no argumentsGravatar Steven Rostedt 1-1/+12
2013-07-02There is no /sys/parametersGravatar Jean Delvare 1-1/+1
2012-12-14moduleparam: use __UNIQUE_ID()Gravatar Rusty Russell 1-4/+2
2012-06-08module_param: stop double-calling parameters.Gravatar Rusty Russell 1-5/+5
2012-04-30params: add 3rd arg to option handler callback signatureGravatar Jim Cromie 1-1/+2
2012-03-26params: <level>_initcall-like kernel parametersGravatar Pawel Moll 1-8/+43
2012-03-26module_param: remove support for bool parameters which are really int.Gravatar Rusty Russell 1-13/+6
2012-01-13module_param: check that bool parameters really are bool.Gravatar Rusty Russell 1-8/+2
2012-01-13module_param: avoid bool abuse, add bint for special cases.Gravatar Rusty Russell 1-0/+6
2012-01-13module_param: check type correctness for module_param_arrayGravatar Rusty Russell 1-0/+1
2011-10-31module.h: relocate MODULE_PARM_DESC into moduleparam.hGravatar Paul Gortmaker 1-0/+5
2011-10-26params: make dashes and underscores in parameter names truly equalGravatar Michal Schmidt 1-0/+20
2011-05-19module: reorder kparam_array to remove alignment padding on 64 bit buildsGravatar Richard Kennedy 1-3/+4
2011-01-24param: add null statement to compiled-in module paramsGravatar Linus Walleij 1-2/+4
2010-10-26modules: no need to align .modinfo stringsGravatar Jan Beulich 1-2/+2
2010-08-11param: don't deref arg in __same_type() checksGravatar Rusty Russell 1-5/+5
2010-08-11param: add kerneldoc to moduleparam.hGravatar Rusty Russell 1-26/+95
2010-08-11param: locking for kernel parametersGravatar Rusty Russell 1-0/+56
2010-08-11param: make param sections const.Gravatar Rusty Russell 1-1/+1
2010-08-11param: add a free hook to kernel_param_ops.Gravatar Rusty Russell 1-0/+2
2010-08-11param: use ops in struct kernel_param, rather than get and set fns directlyGravatar Rusty Russell 1-48/+75
2009-10-29param: fix lots of bugs with writing charp params from sysfs, by leaking mem.Gravatar Rusty Russell 1-1/+0
2009-06-12module_param: allow 'bool' module_params to be bool, not just int.Gravatar Rusty Russell 1-9/+23
2009-06-12module_param: split perm field into flags and permGravatar Rusty Russell 1-2/+6
2009-06-12module_param: invbool should take a 'bool', not an 'int'Gravatar Rusty Russell 1-1/+1
2009-03-31param: fix charp parameters set via sysfsGravatar Rusty Russell 1-0/+10
2008-10-22core_param() for genuinely core kernel parametersGravatar Rusty Russell 1-0/+19
2008-10-22module: check kernel param length at compile time, not runtimeGravatar Rusty Russell 1-1/+5
2008-02-13moduleparam: fix alpha, ia64 and ppc64 compile failuresGravatar Ivan Kokshaysky 1-1/+11
2008-01-28remove __attribute_used__Gravatar Adrian Bunk 1-2/+2