summaryrefslogtreecommitdiffstats
path: root/Makefile
Commit message (Expand)AuthorAge
* Merge tag 'kbuild-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds2019-07-12
|\
| * kbuild: Inform user to pass ARCH= for make mrproperGeert Uytterhoeven2019-07-10
| * kbuild: add a flag to force absolute path for srctreeMasahiro Yamada2019-07-10
| * kbuild: replace KBUILD_SRCTREE with boolean building_out_of_srctreeMasahiro Yamada2019-07-10
| * kbuild: remove src and obj from the top MakefileMasahiro Yamada2019-07-10
| * kbuild: compile-test kernel headers to ensure they are self-containedMasahiro Yamada2019-07-09
| * kbuild: do not create wrappers for header-test-yMasahiro Yamada2019-07-08
| * kbuild: compile-test exported headers to ensure they are self-containedMasahiro Yamada2019-07-08
| * kbuild: add more hints about SUBDIRS replacementMasahiro Yamada2019-07-07
| * kbuild: Add ability to test Clang's integrated assemblerNathan Chancellor2019-07-03
| * kbuild: split modules.order build rule out of 'modules' targetMasahiro Yamada2019-06-30
| * kbuild: fix missed rebuild of modules.builtinMasahiro Yamada2019-06-30
| * kbuild: Add -Werror=unknown-warning-option to CLANG_FLAGSNathan Chancellor2019-06-23
| * kbuild: add support for ensuring headers are self-containedJani Nikula2019-06-15
| * kbuild: move hdr-inst shorthand to top MakefileMasahiro Yamada2019-06-15
| * kbuild: re-implement Makefile.headersinst without recursionMasahiro Yamada2019-06-15
| * kbuild: add 'headers' target to build up uapi headers in usr/includeMasahiro Yamada2019-06-15
| * kbuild: build all prerequisites of headers_install simultaneouslyMasahiro Yamada2019-06-15
| * kbuild: remove build_unifdef target in scripts/MakefileMasahiro Yamada2019-06-15
| * kbuild: add CONFIG_HEADERS_INSTALL and loosen the dependency of samplesMasahiro Yamada2019-06-15
| * kbuild: make gdb_script depend on prepare0 instead of prepareMasahiro Yamada2019-06-15
| * kbuild: remove stale dependency between Documentation/ and headers_installMasahiro Yamada2019-06-15
| * kbuild: remove headers_{install,check}_allMasahiro Yamada2019-06-15
* | Linux 5.2Linus Torvalds2019-07-07
* | Linux 5.2-rc7Linus Torvalds2019-06-29
* | Linux 5.2-rc6Linus Torvalds2019-06-22
* | Linux 5.2-rc5Linus Torvalds2019-06-16
|/
* Linux 5.2-rc4Linus Torvalds2019-06-08
* kbuild: teach kselftest-merge to find nested config filesDan Rue2019-06-04
* Linux 5.2-rc3Linus Torvalds2019-06-02
* Linux 5.2-rc2Linus Torvalds2019-05-26
* Linux 5.2-rc1Linus Torvalds2019-05-19
* kbuild: check uniqueness of module namesMasahiro Yamada2019-05-18
* kbuild: add LICENSES to KBUILD_ALLDIRSMasahiro Yamada2019-05-17
* kbuild: terminate Kconfig when $(CC) or $(LD) is missingMasahiro Yamada2019-05-17
* kbuild: turn auto.conf.cmd into a mandatory include fileMasahiro Yamada2019-05-17
* kbuild: add all Clang-specific flags unconditionallyMasahiro Yamada2019-05-17
* kbuild: Don't try to add '-fcatch-undefined-behavior' flagNathan Chancellor2019-05-17
* kbuild: add -Wvla flag unconditionallyMasahiro Yamada2019-05-17
* kbuild: re-enable int-in-bool-context warningMasahiro Yamada2019-05-17
* Merge tag 'kbuild-v5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds2019-05-08
|\
| * moduleparam: Save information about built-in modules in separate fileAlexey Gladkov2019-05-07
| * kbuild: move Documentation to vmlinux-alldirsMasahiro Yamada2019-05-03
| * kbuild: move samples/ to KBUILD_VMLINUX_OBJSMasahiro Yamada2019-05-03
| * kbuild: check arch/$(SRCARCH)/include/generated before out-of-tree buildMasahiro Yamada2019-04-09
| * kbuild: remove unneeded dependency for include/config/kernel.releaseMasahiro Yamada2019-04-09
| * kbuild: use $(srctree) instead of KBUILD_SRC to check out-of-tree buildMasahiro Yamada2019-04-02
| * kbuild: allow Kbuild to start from any directoryMasahiro Yamada2019-04-02
| * kbuild: pass $(MAKECMDGOALS) to sub-make as isMasahiro Yamada2019-03-31
| * kbuild: fix warning "overriding recipe for target 'Makefile'"Masahiro Yamada2019-03-31