1. 17baab6 kconfig: extend output of 'listnewconfig' by Don Zickus · 7 years ago
  2. b23d1a2 kbuild: add %.lex.c and %.tab.[ch] to 'targets' automatically by Masahiro Yamada · 7 years ago
  3. 9a8dfb3 kbuild: clean up *.lex.c and *.tab.[ch] patterns from top-level Makefile by Masahiro Yamada · 7 years ago
  4. 5988930 .gitignore: move *.lex.c *.tab.[ch] patterns to the top-level .gitignore by Masahiro Yamada · 7 years ago
  5. 147a89b Merge tag 'kconfig-v4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild by Linus Torvalds · 7 years ago
  6. 1849268 kconfig: use yylineno option instead of manual lineno increments by Masahiro Yamada · 7 years ago
  7. 379a8eb kconfig: detect recursive inclusion earlier by Masahiro Yamada · 7 years ago
  8. 32a94b8 kconfig: remove duplicated file name and lineno of recursive inclusion by Masahiro Yamada · 7 years ago
  9. 2656151 kconfig: do not include both curses.h and ncurses.h for nconfig by Masahiro Yamada · 7 years ago
  10. f8f69dc kconfig: make unmet dependency warnings readable by Masahiro Yamada · 7 years ago
  11. f622f82 kconfig: warn unmet direct dependency of tristate symbols selected by y by Masahiro Yamada · 7 years ago
  12. e2c75e7 kconfig: tests: test if recursive inclusion is detected by Masahiro Yamada · 7 years ago
  13. 29c434f kconfig: tests: test if recursive dependencies are detected by Masahiro Yamada · 7 years ago
  14. 3e4888c kconfig: tests: test randconfig for choice in choice by Masahiro Yamada · 7 years ago
  15. beaaddb kconfig: tests: test defconfig when two choices interact by Masahiro Yamada · 7 years ago
  16. ee23661 kconfig: tests: check visibility of tristate choice values in y choice by Masahiro Yamada · 7 years ago
  17. 930c429 kconfig: tests: check unneeded "is not set" with unmet dependency by Masahiro Yamada · 7 years ago
  18. b76960c kconfig: tests: test if new symbols in choice are asked by Masahiro Yamada · 7 years ago
  19. 49ac3c0 kconfig: tests: test automatic submenu creation by Masahiro Yamada · 7 years ago
  20. 1903c51 kconfig: tests: add basic choice tests by Masahiro Yamada · 7 years ago
  21. 022a4bf kconfig: tests: add framework for Kconfig unit testing by Masahiro Yamada · 7 years ago
  22. 2a61625 kconfig: remove redundant streamline_config.pl prerequisite by Ulf Magnusson · 7 years ago
  23. 911a91c kconfig: rename silentoldconfig to syncconfig by Masahiro Yamada · 7 years ago
  24. 81d2bc2 kconfig: invoke oldconfig instead of silentoldconfig from local*config by Masahiro Yamada · 7 years ago
  25. 2aad9b8 kconfig: hide irrelevant sub-menus for oldconfig by Masahiro Yamada · 7 years ago
  26. 99f0b65 kconfig: remove redundant input_mode test for check_conf() loop by Masahiro Yamada · 7 years ago
  27. 4bb3a5b kconfig: remove unneeded input_mode test in conf() by Masahiro Yamada · 7 years ago
  28. 59a80b5 kconfig: do not call check_conf() for olddefconfig by Masahiro Yamada · 7 years ago
  29. f467c56 kconfig: only write '# CONFIG_FOO is not set' for visible symbols by Ulf Magnusson · 7 years ago
  30. d9119b5 kconfig: Print reverse dependencies in groups by Eugeniu Rosca · 7 years ago
  31. 9a47cee kconfig: clean-up reverse dependency help implementation by Masahiro Yamada · 7 years ago
  32. 07a422b kbuild: restore autoksyms.h touch to the top Makefile by Masahiro Yamada · 7 years ago
  33. 5ae6fcc kconfig: fix line number in recursive inclusion error message by Masahiro Yamada · 7 years ago
  34. 1a90ce3 kconfig: Update ncurses package names for menuconfig by Arvind Prasanna · 7 years ago
  35. bf0bbdc kconfig: Don't leak choice names during parsing by Masahiro Yamada · 7 years ago
  36. f4bc1ee kconfig: set SYMBOL_AUTO to the symbol marked with defconfig_list by Masahiro Yamada · 7 years ago
  37. cd81fc8 kconfig: add xstrdup() helper by Masahiro Yamada · 7 years ago
  38. 523ca58 kconfig: remove const qualifier from sym_expand_string_value() by Masahiro Yamada · 7 years ago
  39. d717f24 kconfig: add xrealloc() helper by Masahiro Yamada · 7 years ago
  40. 9e3e10c kconfig: send error messages to stderr by Masahiro Yamada · 7 years ago
  41. f3ff6fb kconfig: echo stdin to stdout if either is redirected by Masahiro Yamada · 7 years ago
  42. d2a0464 kconfig: remove check_stdin() by Masahiro Yamada · 7 years ago
  43. cd58a91 kconfig: remove 'config*' pattern from .gitignnore by Masahiro Yamada · 7 years ago
  44. 4f208f3 kconfig: show '?' prompt even if no help text is available by Masahiro Yamada · 7 years ago
  45. cb67ab2 kconfig: do not write choice values when their dependency becomes n by Masahiro Yamada · 7 years ago
  46. 1b9eda2 kconfig: Warn if help text is blank by Ulf Magnusson · 7 years ago
  47. 562f36e Merge tag 'kconfig-v4.16' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild by Linus Torvalds · 7 years ago
  48. cedd55d kconfig: Remove silentoldconfig from help and docs; fix kconfig/conf's help by Marc Herbert · 7 years ago
  49. 1ccb271 kconfig: make "Selected by:" and "Implied by:" readable by Petr Vorel · 7 years ago
  50. 312ee68 kconfig: announce removal of oldnoconfig if used by Masahiro Yamada · 7 years ago
  51. d0fd042 kconfig: fix make xconfig when gettext is missing by Yaakov Selkowitz · 7 years ago
  52. b536880 kconfig: Clarify menu and 'if' dependency propagation by Ulf Magnusson · 7 years ago
  53. 9d1a9e8 kconfig: Document 'if' flattening logic by Ulf Magnusson · 7 years ago
  54. d3465af kconfig: Clarify choice dependency propagation by Ulf Magnusson · 7 years ago
  55. 3e41ba0 kconfig: Document SYMBOL_OPTIONAL logic by Ulf Magnusson · 7 years ago
  56. 765f4cd kconfig: use default 'yy' prefix for lexer and parser by Masahiro Yamada · 7 years ago
  57. 84dd95d kconfig: make conf_unsaved a local variable of conf_read() by Masahiro Yamada · 7 years ago
  58. 5a3dc71 kconfig: make xfgets() really static by Masahiro Yamada · 7 years ago
  59. 52e58a3 kconfig: make input_mode static by Masahiro Yamada · 7 years ago
  60. 6479f32 kconfig: Warn if there is more than one help text by Ulf Magnusson · 7 years ago
  61. b92d804 kconfig: drop 'boolean' keyword by Masahiro Yamada · 7 years ago
  62. df60f4b kconfig: Remove menu_end_entry() by Ulf Magnusson · 7 years ago
  63. 0735f7e kconfig: Document important expression functions by Ulf Magnusson · 7 years ago
  64. 05cccce kconfig: Document automatic submenu creation code by Ulf Magnusson · 7 years ago
  65. 7cf33f8 kconfig: Fix choice symbol expression leak by Ulf Magnusson · 7 years ago
  66. 5b1374b kconfig: Fix expr_free() E_NOT leak by Ulf Magnusson · 7 years ago
  67. ae7440e kconfig: Fix automatic menu creation mem leak by Ulf Magnusson · 7 years ago
  68. 0724a7c kconfig: Don't leak main menus during parsing by Ulf Magnusson · 7 years ago
  69. bc28fe1 kconfig: Don't leak 'option' arguments during parsing by Ulf Magnusson · 7 years ago
  70. 24161a6 kconfig: Don't leak 'source' filenames during parsing by Ulf Magnusson · 7 years ago
  71. 26e47a3 kconfig: Don't leak symbol names during parsing by Ulf Magnusson · 7 years ago
  72. 9059a34 kconfig: fix relational operators for bool and tristate symbols by Nicolas Pitre · 7 years ago
  73. 29c8330 kconfig: generate lexer and parser during build instead of shipping by Masahiro Yamada · 7 years ago
  74. e3b03bf kconfig: display recursive dependency resolution hint just once by Masahiro Yamada · 7 years ago
  75. f77850d kconfig: Clean up modules handling and fix crash by Ulf Magnusson · 7 years ago
  76. fa8ceda kconfig: Clarify expression rewriting by Ulf Magnusson · 7 years ago
  77. 9a82684 kconfig: Rename menu_check_dep() to rewrite_m() by Ulf Magnusson · 7 years ago
  78. c873443 kconfig: Sync zconf.y with zconf.tab.c_shipped by Ulf Magnusson · 7 years ago
  79. 52aede4 kconfig: Document the 'symbol' struct by Ulf Magnusson · 7 years ago
  80. 33ca1a2 kconfig: Document the 'menu' struct by Ulf Magnusson · 7 years ago
  81. 2c37e08 kconfig: Warn if choice default is not in choice by Ulf Magnusson · 7 years ago
  82. 88127da kconfig/symbol.c: use correct pointer type argument for sizeof by Heinrich Schuchardt · 7 years ago
  83. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  84. bb3290d Remove gperf usage from toolchain by Linus Torvalds · 7 years ago
  85. 16ffc4c3 Merge tag 'kbuild-misc-v4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild by Linus Torvalds · 7 years ago
  86. ad81810 kconfig: fix sparse warnings in nconfig by Randy Dunlap · 7 years ago
  87. ff85a1a kconfig: Check for libncurses before menuconfig by Borislav Petkov · 7 years ago
  88. cb77f0d scripts: Switch to more portable Perl shebang by Kamil Rytarowski · 7 years ago
  89. 9be3213 gconfig: remove misleading parentheses around a condition by Nicolas Iooss · 8 years ago
  90. 37861ff Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild by Linus Torvalds · 8 years ago
  91. 9465d9c Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  92. 83c3a1b xconfig: fix missing suboption and help panels on first run by Boris Barbulovski · 8 years ago
  93. e039303 xconfig: fix 'Show Debug' functionality by Boris Barbulovski · 8 years ago
  94. 79e51b5 kconfig/nconf: Fix hang when editing symbol with a long prompt by Ben Hutchings · 8 years ago
  95. d3fc425 kbuild: make sure autoksyms.h exists early by Nicolas Pitre · 8 years ago
  96. 0eb4734 Scripts: kconfig: nconf: fix _GNU_SOURCE redefined warning by Cheah Kok Cheong · 8 years ago
  97. 32ce5ac Kconfig: Regenerate *.c_shipped files after previous changes by Nicolas Pitre · 8 years ago
  98. 237e3ad Kconfig: Introduce the "imply" keyword by Nicolas Pitre · 8 years ago
  99. f429d35 Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild by Linus Torvalds · 8 years ago
  100. fa64e5f kconfig/symbol.c: handle choice_values that depend on 'm' symbols by Dirk Gouders · 8 years ago