aboutsummaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Expand)AuthorFilesLines
2018-04-06Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 1-1/+11
2018-04-06dts: remove cris & metag dts hard link fileGravatar Liu, Changcheng 2-2/+0
2018-04-05scripts/faddr2line: show the code contextGravatar Changbin Du 1-1/+11
2018-04-05Merge tag 'devicetree-for-4.17' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 26-5035/+628
2018-04-04Merge tag 'riscv-for-linus-4.17-mw0' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-0/+5
2018-04-04Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Gravatar Linus Torvalds 1-0/+1
2018-04-03Merge tag 'kconfig-v4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Gravatar Linus Torvalds 55-135/+1037
2018-04-03Merge tag 'kbuild-v4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Gravatar Linus Torvalds 12-181/+142
2018-04-03Merge tag 'docs-4.17' of git://git.lwn.net/linuxGravatar Linus Torvalds 2-303/+396
2018-04-02Merge tag 'arch-removal' of git://git.kernel.org/pub/scm/linux/kernel/git/arn...Gravatar Linus Torvalds 5-65/+3
2018-04-02riscv/ftrace: Add RECORD_MCOUNT supportGravatar Alan Kao 1-0/+5
2018-04-02Merge tag 'drm-for-v4.17' of git://people.freedesktop.org/~airlied/linuxGravatar Linus Torvalds 1-10/+0
2018-03-31kbuild: get <linux/compiler_types.h> out of <linux/kconfig.h>Gravatar Masahiro Yamada 1-0/+1
2018-03-31security: convert security hooks to use hlistGravatar Sargun Dhillon 1-2/+2
2018-03-29docs: kernel-doc: fix parsing of arraysGravatar Mauro Carvalho Chehab 1-1/+1
2018-03-28Backmerge tag 'v4.16-rc7' into drm-nextGravatar Dave Airlie 16-33/+47
2018-03-28kbuild: rpm-pkg: Support GNU tar >= 1.29Gravatar Jason Gunthorpe 1-1/+1
2018-03-28builddeb: Fix header package regarding dtc source linksGravatar Jan Kiszka 1-1/+1
2018-03-26scripts/checkstack.pl: remove blackfin supportGravatar Tobias Klauser 1-3/+0
2018-03-26recordmcount.pl: drop blackin and tile supportGravatar Arnd Bergmann 1-8/+0
2018-03-26kconfig: use yylineno option instead of manual lineno incrementsGravatar Masahiro Yamada 2-11/+10
2018-03-26kconfig: detect recursive inclusion earlierGravatar Masahiro Yamada 1-6/+8
2018-03-26kconfig: remove duplicated file name and lineno of recursive inclusionGravatar Masahiro Yamada 2-10/+10
2018-03-26kconfig: do not include both curses.h and ncurses.h for nconfigGravatar Masahiro Yamada 1-3/+1
2018-03-26kconfig: make unmet dependency warnings readableGravatar Masahiro Yamada 3-55/+23
2018-03-26kconfig: warn unmet direct dependency of tristate symbols selected by yGravatar Masahiro Yamada 1-2/+2
2018-03-26kconfig: tests: test if recursive inclusion is detectedGravatar Masahiro Yamada 6-0/+24
2018-03-26kconfig: tests: test if recursive dependencies are detectedGravatar Masahiro Yamada 3-0/+101
2018-03-26kconfig: tests: test randconfig for choice in choiceGravatar Masahiro Yamada 5-0/+60
2018-03-26kconfig: tests: test defconfig when two choices interactGravatar Masahiro Yamada 4-0/+42
2018-03-26kconfig: tests: check visibility of tristate choice values in y choiceGravatar Masahiro Yamada 5-0/+43
2018-03-26kconfig: tests: check unneeded "is not set" with unmet dependencyGravatar Masahiro Yamada 4-0/+39
2018-03-26kconfig: tests: test if new symbols in choice are askedGravatar Masahiro Yamada 4-0/+64
2018-03-26kconfig: tests: test automatic submenu creationGravatar Masahiro Yamada 3-0/+72
2018-03-26kconfig: tests: add basic choice testsGravatar Masahiro Yamada 9-0/+149
2018-03-26kconfig: tests: add framework for Kconfig unit testingGravatar Masahiro Yamada 3-0/+306
2018-03-26kconfig: remove redundant streamline_config.pl prerequisiteGravatar Ulf Magnusson 1-4/+4
2018-03-26kconfig: rename silentoldconfig to syncconfigGravatar Masahiro Yamada 2-13/+20
2018-03-26kconfig: invoke oldconfig instead of silentoldconfig from local*configGravatar Masahiro Yamada 1-2/+2
2018-03-26kconfig: hide irrelevant sub-menus for oldconfigGravatar Masahiro Yamada 1-3/+6
2018-03-26kconfig: remove redundant input_mode test for check_conf() loopGravatar Masahiro Yamada 1-1/+1
2018-03-26kconfig: remove unneeded input_mode test in conf()Gravatar Masahiro Yamada 1-3/+1
2018-03-26kconfig: do not call check_conf() for olddefconfigGravatar Masahiro Yamada 1-5/+5
2018-03-26kconfig: only write '# CONFIG_FOO is not set' for visible symbolsGravatar Ulf Magnusson 1-1/+2
2018-03-26kconfig: Print reverse dependencies in groupsGravatar Eugeniu Rosca 3-13/+20
2018-03-26kconfig: clean-up reverse dependency help implementationGravatar Masahiro Yamada 2-17/+23
2018-03-26checkpatch: kconfig: prefer 'help' over '---help---'Gravatar Ulf Magnusson 1-1/+5
2018-03-26checkpatch: kconfig: check help texts for menuconfig and choiceGravatar Ulf Magnusson 1-2/+11
2018-03-26checkpatch: kconfig: recognize more prompts when checking help textsGravatar Ulf Magnusson 1-1/+1
2018-03-26kbuild: clean up link rule of composite modulesGravatar Masahiro Yamada 1-3/+1