summaryrefslogtreecommitdiff
path: root/include/linux/moduleparam.h
Commit message (Expand)AuthorAge
* Merge tag 'modules-for-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-11-15
|\
| * module: Do not paper over type mismatches in module_param_call()Kees Cook2017-10-31
| * module: Prepare to convert all module_param_call() prototypesKees Cook2017-10-31
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-02
|/
* moduleparam: fix doc: hwparam_irq configures an IRQSylvain 'ythier' Hitier2017-07-02
* Annotate module params that specify hardware parameters (eg. ioport)David Howells2017-04-04
* module: export param_free_charp()Dan Streetman2015-11-06
* Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2015-07-01
|\
| * module: add per-module param_lockDan Streetman2015-06-23
| * module: make perm constDan Streetman2015-06-23
| * kernel/params.c: generalize bool_enable_onlyLuis R. Rodriguez2015-05-28
| * kernel/params: constify struct kernel_param_ops usesLuis R. Rodriguez2015-05-28
* | module: add core_param_unsafeDmitry Torokhov2015-05-20
* | module: add extra argument for parse_params() callbackLuis R. Rodriguez2015-05-20
|/
* kernel/param: consolidate __{start,stop}___param[] in <linux/moduleparam.h>Geert Uytterhoeven2014-10-14
* moduleparam: Resolve missing-field-initializer warningMark Rustad2014-09-11
* param: check for tainting before calling set op.Rusty Russell2014-08-27
* module: add module_param_unsafe and module_param_named_unsafeJani Nikula2014-08-27
* module: make it possible to have unsafe, tainting module paramsJani Nikula2014-08-27
* module: rename KERNEL_PARAM_FL_NOARG to avoid confusionJani Nikula2014-08-27
* Add module param type 'ullong'Hannes Reinecke2014-07-17
* param: hand arguments after -- straight to initRusty Russell2014-04-28
* VERIFY_OCTAL_PERMISSIONS: stricter checking for sysfs perms.Rusty Russell2014-03-24
* module: LLVMLinux: Remove unused function warning from __param_check macroMark Charlebois2014-03-17
* module: Add flag to allow mod params to have no argumentsSteven Rostedt2013-08-20
* There is no /sys/parametersJean Delvare2013-07-02
* moduleparam: use __UNIQUE_ID()Rusty Russell2012-12-14
* module_param: stop double-calling parameters.Rusty Russell2012-06-08
* params: add 3rd arg to option handler callback signatureJim Cromie2012-04-30
* params: <level>_initcall-like kernel parametersPawel Moll2012-03-26
* module_param: remove support for bool parameters which are really int.Rusty Russell2012-03-26
* module_param: check that bool parameters really are bool.Rusty Russell2012-01-13
* module_param: avoid bool abuse, add bint for special cases.Rusty Russell2012-01-13
* module_param: check type correctness for module_param_arrayRusty Russell2012-01-13
* module.h: relocate MODULE_PARM_DESC into moduleparam.hPaul Gortmaker2011-10-31
* params: make dashes and underscores in parameter names truly equalMichal Schmidt2011-10-26
* module: reorder kparam_array to remove alignment padding on 64 bit buildsRichard Kennedy2011-05-19
* param: add null statement to compiled-in module paramsLinus Walleij2011-01-24
* modules: no need to align .modinfo stringsJan Beulich2010-10-26
* param: don't deref arg in __same_type() checksRusty Russell2010-08-11
* param: add kerneldoc to moduleparam.hRusty Russell2010-08-11
* param: locking for kernel parametersRusty Russell2010-08-11
* param: make param sections const.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: fix lots of bugs with writing charp params from sysfs, by leaking mem.Rusty Russell2009-10-29
* 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-31