1. cf6299b6 kobject: remove kset from struct kset_uevent_ops callbacks by Greg Kroah-Hartman · 3 years ago
  2. ee6d3dd driver core: make kobj_type constant. by Wedson Almeida Filho · 3 years ago
  3. 2a14c9a params: lift param_set_uint_minmax to common code by Sagi Grimberg · 3 years, 6 months ago
  4. 312dcaf Merge tag 'modules-for-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/jeyu/linux by Linus Torvalds · 4 years ago
  5. b112082 module: simplify version-attribute handling by Johan Hovold · 4 years, 1 month ago
  6. fa29c9c params: Replace zero-length array with flexible-array member by Gustavo A. R. Silva · 4 years, 4 months ago
  7. 7d83657 moduleparams: Add hexint type parameter by Paul Menzel · 4 years, 6 months ago
  8. 31ed1b5 kernel/params.c: Align last argument with a tab by Paul Menzel · 4 years, 6 months ago
  9. 20657f6 lockdown: Lock down module params that specify hardware parameters (eg. ioport) by David Howells · 5 years ago
  10. 1a59d1b8 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156 by Thomas Gleixner · 6 years ago
  11. edc41b3 kernel/params.c: downgrade warning for unsafe parameters by Chris Wilson · 7 years ago
  12. e0596c8 kernel/params.c: improve STANDARD_PARAM_DEF readability by Jean Delvare · 7 years ago
  13. 96802e6 kernel/params.c: fix an overflow in param_attr_show by Jean Delvare · 7 years ago
  14. 90ceb2a kernel/params.c: fix the maximum length in param_get_string by Jean Delvare · 7 years ago
  15. 630cc2b kernel/params.c: align add_sysfs_param documentation with code by Jean Delvare · 7 years ago
  16. f51b17c boot/param: Move next_arg() function to lib/cmdline.c for later reuse by Baoquan He · 8 years ago
  17. 50c3650 Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux by Linus Torvalds · 9 years ago
  18. 3d9c637 module: export param_free_charp() by Dan Streetman · 9 years ago
  19. 74b22c4 params: don't ignore the rest of cmdline if parse_one() fails by Oleg Nesterov · 9 years ago
  20. 02201e3 Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux by Linus Torvalds · 9 years ago
  21. 20bdc2c modules: only use mod->param_lock if CONFIG_MODULES by Stephen Rothwell · 9 years ago
  22. cf2fde7 param: fix module param locks when !CONFIG_SYSFS. by Rusty Russell · 9 years ago
  23. b51d23e4 module: add per-module param_lock by Dan Streetman · 10 years ago
  24. 5104b7d module: make perm const by Dan Streetman · 10 years ago
  25. 74c3dea3 params: suppress unused variable error, warn once just in case code changes. by Rusty Russell · 10 years ago
  26. 154be21 kernel/params.c: export param_ops_bool_enable_only by Luis R. Rodriguez · 10 years ago
  27. d19f05d kernel/params.c: generalize bool_enable_only by Luis R. Rodriguez · 10 years ago
  28. 9c27847 kernel/params: constify struct kernel_param_ops uses by Luis R. Rodriguez · 10 years ago
  29. ecc8617 module: add extra argument for parse_params() callback by Luis R. Rodriguez · 10 years ago
  30. b9cc448 params: handle quotes properly for values not of form foo="bar". by Rusty Russell · 10 years ago
  31. c772be5 param: fix uninitialized read with CONFIG_DEBUG_LOCK_ALLOC by Rusty Russell · 10 years ago
  32. 574732c param: initialize store function to NULL if not available. by Rusty Russell · 10 years ago
  33. b0a65b0 param: do not set store func without write perm by Kees Cook · 10 years ago
  34. 18eb74f params: cleanup sysfs allocation by Rusty Russell · 10 years ago
  35. 63a12d9 kernel/param: consolidate __{start,stop}___param[] in <linux/moduleparam.h> by Geert Uytterhoeven · 10 years ago
  36. 7a486d37 param: check for tainting before calling set op. by Rusty Russell · 10 years ago
  37. 91f9d33 module: make it possible to have unsafe, tainting module params by Jani Nikula · 10 years ago
  38. 6a4c264 module: rename KERNEL_PARAM_FL_NOARG to avoid confusion by Jani Nikula · 10 years ago
  39. b4210b8 Add module param type 'ullong' by Hannes Reinecke · 10 years ago
  40. 51e158c param: hand arguments after -- straight to init by Rusty Russell · 11 years ago
  41. 88a88b32 params: improve standard definitions by Felipe Contreras · 11 years ago
  42. 3a126f8 kernel/params: fix handling of signed integer types by Jean Delvare · 11 years ago
  43. 6072ddc kernel: replace strict_strto*() with kstrto*() by Jingoo Han · 11 years ago
  44. 942e443 module: Fix mod->mkobj.kobj potentially freed too early by Li Zhong · 11 years ago
  45. f4940ab kernel/params.c: use scnprintf() instead of sprintf() by Chen Gang · 11 years ago
  46. ab013c5 module: Add flag to allow mod params to have no arguments by Steven Rostedt · 11 years ago
  47. 79ac6834 module: fix sprintf format specifier in param_get_byte() by Christoph Jaeger · 11 years ago
  48. b634d13 There is no /sys/parameters by Jean Delvare · 11 years ago
  49. 63662139 params: Fix potential memory leak in add_sysfs_param() by David Woodhouse · 12 years ago
  50. b5f3abf params: replace printk(KERN_<LVL>...) with pr_<lvl>(...) by Jim Cromie · 13 years ago
  51. 1ef9eaf params.c: fix Smack complaint about parse_args by Jim Cromie · 13 years ago
  52. 9fb48c7 params: add 3rd arg to option handler callback signature by Jim Cromie · 13 years ago
  53. 026cee0 params: <level>_initcall-like kernel parameters by Pawel Moll · 13 years ago
  54. 8b825281 module_param: remove support for bool parameters which are really int. by Rusty Russell · 13 years ago
  55. 13ae246 includecheck: delete any duplicate instances of module.h by Paul Gortmaker · 13 years ago
  56. 10f296c module: make module param bint handle nul value by Dave Young · 13 years ago
  57. 69116f2 module_param: avoid bool abuse, add bint for special cases. by Rusty Russell · 13 years ago
  58. 8487bfd kernel/params: replace DEBUGP with pr_debug by Jim Cromie · 13 years ago
  59. 72a59aa kernel: params.c needs module.h not moduleparam.h by Paul Gortmaker · 14 years ago
  60. b1e4d20 params: make dashes and underscores in parameter names truly equal by Michal Schmidt · 13 years ago
  61. 88bfa32 module: add /sys/module/<name>/uevent files by Kay Sievers · 13 years ago
  62. 4befb02 module: change attr callbacks to take struct module_kobject by Kay Sievers · 13 years ago
  63. 81c7413 param: fix return value handling in param_set_* by Satoru Moriya · 14 years ago
  64. f721a46 params.c: Use new strtobool function to process boolean inputs by Jonathan Cameron · 14 years ago
  65. b4bc8428 module: deal with alignment issues in built-in module versions by Dmitry Torokhov · 14 years ago
  66. 25985ed Fix common misspellings by Lucas De Marchi · 14 years ago
  67. e94965e module: show version information for built-in modules in sysfs by Dmitry Torokhov · 14 years ago
  68. 907b29e param: locking for kernel parameters by Rusty Russell · 14 years ago
  69. 914dcaa param: make param sections const. by Rusty Russell · 14 years ago
  70. a105432 param: use free hook for charp (fix leak of charp parameters) by Rusty Russell · 14 years ago
  71. e6df34a param: add a free hook to kernel_param_ops. by Rusty Russell · 14 years ago
  72. 9bbb9e5 param: use ops in struct kernel_param, rather than get and set fns directly by Rusty Russell · 14 years ago
  73. a14fe24 param: move the EXPORT_SYMBOL to after the definitions. by Rusty Russell · 14 years ago
  74. 2e9fb99 params: don't hand NULL values to param.set callbacks. by Rusty Russell · 14 years ago
  75. c32da02 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 15 years ago
  76. 318ae2e Merge branch 'for-next' into for-linus by Jiri Kosina · 15 years ago
  77. a07e415 sysfs: Use sysfs_attr_init and sysfs_bin_attr_init on dynamic attributes by Eric W. Biederman · 15 years ago
  78. 52cf25d Driver core: Constify struct sysfs_ops in struct kobj_type by Emese Revfy · 15 years ago
  79. 9cd4361 kobject: Constify struct kset_uevent_ops by Emese Revfy · 15 years ago
  80. 9c03c38 includecheck fix for kernel/params.c by Jaswinder Singh Rajput · 15 years ago
  81. 350f825 Remove redundant trailing semicolons from macros by Edward Z. Yang · 15 years ago
  82. e7d2860 tree-wide: convert open calls to remove spaces to skip_spaces() lib function by André Goddard Rosa · 15 years ago
  83. 3c7d76e param: fix setting arrays of bool by Rusty Russell · 15 years ago
  84. d553ad8 param: fix NULL comparison on oom by Rusty Russell · 15 years ago
  85. 65afac7 param: fix lots of bugs with writing charp params from sysfs, by leaking mem. by Rusty Russell · 15 years ago
  86. 26d052b param: allow whitespace as kernel parameter separator by Peter Oberparleiter · 15 years ago
  87. fddd520 module_param: allow 'bool' module_params to be bool, not just int. by Rusty Russell · 16 years ago
  88. 45fcc70 module_param: split perm field into flags and perm by Rusty Russell · 16 years ago
  89. 9a71af2 module_param: invbool should take a 'bool', not an 'int' by Rusty Russell · 16 years ago
  90. e180a6b param: fix charp parameters set via sysfs by Rusty Russell · 16 years ago
  91. d244118 Fix compile warning in kernel/params.c by Linus Torvalds · 16 years ago
  92. 67e67ce core_param() for genuinely core kernel parameters by Rusty Russell · 16 years ago
  93. 9b473de param: Fix duplicate module prefixes by Rusty Russell · 16 years ago
  94. 730b69d module: check kernel param length at compile time, not runtime by Rusty Russell · 16 years ago
  95. 06b2a76 Add new string functions strict_strto* and convert kernel params to use them by Yi Yang · 17 years ago
  96. eb38a99 kernel/params.c: remove sparse-warning (different signedness) by Richard Knutsson · 17 years ago
  97. 8686c99 module: fix the module name length in param_sysfs_builtin by Denis Cheng · 17 years ago
  98. 9b73e76 Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6 by Linus Torvalds · 17 years ago
  99. 7a6a416 Modules: remove unneeded release function by Greg Kroah-Hartman · 17 years ago
  100. e43b919 Kobject: convert kernel/params.c to use kobject_init/add_ng() by Greg Kroah-Hartman · 17 years ago