summaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Expand)AuthorFilesLines
2018-04-07kbuild: add %.dtb.S and %.dtb to 'targets' automaticallyMasahiro Yamada2-3/+5
2018-04-07kbuild: add %.lex.c and %.tab.[ch] to 'targets' automaticallyMasahiro Yamada4-6/+12
2018-04-07genksyms: generate lexer and parser during build instead of shippingMasahiro Yamada5-4825/+30
2018-04-07kbuild: clean up *.lex.c and *.tab.[ch] patterns from top-level MakefileMasahiro Yamada3-7/+3
2018-04-07.gitignore: move *.lex.c *.tab.[ch] patterns to the top-level .gitignoreMasahiro Yamada3-9/+0
2018-04-07kbuild: use HOSTLDFLAGS for single .c executablesRobin Jarry1-1/+1
2018-04-07Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-1/+11
2018-04-06scripts/faddr2line: show the code contextChangbin Du1-1/+11
2018-04-06Merge tag 'devicetree-for-4.17' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds26-5035/+628
2018-04-05Merge tag 'riscv-for-linus-4.17-mw0' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-0/+5
2018-04-05Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds1-0/+1
2018-04-04Merge tag 'kconfig-v4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds55-135/+1037
2018-04-04Merge tag 'kbuild-v4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds12-181/+142
2018-04-03Merge tag 'docs-4.17' of git://git.lwn.net/linuxLinus Torvalds2-303/+396
2018-04-03Merge tag 'arch-removal' of git://git.kernel.org/pub/scm/linux/kernel/git/arn...Linus Torvalds5-65/+3
2018-04-03riscv/ftrace: Add RECORD_MCOUNT supportAlan Kao1-0/+5
2018-04-02Merge tag 'drm-for-v4.17' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds1-10/+0
2018-03-31kbuild: get <linux/compiler_types.h> out of <linux/kconfig.h>Masahiro Yamada1-0/+1
2018-03-30docs: kernel-doc: fix parsing of arraysMauro Carvalho Chehab1-1/+1
2018-03-28Backmerge tag 'v4.16-rc7' into drm-nextDave Airlie16-33/+47
2018-03-27kbuild: rpm-pkg: Support GNU tar >= 1.29Jason Gunthorpe1-1/+1
2018-03-27builddeb: Fix header package regarding dtc source linksJan Kiszka1-1/+1
2018-03-26scripts/checkstack.pl: remove blackfin supportTobias Klauser1-3/+0
2018-03-26recordmcount.pl: drop blackin and tile supportArnd Bergmann1-8/+0
2018-03-25kconfig: use yylineno option instead of manual lineno incrementsMasahiro Yamada2-11/+10
2018-03-25kconfig: detect recursive inclusion earlierMasahiro Yamada1-6/+8
2018-03-25kconfig: remove duplicated file name and lineno of recursive inclusionMasahiro Yamada2-10/+10
2018-03-25kconfig: do not include both curses.h and ncurses.h for nconfigMasahiro Yamada1-3/+1
2018-03-25kconfig: make unmet dependency warnings readableMasahiro Yamada3-55/+23
2018-03-25kconfig: warn unmet direct dependency of tristate symbols selected by yMasahiro Yamada1-2/+2
2018-03-25kconfig: tests: test if recursive inclusion is detectedMasahiro Yamada6-0/+24
2018-03-25kconfig: tests: test if recursive dependencies are detectedMasahiro Yamada3-0/+101
2018-03-25kconfig: tests: test randconfig for choice in choiceMasahiro Yamada5-0/+60
2018-03-25kconfig: tests: test defconfig when two choices interactMasahiro Yamada4-0/+42
2018-03-25kconfig: tests: check visibility of tristate choice values in y choiceMasahiro Yamada5-0/+43
2018-03-25kconfig: tests: check unneeded "is not set" with unmet dependencyMasahiro Yamada4-0/+39
2018-03-25kconfig: tests: test if new symbols in choice are askedMasahiro Yamada4-0/+64
2018-03-25kconfig: tests: test automatic submenu creationMasahiro Yamada3-0/+72
2018-03-25kconfig: tests: add basic choice testsMasahiro Yamada9-0/+149
2018-03-25kconfig: tests: add framework for Kconfig unit testingMasahiro Yamada3-0/+306
2018-03-25kconfig: remove redundant streamline_config.pl prerequisiteUlf Magnusson1-4/+4
2018-03-25kconfig: rename silentoldconfig to syncconfigMasahiro Yamada2-13/+20
2018-03-25kconfig: invoke oldconfig instead of silentoldconfig from local*configMasahiro Yamada1-2/+2
2018-03-25kconfig: hide irrelevant sub-menus for oldconfigMasahiro Yamada1-3/+6
2018-03-25kconfig: remove redundant input_mode test for check_conf() loopMasahiro Yamada1-1/+1
2018-03-25kconfig: remove unneeded input_mode test in conf()Masahiro Yamada1-3/+1
2018-03-25kconfig: do not call check_conf() for olddefconfigMasahiro Yamada1-5/+5
2018-03-25kconfig: only write '# CONFIG_FOO is not set' for visible symbolsUlf Magnusson1-1/+2
2018-03-25kconfig: Print reverse dependencies in groupsEugeniu Rosca3-13/+20
2018-03-25kconfig: clean-up reverse dependency help implementationMasahiro Yamada2-17/+23