aboutsummaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Expand)AuthorFilesLines
2020-01-03Merge tag 'kbuild-fixes-v5.5-2' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-1/+1
2020-01-04kbuild/deb-pkg: annotate libelf-dev dependency as :nativeGravatar Ard Biesheuvel 1-1/+1
2020-01-02gcc-plugins: make it possible to disable CONFIG_GCC_PLUGINS againGravatar Arnd Bergmann 1-5/+4
2019-12-21Merge tag 'kbuild-fixes-v5.5' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 4-27/+30
2019-12-17scripts: package: mkdebian: add missing rsync dependencyGravatar Enrico Weigelt, metux IT consult 1-1/+1
2019-12-17kconfig: don't crash on NULL expressions in expr_eq()Gravatar Thomas Hebb 1-0/+7
2019-12-14scripts/kallsyms: fix offset overflow of kallsyms_relative_baseGravatar Masahiro Yamada 1-20/+18
2019-12-14mkcompile_h: use printf for LINUX_COMPILE_BYGravatar Masahiro Yamada 1-1/+1
2019-12-14mkcompile_h: git rid of UTS_TRUNCATE from LINUX_COMPILE_{BY,HOST}Gravatar Masahiro Yamada 1-6/+4
2019-12-09Merge tag 'printk-for-5.5-pr-warning-removal' of git://git.kernel.org/pub/scm...Gravatar Linus Torvalds 1-9/+0
2019-12-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Linus Torvalds 1-1/+7
2019-12-06checkpatch: Drop pr_warning checkGravatar Kefeng Wang 1-9/+0
2019-12-04checkpatch: reduce is_maintained_obsolete lookup runtimeGravatar Joe Perches 1-2/+6
2019-12-04checkpatch: improve ignoring CamelCase SI style variants like mAGravatar Joe Perches 1-2/+3
2019-12-04scripts/get_maintainer.pl: add signatures from Fixes: <badcommit> lines in co...Gravatar Joe Perches 1-1/+37
2019-12-02Merge tag 'kbuild-v5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Gravatar Linus Torvalds 21-858/+321
2019-12-02Merge tag 'docs-5.5a' of git://git.lwn.net/linuxGravatar Linus Torvalds 3-14/+109
2019-12-02Merge tag 'devicetree-for-5.5' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 3-3/+21
2019-12-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfGravatar David S. Miller 1-1/+7
2019-12-01scripts/spelling.txt: add more spellings to spelling.txtGravatar Colin Ian King 1-0/+28
2019-11-29bpf: Force .BTF section start to zero when dumping from vmlinuxGravatar Stanislav Fomichev 1-2/+3
2019-11-27bpf: Support pre-2.25-binutils objcopy for vmlinux BTFGravatar Stanislav Fomichev 1-1/+6
2019-11-26Merge tag 'devprop-5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-3/+6
2019-11-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextGravatar Linus Torvalds 1-1/+154
2019-11-25Merge tag 'printk-for-5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Gravatar Linus Torvalds 1-1/+1
2019-11-25scripts/kallsyms: remove redundant initializersGravatar Masahiro Yamada 1-3/+3
2019-11-25scripts/kallsyms: put check_symbol_range() calls close togetherGravatar Masahiro Yamada 1-3/+1
2019-11-25scripts/kallsyms: make check_symbol_range() void functionGravatar Masahiro Yamada 1-9/+6
2019-11-25scripts/kallsyms: move ignored symbol types to is_ignored_symbol()Gravatar Masahiro Yamada 1-15/+15
2019-11-25scripts/kallsyms: move more patterns to the ignored_prefixes arrayGravatar Masahiro Yamada 1-10/+2
2019-11-25scripts/kallsyms: skip ignored symbols very earlyGravatar Masahiro Yamada 1-51/+62
2019-11-25scripts/kallsyms: add const qualifiers where possibleGravatar Masahiro Yamada 1-14/+14
2019-11-25scripts/kallsyms: make find_token() return (unsigned char *)Gravatar Masahiro Yamada 1-1/+2
2019-11-25scripts/kallsyms: replace prefix_underscores_count() with strspn()Gravatar Masahiro Yamada 1-12/+2
2019-11-25scripts/kallsyms: add sym_name() to mitigate cast uglinessGravatar Masahiro Yamada 1-13/+16
2019-11-25scripts/kallsyms: remove unneeded length check for prefix matchingGravatar Masahiro Yamada 1-2/+1
2019-11-25scripts/kallsyms: remove redundant is_arm_mapping_symbol()Gravatar Masahiro Yamada 1-13/+6
2019-11-25scripts/kallsyms: set relative_base more effectivelyGravatar Masahiro Yamada 1-4/+8
2019-11-25scripts/kallsyms: shrink table before sorting itGravatar Masahiro Yamada 1-20/+29
2019-11-25scripts/kallsyms: fix definitely-lost memory leakGravatar Masahiro Yamada 1-0/+2
2019-11-25scripts/kallsyms: remove unneeded #ifndef ARRAY_SIZEGravatar Masahiro Yamada 1-2/+0
2019-11-23modpost: respect the previous export when 'exported twice' is warnedGravatar Masahiro Yamada 1-15/+11
2019-11-23modpost: do not set ->preloaded for symbols from Module.symversGravatar Masahiro Yamada 1-4/+2
2019-11-23modpost: stop symbol preloading for modversion CRCGravatar Masahiro Yamada 1-32/+39
2019-11-23modpost: rename handle_modversions() to handle_symbol()Gravatar Masahiro Yamada 1-3/+3
2019-11-23modpost: refactor namespace_from_kstrtabns() to not hard-code section nameGravatar Masahiro Yamada 2-8/+3
2019-11-23modpost: add a helper to get data pointed by a symbolGravatar Masahiro Yamada 1-4/+13
2019-11-22docs, parallelism: Rearrange how jobserver reservations are madeGravatar Kees Cook 2-59/+66
2019-11-22docs, parallelism: Do not leak blocking mode to other readersGravatar Kees Cook 1-8/+6
2019-11-22docs, parallelism: Fix failure path and add commentGravatar Kees Cook 1-0/+3