aboutsummaryrefslogtreecommitdiffstats
path: root/scripts (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-10-05scripts/setlocalversion: clear local variable to make it work for shMasahiro Yamada1-1/+1
2019-10-05namespace: fix namespace.pl script to support relative pathsJacob Keller1-6/+7
2019-10-01modpost: fix static EXPORT_SYMBOL warnings for UML buildMasahiro Yamada1-4/+9
2019-10-01kbuild: remove ar-option and KBUILD_ARFLAGSMasahiro Yamada3-7/+2
2019-09-27Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/git/zohar/linux-integrityLinus Torvalds1-1/+1
2019-09-25checkpatch: check for nested (un)?likely() callsDenis Efremov1-0/+6
2019-09-25scripts/gdb: handle split debugDouglas Anderson1-2/+2
2019-09-25checkpatch: make git output use LANGUAGE=en_US.utf8Joe Perches1-4/+6
2019-09-25checkpatch: remove obsolete period from "ambiguous SHA1" querySean Christopherson1-1/+1
2019-09-25checkpatch: allow consecutive close bracesJoe Perches1-1/+1
2019-09-25checkpatch: prefer __section over __attribute__((section(...)))Joe Perches1-0/+12
2019-09-25checkpatch: exclude sizeof sub-expressions from MACRO_ARG_REUSEBrendan Jackman1-1/+1
2019-09-25checkpatch.pl: warn on invalid commit idMatteo Croce1-0/+11
2019-09-25checkpatch: improve SPDX license checkingJoe Perches1-9/+9
2019-09-25checkpatch: don't interpret stack dumps as commit IDsJoe Perches1-2/+4
2019-09-22Merge tag 'modules-for-v5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/jeyu/linuxLinus Torvalds6-19/+228
2019-09-21Merge tag 'gcc-plugins-v5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds1-5/+5
2019-09-20Merge tag 'trace-v5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds2-212/+259
2019-09-20Merge tag 'kbuild-v5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuildLinus Torvalds23-355/+450
2019-09-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds1-19/+41
2019-09-18Merge tag 'driver-core-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-0/+102
2019-09-17Merge tag 'docs-5.4' of git://git.lwn.net/linuxLinus Torvalds1-1/+2
2019-09-16Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds2-6/+21
2019-09-14genksyms: convert to SPDX License Identifier for lex.l and parse.yMasahiro Yamada2-44/+20
2019-09-14modpost: use __section in the output to *.mod.cMasahiro Yamada1-3/+2
2019-09-14modpost: use MODULE_INFO() for __module_dependsMasahiro Yamada1-5/+2
2019-09-14export.h, genksyms: do not make genksyms calculate CRC of trimmed symbolsMasahiro Yamada1-5/+1
2019-09-10scripts: Coccinelle script for namespace dependencies.Matthias Maennich3-1/+84
2019-09-10modpost: add support for generating namespace dependenciesMatthias Maennich2-5/+51
2019-09-10modpost: add support for symbol namespacesMatthias Maennich3-17/+96
2019-09-09kbuild: allow Clang to find unused static inline functions for W=1 buildMasahiro Yamada1-0/+6
2019-09-06kbuild: replace BASH-specific ${@:2} with shift and ${@}Andrii Nakryiko1-5/+11
2019-09-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-2/+4
2019-09-06kbuild: rename KBUILD_ENABLE_EXTRA_GCC_CHECKS to KBUILD_EXTRA_WARNMasahiro Yamada4-8/+13
2019-09-06kbuild: refactor scripts/Makefile.extrawarnMasahiro Yamada1-50/+56
2019-09-06coccinelle: platform_get_irq: Fix parse errorYueHaibing1-3/+3
2019-09-04merge_config.sh: ignore unwanted grep errorsGuillaume Tucker1-1/+1
2019-09-04kbuild: change *FLAGS_<basetarget>.o to take the path relative to $(obj)Masahiro Yamada3-20/+23
2019-09-04modpost: add NOFAIL to strndupDenis Efremov1-2/+2
2019-09-04modpost: add guid_t type definitionHeikki Krogerus1-0/+5
2019-09-04kbuild: add $(BASH) to run scripts with bash-extensionMasahiro Yamada1-1/+1
2019-08-31recordmcount: Clarify what cleanup() doesMatt Helsley1-70/+81
2019-08-31recordmcount: Remove redundant cleanup() callsMatt Helsley2-15/+0
2019-08-31recordmcount: Kernel style formattingMatt Helsley1-22/+25
2019-08-31recordmcount: Kernel style function signature formattingMatt Helsley2-21/+13
2019-08-31recordmcount: Rewrite error/success handlingMatt Helsley2-119/+184
2019-08-31recordmcount: Remove unused fd from uwrite() and ulseek()Matt Helsley2-21/+21
2019-08-31recordmcount: Remove uread()Matt Helsley1-13/+5
2019-08-31recordmcount: Remove redundant strcmpMatt Helsley1-2/+1
2019-08-30Merge branches 'for-next/52-bit-kva', 'for-next/cpu-topology', 'for-next/error-injection', 'for-next/perf', 'for-next/psci-cpuidle', 'for-next/rng', 'for-next/smpboot', 'for-next/tbi' and 'for-next/tlbi' into for-next/coreWill Deacon1-6/+5