summaryrefslogtreecommitdiffstats
path: root/scripts
AgeCommit message (Expand)AuthorLines
2020-01-07kconfig: fix too deep indentation in MakefileMasahiro Yamada-9/+9
2020-01-07kconfig: localmodconfig: fix indentation for closing braceMasahiro Yamada-1/+1
2020-01-07kconfig: localmodconfig: remove unused $configMasahiro Yamada-2/+0
2020-01-07kconfig: squash prop_alloc() into menu_add_prop()Masahiro Yamada-23/+17
2020-01-07kconfig: remove sym from struct propertyMasahiro Yamada-3/+1
2020-01-07kconfig: remove 'prompt' argument from menu_add_prop()Masahiro Yamada-4/+5
2020-01-07kconfig: move prompt handling to menu_add_prompt() from menu_add_prop()Masahiro Yamada-36/+34
2020-01-07kconfig: remove 'prompt' symbolMasahiro Yamada-10/+7
2020-01-07kconfig: drop T_WORD from the RHS of 'prompt' symbolMasahiro Yamada-3/+1
2020-01-07kconfig: use parent->dep as the parentdep of 'menu'Masahiro Yamada-5/+3
2020-01-07kconfig: remove the rootmenu check in menu_add_prop()Masahiro Yamada-1/+1
2020-01-03Merge tag 'kbuild-fixes-v5.5-2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-1/+1
2020-01-04kbuild/deb-pkg: annotate libelf-dev dependency as :nativeArd Biesheuvel-1/+1
2020-01-02gcc-plugins: make it possible to disable CONFIG_GCC_PLUGINS againArnd Bergmann-5/+4
2019-12-21Merge tag 'kbuild-fixes-v5.5' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-27/+30
2019-12-17scripts: package: mkdebian: add missing rsync dependencyEnrico Weigelt, metux IT consult-1/+1
2019-12-17kconfig: don't crash on NULL expressions in expr_eq()Thomas Hebb-0/+7
2019-12-14scripts/kallsyms: fix offset overflow of kallsyms_relative_baseMasahiro Yamada-20/+18
2019-12-14mkcompile_h: use printf for LINUX_COMPILE_BYMasahiro Yamada-1/+1
2019-12-14mkcompile_h: git rid of UTS_TRUNCATE from LINUX_COMPILE_{BY,HOST}Masahiro Yamada-6/+4
2019-12-09Merge tag 'printk-for-5.5-pr-warning-removal' of git://git.kernel.org/pub/scm...Linus Torvalds-9/+0
2019-12-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds-1/+7
2019-12-06checkpatch: Drop pr_warning checkKefeng Wang-9/+0
2019-12-04checkpatch: reduce is_maintained_obsolete lookup runtimeJoe Perches-2/+6
2019-12-04checkpatch: improve ignoring CamelCase SI style variants like mAJoe Perches-2/+3
2019-12-04scripts/get_maintainer.pl: add signatures from Fixes: <badcommit> lines in co...Joe Perches-1/+37
2019-12-02Merge tag 'kbuild-v5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds-858/+321
2019-12-02Merge tag 'docs-5.5a' of git://git.lwn.net/linuxLinus Torvalds-14/+109
2019-12-02Merge tag 'devicetree-for-5.5' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-3/+21
2019-12-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller-1/+7
2019-12-01scripts/spelling.txt: add more spellings to spelling.txtColin Ian King-0/+28
2019-11-29bpf: Force .BTF section start to zero when dumping from vmlinuxStanislav Fomichev-2/+3
2019-11-27bpf: Support pre-2.25-binutils objcopy for vmlinux BTFStanislav Fomichev-1/+6
2019-11-26Merge tag 'devprop-5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-3/+6
2019-11-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds-1/+154
2019-11-25Merge tag 'printk-for-5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds-1/+1
2019-11-25scripts/kallsyms: remove redundant initializersMasahiro Yamada-3/+3
2019-11-25scripts/kallsyms: put check_symbol_range() calls close togetherMasahiro Yamada-3/+1
2019-11-25scripts/kallsyms: make check_symbol_range() void functionMasahiro Yamada-9/+6
2019-11-25scripts/kallsyms: move ignored symbol types to is_ignored_symbol()Masahiro Yamada-15/+15
2019-11-25scripts/kallsyms: move more patterns to the ignored_prefixes arrayMasahiro Yamada-10/+2
2019-11-25scripts/kallsyms: skip ignored symbols very earlyMasahiro Yamada-51/+62
2019-11-25scripts/kallsyms: add const qualifiers where possibleMasahiro Yamada-14/+14
2019-11-25scripts/kallsyms: make find_token() return (unsigned char *)Masahiro Yamada-1/+2
2019-11-25scripts/kallsyms: replace prefix_underscores_count() with strspn()Masahiro Yamada-12/+2
2019-11-25scripts/kallsyms: add sym_name() to mitigate cast uglinessMasahiro Yamada-13/+16
2019-11-25scripts/kallsyms: remove unneeded length check for prefix matchingMasahiro Yamada-2/+1
2019-11-25scripts/kallsyms: remove redundant is_arm_mapping_symbol()Masahiro Yamada-13/+6
2019-11-25scripts/kallsyms: set relative_base more effectivelyMasahiro Yamada-4/+8
2019-11-25scripts/kallsyms: shrink table before sorting itMasahiro Yamada-20/+29