aboutsummaryrefslogtreecommitdiffstats
path: root/scripts (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2019-08-29kbuild: clean up subdir-ymn calculation in Makefile.cleanMasahiro Yamada1-11/+2
2019-08-29kbuild: remove unneeded '+' marker from cmd_cleanMasahiro Yamada1-1/+1
2019-08-29kbuild: remove clean-dirs syntaxMasahiro Yamada2-15/+3
2019-08-29kbuild: get rid of $(realpath ...) from scripts/mkmakefileMasahiro Yamada1-2/+2
2019-08-29kbuild: remove unneeded comments and code from scripts/basic/MakefileMasahiro Yamada1-12/+2
2019-08-25kbuild: pkg: rename scripts/package/Makefile to scripts/Makefile.packageMasahiro Yamada1-1/+4
2019-08-25kbuild: pkg: add package targets to PHONY instead of FORCEMasahiro Yamada1-9/+20
2019-08-25kbuild: pkg: clean up package files/dirs from the top MakefileMasahiro Yamada2-10/+1
2019-08-22merge_config.sh: Check error codes from makeMark Brown1-5/+5
2019-08-22kbuild: move modkern_{c,a}flags to Makefile.lib from Makefile.buildMasahiro Yamada3-16/+15
2019-08-22kbuild: add CONFIG_ASM_MODVERSIONSMasahiro Yamada1-6/+1
2019-08-22kbuild: split final module linking out into Makefile.modfinalMasahiro Yamada2-68/+71
2019-08-21btf: do not use CONFIG_OUTPUT_FORMATIlya Leoshkevich1-2/+4
2019-08-21kbuild: rebuild modules when module linker scripts are updatedMasahiro Yamada1-2/+3
2019-08-21kbuild: make single targets work more correctlyMasahiro Yamada1-6/+39
2019-08-21kbuild: Parameterize kallsyms generation and correct reportingKees Cook1-19/+19
2019-08-21kbuild: re-implement detection of CONFIG options leaked to user-spaceMasahiro Yamada1-0/+72
2019-08-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller3-5/+13
2019-08-18Merge tag 'spdx-5.3-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/spdxLinus Torvalds1-0/+1
2019-08-15kasan/arm64: fix CONFIG_KASAN_SW_TAGS && KASAN_INLINEMark Rutland1-6/+5
2019-08-15kbuild: fix modkern_aflags implementationMasahiro Yamada1-4/+3
2019-08-15kbuild: refactor part-of-module moreMasahiro Yamada1-2/+1
2019-08-15kbuild: treat an object as multi-used when $(foo-) is setMasahiro Yamada1-5/+5
2019-08-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski1-19/+33
2019-08-13btf: rename /sys/kernel/btf/kernel into /sys/kernel/btf/vmlinuxAndrii Nakryiko1-9/+9
2019-08-14kbuild: add [M] marker for build log of *.mod.oMasahiro Yamada1-1/+1
2019-08-14Kbuild: Handle PREEMPT_RT for version string and magicThomas Gleixner2-2/+4
2019-08-14kbuild: move flex and bison rules to Makefile.hostMasahiro Yamada2-16/+17
2019-08-14kbuild: make bison create C file and header in a single pattern ruleMasahiro Yamada2-17/+4