summaryrefslogtreecommitdiffstats
path: root/include/linux/moduleparam.h
Commit message (Expand)AuthorAgeFilesLines
* moduleparam: use __UNIQUE_ID()Rusty Russell2012-12-141-4/+2
* module_param: stop double-calling parameters.Rusty Russell2012-06-081-5/+5
* params: add 3rd arg to option handler callback signatureJim Cromie2012-04-301-1/+2
* params: <level>_initcall-like kernel parametersPawel Moll2012-03-261-8/+43
* module_param: remove support for bool parameters which are really int.Rusty Russell2012-03-261-13/+6
* module_param: check that bool parameters really are bool.Rusty Russell2012-01-131-8/+2
* module_param: avoid bool abuse, add bint for special cases.Rusty Russell2012-01-131-0/+6
* module_param: check type correctness for module_param_arrayRusty Russell2012-01-131-0/+1
* module.h: relocate MODULE_PARM_DESC into moduleparam.hPaul Gortmaker2011-10-311-0/+5
* params: make dashes and underscores in parameter names truly equalMichal Schmidt2011-10-261-0/+20
* module: reorder kparam_array to remove alignment padding on 64 bit buildsRichard Kennedy2011-05-191-3/+4
* param: add null statement to compiled-in module paramsLinus Walleij2011-01-241-2/+4
* modules: no need to align .modinfo stringsJan Beulich2010-10-261-2/+2
* param: don't deref arg in __same_type() checksRusty Russell2010-08-111-5/+5
* param: add kerneldoc to moduleparam.hRusty Russell2010-08-111-26/+95
* param: locking for kernel parametersRusty Russell2010-08-111-0/+56
* param: make param sections const.Rusty Russell2010-08-111-1/+1
* param: add a free hook to kernel_param_ops.Rusty Russell2010-08-111-0/+2
* param: use ops in struct kernel_param, rather than get and set fns directlyRusty Russell2010-08-111-48/+75
* param: fix lots of bugs with writing charp params from sysfs, by leaking mem.Rusty Russell2009-10-291-1/+0
* module_param: allow 'bool' module_params to be bool, not just int.Rusty Russell2009-06-121-9/+23
* module_param: split perm field into flags and permRusty Russell2009-06-121-2/+6
* module_param: invbool should take a 'bool', not an 'int'Rusty Russell2009-06-121-1/+1
* param: fix charp parameters set via sysfsRusty Russell2009-03-311-0/+10
* core_param() for genuinely core kernel parametersRusty Russell2008-10-221-0/+19
* module: check kernel param length at compile time, not runtimeRusty Russell2008-10-221-1/+5
* moduleparam: fix alpha, ia64 and ppc64 compile failuresIvan Kokshaysky2008-02-131-1/+11
* remove __attribute_used__Adrian Bunk2008-01-281-2/+2
* constify string/array kparam tracking structuresJan Beulich2007-10-171-7/+11
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialLinus Torvalds2007-02-191-1/+1
|\
| * Replace remaining references to "driverfs" with "sysfs".Robert P. J. Day2007-02-171-1/+1
* | sysfs: fix build errors: uevent with CONFIG_SYSFS=nRandy Dunlap2007-02-161-0/+12
|/
* [PATCH] Compile-time check re world-writeable module paramsAlexey Dobriyan2006-12-071-0/+3
* [PATCH] kernel/params.c: make param_array() staticAdrian Bunk2006-03-251-7/+0
* kbuild: un-stringnify KBUILD_MODNAMESam Ravnborg2006-01-061-1/+1
* Linux-2.6.12-rc2Linus Torvalds2005-04-161-0/+182