aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/moduleparam.h
Commit message (Expand)AuthorAge
* module_param: check that bool parameters really are bool.Rusty Russell2012-01-12
* module_param: avoid bool abuse, add bint for special cases.Rusty Russell2012-01-12
* module_param: check type correctness for module_param_arrayRusty Russell2012-01-12
* module.h: relocate MODULE_PARM_DESC into moduleparam.hPaul Gortmaker2011-10-31
* params: make dashes and underscores in parameter names truly equalMichal Schmidt2011-10-25
* 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-23
* 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-28
* 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-30
* core_param() for genuinely core kernel parametersRusty Russell2008-10-21
* module: check kernel param length at compile time, not runtimeRusty Russell2008-10-21
* 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
|\
| * Replace remaining references to "driverfs" with "sysfs".Robert P. J. Day2007-02-17
* | sysfs: fix build errors: uevent with CONFIG_SYSFS=nRandy Dunlap2007-02-16
|/
* [PATCH] Compile-time check re world-writeable module paramsAlexey Dobriyan2006-12-07
* [PATCH] kernel/params.c: make param_array() staticAdrian Bunk2006-03-25
* kbuild: un-stringnify KBUILD_MODNAMESam Ravnborg2006-01-06
* Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds2005-04-16