Jean Delvare
|
3a126f85e0
kernel/params: fix handling of signed integer types
|
11 years ago |
Jingoo Han
|
6072ddc852
kernel: replace strict_strto*() with kstrto*()
|
11 years ago |
Li Zhong
|
942e443127
module: Fix mod->mkobj.kobj potentially freed too early
|
11 years ago |
Chen Gang
|
f4940ab7c5
kernel/params.c: use scnprintf() instead of sprintf()
|
12 years ago |
Steven Rostedt
|
ab013c5f60
module: Add flag to allow mod params to have no arguments
|
12 years ago |
Christoph Jaeger
|
79ac6834c2
module: fix sprintf format specifier in param_get_byte()
|
12 years ago |
Jean Delvare
|
b634d130e4
There is no /sys/parameters
|
12 years ago |
David Woodhouse
|
63662139e5
params: Fix potential memory leak in add_sysfs_param()
|
12 years ago |
Jim Cromie
|
b5f3abf950
params: replace printk(KERN_<LVL>...) with pr_<lvl>(...)
|
13 years ago |
Jim Cromie
|
1ef9eaf2bf
params.c: fix Smack complaint about parse_args
|
13 years ago |
Jim Cromie
|
9fb48c744b
params: add 3rd arg to option handler callback signature
|
13 years ago |
Pawel Moll
|
026cee0086
params: <level>_initcall-like kernel parameters
|
13 years ago |
Rusty Russell
|
8b8252813d
module_param: remove support for bool parameters which are really int.
|
13 years ago |
Paul Gortmaker
|
13ae246db4
includecheck: delete any duplicate instances of module.h
|
13 years ago |
Dave Young
|
10f296cbfe
module: make module param bint handle nul value
|
13 years ago |
Rusty Russell
|
69116f279a
module_param: avoid bool abuse, add bint for special cases.
|
13 years ago |
Jim Cromie
|
8487bfd954
kernel/params: replace DEBUGP with pr_debug
|
13 years ago |
Paul Gortmaker
|
72a59aaada
kernel: params.c needs module.h not moduleparam.h
|
14 years ago |
Michal Schmidt
|
b1e4d20cbf
params: make dashes and underscores in parameter names truly equal
|
13 years ago |
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 |
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 |