aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/moduleparam.h (follow)
AgeCommit message (Expand)AuthorFilesLines
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