1. 3d9c637 module: export param_free_charp() by Dan Streetman · 9 years ago
  2. 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
  3. b51d23e module: add per-module param_lock by Dan Streetman · 9 years ago
  4. 5104b7d module: make perm const by Dan Streetman · 9 years ago
  5. d19f05d kernel/params.c: generalize bool_enable_only by Luis R. Rodriguez · 9 years ago
  6. 9c27847 kernel/params: constify struct kernel_param_ops uses by Luis R. Rodriguez · 9 years ago
  7. ec0ccc1 module: add core_param_unsafe by Dmitry Torokhov · 9 years ago
  8. ecc8617 module: add extra argument for parse_params() callback by Luis R. Rodriguez · 9 years ago
  9. 63a12d9 kernel/param: consolidate __{start,stop}___param[] in <linux/moduleparam.h> by Geert Uytterhoeven · 10 years ago
  10. 184c3fc moduleparam: Resolve missing-field-initializer warning by Mark Rustad · 10 years ago
  11. 7a486d3 param: check for tainting before calling set op. by Rusty Russell · 10 years ago
  12. 3baee20 module: add module_param_unsafe and module_param_named_unsafe by Jani Nikula · 10 years ago
  13. 91f9d33 module: make it possible to have unsafe, tainting module params by Jani Nikula · 10 years ago
  14. 6a4c264 module: rename KERNEL_PARAM_FL_NOARG to avoid confusion by Jani Nikula · 10 years ago
  15. b4210b8 Add module param type 'ullong' by Hannes Reinecke · 10 years ago
  16. 51e158c param: hand arguments after -- straight to init by Rusty Russell · 10 years ago
  17. 58f86cc VERIFY_OCTAL_PERMISSIONS: stricter checking for sysfs perms. by Rusty Russell · 10 years ago
  18. 0283f9a module: LLVMLinux: Remove unused function warning from __param_check macro by Mark Charlebois · 10 years ago
  19. ab013c5 module: Add flag to allow mod params to have no arguments by Steven Rostedt · 11 years ago
  20. b634d13 There is no /sys/parameters by Jean Delvare · 11 years ago
  21. 34182ee moduleparam: use __UNIQUE_ID() by Rusty Russell · 12 years ago
  22. ae82fdb module_param: stop double-calling parameters. by Rusty Russell · 12 years ago
  23. 9fb48c7 params: add 3rd arg to option handler callback signature by Jim Cromie · 12 years ago
  24. 026cee0 params: <level>_initcall-like kernel parameters by Pawel Moll · 12 years ago
  25. 8b82528 module_param: remove support for bool parameters which are really int. by Rusty Russell · 12 years ago
  26. 72db395 module_param: check that bool parameters really are bool. by Rusty Russell · 12 years ago
  27. 69116f2 module_param: avoid bool abuse, add bint for special cases. by Rusty Russell · 12 years ago
  28. bafeafe module_param: check type correctness for module_param_array by Rusty Russell · 12 years ago
  29. 639938e module.h: relocate MODULE_PARM_DESC into moduleparam.h by Paul Gortmaker · 13 years ago
  30. b1e4d20 params: make dashes and underscores in parameter names truly equal by Michal Schmidt · 13 years ago
  31. c5be0b2 module: reorder kparam_array to remove alignment padding on 64 bit builds by Richard Kennedy · 13 years ago
  32. b75be42 param: add null statement to compiled-in module params by Linus Walleij · 13 years ago
  33. b647277 modules: no need to align .modinfo strings by Jan Beulich · 14 years ago
  34. a6de51b param: don't deref arg in __same_type() checks by Rusty Russell · 14 years ago
  35. 546970b param: add kerneldoc to moduleparam.h by Rusty Russell · 14 years ago
  36. 907b29e param: locking for kernel parameters by Rusty Russell · 14 years ago
  37. 914dcaa param: make param sections const. by Rusty Russell · 14 years ago
  38. e6df34a param: add a free hook to kernel_param_ops. by Rusty Russell · 14 years ago
  39. 9bbb9e5 param: use ops in struct kernel_param, rather than get and set fns directly by Rusty Russell · 14 years ago
  40. 65afac7 param: fix lots of bugs with writing charp params from sysfs, by leaking mem. by Rusty Russell · 15 years ago
  41. fddd520 module_param: allow 'bool' module_params to be bool, not just int. by Rusty Russell · 15 years ago
  42. 45fcc70 module_param: split perm field into flags and perm by Rusty Russell · 15 years ago
  43. 9a71af2 module_param: invbool should take a 'bool', not an 'int' by Rusty Russell · 15 years ago
  44. e180a6b param: fix charp parameters set via sysfs by Rusty Russell · 15 years ago
  45. 67e67ce core_param() for genuinely core kernel parameters by Rusty Russell · 16 years ago
  46. 730b69d module: check kernel param length at compile time, not runtime by Rusty Russell · 16 years ago
  47. 91d35dd moduleparam: fix alpha, ia64 and ppc64 compile failures by Ivan Kokshaysky · 16 years ago
  48. 3ff6eec remove __attribute_used__ by Adrian Bunk · 16 years ago
  49. 22e48ea constify string/array kparam tracking structures by Jan Beulich · 17 years ago
  50. 874ff01 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivial by Linus Torvalds · 17 years ago
  51. 405ae7d Replace remaining references to "driverfs" with "sysfs". by Robert P. J. Day · 17 years ago
  52. ef665c1 sysfs: fix build errors: uevent with CONFIG_SYSFS=n by Randy Dunlap · 17 years ago
  53. 9774a1f [PATCH] Compile-time check re world-writeable module params by Alexey Dobriyan · 18 years ago
  54. 9871728 [PATCH] kernel/params.c: make param_array() static by Adrian Bunk · 18 years ago
  55. 367cb70 kbuild: un-stringnify KBUILD_MODNAME by Sam Ravnborg · 18 years ago
  56. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago