Age | Commit message (Expand) | Author | Files | Lines |
2024-09-20 | kconfig: cache expression values | Masahiro Yamada | 1 | -0/+4 |
2024-09-20 | kconfig: use hash table to reuse expressions | Masahiro Yamada | 1 | -4/+12 |
2024-09-20 | kconfig: change some expr_*() functions to bool | Masahiro Yamada | 1 | -3/+3 |
2024-09-01 | kconfig: remove P_SYMBOL property | Masahiro Yamada | 1 | -1/+0 |
2024-07-21 | kbuild: move some helper headers from scripts/kconfig/ to scripts/include/ | Masahiro Yamada | 1 | -2/+1 |
2024-07-16 | kconfig: remove SYMBOL_CHOICEVAL flag | Masahiro Yamada | 1 | -1/+0 |
2024-07-16 | kconfig: add const qualifiers to several function arguments | Masahiro Yamada | 1 | -2/+2 |
2024-07-16 | kconfig: remove E_LIST expression type | Masahiro Yamada | 1 | -1/+1 |
2024-07-16 | kconfig: remove P_CHOICE property | Masahiro Yamada | 1 | -3/+1 |
2024-07-16 | kconfig: remove expr_list_for_each_sym() macro | Masahiro Yamada | 1 | -3/+0 |
2024-07-16 | kconfig: refactor choice value calculation | Masahiro Yamada | 1 | -4/+8 |
2024-06-06 | kconfig: remove wrong expr_trans_bool() | Masahiro Yamada | 1 | -1/+0 |
2024-05-29 | kconfig: remove unused expr_is_no() | Masahiro Yamada | 1 | -5/+0 |
2024-05-02 | kconfig: remove SYMBOL_NO_WRITE flag | Masahiro Yamada | 1 | -1/+0 |
2024-05-02 | kconfig: remove 'optional' property support | Masahiro Yamada | 1 | -1/+0 |
2024-05-02 | kconfig: remove SYMBOL_CHOICE flag | Masahiro Yamada | 1 | -3/+1 |
2024-03-09 | kconfig: link menus to a symbol | Masahiro Yamada | 1 | -0/+5 |
2024-02-20 | kconfig: use generic macros to implement symbol hashtable | Masahiro Yamada | 1 | -5/+4 |
2024-02-19 | kconfig: split list_head into a separate header | Masahiro Yamada | 1 | -1/+1 |
2024-02-19 | kconfig: change file_lookup() to return the file name | Masahiro Yamada | 1 | -7/+0 |
2024-02-19 | kconfig: make file::name a flexible array member | Masahiro Yamada | 1 | -1/+1 |
2024-02-19 | kconfig: move the file and lineno in struct file to struct buffer | Masahiro Yamada | 1 | -3/+0 |
2024-02-19 | kconfig: associate struct property with file name directly | Masahiro Yamada | 1 | -1/+1 |
2024-02-19 | kconfig: associate struct menu with file name directly | Masahiro Yamada | 1 | -1/+1 |
2024-02-19 | kconfig: remove orphan lookup_file() declaration | Masahiro Yamada | 1 | -1/+0 |
2023-07-25 | kconfig: menuconfig: remove jump_key::index | Masahiro Yamada | 1 | -1/+0 |
2021-04-14 | kconfig: remove allnoconfig_y option | Masahiro Yamada | 1 | -3/+0 |
2021-04-14 | kconfig: change defconfig_list option to environment variable | Masahiro Yamada | 1 | -1/+0 |
2021-04-14 | kconfig: move JUMP_NB to mconf.c | Masahiro Yamada | 1 | -2/+0 |
2020-01-07 | kconfig: distinguish between dependencies and visibility in help text | Thomas Hebb | 1 | -0/+1 |
2020-01-07 | kconfig: remove sym from struct property | Masahiro Yamada | 1 | -1/+0 |
2019-07-17 | kconfig: fix missing choice values in auto.conf | Masahiro Yamada | 1 | -0/+1 |
2019-02-13 | kconfig: rename zconf.y to parser.y | Masahiro Yamada | 1 | -1/+1 |
2018-12-28 | kconfig: convert to SPDX License Identifier | Masahiro Yamada | 1 | -1/+1 |
2018-12-08 | kconfig: remove S_OTHER symbol type and correct dependency tracking | Masahiro Yamada | 1 | -2/+2 |
2018-08-14 | kconfig: remove P_ENV property type | Masahiro Yamada | 1 | -1/+0 |
2018-07-18 | kconfig: rename SYMBOL_AUTO to SYMBOL_NO_WRITE | Dirk Gouders | 1 | -1/+1 |
2018-06-28 | kconfig: handle P_SYMBOL in print_symbol() | Dirk Gouders | 1 | -0/+3 |
2018-03-26 | kconfig: make unmet dependency warnings readable | Masahiro Yamada | 1 | -1/+0 |
2018-03-26 | kconfig: Print reverse dependencies in groups | Eugeniu Rosca | 1 | -1/+2 |
2018-01-25 | kconfig: make "Selected by:" and "Implied by:" readable | Petr Vorel | 1 | -0/+1 |
2017-12-07 | kconfig: Document the 'symbol' struct | Ulf Magnusson | 1 | -1/+44 |
2017-12-07 | kconfig: Document the 'menu' struct | Ulf Magnusson | 1 | -0/+45 |
2016-11-16 | Kconfig: Introduce the "imply" keyword | Nicolas Pitre | 1 | -0/+2 |
2015-06-15 | kconfig: allow use of relations other than (in)equality | Jan Beulich | 1 | -1/+3 |
2015-02-25 | kconfig: Remove unnecessary prototypes from headers | Michal Marek | 1 | -5/+0 |
2014-04-07 | kconfig: make allnoconfig disable options behind EMBEDDED and EXPERT | Josh Triplett | 1 | -0/+3 |
2013-10-08 | kconfig: add short explanation to SYMBOL_WRITE | Martin Walch | 1 | -1/+1 |
2013-06-16 | kconfig: Fix defconfig when one choice menu selects options that another choi... | Arve Hjønnevåg | 1 | -0/+3 |
2012-10-25 | menuconfig: Replace CIRCLEQ by list_head-style lists. | Benjamin Poirier | 1 | -3/+2 |
2012-09-27 | menuconfig: Assign jump keys per-page instead of globally | Benjamin Poirier | 1 | -0/+9 |
2012-09-27 | menuconfig: Add jump keys to search results | Benjamin Poirier | 1 | -0/+2 |
2012-01-15 | kbuild: Fix compiler warning with assertion when calling 'fwrite' | Arnaud Lacombe | 1 | -0/+1 |
2011-06-06 | kconfig: nuke reference to SWIG | Arnaud Lacombe | 1 | -3/+0 |
2011-04-15 | kconfig: get rid of unused flags | Yann E. MORIN | 1 | -4/+0 |
2011-01-10 | Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare... | Linus Torvalds | 1 | -1/+2 |
2010-12-27 | kconfig: fix warning | Arnaud Lacombe | 1 | -0/+1 |
2010-12-21 | kconfig: Make expr_copy() take a const argument | Michal Marek | 1 | -1/+1 |
2010-11-22 | kconfig: add an option to determine a menu's visibility | Arnaud Lacombe | 1 | -0/+1 |
2010-10-12 | Merge branch 'kbuild/rc-fixes' into kbuild/kconfig | Michal Marek | 1 | -1/+0 |
2010-10-04 | kconfig: delay symbol direct dependency initialization | Arnaud Lacombe | 1 | -1/+0 |
2010-09-19 | kconfig: constify file name | Arnaud Lacombe | 1 | -1/+1 |
2010-08-03 | kconfig: save location of config symbols | Sam Ravnborg | 1 | -0/+1 |
2010-07-02 | kbuild: Warn on selecting symbols with unmet direct dependencies | Catalin Marinas | 1 | -0/+2 |
2010-02-02 | Improve kconfig symbol hashing | Andi Kleen | 1 | -3/+2 |
2009-01-02 | kconfig: struct property commented | Sam Ravnborg | 1 | -10/+30 |
2009-01-02 | kconfig: add comments to symbol flags | Sam Ravnborg | 1 | -16/+18 |
2009-01-02 | kconfig: explain symbol value defaults | Sam Ravnborg | 1 | -2/+6 |
2008-01-28 | kconfig: environment symbol support | Roman Zippel | 1 | -1/+2 |
2008-01-28 | kconfig: explicitly introduce expression list | Roman Zippel | 1 | -1/+4 |
2008-01-28 | kconfig: delete unused FILE_ and SYMBOL_ flags | Sam Ravnborg | 1 | -2/+0 |
2008-01-28 | kconfig: rename E_OR & friends to avoid name clash | Sam Ravnborg | 1 | -3/+3 |
2007-07-25 | kconfig: remove unused members from struct symbol | Sam Ravnborg | 1 | -1/+0 |
2007-07-25 | kconfig: attach help text to menus | Sam Ravnborg | 1 | -2/+1 |
2006-06-09 | kconfig: add defconfig_list/module option | Roman Zippel | 1 | -0/+1 |
2006-06-09 | kconfig: integrate split config into silentoldconfig | Roman Zippel | 1 | -1/+2 |
2006-06-09 | kconfig: allow loading multiple configurations | Roman Zippel | 1 | -1/+5 |
2006-06-09 | kconfig: allow multiple default values per symbol | Roman Zippel | 1 | -1/+6 |
2006-06-09 | kconfig: remove SYMBOL_{YES,MOD,NO} | Roman Zippel | 1 | -4/+1 |
2005-11-09 | [PATCH] kconfig: Fix Kconfig performance bug | David Gibson | 1 | -1/+0 |
2005-04-16 | Linux-2.6.12-rc2v2.6.12-rc2 | Linus Torvalds | 1 | -0/+195 |