aboutsummaryrefslogtreecommitdiff
path: root/include/linux/moduleparam.h
AgeCommit message (Expand)Author
2012-01-13module_param: check that bool parameters really are bool.Rusty Russell
2012-01-13module_param: avoid bool abuse, add bint for special cases.Rusty Russell
2012-01-13module_param: check type correctness for module_param_arrayRusty Russell
2011-10-31module.h: relocate MODULE_PARM_DESC into moduleparam.hPaul Gortmaker
2011-10-26params: make dashes and underscores in parameter names truly equalMichal Schmidt
2011-05-19module: reorder kparam_array to remove alignment padding on 64 bit buildsRichard Kennedy
2011-01-24param: add null statement to compiled-in module paramsLinus Walleij
2010-10-26modules: no need to align .modinfo stringsJan Beulich
2010-08-11param: don't deref arg in __same_type() checksRusty Russell
2010-08-11param: add kerneldoc to moduleparam.hRusty Russell
2010-08-11param: locking for kernel parametersRusty Russell
2010-08-11param: make param sections const.Rusty Russell
2010-08-11param: add a free hook to kernel_param_ops.Rusty Russell
2010-08-11param: use ops in struct kernel_param, rather than get and set fns directlyRusty Russell
2009-10-29param: fix lots of bugs with writing charp params from sysfs, by leaking mem.Rusty Russell
2009-06-12module_param: allow 'bool' module_params to be bool, not just int.Rusty Russell
2009-06-12module_param: split perm field into flags and permRusty Russell
2009-06-12module_param: invbool should take a 'bool', not an 'int'Rusty Russell
2009-03-31param: fix charp parameters set via sysfsRusty Russell
2008-10-22core_param() for genuinely core kernel parametersRusty Russell
2008-10-22module: check kernel param length at compile time, not runtimeRusty Russell
2008-02-13moduleparam: fix alpha, ia64 and ppc64 compile failuresIvan Kokshaysky
2008-01-28remove __attribute_used__Adrian Bunk
2007-10-17constify string/array kparam tracking structuresJan Beulich
2007-02-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialLinus Torvalds
2007-02-17Replace remaining references to "driverfs" with "sysfs".Robert P. J. Day
2007-02-16sysfs: fix build errors: uevent with CONFIG_SYSFS=nRandy Dunlap
2006-12-07[PATCH] Compile-time check re world-writeable module paramsAlexey Dobriyan
2006-03-25[PATCH] kernel/params.c: make param_array() staticAdrian Bunk
2006-01-06kbuild: un-stringnify KBUILD_MODNAMESam Ravnborg
2005-04-16Linux-2.6.12-rc2Linus Torvalds