summaryrefslogtreecommitdiffstats
path: root/scripts
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-09-271-1/+1
|\
| * MODSIGN: Export module signature definitionsThiago Jung Bauermann2019-08-051-1/+1
* | checkpatch: check for nested (un)?likely() callsDenis Efremov2019-09-251-0/+6
* | scripts/gdb: handle split debugDouglas Anderson2019-09-251-2/+2
* | checkpatch: make git output use LANGUAGE=en_US.utf8Joe Perches2019-09-251-4/+6
* | checkpatch: remove obsolete period from "ambiguous SHA1" querySean Christopherson2019-09-251-1/+1
* | checkpatch: allow consecutive close bracesJoe Perches2019-09-251-1/+1
* | checkpatch: prefer __section over __attribute__((section(...)))Joe Perches2019-09-251-0/+12
* | checkpatch: exclude sizeof sub-expressions from MACRO_ARG_REUSEBrendan Jackman2019-09-251-1/+1
* | checkpatch.pl: warn on invalid commit idMatteo Croce2019-09-251-0/+11
* | checkpatch: improve SPDX license checkingJoe Perches2019-09-251-9/+9
* | checkpatch: don't interpret stack dumps as commit IDsJoe Perches2019-09-251-2/+4
* | Merge tag 'modules-for-v5.4' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-09-226-19/+228
|\ \
| * | scripts: Coccinelle script for namespace dependencies.Matthias Maennich2019-09-103-1/+84
| * | modpost: add support for generating namespace dependenciesMatthias Maennich2019-09-102-5/+51
| * | modpost: add support for symbol namespacesMatthias Maennich2019-09-103-17/+96
* | | Merge tag 'gcc-plugins-v5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2019-09-211-5/+5
|\ \ \
| * | | randstruct: Check member structs in is_pure_ops_struct()Joonwon Kang2019-07-311-5/+5
| | |/ | |/|
* | | Merge tag 'trace-v5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds2019-09-202-212/+259
|\ \ \
| * | | recordmcount: Clarify what cleanup() doesMatt Helsley2019-08-311-70/+81
| * | | recordmcount: Remove redundant cleanup() callsMatt Helsley2019-08-312-15/+0
| * | | recordmcount: Kernel style formattingMatt Helsley2019-08-311-22/+25
| * | | recordmcount: Kernel style function signature formattingMatt Helsley2019-08-312-21/+13
| * | | recordmcount: Rewrite error/success handlingMatt Helsley2019-08-312-119/+184
| * | | recordmcount: Remove unused fd from uwrite() and ulseek()Matt Helsley2019-08-312-21/+21
| * | | recordmcount: Remove uread()Matt Helsley2019-08-311-13/+5
| * | | recordmcount: Remove redundant strcmpMatt Helsley2019-08-311-2/+1
| | |/ | |/|
* | | Merge tag 'kbuild-v5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds2019-09-2023-355/+450
|\ \ \
| * | | genksyms: convert to SPDX License Identifier for lex.l and parse.yMasahiro Yamada2019-09-142-44/+20
| * | | modpost: use __section in the output to *.mod.cMasahiro Yamada2019-09-141-3/+2
| * | | modpost: use MODULE_INFO() for __module_dependsMasahiro Yamada2019-09-141-5/+2
| * | | export.h, genksyms: do not make genksyms calculate CRC of trimmed symbolsMasahiro Yamada2019-09-141-5/+1
| * | | kbuild: allow Clang to find unused static inline functions for W=1 buildMasahiro Yamada2019-09-091-0/+6
| * | | kbuild: rename KBUILD_ENABLE_EXTRA_GCC_CHECKS to KBUILD_EXTRA_WARNMasahiro Yamada2019-09-064-8/+13
| * | | kbuild: refactor scripts/Makefile.extrawarnMasahiro Yamada2019-09-061-50/+56
| * | | merge_config.sh: ignore unwanted grep errorsGuillaume Tucker2019-09-041-1/+1
| * | | kbuild: change *FLAGS_<basetarget>.o to take the path relative to $(obj)Masahiro Yamada2019-09-043-20/+23
| * | | modpost: add NOFAIL to strndupDenis Efremov2019-09-041-2/+2
| * | | modpost: add guid_t type definitionHeikki Krogerus2019-09-041-0/+5
| * | | kbuild: add $(BASH) to run scripts with bash-extensionMasahiro Yamada2019-09-041-1/+1
| * | | kbuild: clean up subdir-ymn calculation in Makefile.cleanMasahiro Yamada2019-08-291-11/+2
| * | | kbuild: remove unneeded '+' marker from cmd_cleanMasahiro Yamada2019-08-291-1/+1
| * | | kbuild: remove clean-dirs syntaxMasahiro Yamada2019-08-292-15/+3
| * | | kbuild: get rid of $(realpath ...) from scripts/mkmakefileMasahiro Yamada2019-08-291-2/+2
| * | | kbuild: remove unneeded comments and code from scripts/basic/MakefileMasahiro Yamada2019-08-291-12/+2
| * | | kbuild: pkg: rename scripts/package/Makefile to scripts/Makefile.packageMasahiro Yamada2019-08-251-1/+4
| * | | kbuild: pkg: add package targets to PHONY instead of FORCEMasahiro Yamada2019-08-251-9/+20
| * | | kbuild: pkg: clean up package files/dirs from the top MakefileMasahiro Yamada2019-08-252-10/+1
| * | | merge_config.sh: Check error codes from makeMark Brown2019-08-221-5/+5
| * | | kbuild: move modkern_{c,a}flags to Makefile.lib from Makefile.buildMasahiro Yamada2019-08-223-16/+15