Dan Streetman
|
b51d23e4e9
module: add per-module param_lock
|
10 years ago |
Dan Streetman
|
5104b7d767
module: make perm const
|
10 years ago |
Luis R. Rodriguez
|
d19f05d8a8
kernel/params.c: generalize bool_enable_only
|
10 years ago |
Luis R. Rodriguez
|
9c27847dda
kernel/params: constify struct kernel_param_ops uses
|
10 years ago |
Geert Uytterhoeven
|
63a12d9d01
kernel/param: consolidate __{start,stop}___param[] in <linux/moduleparam.h>
|
11 years ago |
Mark Rustad
|
184c3fc3f5
moduleparam: Resolve missing-field-initializer warning
|
11 years ago |
Rusty Russell
|
7a486d3781
param: check for tainting before calling set op.
|
11 years ago |
Jani Nikula
|
3baee201b0
module: add module_param_unsafe and module_param_named_unsafe
|
11 years ago |
Jani Nikula
|
91f9d330cc
module: make it possible to have unsafe, tainting module params
|
11 years ago |
Jani Nikula
|
6a4c264313
module: rename KERNEL_PARAM_FL_NOARG to avoid confusion
|
11 years ago |
Hannes Reinecke
|
b4210b810e
Add module param type 'ullong'
|
11 years ago |
Rusty Russell
|
51e158c12a
param: hand arguments after -- straight to init
|
11 years ago |
Rusty Russell
|
58f86cc89c
VERIFY_OCTAL_PERMISSIONS: stricter checking for sysfs perms.
|
11 years ago |
Mark Charlebois
|
0283f9a529
module: LLVMLinux: Remove unused function warning from __param_check macro
|
11 years ago |
Steven Rostedt
|
ab013c5f60
module: Add flag to allow mod params to have no arguments
|
12 years ago |
Jean Delvare
|
b634d130e4
There is no /sys/parameters
|
12 years ago |
Rusty Russell
|
34182eea36
moduleparam: use __UNIQUE_ID()
|
13 years ago |
Rusty Russell
|
ae82fdb140
module_param: stop double-calling parameters.
|
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 |
Rusty Russell
|
72db395ffa
module_param: check that bool parameters really are bool.
|
13 years ago |
Rusty Russell
|
69116f279a
module_param: avoid bool abuse, add bint for special cases.
|
13 years ago |
Rusty Russell
|
bafeafeab9
module_param: check type correctness for module_param_array
|
13 years ago |
Paul Gortmaker
|
639938eb60
module.h: relocate MODULE_PARM_DESC into moduleparam.h
|
14 years ago |
Michal Schmidt
|
b1e4d20cbf
params: make dashes and underscores in parameter names truly equal
|
14 years ago |
Richard Kennedy
|
c5be0b2eb1
module: reorder kparam_array to remove alignment padding on 64 bit builds
|
14 years ago |
Linus Walleij
|
b75be4204e
param: add null statement to compiled-in module params
|
14 years ago |
Jan Beulich
|
b647277681
modules: no need to align .modinfo strings
|
15 years ago |
Rusty Russell
|
a6de51b278
param: don't deref arg in __same_type() checks
|
15 years ago |