Commit Graph

72 Commits (41c308f40a813403b94f3a3446aba2e5cc6bd6b4)

Author SHA1 Message Date
Kay Sievers 88bfa32479 module: add /sys/module/<name>/uevent files 14 years ago
Kay Sievers 4befb026cf module: change attr callbacks to take struct module_kobject 14 years ago
Satoru Moriya 81c7413650 param: fix return value handling in param_set_* 14 years ago
Jonathan Cameron f721a465cd params.c: Use new strtobool function to process boolean inputs 14 years ago
Dmitry Torokhov b4bc842802 module: deal with alignment issues in built-in module versions 14 years ago
Jonathan Cameron e7e09cd667 params.c: Use new strtobool function to process boolean inputs 14 years ago
Lucas De Marchi 25985edced Fix common misspellings 14 years ago
Dmitry Torokhov e94965ed5b module: show version information for built-in modules in sysfs 14 years ago
Rusty Russell 907b29eb41 param: locking for kernel parameters 15 years ago
Rusty Russell 914dcaa84c param: make param sections const. 15 years ago
Rusty Russell a1054322af param: use free hook for charp (fix leak of charp parameters) 15 years ago
Rusty Russell e6df34a442 param: add a free hook to kernel_param_ops. 15 years ago
Rusty Russell 9bbb9e5a33 param: use ops in struct kernel_param, rather than get and set fns directly 15 years ago
Rusty Russell a14fe249a8 param: move the EXPORT_SYMBOL to after the definitions. 15 years ago
Rusty Russell 2e9fb9953d params: don't hand NULL values to param.set callbacks. 15 years ago
Eric W. Biederman a07e4156a2 sysfs: Use sysfs_attr_init and sysfs_bin_attr_init on dynamic attributes 15 years ago
Emese Revfy 52cf25d0ab Driver core: Constify struct sysfs_ops in struct kobj_type 15 years ago
Emese Revfy 9cd43611cc kobject: Constify struct kset_uevent_ops 15 years ago
Jaswinder Singh Rajput 9c03c38356 includecheck fix for kernel/params.c 15 years ago
Edward Z. Yang 350f82586b Remove redundant trailing semicolons from macros 15 years ago
André Goddard Rosa e7d2860b69 tree-wide: convert open calls to remove spaces to skip_spaces() lib function 15 years ago
Rusty Russell 3c7d76e371 param: fix setting arrays of bool 16 years ago
Rusty Russell d553ad864e param: fix NULL comparison on oom 16 years ago
Rusty Russell 65afac7d80 param: fix lots of bugs with writing charp params from sysfs, by leaking mem. 16 years ago
Peter Oberparleiter 26d052bfce param: allow whitespace as kernel parameter separator 16 years ago
Rusty Russell fddd520122 module_param: allow 'bool' module_params to be bool, not just int. 16 years ago
Rusty Russell 45fcc70c0b module_param: split perm field into flags and perm 16 years ago
Rusty Russell 9a71af2c36 module_param: invbool should take a 'bool', not an 'int' 16 years ago
Rusty Russell e180a6b775 param: fix charp parameters set via sysfs 16 years ago
Linus Torvalds d2441183dc Fix compile warning in kernel/params.c 17 years ago
Rusty Russell 67e67ceaac core_param() for genuinely core kernel parameters 17 years ago
Rusty Russell 9b473de872 param: Fix duplicate module prefixes 17 years ago
Rusty Russell 730b69d225 module: check kernel param length at compile time, not runtime 17 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 18 years ago
Jan Beulich 22e48eaf58 constify string/array kparam tracking structures 18 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