Commit Graph

42 Commits (877d03105d04b2c13e241130277fa69c8d2564f0)

Author SHA1 Message Date
Linus Torvalds d2441183dc Fix compile warning in kernel/params.c 16 years ago
Rusty Russell 67e67ceaac core_param() for genuinely core kernel parameters 16 years ago
Rusty Russell 9b473de872 param: Fix duplicate module prefixes 16 years ago
Rusty Russell 730b69d225 module: check kernel param length at compile time, not runtime 16 years ago
Yi Yang 06b2a76d25 Add new string functions strict_strto* and convert kernel params to use them 17 years ago
Richard Knutsson eb38a996eb kernel/params.c: remove sparse-warning (different signedness) 17 years ago
Denis Cheng 8686c99875 module: fix the module name length in param_sysfs_builtin 17 years ago
Greg Kroah-Hartman 7a6a41615b Modules: remove unneeded release function 17 years ago
Greg Kroah-Hartman e43b9192c5 Kobject: convert kernel/params.c to use kobject_init/add_ng() 17 years ago
Greg Kroah-Hartman 7405c1e15e kset: convert /sys/module to use kset_create 17 years ago
Greg Kroah-Hartman 3514faca19 kobject: remove struct kobj_type from struct kset 17 years ago
James Bottomley d4acd722b7 [SCSI] sysfs: add filter function to groups 17 years ago
Greg Kroah-Hartman d172f4ef31 Modules: fix memory leak of module names 17 years ago
Jan Kiszka 22800a2830 fix param_sysfs_builtin name length check 17 years ago
Dave Young faf8c714f4 param_sysfs_builtin memchr argument fix 17 years ago
Jan Beulich 22e48eaf58 constify string/array kparam tracking structures 17 years ago
Greg Kroah-Hartman 74c5b597e9 modules: better error messages when modules fail to load due to a sysfs problem. 18 years ago
Tejun Heo 7b595756ec sysfs: kill unnecessary attribute->owner 18 years ago
Bert Wesarg 9730b5b06f kernel/params.c: fix lying comment for param_array() 18 years ago
Greg Kroah-Hartman 823bccfc40 remove "struct subsystem" as it is no longer needed 18 years ago
Randy Dunlap fe20e581a7 [PATCH] fix kernel oops with badly formatted module option 18 years ago
Greg Kroah-Hartman dfff0a0671 Revert "Driver core: let request_module() send a /sys/modules/kmod/-uevent" 18 years ago
Randy Dunlap ef665c1a06 sysfs: fix build errors: uevent with CONFIG_SYSFS=n 18 years ago
Kay Sievers c353c3fb07 Driver core: let request_module() send a /sys/modules/kmod/-uevent 18 years ago
Kay Sievers 270a6c4cad /sys/modules/*/holders 18 years ago
Greg Kroah-Hartman fe480a2675 Modules: only add drivers/ direcory if needed 18 years ago
Kay Sievers f30c53a873 MODULES: add the module name for built in kernel drivers 18 years ago
Ard van Breemen a416aba637 [PATCH] kernelparams: detect if and which parameter parsing enabled irq's 18 years ago
Mark Huang d10be6d1bd [PATCH] module_subsys: initialize earlier 19 years ago
Randy Dunlap d8c7649e99 [PATCH] kernel/params: driver layer error checking 19 years ago
Jörn Engel 6ab3d5624e Remove obsolete #include <linux/config.h> 19 years ago
Eric Sesterhenn b9e20a9200 [PATCH] Change dash2underscore() return value to char 19 years ago
Adrian Bunk 9871728b75 [PATCH] kernel/params.c: make param_array() static 19 years ago
Greg Kroah-Hartman 03e88ae1b1 [PATCH] fix module sysfs files reference counting 19 years ago
Jason Wessel 9e28393998 [PATCH] kernel/params.c: fix sysfs access with CONFIG_MODULES=n 19 years ago
Tim Schmielau 4e57b68178 [PATCH] fix missing includes 19 years ago
Rusty Russell f36462f078 [PATCH] Ignore trailing whitespace on kernel parameters correctly 20 years ago
Pekka J Enberg dd3927105b [PATCH] introduce and use kzalloc 20 years ago
Dmitry Torokhov 70f2817a43 [PATCH] sysfs: (rest) if show/store is missing return -EIO 20 years ago
Bert Wesarg 31143a1204 [PATCH] kernel/param.c: don't use .max when .num is NULL in param_array_set() 20 years ago
Linus Torvalds 1da177e4c3 Linux-2.6.12-rc2 20 years ago