1. b5f3abf params: replace printk(KERN_<LVL>...) with pr_<lvl>(...) by Jim Cromie · 12 years ago
  2. 1ef9eaf params.c: fix Smack complaint about parse_args by Jim Cromie · 12 years ago
  3. 9fb48c7 params: add 3rd arg to option handler callback signature by Jim Cromie · 12 years ago
  4. 026cee0 params: <level>_initcall-like kernel parameters by Pawel Moll · 12 years ago
  5. 8b82528 module_param: remove support for bool parameters which are really int. by Rusty Russell · 12 years ago
  6. 13ae246 includecheck: delete any duplicate instances of module.h by Paul Gortmaker · 12 years ago
  7. 10f296c module: make module param bint handle nul value by Dave Young · 12 years ago
  8. 69116f2 module_param: avoid bool abuse, add bint for special cases. by Rusty Russell · 12 years ago
  9. 8487bfd kernel/params: replace DEBUGP with pr_debug by Jim Cromie · 12 years ago
  10. 72a59aa kernel: params.c needs module.h not moduleparam.h by Paul Gortmaker · 13 years ago
  11. b1e4d20 params: make dashes and underscores in parameter names truly equal by Michal Schmidt · 13 years ago
  12. 88bfa32 module: add /sys/module/<name>/uevent files by Kay Sievers · 13 years ago
  13. 4befb02 module: change attr callbacks to take struct module_kobject by Kay Sievers · 13 years ago
  14. 81c7413 param: fix return value handling in param_set_* by Satoru Moriya · 13 years ago
  15. f721a46 params.c: Use new strtobool function to process boolean inputs by Jonathan Cameron · 13 years ago
  16. b4bc8428 module: deal with alignment issues in built-in module versions by Dmitry Torokhov · 13 years ago
  17. 25985ed Fix common misspellings by Lucas De Marchi · 13 years ago
  18. e94965e module: show version information for built-in modules in sysfs by Dmitry Torokhov · 13 years ago
  19. 907b29e param: locking for kernel parameters by Rusty Russell · 14 years ago
  20. 914dcaa param: make param sections const. by Rusty Russell · 14 years ago
  21. a105432 param: use free hook for charp (fix leak of charp parameters) by Rusty Russell · 14 years ago
  22. e6df34a param: add a free hook to kernel_param_ops. by Rusty Russell · 14 years ago
  23. 9bbb9e5 param: use ops in struct kernel_param, rather than get and set fns directly by Rusty Russell · 14 years ago
  24. a14fe24 param: move the EXPORT_SYMBOL to after the definitions. by Rusty Russell · 14 years ago
  25. 2e9fb99 params: don't hand NULL values to param.set callbacks. by Rusty Russell · 14 years ago
  26. c32da02 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 14 years ago
  27. 318ae2e Merge branch 'for-next' into for-linus by Jiri Kosina · 14 years ago
  28. a07e415 sysfs: Use sysfs_attr_init and sysfs_bin_attr_init on dynamic attributes by Eric W. Biederman · 14 years ago
  29. 52cf25d Driver core: Constify struct sysfs_ops in struct kobj_type by Emese Revfy · 14 years ago
  30. 9cd4361 kobject: Constify struct kset_uevent_ops by Emese Revfy · 14 years ago
  31. 9c03c38 includecheck fix for kernel/params.c by Jaswinder Singh Rajput · 14 years ago
  32. 350f825 Remove redundant trailing semicolons from macros by Edward Z. Yang · 14 years ago
  33. e7d2860 tree-wide: convert open calls to remove spaces to skip_spaces() lib function by André Goddard Rosa · 14 years ago
  34. 3c7d76e param: fix setting arrays of bool by Rusty Russell · 15 years ago
  35. d553ad8 param: fix NULL comparison on oom by Rusty Russell · 15 years ago
  36. 65afac7 param: fix lots of bugs with writing charp params from sysfs, by leaking mem. by Rusty Russell · 15 years ago
  37. 26d052b param: allow whitespace as kernel parameter separator by Peter Oberparleiter · 15 years ago
  38. fddd520 module_param: allow 'bool' module_params to be bool, not just int. by Rusty Russell · 15 years ago
  39. 45fcc70 module_param: split perm field into flags and perm by Rusty Russell · 15 years ago
  40. 9a71af2 module_param: invbool should take a 'bool', not an 'int' by Rusty Russell · 15 years ago
  41. e180a6b param: fix charp parameters set via sysfs by Rusty Russell · 15 years ago
  42. d244118 Fix compile warning in kernel/params.c by Linus Torvalds · 16 years ago
  43. 67e67ce core_param() for genuinely core kernel parameters by Rusty Russell · 16 years ago
  44. 9b473de param: Fix duplicate module prefixes by Rusty Russell · 16 years ago
  45. 730b69d module: check kernel param length at compile time, not runtime by Rusty Russell · 16 years ago
  46. 06b2a76 Add new string functions strict_strto* and convert kernel params to use them by Yi Yang · 16 years ago
  47. eb38a99 kernel/params.c: remove sparse-warning (different signedness) by Richard Knutsson · 16 years ago
  48. 8686c99 module: fix the module name length in param_sysfs_builtin by Denis Cheng · 16 years ago
  49. 9b73e76 Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6 by Linus Torvalds · 16 years ago
  50. 7a6a416 Modules: remove unneeded release function by Greg Kroah-Hartman · 16 years ago
  51. e43b919 Kobject: convert kernel/params.c to use kobject_init/add_ng() by Greg Kroah-Hartman · 16 years ago
  52. 7405c1e kset: convert /sys/module to use kset_create by Greg Kroah-Hartman · 17 years ago
  53. 3514fac kobject: remove struct kobj_type from struct kset by Greg Kroah-Hartman · 17 years ago
  54. d4acd72 [SCSI] sysfs: add filter function to groups by James Bottomley · 17 years ago
  55. d172f4e Modules: fix memory leak of module names by Greg Kroah-Hartman · 16 years ago
  56. 22800a2 fix param_sysfs_builtin name length check by Jan Kiszka · 17 years ago
  57. faf8c71 param_sysfs_builtin memchr argument fix by Dave Young · 17 years ago
  58. 22e48ea constify string/array kparam tracking structures by Jan Beulich · 17 years ago
  59. 74c5b59 modules: better error messages when modules fail to load due to a sysfs problem. by Greg Kroah-Hartman · 17 years ago
  60. 7b59575 sysfs: kill unnecessary attribute->owner by Tejun Heo · 17 years ago
  61. 9730b5b kernel/params.c: fix lying comment for param_array() by Bert Wesarg · 17 years ago
  62. 823bccf remove "struct subsystem" as it is no longer needed by Greg Kroah-Hartman · 17 years ago
  63. fe20e58 [PATCH] fix kernel oops with badly formatted module option by Randy Dunlap · 17 years ago
  64. dfff0a0 Revert "Driver core: let request_module() send a /sys/modules/kmod/-uevent" by Greg Kroah-Hartman · 17 years ago
  65. ef665c1 sysfs: fix build errors: uevent with CONFIG_SYSFS=n by Randy Dunlap · 17 years ago
  66. c353c3f Driver core: let request_module() send a /sys/modules/kmod/-uevent by Kay Sievers · 17 years ago
  67. 270a6c4 /sys/modules/*/holders by Kay Sievers · 17 years ago
  68. fe480a2 Modules: only add drivers/ direcory if needed by Greg Kroah-Hartman · 17 years ago
  69. f30c53a MODULES: add the module name for built in kernel drivers by Kay Sievers · 17 years ago
  70. a416aba [PATCH] kernelparams: detect if and which parameter parsing enabled irq's by Ard van Breemen · 17 years ago
  71. d10be6d [PATCH] module_subsys: initialize earlier by Mark Huang · 18 years ago
  72. d8c7649 [PATCH] kernel/params: driver layer error checking by Randy Dunlap · 18 years ago
  73. 6ab3d56 Remove obsolete #include <linux/config.h> by Jörn Engel · 18 years ago
  74. b9e20a9 [PATCH] Change dash2underscore() return value to char by Eric Sesterhenn · 18 years ago
  75. 9871728 [PATCH] kernel/params.c: make param_array() static by Adrian Bunk · 18 years ago
  76. 03e88ae1 [PATCH] fix module sysfs files reference counting by Greg Kroah-Hartman · 18 years ago
  77. 9e28393 [PATCH] kernel/params.c: fix sysfs access with CONFIG_MODULES=n by Jason Wessel · 18 years ago
  78. 4e57b68 [PATCH] fix missing includes by Tim Schmielau · 19 years ago
  79. f36462f [PATCH] Ignore trailing whitespace on kernel parameters correctly by Rusty Russell · 19 years ago
  80. dd39271 [PATCH] introduce and use kzalloc by Pekka J Enberg · 19 years ago
  81. 70f2817 [PATCH] sysfs: (rest) if show/store is missing return -EIO by Dmitry Torokhov · 19 years ago
  82. 31143a1 [PATCH] kernel/param.c: don't use .max when .num is NULL in param_array_set() by Bert Wesarg · 19 years ago
  83. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago