| Age | Commit message (Expand) | Author | Files | Lines |
| 2024-09-20 | scripts: move hash function from scripts/kconfig/ to scripts/include/ | Masahiro Yamada | 1 | -11/+2 |
| 2024-09-01 | kbuild: split x*alloc() functions in kconfig to scripts/include/xalloc.h | Masahiro Yamada | 1 | -49/+1 |
| 2024-07-21 | kbuild: move some helper headers from scripts/kconfig/ to scripts/include/ | Masahiro Yamada | 1 | -1/+1 |
| 2024-07-16 | kconfig: add const qualifiers to several function arguments | Masahiro Yamada | 1 | -1/+1 |
| 2024-02-20 | kconfig: convert linked list of files to hash table | Masahiro Yamada | 1 | -9/+11 |
| 2024-02-20 | kconfig: move strhash() to util.c as a global function | Masahiro Yamada | 1 | -0/+10 |
| 2024-02-19 | kconfig: change file_lookup() to return the file name | Masahiro Yamada | 1 | -3/+10 |
| 2024-02-19 | kconfig: make file::name a flexible array member | Masahiro Yamada | 1 | -2/+5 |
| 2024-02-19 | kconfig: write Kconfig files to autoconf.cmd in order | Masahiro Yamada | 1 | -0/+3 |
| 2023-12-28 | kconfig: remove redundant NULL pointer check before free() | Masahiro Yamada | 1 | -2/+1 |
| 2022-11-21 | kconfig: remove const qualifier from str_get() | Masahiro Yamada | 1 | -1/+1 |
| 2018-12-28 | kconfig: convert to SPDX License Identifier | Masahiro Yamada | 1 | -2/+1 |
| 2018-07-25 | kconfig: rename file_write_dep and move it to confdata.c | Masahiro Yamada | 1 | -30/+0 |
| 2018-05-29 | kconfig: remove string expansion in file_lookup() | Masahiro Yamada | 1 | -3/+1 |
| 2018-05-29 | kconfig: reference environment variables directly and remove 'option env=' | Masahiro Yamada | 1 | -17/+12 |
| 2018-03-02 | kconfig: add xstrdup() helper | Masahiro Yamada | 1 | -0/+11 |
| 2018-02-10 | kconfig: remove const qualifier from sym_expand_string_value() | Masahiro Yamada | 1 | -2/+2 |
| 2018-02-10 | kconfig: add xrealloc() helper | Masahiro Yamada | 1 | -1/+10 |
| 2015-02-25 | kconfig: Remove dead code | Michal Marek | 1 | -10/+0 |
| 2014-06-10 | kbuild: trivial - remove trailing empty lines | Masahiro Yamada | 1 | -2/+0 |
| 2012-11-20 | kconfig: Fix malloc handling in conf tools | Alan Cox | 1 | -2/+21 |
| 2011-06-06 | kconfig: add missing <stdlib.h> inclusion | Arnaud Lacombe | 1 | -0/+1 |
| 2011-06-06 | kconfig: add missing <stdarg.h> inclusion | Arnaud Lacombe | 1 | -0/+1 |
| 2010-09-19 | kconfig: expand file names | Arnaud Lacombe | 1 | -2/+5 |
| 2010-06-01 | Merge branch 'for-35' of git://repo.or.cz/linux-kbuild | Linus Torvalds | 1 | -0/+2 |
| 2010-03-15 | kconfig: util: Fix typo in comment | Thomas Weber | 1 | -1/+1 |
| 2010-02-02 | menuconfig: wrap long help lines | Vadim Bendebury (вб) | 1 | -0/+2 |
| 2009-06-09 | kconfig: do not hardcode "include/config/auto.conf" filename | Markus Heidelberg | 1 | -3/+3 |
| 2008-05-19 | kconfig: incorrect 'len' field initialisation ? | Christophe Jaillet | 1 | -1/+1 |
| 2008-01-28 | kconfig: environment symbol support | Roman Zippel | 1 | -2/+21 |
| 2007-10-12 | kconfig: fix segv fault in menuconfig | Sam Ravnborg | 1 | -5/+8 |
| 2006-06-09 | kconfig: fix .config dependencies | Roman Zippel | 1 | -1/+3 |
| 2006-01-04 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild | Linus Torvalds | 1 | -1/+1 |
| 2006-01-03 | s/retreiv/retriev/g | Matt Mackall | 1 | -1/+1 |
| 2005-12-26 | kbuild: always run 'make silentoldconfig' when tree is cleaned | Sam Ravnborg | 1 | -1/+1 |
| 2005-04-16 | Linux-2.6.12-rc2v2.6.12-rc2 | Linus Torvalds | 1 | -0/+109 |