summaryrefslogtreecommitdiffstats
path: root/Makefile
Commit message (Expand)AuthorAgeFilesLines
* Linux 5.2.21v5.2.21linux-5.2.yGreg Kroah-Hartman2019-10-111-1/+1
* Linux 5.2.20v5.2.20Greg Kroah-Hartman2019-10-071-1/+1
* Linux 5.2.19v5.2.19Greg Kroah-Hartman2019-10-051-1/+1
* Linux 5.2.18v5.2.18Greg Kroah-Hartman2019-10-011-1/+1
* Linux 5.2.17v5.2.17Greg Kroah-Hartman2019-09-211-1/+1
* Linux 5.2.16v5.2.16Greg Kroah-Hartman2019-09-191-1/+1
* Linux 5.2.15v5.2.15Greg Kroah-Hartman2019-09-161-1/+1
* Linux 5.2.14v5.2.14Greg Kroah-Hartman2019-09-101-1/+1
* Linux 5.2.13v5.2.13Greg Kroah-Hartman2019-09-061-1/+1
* Linux 5.2.12v5.2.12Greg Kroah-Hartman2019-09-061-1/+1
* Linux 5.2.11v5.2.11Greg Kroah-Hartman2019-08-291-1/+1
* Linux 5.2.10v5.2.10Sasha Levin2019-08-251-1/+1
* Linux 5.2.9v5.2.9Greg Kroah-Hartman2019-08-161-1/+1
* Linux 5.2.8v5.2.8Greg Kroah-Hartman2019-08-091-1/+1
* Linux 5.2.7v5.2.7Greg Kroah-Hartman2019-08-061-1/+1
* kbuild: initialize CLANG_FLAGS correctly in the top MakefileMasahiro Yamada2019-08-061-1/+2
* Linux 5.2.6v5.2.6Greg Kroah-Hartman2019-08-041-1/+1
* Linux 5.2.5v5.2.5Greg Kroah-Hartman2019-07-311-1/+1
* kbuild: Add -Werror=unknown-warning-option to CLANG_FLAGSNathan Chancellor2019-07-311-0/+1
* Linux 5.2.4v5.2.4Greg Kroah-Hartman2019-07-281-1/+1
* Linux 5.2.3v5.2.3Greg Kroah-Hartman2019-07-261-1/+1
* Linux 5.2.2v5.2.2Greg Kroah-Hartman2019-07-211-1/+1
* Linux 5.2.1v5.2.1Greg Kroah-Hartman2019-07-141-1/+1
* Linux 5.2v5.2Linus Torvalds2019-07-071-1/+1
* Linux 5.2-rc7v5.2-rc7Linus Torvalds2019-06-301-2/+2
* Linux 5.2-rc6v5.2-rc6Linus Torvalds2019-06-221-1/+1
* Linux 5.2-rc5v5.2-rc5Linus Torvalds2019-06-161-1/+1
* Linux 5.2-rc4v5.2-rc4Linus Torvalds2019-06-081-1/+1
* kbuild: teach kselftest-merge to find nested config filesDan Rue2019-06-051-3/+2
* Linux 5.2-rc3v5.2-rc3Linus Torvalds2019-06-021-1/+1
* Linux 5.2-rc2v5.2-rc2Linus Torvalds2019-05-261-2/+2
* Linux 5.2-rc1v5.2-rc1Linus Torvalds2019-05-191-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/+0
* kbuild: add -Wvla flag unconditionallyMasahiro Yamada2019-05-181-1/+1
* kbuild: re-enable int-in-bool-context warningMasahiro Yamada2019-05-181-1/+0
* 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/+8
| * 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