summaryrefslogtreecommitdiffstats
path: root/Makefile
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'modules-for-v5.4' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-09-221-1/+13
|\
| * scripts: Coccinelle script for namespace dependencies.Matthias Maennich2019-09-101-0/+12
| * modpost: add support for generating namespace dependenciesMatthias Maennich2019-09-101-1/+1
* | Merge tag 'kbuild-v5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds2019-09-201-145/+151
|\ \
| * | kbuild: rename KBUILD_ENABLE_EXTRA_GCC_CHECKS to KBUILD_EXTRA_WARNMasahiro Yamada2019-09-061-1/+1
| * | kbuild: add $(BASH) to run scripts with bash-extensionMasahiro Yamada2019-09-041-6/+5
| * | kbuild: remove ARCH_{CPP,A,C}FLAGSMasahiro Yamada2019-09-041-10/+4
| * | kbuild,arc: add CONFIG_CC_OPTIMIZE_FOR_PERFORMANCE_O3 for ARCMasahiro Yamada2019-09-041-4/+6
| * | kbuild: Do not enable -Wimplicit-fallthrough for clang for nowNathan Chancellor2019-08-301-3/+5
| * | kbuild: check clean srctree even earlierMasahiro Yamada2019-08-291-3/+3
| * | kbuild: remove prepare3 targetMasahiro Yamada2019-08-291-6/+4
| * | kbuild: move the clean srctree check to the outputmakefile targetMasahiro Yamada2019-08-291-14/+10
| * | kbuild: clarify where to run make mrproper when out-of-tree failsMasahiro Yamada2019-08-291-2/+4
| * | kbuild: Inform user to pass ARCH= for make mrproper only when necessaryMasahiro Yamada2019-08-291-1/+1
| * | kbuild: remove 'Using ... as source for kernel' messageMasahiro Yamada2019-08-291-1/+0
| * | kbuild: remove unneeded dependency for $(DOC_TARGETS)Masahiro Yamada2019-08-291-1/+1
| * | kbuild: remove unneeded '+' marker from kselftest-mergeMasahiro Yamada2019-08-251-1/+1
| * | kbuild: pkg: rename scripts/package/Makefile to scripts/Makefile.packageMasahiro Yamada2019-08-251-5/+3
| * | kbuild: pkg: clean up package files/dirs from the top MakefileMasahiro Yamada2019-08-251-2/+4
| * | kbuild: split final module linking out into Makefile.modfinalMasahiro Yamada2019-08-221-2/+0
| * | kbuild: rebuild modules when module linker scripts are updatedMasahiro Yamada2019-08-211-1/+2
| * | kbuild: make single targets work more correctlyMasahiro Yamada2019-08-211-31/+50
| * | kbuild: unify clean-dirs rule for in-kernel and external moduleMasahiro Yamada2019-08-211-10/+8
| * | kbuild: unify vmlinux-dirs and module-dirs rulesMasahiro Yamada2019-08-211-22/+21
| * | kbuild: unset variables in top Makefile instead of setting 0Masahiro Yamada2019-08-211-23/+23
| * | kbuild: do not descend to ./Kbuild when cleaningMasahiro Yamada2019-08-211-1/+1
| * | kbuild: remove 'make /' supportMasahiro Yamada2019-08-151-5/+4
| * | kbuild: move the Module.symvers check for external module buildMasahiro Yamada2019-08-151-2/+2
* | | Merge tag 'devicetree-for-5.4' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2019-09-191-2/+4
|\ \ \
| * | | devicetree: Expose dtbs_check and dt_binding_check some moreStephen Boyd2019-08-131-2/+4
* | | | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2019-09-161-0/+4
|\ \ \ \
| * | | | arm64: Add support for relocating the kernel with RELR relocationsPeter Collingbourne2019-08-051-0/+4
* | | | | Linux 5.3v5.3Linus Torvalds2019-09-151-1/+1
* | | | | Linux 5.3-rc8v5.3-rc8Linus Torvalds2019-09-081-1/+1
| |_|_|/ |/| | |
* | | | Linux 5.3-rc7v5.3-rc7Linus Torvalds2019-09-021-1/+1
* | | | Linux 5.3-rc6v5.3-rc6Linus Torvalds2019-08-251-1/+1
* | | | Linux 5.3-rc5v5.3-rc5Linus Torvalds2019-08-181-1/+1
| |_|/ |/| |
* | | Linux 5.3-rc4v5.3-rc4Linus Torvalds2019-08-111-1/+1
* | | Makefile: Convert -Wimplicit-fallthrough=3 to just -Wimplicit-fallthrough for...Joe Perches2019-08-101-1/+1
* | | Merge tag 'kbuild-fixes-v5.3-3' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2019-08-091-1/+12
|\ \ \
| * | | kbuild: show hint if subdir-y/m is used to visit module MakefileMasahiro Yamada2019-08-101-1/+1
| * | | kbuild: revive single target %.koMasahiro Yamada2019-08-101-0/+11
| |/ /
* / / kbuild: add OBJSIZE variable for the size toolVasily Gorbik2019-08-081-3/+4
|/ /
* | Linux 5.3-rc3v5.3-rc3Linus Torvalds2019-08-041-1/+1
* | kbuild: initialize CLANG_FLAGS correctly in the top MakefileMasahiro Yamada2019-07-311-1/+2
|/
* Linux 5.3-rc2v5.3-rc2Linus Torvalds2019-07-281-1/+1
* Makefile: Globally enable fall-through warningGustavo A. R. Silva2019-07-251-0/+3
* Linus 5.3-rc1v5.3-rc1Linus Torvalds2019-07-211-2/+2
* kbuild: add -fcf-protection=none when using retpoline flagsSeth Forshee2019-07-201-0/+6
* kbuild: remove 'prepare1' targetMasahiro Yamada2019-07-181-5/+3