summaryrefslogtreecommitdiffstats
path: root/include/linux/moduleparam.h
Commit message (Expand)AuthorAgeFilesLines
* 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-rc2v2.6.12-rc2Linus Torvalds2005-04-161-0/+182
OpenPOWER on IntegriCloud