summaryrefslogtreecommitdiffstats
path: root/scripts
AgeCommit message (Expand)AuthorLines
2018-03-26scripts/checkstack.pl: remove blackfin supportTobias Klauser-3/+0
2018-03-26recordmcount.pl: drop blackin and tile supportArnd Bergmann-8/+0
2018-03-26kconfig: use yylineno option instead of manual lineno incrementsMasahiro Yamada-11/+10
2018-03-26kconfig: detect recursive inclusion earlierMasahiro Yamada-6/+8
2018-03-26kconfig: remove duplicated file name and lineno of recursive inclusionMasahiro Yamada-10/+10
2018-03-26kconfig: do not include both curses.h and ncurses.h for nconfigMasahiro Yamada-3/+1
2018-03-26kconfig: make unmet dependency warnings readableMasahiro Yamada-55/+23
2018-03-26kconfig: warn unmet direct dependency of tristate symbols selected by yMasahiro Yamada-2/+2
2018-03-26kconfig: tests: test if recursive inclusion is detectedMasahiro Yamada-0/+24
2018-03-26kconfig: tests: test if recursive dependencies are detectedMasahiro Yamada-0/+101
2018-03-26kconfig: tests: test randconfig for choice in choiceMasahiro Yamada-0/+60
2018-03-26kconfig: tests: test defconfig when two choices interactMasahiro Yamada-0/+42
2018-03-26kconfig: tests: check visibility of tristate choice values in y choiceMasahiro Yamada-0/+43
2018-03-26kconfig: tests: check unneeded "is not set" with unmet dependencyMasahiro Yamada-0/+39
2018-03-26kconfig: tests: test if new symbols in choice are askedMasahiro Yamada-0/+64
2018-03-26kconfig: tests: test automatic submenu creationMasahiro Yamada-0/+72
2018-03-26kconfig: tests: add basic choice testsMasahiro Yamada-0/+149
2018-03-26kconfig: tests: add framework for Kconfig unit testingMasahiro Yamada-0/+306
2018-03-26kconfig: remove redundant streamline_config.pl prerequisiteUlf Magnusson-4/+4
2018-03-26kconfig: rename silentoldconfig to syncconfigMasahiro Yamada-13/+20
2018-03-26kconfig: invoke oldconfig instead of silentoldconfig from local*configMasahiro Yamada-2/+2
2018-03-26kconfig: hide irrelevant sub-menus for oldconfigMasahiro Yamada-3/+6
2018-03-26kconfig: remove redundant input_mode test for check_conf() loopMasahiro Yamada-1/+1
2018-03-26kconfig: remove unneeded input_mode test in conf()Masahiro Yamada-3/+1
2018-03-26kconfig: do not call check_conf() for olddefconfigMasahiro Yamada-5/+5
2018-03-26kconfig: only write '# CONFIG_FOO is not set' for visible symbolsUlf Magnusson-1/+2
2018-03-26kconfig: Print reverse dependencies in groupsEugeniu Rosca-13/+20
2018-03-26kconfig: clean-up reverse dependency help implementationMasahiro Yamada-17/+23
2018-03-26checkpatch: kconfig: prefer 'help' over '---help---'Ulf Magnusson-1/+5
2018-03-26checkpatch: kconfig: check help texts for menuconfig and choiceUlf Magnusson-2/+11
2018-03-26checkpatch: kconfig: recognize more prompts when checking help textsUlf Magnusson-1/+1
2018-03-26kbuild: clean up link rule of composite modulesMasahiro Yamada-3/+1
2018-03-26kbuild: clean up archive rule of built-in.aMasahiro Yamada-9/+4
2018-03-26kbuild: remove partial section mismatch detection for built-in.aMasahiro Yamada-2/+1
2018-03-26kbuild: link $(real-obj-y) instead of $(obj-y) into built-in.aMasahiro Yamada-18/+10
2018-03-26kbuild: rename real-objs-y/m to real-obj-y/mMasahiro Yamada-16/+16
2018-03-26kbuild: move modname and modname-multi close to modname_flagsMasahiro Yamada-8/+8
2018-03-26kbuild: simplify modname calculationMasahiro Yamada-18/+1
2018-03-26kbuild: fix modname for composite modulesCao jin-2/+2
2018-03-26kbuild: define KBUILD_MODNAME even if multiple modules share objectsMasahiro Yamada-7/+5
2018-03-26kbuild: remove unnecessary $(subst $(obj)/, , ...) in modname-multiMasahiro Yamada-1/+1
2018-03-26kbuild: Use ls(1) instead of stat(1) to obtain file sizeMichael Forney-3/+7
2018-03-26kbuild: move include/config/ksym/* to include/ksym/*Masahiro Yamada-6/+6
2018-03-26kbuild: restore autoksyms.h touch to the top MakefileMasahiro Yamada-2/+0
2018-03-26kbuild: remove wrong 'touch' in adjust_autoksyms.shMasahiro Yamada-3/+0
2018-03-26kbuild: simplify ld-option implementationMasahiro Yamada-3/+1
2018-03-26kbuild: rename built-in.o to built-in.aNicholas Piggin-19/+19
2018-03-26kbuild: remove incremental linking optionNicholas Piggin-80/+43
2018-03-26kbuild: Improve portability of some sed invocationsMichael Forney-9/+11
2018-03-26kbuild: add clang-version.shSami Tolvanen-0/+33