summaryrefslogtreecommitdiff
path: root/include/linux/moduleparam.h
Commit message (Expand)AuthorAge
* 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
* core_param() for genuinely core kernel parametersRusty Russell2008-10-22
* module: check kernel param length at compile time, not runtimeRusty Russell2008-10-22
* moduleparam: fix alpha, ia64 and ppc64 compile failuresIvan Kokshaysky2008-02-13
* remove __attribute_used__Adrian Bunk2008-01-28
* constify string/array kparam tracking structuresJan Beulich2007-10-17
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialLinus Torvalds2007-02-19
|\