aboutsummaryrefslogtreecommitdiffstats
path: root/scripts (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-01-10kconfig: fix an "implicit declaration of function" warningBartosz Golaszewski3-0/+3
2020-01-07kconfig: fix nesting of symbol help textThomas Hebb1-8/+8
2020-01-07kconfig: distinguish between dependencies and visibility in help textThomas Hebb3-2/+13
2020-01-07kconfig: list all definitions of a symbol in help textThomas Hebb1-24/+31
2020-01-07kconfig: Add yes2modconfig and mod2yesconfig targets.Tetsuo Handa4-1/+38
2020-01-07kconfig: use $(PERL) in MakefileMasahiro Yamada1-1/+1
2020-01-07kconfig: fix too deep indentation in MakefileMasahiro Yamada1-9/+9
2020-01-07kconfig: localmodconfig: fix indentation for closing braceMasahiro Yamada1-1/+1
2020-01-07kconfig: localmodconfig: remove unused $configMasahiro Yamada1-2/+0
2020-01-07kconfig: squash prop_alloc() into menu_add_prop()Masahiro Yamada3-23/+17
2020-01-07kconfig: remove sym from struct propertyMasahiro Yamada3-3/+1
2020-01-07kconfig: remove 'prompt' argument from menu_add_prop()Masahiro Yamada1-4/+5
2020-01-07kconfig: move prompt handling to menu_add_prompt() from menu_add_prop()Masahiro Yamada1-36/+34
2020-01-07kconfig: remove 'prompt' symbolMasahiro Yamada1-10/+7
2020-01-07kconfig: drop T_WORD from the RHS of 'prompt' symbolMasahiro Yamada1-3/+1
2020-01-07kconfig: use parent->dep as the parentdep of 'menu'Masahiro Yamada1-5/+3
2020-01-07kconfig: remove the rootmenu check in menu_add_prop()Masahiro Yamada1-1/+1
2020-01-07kbuild: create modules.builtin without Makefile.modbuiltin or tristate.confMasahiro Yamada4-106/+6
2020-01-07kbuild: pass KBUILD_MODFILE when compiling builtin objectsMasahiro Yamada1-6/+9
2020-01-07kbuild: add stringify helper to quote a string passed to C filesMasahiro Yamada2-1/+5
2020-01-07kbuild: use pattern rule for building built-in.a in sub-directoriesMasahiro Yamada1-1/+1
2020-01-07kbuild: do not create orphan built-in.a or obj-y objectsMasahiro Yamada2-1/+5
2020-01-06remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig2-5/+1
2020-01-03Merge tag 'kbuild-fixes-v5.5-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuildLinus Torvalds1-1/+1
2020-01-04kbuild/deb-pkg: annotate libelf-dev dependency as :nativeArd Biesheuvel1-1/+1
2020-01-02gcc-plugins: make it possible to disable CONFIG_GCC_PLUGINS againArnd Bergmann1-5/+4
2019-12-26scripts/dtc: Update to upstream version v1.5.1-22-gc40aeb60b47aRob Herring14-32/+84
2019-12-23Merge 5.5-rc3 into tty-nextGreg Kroah-Hartman5-36/+30
2019-12-21Merge tag 'kbuild-fixes-v5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuildLinus Torvalds4-27/+30
2019-12-17tty: vt: move conmakehash to drivers/tty/vt/ from scripts/Masahiro Yamada3-294/+0
2019-12-17scripts: package: mkdebian: add missing rsync dependencyEnrico Weigelt, metux IT consult1-1/+1
2019-12-17kconfig: don't crash on NULL expressions in expr_eq()Thomas Hebb1-0/+7
2019-12-14scripts/kallsyms: fix offset overflow of kallsyms_relative_baseMasahiro Yamada1-20/+18
2019-12-14mkcompile_h: use printf for LINUX_COMPILE_BYMasahiro Yamada1-1/+1
2019-12-14mkcompile_h: git rid of UTS_TRUNCATE from LINUX_COMPILE_{BY,HOST}Masahiro Yamada1-6/+4
2019-12-13x86/unwind/orc: Remove boot-time ORC unwind tables sortingShile Zhang1-1/+4
2019-12-13scripts/sorttable: Implement build-time ORC unwind table sortingShile Zhang3-6/+189
2019-12-13scripts/sorttable: Rename 'sortextable' to 'sorttable'Shile Zhang5-15/+15
2019-12-13scripts/sortextable: Refactor the do_func() functionShile Zhang2-58/+61
2019-12-13scripts/sortextable: Remove dead codeShile Zhang1-4/+0
2019-12-13scripts/sortextable: Clean up the code to meet the kernel coding style betterShile Zhang2-102/+111
2019-12-13scripts/sortextable: Rewrite error/success handlingShile Zhang2-82/+48
2019-12-09Merge tag 'printk-for-5.5-pr-warning-removal' of git://git.kernel.org/pub/scm/linux/kernel/git/pmladek/printkLinus Torvalds1-9/+0
2019-12-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds1-1/+7
2019-12-06checkpatch: Drop pr_warning checkKefeng Wang1-9/+0
2019-12-04checkpatch: reduce is_maintained_obsolete lookup runtimeJoe Perches1-2/+6
2019-12-04checkpatch: improve ignoring CamelCase SI style variants like mAJoe Perches1-2/+3
2019-12-04scripts/get_maintainer.pl: add signatures from Fixes: <badcommit> lines in commit messageJoe Perches1-1/+37
2019-12-02Merge tag 'kbuild-v5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuildLinus Torvalds21-858/+321
2019-12-02Merge tag 'docs-5.5a' of git://git.lwn.net/linuxLinus Torvalds3-14/+109