summaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Expand)Author
2020-04-01scripts/dtc: Remove redundant YYLOC global declarationDirk Mueller
2020-03-25kconfig: introduce m32-flag and m64-flagMasahiro Yamada
2020-03-25modpost: Get proper section index by get_secindex() instead of st_shndxXiao Yang
2020-03-25modpost: move the namespace field in Module.symvers lastJessica Yu
2020-03-25kbuild: Disable -Wpointer-to-enum-castNathan Chancellor
2020-03-25parse-maintainers: Mark as executableJonathan Neuschäfer
2020-03-05kbuild: fix DT binding schema rule to detect command line changesMasahiro Yamada
2020-02-28scripts/get_maintainer.pl: deprioritize old Fixes: addressesDouglas Anderson
2020-02-24bpf, btf: Always output invariant hit in pahole DWARF to BTF transformChris Down
2020-02-24kbuild: use -S instead of -E for precise cc-option test in KconfigMasahiro Yamada
2020-02-24kbuild: remove *.tmp file when filechk failsMasahiro Yamada
2020-02-24kconfig: fix broken dependency in randconfig-generated .configMasahiro Yamada
2020-02-11scripts/find-unused-docs: Fix massive false positivesGeert Uytterhoeven
2020-01-25Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds
2020-01-19ARM: 8950/1: ftrace/recordmcount: filter relocation typesAlex Sverdlin
2020-01-03Merge tag 'kbuild-fixes-v5.5-2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2020-01-04kbuild/deb-pkg: annotate libelf-dev dependency as :nativeArd Biesheuvel
2020-01-02gcc-plugins: make it possible to disable CONFIG_GCC_PLUGINS againArnd Bergmann
2019-12-21Merge tag 'kbuild-fixes-v5.5' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2019-12-17scripts: package: mkdebian: add missing rsync dependencyEnrico Weigelt, metux IT consult
2019-12-17kconfig: don't crash on NULL expressions in expr_eq()Thomas Hebb
2019-12-14scripts/kallsyms: fix offset overflow of kallsyms_relative_baseMasahiro Yamada
2019-12-14mkcompile_h: use printf for LINUX_COMPILE_BYMasahiro Yamada
2019-12-14mkcompile_h: git rid of UTS_TRUNCATE from LINUX_COMPILE_{BY,HOST}Masahiro Yamada
2019-12-09Merge tag 'printk-for-5.5-pr-warning-removal' of git://git.kernel.org/pub/scm...Linus Torvalds
2019-12-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds
2019-12-06checkpatch: Drop pr_warning checkKefeng Wang
2019-12-04checkpatch: reduce is_maintained_obsolete lookup runtimeJoe Perches
2019-12-04checkpatch: improve ignoring CamelCase SI style variants like mAJoe Perches
2019-12-04scripts/get_maintainer.pl: add signatures from Fixes: <badcommit> lines in co...Joe Perches
2019-12-02Merge tag 'kbuild-v5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds
2019-12-02Merge tag 'docs-5.5a' of git://git.lwn.net/linuxLinus Torvalds
2019-12-02Merge tag 'devicetree-for-5.5' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2019-12-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller
2019-12-01scripts/spelling.txt: add more spellings to spelling.txtColin Ian King
2019-11-29bpf: Force .BTF section start to zero when dumping from vmlinuxStanislav Fomichev
2019-11-27bpf: Support pre-2.25-binutils objcopy for vmlinux BTFStanislav Fomichev
2019-11-26Merge tag 'devprop-5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2019-11-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds
2019-11-25Merge tag 'printk-for-5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2019-11-25scripts/kallsyms: remove redundant initializersMasahiro Yamada
2019-11-25scripts/kallsyms: put check_symbol_range() calls close togetherMasahiro Yamada
2019-11-25scripts/kallsyms: make check_symbol_range() void functionMasahiro Yamada
2019-11-25scripts/kallsyms: move ignored symbol types to is_ignored_symbol()Masahiro Yamada
2019-11-25scripts/kallsyms: move more patterns to the ignored_prefixes arrayMasahiro Yamada
2019-11-25scripts/kallsyms: skip ignored symbols very earlyMasahiro Yamada
2019-11-25scripts/kallsyms: add const qualifiers where possibleMasahiro Yamada
2019-11-25scripts/kallsyms: make find_token() return (unsigned char *)Masahiro Yamada
2019-11-25scripts/kallsyms: replace prefix_underscores_count() with strspn()Masahiro Yamada
2019-11-25scripts/kallsyms: add sym_name() to mitigate cast uglinessMasahiro Yamada