1. d1b1f1e streamline_config.pl: add softtabstop=4 for vim users by Steven Rostedt (VMware) · 3 years, 6 months ago
  2. b83c8ba streamline_config.pl: make spacing consistent by Steven Rostedt (VMware) · 3 years, 6 months ago
  3. 21f8b32 kconfig: streamline_config.pl: Couple of typo fixes by Bhaskar Chowdhury · 3 years, 9 months ago
  4. a73fbfc kconfig: streamline_config.pl: check defined(ENV variable) before using it by Randy Dunlap · 4 years, 4 months ago
  5. c027b02 streamline_config.pl: add LMC_KEEP to preserve some kconfigs by Changbin Du · 4 years, 8 months ago
  6. 68f0d62 kconfig: localmodconfig: fix indentation for closing brace by Masahiro Yamada · 5 years ago
  7. 5edcef8 kconfig: localmodconfig: remove unused $config by Masahiro Yamada · 5 years ago
  8. 0c87410 kconfig: convert to SPDX License Identifier by Masahiro Yamada · 6 years ago
  9. 8593080 kconfig: fix localmodconfig by Sam Ravnborg · 7 years ago
  10. cb77f0d scripts: Switch to more portable Perl shebang by Kamil Rytarowski · 8 years ago
  11. 5bcba79 localmodconfig: Fix whitespace repeat count after "tristate" by Benjamin Poirier · 9 years ago
  12. 96bab35 localmodconfig: Reset certificate paths by Benjamin Poirier · 9 years ago
  13. 5169192 localmodconfig: Add missing $ to reference a variable by Benjamin Poirier · 9 years ago
  14. a77ed52 localmodconfig: Fix parsing of "help" text by Benjamin Poirier · 9 years ago
  15. 27b7156 localmodconfig: Recognize more keywords that end a menu entry by Benjamin Poirier · 9 years ago
  16. 296471a localmodconfig: Fix parsing of Kconfig "source" statements by Benjamin Poirier · 9 years ago
  17. c0ddc8c localmodconfig: Use Kbuild files too by Richard Weinberger · 9 years ago
  18. 06ed5c2 kbuild: Make scripts executable by Michal Marek · 10 years ago
  19. 38385f8 kbuild: trivial - remove trailing spaces by Masahiro Yamada · 11 years ago
  20. 95edca5 localmodconfig: Add config depends by default settings by Steven Rostedt (Red Hat) · 11 years ago
  21. ced9cb1 localmodconfig: Process source kconfig files as they are found by Steven Rostedt · 12 years ago
  22. bc20d12 localmodconfig: Add debug prints for dependencies of module configs by Steven Rostedt · 12 years ago
  23. 4eae518 localmodconfig: Fix localyesconfig to set to 'y' not 'm' by Yuta Ando · 12 years ago
  24. 45f4c81 localmodconfig: Use my variable for loop in streamline_config.pl by Bill Pemberton · 12 years ago
  25. e0d2869 localmodconfig: Use 3 parameter open in streamline_config.pl by Bill Pemberton · 12 years ago
  26. 3f0c541 localmodconfig: Rework find_config in streamline_config.pl by Bill Pemberton · 12 years ago
  27. 224a257 localmodconfig: Set default value for ksource in streamline_config.pl by Bill Pemberton · 12 years ago
  28. 4503379 localmodconfig: Add debug environment variable LOCALMODCONFIG_DEBUG by Steven Rostedt · 13 years ago
  29. d4bb58b localmodconfig: Check if configs are already set for selects by Steven Rostedt · 13 years ago
  30. 4f4c51c localmodconfig: Read in orig config file to avoid extra processing by Steven Rostedt · 13 years ago
  31. 0b58a99 localmodconfig: Comments and cleanup for streamline_config.pl by Steven Rostedt · 13 years ago
  32. 364212f kconfig/streamline-config.pl: Fix parsing Makefile with variables by Steven Rostedt · 13 years ago
  33. d060d96 kconfig/streamline-config.pl: Simplify backslash line concatination by Steven Rostedt · 13 years ago
  34. 22d550a kconfig/streamline_config.pl: use options to determine operating mode by Arnaud Lacombe · 13 years ago
  35. f597a71 kconfig/streamline_config.pl: directly access LSMOD from the environment by Arnaud Lacombe · 14 years ago
  36. cce1dac trivial: Fix Steven's Copyright typos by Uwe Kleine-König · 14 years ago
  37. 8ef17fa kconfig: Have streamline_config process menuconfigs too by Steven Rostedt · 14 years ago
  38. 20d1904 kconfig: Fix streamline_config to read multi line deps in Kconfig files by Steven Rostedt · 14 years ago
  39. cf5a189 kconfig: Fix missing declaration of variable $dir in streamline_config.pl by hiromu · 14 years ago
  40. ccece60 kconfig: Fix variable name typo %prompts in streamline_config.pl by hiromu yagura · 14 years ago
  41. 4908980 kconfig: Make localmodconfig handle environment variables by Steven Rostedt · 14 years ago
  42. 1743192 kconfig: Hide error output in find command in streamline_config.pl by Toralf Förster · 15 years ago
  43. 1d1d1fe kconfig: Fix typo in comment in streamline_config.pl by Toralf Foerster · 15 years ago
  44. e5199ed kconfig: Make a variable local in streamline_config.pl by Toralf Foerster · 15 years ago
  45. 615f083 kconfig: Add LSMOD=file to override the lsmod for localmodconfig by Steven Rostedt · 15 years ago
  46. 88f66ea kconfig: Look in both /bin and /sbin for lsmod in streamline_config.pl by Steven Rostedt · 15 years ago
  47. 13d7e93 kconfig: Check for if conditions in Kconfig for localmodconfig by Steven Rostedt · 15 years ago
  48. 463bf90 kconfig: Fix make O=<dir> local{mod,yes}config by Steven Rostedt · 15 years ago
  49. a902483 kconfig: make local .config default for streamline_config by Steven Rostedt · 16 years ago
  50. 810b2be kconfig: test for /boot/config-uname after /proc/config.gz in localconfig by Steven Rostedt · 16 years ago
  51. d08ca27 kconfig: unset IKCONFIG_PROC and clean up nesting by Steven Rostedt · 16 years ago
  52. cdfc479 kconfig: search for a config to base the local(mod|yes)config on by Steven Rostedt · 16 years ago
  53. 744ffcb kconfig: enable CONFIG_IKCONFIG from streamline_config.pl by Steven Rostedt · 16 years ago
  54. ea2c189 kconfig: do not warn about modules built in by Steven Rostedt · 16 years ago
  55. 74398d3 kconfig: streamline_config.pl do not stop with no depends by Steven Rostedt · 16 years ago
  56. dcc6024 kconfig: add streamline_config.pl to scripts by Steven Rostedt · 16 years ago