aboutsummaryrefslogtreecommitdiff
path: root/include/linux/moduleparam.h
AgeCommit message (Expand)AuthorFilesLines
2010-10-26modules: no need to align .modinfo stringsGravatar Jan Beulich 1-2/+2
2010-08-11param: don't deref arg in __same_type() checksGravatar Rusty Russell 1-5/+5
2010-08-11param: add kerneldoc to moduleparam.hGravatar Rusty Russell 1-26/+95
2010-08-11param: locking for kernel parametersGravatar Rusty Russell 1-0/+56
2010-08-11param: make param sections const.Gravatar Rusty Russell 1-1/+1
2010-08-11param: add a free hook to kernel_param_ops.Gravatar Rusty Russell 1-0/+2
2010-08-11param: use ops in struct kernel_param, rather than get and set fns directlyGravatar Rusty Russell 1-48/+75
2009-10-29param: fix lots of bugs with writing charp params from sysfs, by leaking mem.Gravatar Rusty Russell 1-1/+0
2009-06-12module_param: allow 'bool' module_params to be bool, not just int.Gravatar Rusty Russell 1-9/+23
2009-06-12module_param: split perm field into flags and permGravatar Rusty Russell 1-2/+6
2009-06-12module_param: invbool should take a 'bool', not an 'int'Gravatar Rusty Russell 1-1/+1
2009-03-31param: fix charp parameters set via sysfsGravatar Rusty Russell 1-0/+10
2008-10-22core_param() for genuinely core kernel parametersGravatar Rusty Russell 1-0/+19
2008-10-22module: check kernel param length at compile time, not runtimeGravatar Rusty Russell 1-1/+5
2008-02-13moduleparam: fix alpha, ia64 and ppc64 compile failuresGravatar Ivan Kokshaysky 1-1/+11
2008-01-28remove __attribute_used__Gravatar Adrian Bunk 1-2/+2
2007-10-17constify string/array kparam tracking structuresGravatar Jan Beulich 1-7/+11
2007-02-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialGravatar Linus Torvalds 1-1/+1
2007-02-17Replace remaining references to "driverfs" with "sysfs".Gravatar Robert P. J. Day 1-1/+1
2007-02-16sysfs: fix build errors: uevent with CONFIG_SYSFS=nGravatar Randy Dunlap 1-0/+12
2006-12-07[PATCH] Compile-time check re world-writeable module paramsGravatar Alexey Dobriyan 1-0/+3
2006-03-25[PATCH] kernel/params.c: make param_array() staticGravatar Adrian Bunk 1-7/+0
2006-01-06kbuild: un-stringnify KBUILD_MODNAMEGravatar Sam Ravnborg 1-1/+1
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Gravatar Linus Torvalds 1-0/+182