aboutsummaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Expand)AuthorFilesLines
2019-10-13Merge tag 'trace-v5.4-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Gravatar Linus Torvalds 1-4/+1
2019-10-12recordmcount: Fix nop_mcount() functionGravatar Steven Rostedt (VMware) 1-4/+1
2019-10-11Merge tag 'modules-for-v5.4-rc3' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 3-16/+19
2019-10-07nsdeps: make generated patches independent of localeGravatar Masahiro Yamada 1-1/+1
2019-10-07nsdeps: fix hashbang of scripts/nsdepsGravatar Masahiro Yamada 1-1/+1
2019-10-07modpost: fix broken sym->namespace for external module buildsGravatar Masahiro Yamada 1-5/+8
2019-10-07module: swap the order of symbol.namespaceGravatar Masahiro Yamada 1-9/+7
2019-10-07scripts: add_namespace: Fix coccicheck failedGravatar YueHaibing 1-0/+2
2019-10-05scripts/setlocalversion: clear local variable to make it work for shGravatar Masahiro Yamada 1-1/+1
2019-10-05namespace: fix namespace.pl script to support relative pathsGravatar Jacob Keller 1-6/+7
2019-10-01modpost: fix static EXPORT_SYMBOL warnings for UML buildGravatar Masahiro Yamada 1-4/+9
2019-10-01kbuild: remove ar-option and KBUILD_ARFLAGSGravatar Masahiro Yamada 3-7/+2
2019-09-27Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-1/+1
2019-09-25checkpatch: check for nested (un)?likely() callsGravatar Denis Efremov 1-0/+6
2019-09-25scripts/gdb: handle split debugGravatar Douglas Anderson 1-2/+2
2019-09-25checkpatch: make git output use LANGUAGE=en_US.utf8Gravatar Joe Perches 1-4/+6
2019-09-25checkpatch: remove obsolete period from "ambiguous SHA1" queryGravatar Sean Christopherson 1-1/+1
2019-09-25checkpatch: allow consecutive close bracesGravatar Joe Perches 1-1/+1
2019-09-25checkpatch: prefer __section over __attribute__((section(...)))Gravatar Joe Perches 1-0/+12
2019-09-25checkpatch: exclude sizeof sub-expressions from MACRO_ARG_REUSEGravatar Brendan Jackman 1-1/+1
2019-09-25checkpatch.pl: warn on invalid commit idGravatar Matteo Croce 1-0/+11
2019-09-25checkpatch: improve SPDX license checkingGravatar Joe Perches 1-9/+9
2019-09-25checkpatch: don't interpret stack dumps as commit IDsGravatar Joe Perches 1-2/+4
2019-09-22Merge tag 'modules-for-v5.4' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 6-19/+228
2019-09-21Merge tag 'gcc-plugins-v5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-5/+5
2019-09-20Merge tag 'trace-v5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Gravatar Linus Torvalds 2-212/+259
2019-09-20Merge tag 'kbuild-v5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Gravatar Linus Torvalds 23-355/+450
2019-09-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextGravatar Linus Torvalds 1-19/+41
2019-09-18Merge tag 'driver-core-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-0/+102
2019-09-17Merge tag 'docs-5.4' of git://git.lwn.net/linuxGravatar Linus Torvalds 1-1/+2
2019-09-16Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Gravatar Linus Torvalds 2-6/+21
2019-09-14genksyms: convert to SPDX License Identifier for lex.l and parse.yGravatar Masahiro Yamada 2-44/+20
2019-09-14modpost: use __section in the output to *.mod.cGravatar Masahiro Yamada 1-3/+2
2019-09-14modpost: use MODULE_INFO() for __module_dependsGravatar Masahiro Yamada 1-5/+2
2019-09-14export.h, genksyms: do not make genksyms calculate CRC of trimmed symbolsGravatar Masahiro Yamada 1-5/+1
2019-09-10scripts: Coccinelle script for namespace dependencies.Gravatar Matthias Maennich 3-1/+84
2019-09-10modpost: add support for generating namespace dependenciesGravatar Matthias Maennich 2-5/+51
2019-09-10modpost: add support for symbol namespacesGravatar Matthias Maennich 3-17/+96
2019-09-09kbuild: allow Clang to find unused static inline functions for W=1 buildGravatar Masahiro Yamada 1-0/+6
2019-09-06kbuild: replace BASH-specific ${@:2} with shift and ${@}Gravatar Andrii Nakryiko 1-5/+11
2019-09-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextGravatar David S. Miller 1-2/+4
2019-09-06kbuild: rename KBUILD_ENABLE_EXTRA_GCC_CHECKS to KBUILD_EXTRA_WARNGravatar Masahiro Yamada 4-8/+13
2019-09-06kbuild: refactor scripts/Makefile.extrawarnGravatar Masahiro Yamada 1-50/+56
2019-09-06coccinelle: platform_get_irq: Fix parse errorGravatar YueHaibing 1-3/+3
2019-09-04merge_config.sh: ignore unwanted grep errorsGravatar Guillaume Tucker 1-1/+1
2019-09-04kbuild: change *FLAGS_<basetarget>.o to take the path relative to $(obj)Gravatar Masahiro Yamada 3-20/+23
2019-09-04modpost: add NOFAIL to strndupGravatar Denis Efremov 1-2/+2
2019-09-04modpost: add guid_t type definitionGravatar Heikki Krogerus 1-0/+5
2019-09-04kbuild: add $(BASH) to run scripts with bash-extensionGravatar Masahiro Yamada 1-1/+1
2019-08-31recordmcount: Clarify what cleanup() doesGravatar Matt Helsley 1-70/+81