summaryrefslogtreecommitdiffstats
path: root/Makefile
Commit message (Expand)AuthorAgeFilesLines
...
* Linux 5.2-rc2Linus Torvalds2019-05-271-2/+2
* Linux 5.2-rc1Linus Torvalds2019-05-201-2/+2
* kbuild: check uniqueness of module namesMasahiro Yamada2019-05-181-0/+1
* kbuild: add LICENSES to KBUILD_ALLDIRSMasahiro Yamada2019-05-181-1/+1
* kbuild: terminate Kconfig when $(CC) or $(LD) is missingMasahiro Yamada2019-05-181-1/+1
* kbuild: turn auto.conf.cmd into a mandatory include fileMasahiro Yamada2019-05-181-1/+1
* kbuild: add all Clang-specific flags unconditionallyMasahiro Yamada2019-05-181-5/+5
* kbuild: Don't try to add '-fcatch-undefined-behavior' flagNathan Chancellor2019-05-181-1/+0Star
* kbuild: add -Wvla flag unconditionallyMasahiro Yamada2019-05-181-1/+1
* kbuild: re-enable int-in-bool-context warningMasahiro Yamada2019-05-181-1/+0Star
* Merge tag 'kbuild-v5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds2019-05-081-65/+81
|\
| * moduleparam: Save information about built-in modules in separate fileAlexey Gladkov2019-05-071-0/+2
| * kbuild: move Documentation to vmlinux-alldirsMasahiro Yamada2019-05-031-4/+5
| * kbuild: move samples/ to KBUILD_VMLINUX_OBJSMasahiro Yamada2019-05-031-10/+8Star
| * kbuild: check arch/$(SRCARCH)/include/generated before out-of-tree buildMasahiro Yamada2019-04-091-2/+4
| * kbuild: remove unneeded dependency for include/config/kernel.releaseMasahiro Yamada2019-04-091-1/+1
| * kbuild: use $(srctree) instead of KBUILD_SRC to check out-of-tree buildMasahiro Yamada2019-04-021-3/+3
| * kbuild: allow Kbuild to start from any directoryMasahiro Yamada2019-04-021-37/+50
| * kbuild: pass $(MAKECMDGOALS) to sub-make as isMasahiro Yamada2019-04-011-1/+1
| * kbuild: fix warning "overriding recipe for target 'Makefile'"Masahiro Yamada2019-04-011-1/+1
| * kbuild: move RETPOLINE flags below config-targetsMasahiro Yamada2019-04-011-9/+9
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2019-05-081-1/+2
|\ \
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-05-031-2/+2
| |\ \
| * \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-04-261-1/+1
| |\ \ \
| * \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-04-171-1/+1
| |\ \ \ \
| * \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2019-04-121-1/+2
| |\ \ \ \ \
| | * | | | | kbuild: add ability to generate BTF type info for vmlinuxAndrii Nakryiko2019-04-031-1/+2
* | | | | | | Merge tag 'meminit-v5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-05-071-0/+5
|\ \ \ \ \ \ \
| * | | | | | | security: Implement Clang's stack initializationKees Cook2019-04-241-0/+5
| | |/ / / / / | |/| | | | |
* | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/liv...Linus Torvalds2019-05-071-0/+4
|\ \ \ \ \ \ \
| * | | | | | | kbuild: use -flive-patching when CONFIG_LIVEPATCH is enabledMiroslav Benes2019-04-081-0/+4
* | | | | | | | Linux 5.1Linus Torvalds2019-05-061-1/+1
| |_|_|_|_|/ / |/| | | | | |
* | | | | | | gcc-9: silence 'address-of-packed-member' warningLinus Torvalds2019-05-011-1/+1
* | | | | | | Linux 5.1-rc7Linus Torvalds2019-04-291-1/+1
| |_|_|_|/ / |/| | | | |
* | | | | | Linux 5.1-rc6Linus Torvalds2019-04-211-1/+1
| |_|_|/ / |/| | | |
* | | | | Linux 5.1-rc5Linus Torvalds2019-04-151-1/+1
| |_|/ / |/| | |
* | | | Linux 5.1-rc4Linus Torvalds2019-04-081-1/+1
| |_|/ |/| |
* | | Linux 5.1-rc3Linus Torvalds2019-03-311-1/+1
* | | Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2019-03-311-1/+3
|\ \ \
| * | | objtool: Query pkg-config for libelf locationRolf Eike Beer2019-03-281-1/+3
| | |/ | |/|
* | | Merge tag 'kbuild-fixes-v5.1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-03-291-20/+23
|\ \ \ | |/ / |/| |
| * | kbuild: do not overwrite .gitignore in output directoryMasahiro Yamada2019-03-281-1/+2
| * | kbuild: skip parsing pre sub-make code for recursionMasahiro Yamada2019-03-281-3/+5
| * | kbuild: skip sub-make for in-tree build with GNU Make 4.xMasahiro Yamada2019-03-211-16/+16
| * | Revert "kbuild: use -Oz instead of -Os when using clang"Matthias Kaehlcke2019-03-201-1/+1
* | | Linux 5.1-rc2Linus Torvalds2019-03-241-1/+1
|/ /
* | Linux 5.1-rc1Linus Torvalds2019-03-171-2/+2
* | kbuild: force all architectures except um to include mandatory-yMasahiro Yamada2019-03-171-2/+4
* | kbuild: Make NOSTDINC_FLAGS a simply expanded variableDouglas Anderson2019-03-171-1/+1
* | kbuild: add workaround for Debian make-kpkgMasahiro Yamada2019-03-131-0/+10