aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
AgeCommit message (Expand)Author
2018-04-07kbuild: add %.dtb.S and %.dtb to 'targets' automaticallyMasahiro Yamada
2018-04-07kbuild: add %.lex.c and %.tab.[ch] to 'targets' automaticallyMasahiro Yamada
2018-04-07genksyms: generate lexer and parser during build instead of shippingMasahiro Yamada
2018-04-07kbuild: clean up *.lex.c and *.tab.[ch] patterns from top-level MakefileMasahiro Yamada
2018-04-07.gitignore: move *.lex.c *.tab.[ch] patterns to the top-level .gitignoreMasahiro Yamada
2018-04-07kbuild: use HOSTLDFLAGS for single .c executablesRobin Jarry
2018-04-06Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2018-04-05scripts/faddr2line: show the code contextChangbin Du
2018-04-05Merge tag 'devicetree-for-4.17' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2018-04-04Merge tag 'riscv-for-linus-4.17-mw0' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2018-04-04Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2018-04-03Merge tag 'kconfig-v4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds
2018-04-03Merge tag 'kbuild-v4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2018-04-03Merge tag 'docs-4.17' of git://git.lwn.net/linuxLinus Torvalds
2018-04-02Merge tag 'arch-removal' of git://git.kernel.org/pub/scm/linux/kernel/git/arn...Linus Torvalds
2018-04-02riscv/ftrace: Add RECORD_MCOUNT supportAlan Kao
2018-04-02Merge tag 'drm-for-v4.17' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds
2018-03-31kbuild: get <linux/compiler_types.h> out of <linux/kconfig.h>Masahiro Yamada
2018-03-29docs: kernel-doc: fix parsing of arraysMauro Carvalho Chehab
2018-03-28Backmerge tag 'v4.16-rc7' into drm-nextDave Airlie
2018-03-28kbuild: rpm-pkg: Support GNU tar >= 1.29Jason Gunthorpe
2018-03-28builddeb: Fix header package regarding dtc source linksJan Kiszka
2018-03-26scripts/checkstack.pl: remove blackfin supportTobias Klauser
2018-03-26recordmcount.pl: drop blackin and tile supportArnd Bergmann
2018-03-26kconfig: use yylineno option instead of manual lineno incrementsMasahiro Yamada
2018-03-26kconfig: detect recursive inclusion earlierMasahiro Yamada
2018-03-26kconfig: remove duplicated file name and lineno of recursive inclusionMasahiro Yamada
2018-03-26kconfig: do not include both curses.h and ncurses.h for nconfigMasahiro Yamada
2018-03-26kconfig: make unmet dependency warnings readableMasahiro Yamada
2018-03-26kconfig: warn unmet direct dependency of tristate symbols selected by yMasahiro Yamada
2018-03-26kconfig: tests: test if recursive inclusion is detectedMasahiro Yamada
2018-03-26kconfig: tests: test if recursive dependencies are detectedMasahiro Yamada
2018-03-26kconfig: tests: test randconfig for choice in choiceMasahiro Yamada
2018-03-26kconfig: tests: test defconfig when two choices interactMasahiro Yamada
2018-03-26kconfig: tests: check visibility of tristate choice values in y choiceMasahiro Yamada
2018-03-26kconfig: tests: check unneeded "is not set" with unmet dependencyMasahiro Yamada
2018-03-26kconfig: tests: test if new symbols in choice are askedMasahiro Yamada
2018-03-26kconfig: tests: test automatic submenu creationMasahiro Yamada
2018-03-26kconfig: tests: add basic choice testsMasahiro Yamada
2018-03-26kconfig: tests: add framework for Kconfig unit testingMasahiro Yamada
2018-03-26kconfig: remove redundant streamline_config.pl prerequisiteUlf Magnusson
2018-03-26kconfig: rename silentoldconfig to syncconfigMasahiro Yamada
2018-03-26kconfig: invoke oldconfig instead of silentoldconfig from local*configMasahiro Yamada
2018-03-26kconfig: hide irrelevant sub-menus for oldconfigMasahiro Yamada
2018-03-26kconfig: remove redundant input_mode test for check_conf() loopMasahiro Yamada
2018-03-26kconfig: remove unneeded input_mode test in conf()Masahiro Yamada
2018-03-26kconfig: do not call check_conf() for olddefconfigMasahiro Yamada
2018-03-26kconfig: only write '# CONFIG_FOO is not set' for visible symbolsUlf Magnusson
2018-03-26kconfig: Print reverse dependencies in groupsEugeniu Rosca
2018-03-26kconfig: clean-up reverse dependency help implementationMasahiro Yamada