- 989e5d4 kconfig: remove unused PACKAGE definition by Masahiro Yamada · 3 years, 8 months ago
- 5ee5465 kconfig: change sym_change_count to a boolean flag by Masahiro Yamada · 3 years, 9 months ago
- 6dd85ff kconfig: change "modules" from sub-option to first-level attribute by Masahiro Yamada · 3 years, 10 months ago
- ab83857 kconfig: remove allnoconfig_y option by Masahiro Yamada · 3 years, 10 months ago
- b75b0a8 kconfig: change defconfig_list option to environment variable by Masahiro Yamada · 3 years, 10 months ago
- 98f8475 kconfig: move conf_set_all_new_symbols() to conf.c by Masahiro Yamada · 3 years, 10 months ago
- 15e68d0 kconfig: move conf_rewrite_mod_or_yes() to conf.c by Masahiro Yamada · 3 years, 10 months ago
- 98ebea7 kconfig: make lkc.h self-sufficient #include-wise by Boris Kolpackov · 4 years, 2 months ago
- 19b835a kconfig: qconf: fix incomplete type 'struct gstr' warning by Masahiro Yamada · 4 years, 4 months ago
- 89b9060 kconfig: Add yes2modconfig and mod2yesconfig targets. by Tetsuo Handa · 5 years ago
- adf7c5b kconfig: squash prop_alloc() into menu_add_prop() by Masahiro Yamada · 5 years ago
- b6f7e9f kconfig: require the argument of --defconfig by Masahiro Yamada · 6 years ago
- 9b9f594 kconfig: make conf_get_autoconfig_name() static by Masahiro Yamada · 6 years ago
- 981e545 kconfig: rename zconf.l to lexer.l by Masahiro Yamada · 6 years ago
- cbafbf7f kconfig: split the lexer out of zconf.y by Masahiro Yamada · 6 years ago
- 558e78e kconfig: split some C files out of zconf.y by Masahiro Yamada · 6 years ago
- 0c87410 kconfig: convert to SPDX License Identifier by Masahiro Yamada · 6 years ago
- 979f2b2 kconfig: remove keyword lookup table entirely by Masahiro Yamada · 6 years ago
- ce2164a kconfig: refactor scanning and parsing "option" properties by Masahiro Yamada · 6 years ago
- 3c8f317 kconfig: use distinct tokens for type and default properties by Masahiro Yamada · 6 years ago
- c151272 kconfig: remove unused sym_get_env_prop() function by Masahiro Yamada · 6 years ago
- a2ff404 kconfig: rename file_write_dep and move it to confdata.c by Masahiro Yamada · 6 years ago
- 104daea kconfig: reference environment variables directly and remove 'option env=' by Masahiro Yamada · 7 years ago
- 694c49a kconfig: drop localization support by Sam Ravnborg · 7 years ago
- 1849268 kconfig: use yylineno option instead of manual lineno increments by Masahiro Yamada · 7 years ago
- cd81fc8 kconfig: add xstrdup() helper by Masahiro Yamada · 7 years ago
- d717f24 kconfig: add xrealloc() helper by Masahiro Yamada · 7 years ago
- df60f4b kconfig: Remove menu_end_entry() by Ulf Magnusson · 7 years ago
- bb3290d Remove gperf usage from toolchain by Linus Torvalds · 7 years ago
- ad8d40c kconfig: Remove unnecessary prototypes from headers by Michal Marek · 10 years ago
- 4631574 kconfig: Remove dead code by Michal Marek · 10 years ago
- 70529b1 kconfig: Get rid of the P() macro in headers by Michal Marek · 10 years ago
- 5d2acfc kconfig: make allnoconfig disable options behind EMBEDDED and EXPERT by Josh Triplett · 11 years ago
- 3b9a19e kconfig: loop as long as we changed some symbols in randconfig by Yann E. MORIN · 12 years ago
- fbe98bb9 kconfig: Fix defconfig when one choice menu selects options that another choice menu depends on by Arve Hjønnevåg · 12 years ago
- 177acf7 kconfig: Fix malloc handling in conf tools by Alan Cox · 12 years ago
- 9a926d4 kconfig: get CONFIG_ prefix from the environment by Yann E. MORIN · 12 years ago
- b341f78 kconfig: add a function to get the CONFIG_ prefix by Yann E. MORIN · 12 years ago
- 37ae2d5 kbuild: Fix compiler warning with assertion when calling 'fwrite' by Arnaud Lacombe · 13 years ago
- 1d3fe4a Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild-2.6 by Linus Torvalds · 13 years ago
- 5c74cd4 Merge branch 'kconfig-trivial' of git://github.com/lacombar/linux-2.6 into kbuild/kconfig by Michal Marek · 13 years ago
- ab63f58 kconfig/conf: mark xfgets() private by Arnaud Lacombe · 13 years ago
- 131c60a kconfig: remove pending prototypes for kconfig_load() by Arnaud Lacombe · 13 years ago
- e54e692 kconfig: introduce specialized printer by Arnaud Lacombe · 14 years ago
- b96a0d0 kconfig: kill no longer needed reference to YYDEBUG by Arnaud Lacombe · 14 years ago
- 5a6f8d2 kconfig: nuke LKC_DIRECT_LINK cruft by Arnaud Lacombe · 14 years ago
- f28b1c8 Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild-2.6 by Linus Torvalds · 14 years ago
- 4ce2c1e kconfig: fix `zconfdebug' extern declaration by Arnaud Lacombe · 14 years ago
- 1ebfa51 kbuild/gconf: add dummy inline for bind_textdomain_codeset() by Arnaud Lacombe · 14 years ago
- 86e187f kconfig: add an option to determine a menu's visibility by Arnaud Lacombe · 14 years ago
- 2e7a091 kconfig: constify file name by Arnaud Lacombe · 14 years ago
- ef21160 kconfig: allow PACKAGE to be defined on the compiler's command-line by Arnaud Lacombe · 14 years ago
- ffb5957 kconfig: allow build-time definition of the internal config prefix by Arnaud Lacombe · 14 years ago
- 4418a2b kconfig: Fix warning: ignoring return value of 'fgets' by Jean Sacren · 14 years ago
- bf5e327 kconfig: Fix warning: ignoring return value of 'fwrite' by Jean Sacren · 14 years ago
- 7cf3d73 kconfig: add savedefconfig by Sam Ravnborg · 14 years ago
- c252147 kconfig: refactor code in symbol.c by Sam Ravnborg · 14 years ago
- 692d97c kconfig: new configuration interface (nconfig) by nir.tzachar@gmail.com · 15 years ago
- da60fbb menuconfig: wrap long help lines by Vadim Bendebury (вб) · 15 years ago
- 12122f6 kconfig: do not hardcode "include/config/auto.conf" filename by Markus Heidelberg · 16 years ago
- dc7862e kconfig: set all new symbols automatically by Roman Zippel · 17 years ago
- c4143a8 kconfig: fix MAC OS X warnings in menuconfig by Sam Ravnborg · 17 years ago
- 9344908 kconfig: environment symbol support by Roman Zippel · 17 years ago
- d802b50 kconfig/menuconfig: do not hardcode '.config' by Sam Ravnborg · 18 years ago
- bfc1000 [PATCH] kconfig: make sym_change_count static, let it be altered by 2 functions only by Karsten Wiese · 18 years ago
- 14cdd3c kconfig: KCONFIG_OVERWRITECONFIG by Roman Zippel · 19 years ago
- face437 kconfig: add defconfig_list/module option by Roman Zippel · 19 years ago
- f6a88aa kconfig: add symbol option config syntax by Roman Zippel · 19 years ago
- 669bfad9 kconfig: allow loading multiple configurations by Roman Zippel · 19 years ago
- c1a0f5e [PATCH] kconfig: stricter error checking for .config by Roman Zippel · 19 years ago
- a02f057 [PATCH] kconfig: improve error handling in the parser by Roman Zippel · 19 years ago
- 3370f9f [PATCH] kconfig: simplify symbol type parsing by Roman Zippel · 19 years ago
- 7a88488 [PATCH] kconfig: use gperf for kconfig keywords by Roman Zippel · 19 years ago
- 70a6a0c [PATCH] fix build on nls free systems by Yuri Vasilevski · 19 years ago
- fb7f6ff [PATCH] kconfig: trivial cleanup by blaisorblade@yahoo.it · 19 years ago
- 3b9fa09 [PATCH] Kconfig i18n support by Arnaldo Carvalho de Melo · 20 years ago
- 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 20 years ago