Historique des commits

Auteur SHA1 Message Date
  Jim Cromie b5f3abf950 params: replace printk(KERN_<LVL>...) with pr_<lvl>(...) il y a 13 ans
  Jim Cromie 1ef9eaf2bf params.c: fix Smack complaint about parse_args il y a 13 ans
  Jim Cromie 9fb48c744b params: add 3rd arg to option handler callback signature il y a 13 ans
  Pawel Moll 026cee0086 params: <level>_initcall-like kernel parameters il y a 13 ans
  Rusty Russell 8b8252813d module_param: remove support for bool parameters which are really int. il y a 13 ans
  Paul Gortmaker 13ae246db4 includecheck: delete any duplicate instances of module.h il y a 13 ans
  Dave Young 10f296cbfe module: make module param bint handle nul value il y a 13 ans
  Rusty Russell 69116f279a module_param: avoid bool abuse, add bint for special cases. il y a 13 ans
  Jim Cromie 8487bfd954 kernel/params: replace DEBUGP with pr_debug il y a 13 ans
  Paul Gortmaker 72a59aaada kernel: params.c needs module.h not moduleparam.h il y a 14 ans
  Michal Schmidt b1e4d20cbf params: make dashes and underscores in parameter names truly equal il y a 13 ans
  Kay Sievers 88bfa32479 module: add /sys/module/<name>/uevent files il y a 14 ans
  Kay Sievers 4befb026cf module: change attr callbacks to take struct module_kobject il y a 14 ans
  Satoru Moriya 81c7413650 param: fix return value handling in param_set_* il y a 14 ans
  Jonathan Cameron f721a465cd params.c: Use new strtobool function to process boolean inputs il y a 14 ans
  Dmitry Torokhov b4bc842802 module: deal with alignment issues in built-in module versions il y a 14 ans
  Lucas De Marchi 25985edced Fix common misspellings il y a 14 ans
  Dmitry Torokhov e94965ed5b module: show version information for built-in modules in sysfs il y a 14 ans
  Rusty Russell 907b29eb41 param: locking for kernel parameters il y a 15 ans
  Rusty Russell 914dcaa84c param: make param sections const. il y a 15 ans
  Rusty Russell a1054322af param: use free hook for charp (fix leak of charp parameters) il y a 15 ans
  Rusty Russell e6df34a442 param: add a free hook to kernel_param_ops. il y a 15 ans
  Rusty Russell 9bbb9e5a33 param: use ops in struct kernel_param, rather than get and set fns directly il y a 15 ans
  Rusty Russell a14fe249a8 param: move the EXPORT_SYMBOL to after the definitions. il y a 15 ans
  Rusty Russell 2e9fb9953d params: don't hand NULL values to param.set callbacks. il y a 15 ans
  Linus Torvalds c32da02342 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial il y a 15 ans
  Jiri Kosina 318ae2edc3 Merge branch 'for-next' into for-linus il y a 15 ans
  Eric W. Biederman a07e4156a2 sysfs: Use sysfs_attr_init and sysfs_bin_attr_init on dynamic attributes il y a 15 ans
  Emese Revfy 52cf25d0ab Driver core: Constify struct sysfs_ops in struct kobj_type il y a 15 ans
  Emese Revfy 9cd43611cc kobject: Constify struct kset_uevent_ops il y a 15 ans