aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/moduleparam.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2005-01-31The wrong version of the parmtype patch was merged, incompletely, andAndreas Gruenbacher1-3/+16
2005-01-25[PATCH] Include type information as module info where possibleRusty Russell1-3/+6
2004-10-25[PATCH] Builtin Module Parameters in sysfs tooRusty Russell1-0/+11
2004-10-19[PATCH] module_param_array() should take a pointerRusty Russell1-5/+5
2004-08-23Merge bk://kernel.bkbits.net/gregkh/linux/pci-2.6Linus Torvalds1-1/+2
2004-08-22[PATCH] fix reading string module parameters in sysfsArnd Bergmann1-1/+2
2004-08-04MODULE: add byte type of module paramater, like the comments say we support...Greg Kroah-Hartman1-0/+4
2004-05-20[PATCH] trivial: Fix #endif comment in linux_moduleparam.hAndrew Morton1-1/+1
2004-05-07Add modules to sysfsGreg Kroah-Hartman1-2/+2
2004-03-02Introduce module_param_array_named to allow for module options withDmitry Torokhov1-3/+6
2004-01-19[PATCH] make gcc 3.4 compilation workAndrew Morton1-0/+1
2003-10-01[PATCH] module parameter array fixesAndrew Morton1-5/+24
2003-06-15[PATCH] Fix over-alignment problem on x86-64Andi Kleen1-1/+1
2002-12-29[PATCH] Trivial patch for param.h: make it const.Richard Henderson1-1/+1
2002-12-14[PATCH] Module Parameter Core PatchRusty Russell1-0/+127