aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/moduleparam.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-08-20module: Add flag to allow mod params to have no argumentsSteven Rostedt1-1/+12
2013-07-02There is no /sys/parametersJean Delvare1-1/+1
2012-12-14moduleparam: use __UNIQUE_ID()Rusty Russell1-4/+2
2012-06-08module_param: stop double-calling parameters.Rusty Russell1-5/+5
2012-04-30params: add 3rd arg to option handler callback signatureJim Cromie1-1/+2
2012-03-26params: <level>_initcall-like kernel parametersPawel Moll1-8/+43
2012-03-26module_param: remove support for bool parameters which are really int.Rusty Russell1-13/+6
2012-01-13module_param: check that bool parameters really are bool.Rusty Russell1-8/+2
2012-01-13module_param: avoid bool abuse, add bint for special cases.Rusty Russell1-0/+6
2012-01-13module_param: check type correctness for module_param_arrayRusty Russell1-0/+1
2011-10-31module.h: relocate MODULE_PARM_DESC into moduleparam.hPaul Gortmaker1-0/+5
2011-10-26params: make dashes and underscores in parameter names truly equalMichal Schmidt1-0/+20
2011-05-19module: reorder kparam_array to remove alignment padding on 64 bit buildsRichard Kennedy1-3/+4
2011-01-24param: add null statement to compiled-in module paramsLinus Walleij1-2/+4
2010-10-26modules: no need to align .modinfo stringsJan Beulich1-2/+2
2010-08-11param: don't deref arg in __same_type() checksRusty Russell1-5/+5
2010-08-11param: add kerneldoc to moduleparam.hRusty Russell1-26/+95
2010-08-11param: locking for kernel parametersRusty Russell1-0/+56
2010-08-11param: make param sections const.Rusty Russell1-1/+1
2010-08-11param: add a free hook to kernel_param_ops.Rusty Russell1-0/+2
2010-08-11param: use ops in struct kernel_param, rather than get and set fns directlyRusty Russell1-48/+75
2009-10-29param: fix lots of bugs with writing charp params from sysfs, by leaking mem.Rusty Russell1-1/+0
2009-06-12module_param: allow 'bool' module_params to be bool, not just int.Rusty Russell1-9/+23
2009-06-12module_param: split perm field into flags and permRusty Russell1-2/+6
2009-06-12module_param: invbool should take a 'bool', not an 'int'Rusty Russell1-1/+1
2009-03-31param: fix charp parameters set via sysfsRusty Russell1-0/+10
2008-10-22core_param() for genuinely core kernel parametersRusty Russell1-0/+19
2008-10-22module: check kernel param length at compile time, not runtimeRusty Russell1-1/+5
2008-02-13moduleparam: fix alpha, ia64 and ppc64 compile failuresIvan Kokshaysky1-1/+11
2008-01-28remove __attribute_used__Adrian Bunk1-2/+2
2007-10-17constify string/array kparam tracking structuresJan Beulich1-7/+11
2007-02-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialLinus Torvalds1-1/+1
2007-02-17Replace remaining references to "driverfs" with "sysfs".Robert P. J. Day1-1/+1
2007-02-16sysfs: fix build errors: uevent with CONFIG_SYSFS=nRandy Dunlap1-0/+12
2006-12-07[PATCH] Compile-time check re world-writeable module paramsAlexey Dobriyan1-0/+3
2006-03-25[PATCH] kernel/params.c: make param_array() staticAdrian Bunk1-7/+0
2006-01-06kbuild: un-stringnify KBUILD_MODNAMESam Ravnborg1-1/+1
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+182