aboutsummaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Expand)AuthorFilesLines
2019-10-13Linux 5.4-rc3v5.4-rc3Gravatar Linus Torvalds 1-1/+1
2019-10-11Merge tag 'modules-for-v5.4-rc3' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-1/+1
2019-10-08Merge tag 'linux-kselftest-5.4-rc3' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-3/+2
2019-10-07kbuild: fix build error of 'make nsdeps' in clean treeGravatar Masahiro Yamada 1-1/+1
2019-10-06Linux 5.4-rc2v5.4-rc2Gravatar Linus Torvalds 1-2/+2
2019-10-01selftests: Add kselftest-all and kselftest-install targetsGravatar Shuah Khan 1-3/+2
2019-10-01kbuild: remove SUBDIRS supportGravatar Masahiro Yamada 1-18/+2
2019-10-01kbuild: remove ar-option and KBUILD_ARFLAGSGravatar Masahiro Yamada 1-4/+0
2019-09-30Linux 5.4-rc1v5.4-rc1Gravatar Linus Torvalds 1-2/+2
2019-09-22Merge tag 'modules-for-v5.4' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-1/+13
2019-09-20Merge tag 'kbuild-v5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Gravatar Linus Torvalds 1-145/+151
2019-09-19Merge tag 'devicetree-for-5.4' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-2/+4
2019-09-16Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Gravatar Linus Torvalds 1-0/+4
2019-09-15Linux 5.3v5.3Gravatar Linus Torvalds 1-1/+1
2019-09-10scripts: Coccinelle script for namespace dependencies.Gravatar Matthias Maennich 1-0/+12
2019-09-10modpost: add support for generating namespace dependenciesGravatar Matthias Maennich 1-1/+1
2019-09-08Linux 5.3-rc8v5.3-rc8Gravatar Linus Torvalds 1-1/+1
2019-09-06kbuild: rename KBUILD_ENABLE_EXTRA_GCC_CHECKS to KBUILD_EXTRA_WARNGravatar Masahiro Yamada 1-1/+1
2019-09-04kbuild: add $(BASH) to run scripts with bash-extensionGravatar Masahiro Yamada 1-6/+5
2019-09-04kbuild: remove ARCH_{CPP,A,C}FLAGSGravatar Masahiro Yamada 1-10/+4
2019-09-04kbuild,arc: add CONFIG_CC_OPTIMIZE_FOR_PERFORMANCE_O3 for ARCGravatar Masahiro Yamada 1-4/+6
2019-09-02Linux 5.3-rc7v5.3-rc7Gravatar Linus Torvalds 1-1/+1
2019-08-30kbuild: Do not enable -Wimplicit-fallthrough for clang for nowGravatar Nathan Chancellor 1-3/+5
2019-08-29kbuild: check clean srctree even earlierGravatar Masahiro Yamada 1-3/+3
2019-08-29kbuild: remove prepare3 targetGravatar Masahiro Yamada 1-6/+4
2019-08-29kbuild: move the clean srctree check to the outputmakefile targetGravatar Masahiro Yamada 1-14/+10
2019-08-29kbuild: clarify where to run make mrproper when out-of-tree failsGravatar Masahiro Yamada 1-2/+4
2019-08-29kbuild: Inform user to pass ARCH= for make mrproper only when necessaryGravatar Masahiro Yamada 1-1/+1
2019-08-29kbuild: remove 'Using ... as source for kernel' messageGravatar Masahiro Yamada 1-1/+0
2019-08-29kbuild: remove unneeded dependency for $(DOC_TARGETS)Gravatar Masahiro Yamada 1-1/+1
2019-08-25Linux 5.3-rc6v5.3-rc6Gravatar Linus Torvalds 1-1/+1
2019-08-25kbuild: remove unneeded '+' marker from kselftest-mergeGravatar Masahiro Yamada 1-1/+1
2019-08-25kbuild: pkg: rename scripts/package/Makefile to scripts/Makefile.packageGravatar Masahiro Yamada 1-5/+3
2019-08-25kbuild: pkg: clean up package files/dirs from the top MakefileGravatar Masahiro Yamada 1-2/+4
2019-08-22kbuild: split final module linking out into Makefile.modfinalGravatar Masahiro Yamada 1-2/+0
2019-08-21kbuild: rebuild modules when module linker scripts are updatedGravatar Masahiro Yamada 1-1/+2
2019-08-21kbuild: make single targets work more correctlyGravatar Masahiro Yamada 1-31/+50
2019-08-21kbuild: unify clean-dirs rule for in-kernel and external moduleGravatar Masahiro Yamada 1-10/+8
2019-08-21kbuild: unify vmlinux-dirs and module-dirs rulesGravatar Masahiro Yamada 1-22/+21
2019-08-21kbuild: unset variables in top Makefile instead of setting 0Gravatar Masahiro Yamada 1-23/+23
2019-08-21kbuild: do not descend to ./Kbuild when cleaningGravatar Masahiro Yamada 1-1/+1
2019-08-18Linux 5.3-rc5v5.3-rc5Gravatar Linus Torvalds 1-1/+1
2019-08-15kbuild: remove 'make /' supportGravatar Masahiro Yamada 1-5/+4
2019-08-15kbuild: move the Module.symvers check for external module buildGravatar Masahiro Yamada 1-2/+2
2019-08-13devicetree: Expose dtbs_check and dt_binding_check some moreGravatar Stephen Boyd 1-2/+4
2019-08-11Linux 5.3-rc4v5.3-rc4Gravatar Linus Torvalds 1-1/+1
2019-08-10Makefile: Convert -Wimplicit-fallthrough=3 to just -Wimplicit-fallthrough for...Gravatar Joe Perches 1-1/+1
2019-08-09Merge tag 'kbuild-fixes-v5.3-3' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-1/+12
2019-08-10kbuild: show hint if subdir-y/m is used to visit module MakefileGravatar Masahiro Yamada 1-1/+1
2019-08-10kbuild: revive single target %.koGravatar Masahiro Yamada 1-0/+11