aboutsummaryrefslogtreecommitdiffstats
path: root/scripts (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-03-26kconfig: remove duplicated file name and lineno of recursive inclusionMasahiro Yamada2-10/+10
2018-03-26kconfig: do not include both curses.h and ncurses.h for nconfigMasahiro Yamada1-3/+1
2018-03-26kconfig: make unmet dependency warnings readableMasahiro Yamada3-55/+23
2018-03-26kconfig: warn unmet direct dependency of tristate symbols selected by yMasahiro Yamada1-2/+2
2018-03-26kconfig: tests: test if recursive inclusion is detectedMasahiro Yamada6-0/+24
2018-03-26kconfig: tests: test if recursive dependencies are detectedMasahiro Yamada3-0/+101
2018-03-26kconfig: tests: test randconfig for choice in choiceMasahiro Yamada5-0/+60
2018-03-26kconfig: tests: test defconfig when two choices interactMasahiro Yamada4-0/+42
2018-03-26kconfig: tests: check visibility of tristate choice values in y choiceMasahiro Yamada5-0/+43
2018-03-26kconfig: tests: check unneeded "is not set" with unmet dependencyMasahiro Yamada4-0/+39
2018-03-26kconfig: tests: test if new symbols in choice are askedMasahiro Yamada4-0/+64
2018-03-26kconfig: tests: test automatic submenu creationMasahiro Yamada3-0/+72
2018-03-26kconfig: tests: add basic choice testsMasahiro Yamada9-0/+149
2018-03-26kconfig: tests: add framework for Kconfig unit testingMasahiro Yamada3-0/+306
2018-03-26kconfig: remove redundant streamline_config.pl prerequisiteUlf Magnusson1-4/+4
2018-03-26kconfig: rename silentoldconfig to syncconfigMasahiro Yamada2-13/+20
2018-03-26kconfig: invoke oldconfig instead of silentoldconfig from local*configMasahiro Yamada1-2/+2
2018-03-26kconfig: hide irrelevant sub-menus for oldconfigMasahiro Yamada1-3/+6
2018-03-26kconfig: remove redundant input_mode test for check_conf() loopMasahiro Yamada1-1/+1
2018-03-26kconfig: remove unneeded input_mode test in conf()Masahiro Yamada1-3/+1
2018-03-26kconfig: do not call check_conf() for olddefconfigMasahiro Yamada1-5/+5
2018-03-26kconfig: only write '# CONFIG_FOO is not set' for visible symbolsUlf Magnusson1-1/+2
2018-03-26kconfig: Print reverse dependencies in groupsEugeniu Rosca3-13/+20
2018-03-26kconfig: clean-up reverse dependency help implementationMasahiro Yamada2-17/+23
2018-03-26checkpatch: kconfig: prefer 'help' over '---help---'Ulf Magnusson1-1/+5
2018-03-26checkpatch: kconfig: check help texts for menuconfig and choiceUlf Magnusson1-2/+11
2018-03-26checkpatch: kconfig: recognize more prompts when checking help textsUlf Magnusson1-1/+1
2018-03-09kbuild: Handle builtin dtb file names containing hyphensJames Hogan1-4/+4
2018-03-09scripts/bloat-o-meter: fix typos in helpMatteo Croce1-1/+1
2018-03-05fixdep: do not ignore kconfig.hRasmus Villemoes1-1/+0
2018-03-05fixdep: remove some false CONFIG_ matchesRasmus Villemoes1-0/+5
2018-03-05fixdep: remove stale references to uml-config.hRasmus Villemoes1-9/+0
2018-03-03Merge tag 'kbuild-fixes-v4.16' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuildLinus Torvalds12-18/+29
2018-03-03kconfig: fix line number in recursive inclusion error messageMasahiro Yamada1-8/+4
2018-03-03Coccinelle: memdup: Fix typo in warning messagesDafna Hirschfeld1-2/+2
2018-03-02kconfig: Update ncurses package names for menuconfigArvind Prasanna1-1/+2
2018-03-02kbuild/kallsyms: trivial typo fixCao jin1-1/+1
2018-03-02kbuild: drop superfluous GCC_PLUGINS_CFLAGS assignmentCao jin1-1/+1
2018-03-02kconfig: Don't leak choice names during parsingMasahiro Yamada1-0/+1
2018-03-02kconfig: set SYMBOL_AUTO to the symbol marked with defconfig_listMasahiro Yamada1-0/+1
2018-03-02kconfig: add xstrdup() helperMasahiro Yamada6-5/+17
2018-02-21objtool, retpolines: Integrate objtool with retpoline support more closelyPeter Zijlstra1-0/+2
2018-02-21objtool: Add module specific retpoline rulesPeter Zijlstra1-0/+2
2018-02-21objtool: Add retpoline validationPeter Zijlstra1-0/+4
2018-02-09Merge tag 'kbuild-v4.16-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuildLinus Torvalds13-66/+120
2018-02-10kconfig: remove const qualifier from sym_expand_string_value()Masahiro Yamada3-4/+4
2018-02-10kconfig: add xrealloc() helperMasahiro Yamada6-5/+16
2018-02-08Merge tag 'gcc-plugins-v4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds4-78/+37
2018-02-09kconfig: send error messages to stderrMasahiro Yamada4-19/+24
2018-02-09kconfig: echo stdin to stdout if either is redirectedMasahiro Yamada1-3/+4