Jani Nikula
|
3baee201b0
module: add module_param_unsafe and module_param_named_unsafe
|
11 jaren geleden |
Jani Nikula
|
91f9d330cc
module: make it possible to have unsafe, tainting module params
|
11 jaren geleden |
Jani Nikula
|
6a4c264313
module: rename KERNEL_PARAM_FL_NOARG to avoid confusion
|
11 jaren geleden |
Hannes Reinecke
|
b4210b810e
Add module param type 'ullong'
|
11 jaren geleden |
Rusty Russell
|
51e158c12a
param: hand arguments after -- straight to init
|
11 jaren geleden |
Rusty Russell
|
58f86cc89c
VERIFY_OCTAL_PERMISSIONS: stricter checking for sysfs perms.
|
11 jaren geleden |
Mark Charlebois
|
0283f9a529
module: LLVMLinux: Remove unused function warning from __param_check macro
|
11 jaren geleden |
Steven Rostedt
|
ab013c5f60
module: Add flag to allow mod params to have no arguments
|
12 jaren geleden |
Jean Delvare
|
b634d130e4
There is no /sys/parameters
|
12 jaren geleden |
Rusty Russell
|
34182eea36
moduleparam: use __UNIQUE_ID()
|
13 jaren geleden |
Rusty Russell
|
ae82fdb140
module_param: stop double-calling parameters.
|
13 jaren geleden |
Jim Cromie
|
9fb48c744b
params: add 3rd arg to option handler callback signature
|
13 jaren geleden |
Pawel Moll
|
026cee0086
params: <level>_initcall-like kernel parameters
|
13 jaren geleden |
Rusty Russell
|
8b8252813d
module_param: remove support for bool parameters which are really int.
|
13 jaren geleden |
Rusty Russell
|
72db395ffa
module_param: check that bool parameters really are bool.
|
14 jaren geleden |
Rusty Russell
|
69116f279a
module_param: avoid bool abuse, add bint for special cases.
|
14 jaren geleden |
Rusty Russell
|
bafeafeab9
module_param: check type correctness for module_param_array
|
14 jaren geleden |
Paul Gortmaker
|
639938eb60
module.h: relocate MODULE_PARM_DESC into moduleparam.h
|
14 jaren geleden |
Michal Schmidt
|
b1e4d20cbf
params: make dashes and underscores in parameter names truly equal
|
14 jaren geleden |
Richard Kennedy
|
c5be0b2eb1
module: reorder kparam_array to remove alignment padding on 64 bit builds
|
14 jaren geleden |
Linus Walleij
|
b75be4204e
param: add null statement to compiled-in module params
|
15 jaren geleden |
Jan Beulich
|
b647277681
modules: no need to align .modinfo strings
|
15 jaren geleden |
Rusty Russell
|
a6de51b278
param: don't deref arg in __same_type() checks
|
15 jaren geleden |
Rusty Russell
|
546970bc6a
param: add kerneldoc to moduleparam.h
|
15 jaren geleden |
Rusty Russell
|
907b29eb41
param: locking for kernel parameters
|
15 jaren geleden |
Rusty Russell
|
914dcaa84c
param: make param sections const.
|
15 jaren geleden |
Rusty Russell
|
e6df34a442
param: add a free hook to kernel_param_ops.
|
15 jaren geleden |
Rusty Russell
|
9bbb9e5a33
param: use ops in struct kernel_param, rather than get and set fns directly
|
15 jaren geleden |
Rusty Russell
|
65afac7d80
param: fix lots of bugs with writing charp params from sysfs, by leaking mem.
|
16 jaren geleden |
Rusty Russell
|
fddd520122
module_param: allow 'bool' module_params to be bool, not just int.
|
16 jaren geleden |