summaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Expand)Author
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
2019-08-21kbuild: Parameterize kallsyms generation and correct reportingKees Cook
2019-08-21kbuild: re-implement detection of CONFIG options leaked to user-spaceMasahiro Yamada
2019-08-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2019-08-18Merge tag 'spdx-5.3-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2019-08-15kasan/arm64: fix CONFIG_KASAN_SW_TAGS && KASAN_INLINEMark Rutland
2019-08-15kbuild: fix modkern_aflags implementationMasahiro Yamada
2019-08-15kbuild: refactor part-of-module moreMasahiro Yamada
2019-08-15kbuild: treat an object as multi-used when $(foo-) is setMasahiro Yamada
2019-08-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski
2019-08-13btf: rename /sys/kernel/btf/kernel into /sys/kernel/btf/vmlinuxAndrii Nakryiko
2019-08-14kbuild: add [M] marker for build log of *.mod.oMasahiro Yamada
2019-08-14Kbuild: Handle PREEMPT_RT for version string and magicThomas Gleixner