aboutsummaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Expand)Author
2019-09-22Merge tag 'modules-for-v5.4' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2019-09-21Merge tag 'gcc-plugins-v5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2019-09-20Merge tag 'trace-v5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds
2019-09-20Merge tag 'kbuild-v5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds
2019-09-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds
2019-09-18Merge tag 'driver-core-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2019-09-17Merge tag 'docs-5.4' of git://git.lwn.net/linuxLinus Torvalds
2019-09-16Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2019-09-14genksyms: convert to SPDX License Identifier for lex.l and parse.yMasahiro Yamada
2019-09-14modpost: use __section in the output to *.mod.cMasahiro Yamada
2019-09-14modpost: use MODULE_INFO() for __module_dependsMasahiro Yamada
2019-09-14export.h, genksyms: do not make genksyms calculate CRC of trimmed symbolsMasahiro Yamada
2019-09-10scripts: Coccinelle script for namespace dependencies.Matthias Maennich
2019-09-10modpost: add support for generating namespace dependenciesMatthias Maennich
2019-09-10modpost: add support for symbol namespacesMatthias Maennich
2019-09-09kbuild: allow Clang to find unused static inline functions for W=1 buildMasahiro Yamada
2019-09-06kbuild: replace BASH-specific ${@:2} with shift and ${@}Andrii Nakryiko
2019-09-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2019-09-06kbuild: rename KBUILD_ENABLE_EXTRA_GCC_CHECKS to KBUILD_EXTRA_WARNMasahiro Yamada
2019-09-06kbuild: refactor scripts/Makefile.extrawarnMasahiro Yamada
2019-09-06coccinelle: platform_get_irq: Fix parse errorYueHaibing
2019-09-04merge_config.sh: ignore unwanted grep errorsGuillaume Tucker
2019-09-04kbuild: change *FLAGS_<basetarget>.o to take the path relative to $(obj)Masahiro Yamada
2019-09-04modpost: add NOFAIL to strndupDenis Efremov
2019-09-04modpost: add guid_t type definitionHeikki Krogerus
2019-09-04kbuild: add $(BASH) to run scripts with bash-extensionMasahiro Yamada
2019-08-31recordmcount: Clarify what cleanup() doesMatt Helsley
2019-08-31recordmcount: Remove redundant cleanup() callsMatt Helsley
2019-08-31recordmcount: Kernel style formattingMatt Helsley
2019-08-31recordmcount: Kernel style function signature formattingMatt Helsley
2019-08-31recordmcount: Rewrite error/success handlingMatt Helsley
2019-08-31recordmcount: Remove unused fd from uwrite() and ulseek()Matt Helsley
2019-08-31recordmcount: Remove uread()Matt Helsley
2019-08-31recordmcount: Remove redundant strcmpMatt Helsley
2019-08-30Merge branches 'for-next/52-bit-kva', 'for-next/cpu-topology', 'for-next/erro...Will Deacon
2019-08-29kbuild: clean up subdir-ymn calculation in Makefile.cleanMasahiro Yamada
2019-08-29kbuild: remove unneeded '+' marker from cmd_cleanMasahiro Yamada
2019-08-29kbuild: remove clean-dirs syntaxMasahiro Yamada
2019-08-29kbuild: get rid of $(realpath ...) from scripts/mkmakefileMasahiro Yamada
2019-08-29kbuild: remove unneeded comments and code from scripts/basic/MakefileMasahiro Yamada
2019-08-25kbuild: pkg: rename scripts/package/Makefile to scripts/Makefile.packageMasahiro Yamada
2019-08-25kbuild: pkg: add package targets to PHONY instead of FORCEMasahiro Yamada
2019-08-25kbuild: pkg: clean up package files/dirs from the top MakefileMasahiro Yamada
2019-08-22merge_config.sh: Check error codes from makeMark Brown
2019-08-22kbuild: move modkern_{c,a}flags to Makefile.lib from Makefile.buildMasahiro Yamada
2019-08-22kbuild: add CONFIG_ASM_MODVERSIONSMasahiro Yamada
2019-08-22kbuild: split final module linking out into Makefile.modfinalMasahiro Yamada
2019-08-21btf: do not use CONFIG_OUTPUT_FORMATIlya Leoshkevich
2019-08-21kbuild: rebuild modules when module linker scripts are updatedMasahiro Yamada
2019-08-21kbuild: make single targets work more correctlyMasahiro Yamada