Commit History

Author SHA1 Message Date
  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 13 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 14 years ago
  Rusty Russell a6de51b278 param: don't deref arg in __same_type() checks 15 years ago
  Rusty Russell 546970bc6a param: add kerneldoc to moduleparam.h 15 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 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 65afac7d80 param: fix lots of bugs with writing charp params from sysfs, by leaking mem. 15 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
  Rusty Russell 67e67ceaac core_param() for genuinely core kernel parameters 16 years ago
  Rusty Russell 730b69d225 module: check kernel param length at compile time, not runtime 16 years ago
  Ivan Kokshaysky 91d35dd93e moduleparam: fix alpha, ia64 and ppc64 compile failures 17 years ago
  Adrian Bunk 3ff6eecca4 remove __attribute_used__ 17 years ago
  Jan Beulich 22e48eaf58 constify string/array kparam tracking structures 17 years ago
  Linus Torvalds 874ff01bd9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivial 18 years ago
  Robert P. J. Day 405ae7d381 Replace remaining references to "driverfs" with "sysfs". 18 years ago