summaryrefslogtreecommitdiff
path: root/include/linux/moduleparam.h
AgeCommit message (Expand)Author
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-01-31The wrong version of the parmtype patch was merged, incompletely, andAndreas Gruenbacher
2005-01-25[PATCH] Include type information as module info where possibleRusty Russell
2004-10-25[PATCH] Builtin Module Parameters in sysfs tooRusty Russell
2004-10-19[PATCH] module_param_array() should take a pointerRusty Russell
2004-08-23Merge bk://kernel.bkbits.net/gregkh/linux/pci-2.6Linus Torvalds
2004-08-22[PATCH] fix reading string module parameters in sysfsArnd Bergmann
2004-08-04MODULE: add byte type of module paramater, like the comments say we support...Greg Kroah-Hartman
2004-05-20[PATCH] trivial: Fix #endif comment in linux_moduleparam.hAndrew Morton
2004-05-07Add modules to sysfsGreg Kroah-Hartman
2004-03-02Introduce module_param_array_named to allow for module options withDmitry Torokhov
2004-01-19[PATCH] make gcc 3.4 compilation workAndrew Morton
2003-10-01[PATCH] module parameter array fixesAndrew Morton
2003-06-15[PATCH] Fix over-alignment problem on x86-64Andi Kleen
2002-12-29[PATCH] Trivial patch for param.h: make it const.Richard Henderson
2002-12-14[PATCH] Module Parameter Core PatchRusty Russell