aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/kconfig
Commit message (Expand)AuthorAge
* kconfig: Do not print status messages in make -s modeMichal Marek2015-04-09
* kconfig: Simplify MakefileMichal Marek2015-04-08
* kbuild: add generic mergeconfig target, %.configMasahiro Yamada2015-03-24
* merge_config.sh: rename MAKE to RUNMAKEMasahiro Yamada2015-03-24
* merge_config.sh: improve indentationMasahiro Yamada2015-03-24
* kbuild: mergeconfig: remove redundant $(objtree)Masahiro Yamada2015-03-24
* kbuild: mergeconfig: move an error check to merge_config.shMasahiro Yamada2015-03-24
* kbuild: mergeconfig: fix "jobserver unavailable" warningMasahiro Yamada2015-03-24
* kconfig: Remove unnecessary prototypes from headersMichal Marek2015-02-25
* kconfig: Remove dead codeMichal Marek2015-02-25
* kconfig: Get rid of the P() macro in headersMichal Marek2015-02-25
* kconfig: fix a misspelling in scripts/kconfig/merge_config.shMasahiro Yamada2015-02-25
* kconfig: use va_end to match corresponding va_startColin Ian King2015-01-27
* merge_config.sh: Display usage if given too few argumentsOlof Johansson2015-01-07
* Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds2014-12-20
|\
| * kconfig: Fix warning "‘jump’ may be used uninitialized"Peter Kümmel2014-11-28
* | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2014-12-19
|\ \
| * | calloc/xcalloc: Fix argument orderArjun Sreedharan2014-12-09
| |/
* / Replace mentions of "list_struct" to "list_head"Andrey Utkin2014-11-20
|/
* Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds2014-10-14
|\
| * kconfig/lxdialog: get ncurses CFLAGS with pkg-configBjørn Forsman2014-09-23
| * kconfig: nconfig: fix multi-byte UTF handlingBrian Norris2014-08-22
| * kconfig: lxdialog: fix spellingBrian Norris2014-08-22
| * kbuild: Make scripts executableMichal Marek2014-08-20
| * kbuild: remove redundant clean-files from scripts/kconfig/MakefileMasahiro Yamada2014-08-19
| * kbuild: refactor script/kconfig/MakefileMasahiro Yamada2014-08-19
* | x86: Add "make tinyconfig" to configure the tiniest possible kernelJosh Triplett2014-08-08
* | x86, platform, kconfig: move kvmconfig functionality to a helperJosh Triplett2014-08-08
|/
* Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/k...Linus Torvalds2014-06-13
|\
| * kbuild: trivial - use tabs for code indent where possibleMasahiro Yamada2014-06-10
| * kbuild: trivial - remove trailing empty linesMasahiro Yamada2014-06-09
* | kbuild: create include/config directory in scripts/kconfig/MakefileMasahiro Yamada2014-06-09
* | kbuild: trivial - remove trailing spacesMasahiro Yamada2014-04-30
|/
* kconfig: make allnoconfig disable options behind EMBEDDED and EXPERTJosh Triplett2014-04-07
* localmodconfig: Add config depends by default settingsSteven Rostedt (Red Hat)2013-12-20
* xconfig: Fix the filename for GUI settingsBen Hutchings2013-10-08
* kconfig: fix bug in search results string: use strlen(gstr->s), not gstr->lenMartin Walch2013-10-08
* kconfig: remove unused definition from scannerMartin Walch2013-10-08
* kconfig: adjust warning message for conflicting typesMartin Walch2013-10-08
* kconfig: fix trivial typos and update mconf documentationMartin Walch2013-10-08
* kconfig: add short explanation to SYMBOL_WRITEMartin Walch2013-10-08
* kconfig: do not allow more than one symbol to have 'option modules'Yann E. MORIN2013-09-05
* kconfig: regenerate bison parserYann E. MORIN2013-09-05
* kconfig: do not special-case 'MODULES' symbolYann E. MORIN2013-09-05
* kconfig: silence warning when parsing auto.conf when a symbol has changed typeYann E. MORIN2013-08-15
* kconfig: switch to "long long" for sanityKees Cook2013-08-15
* Merge branch 'yem-kconfig-rc-fixes' of git://gitorious.org/linux-kconfig/linu...Michal Marek2013-07-23
|\
| * kconfig: simplify symbol-search codeYann E. MORIN2013-07-16
| * kconfig: don't allocate n+1 elements in temporary arrayYann E. MORIN2013-07-16
| * kconfig: minor style fixes in symbol-search codeYann E. MORIN2013-07-16