summaryrefslogtreecommitdiffstats
path: root/Makefile
Commit message (Expand)AuthorAgeFilesLines
* Linux 5.8-rc6v5.8-rc6Linus Torvalds2020-07-191-1/+1
* Linux 5.8-rc5v5.8-rc5Linus Torvalds2020-07-121-1/+1
* Linux 5.8-rc4v5.8-rc4Linus Torvalds2020-07-051-1/+1
* Merge tag 'kbuild-fixes-v5.8-2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-07-051-2/+2
|\
| * kbuild: make Clang build userprogs for target architectureMasahiro Yamada2020-07-021-2/+2
* | Linux 5.8-rc3v5.8-rc3Linus Torvalds2020-06-281-1/+1
|/
* Linux 5.8-rc2v5.8-rc2Linus Torvalds2020-06-211-1/+1
* Revert "Makefile: install modules.builtin even if CONFIG_MODULES=n"Masahiro Yamada2020-06-221-11/+3
* Makefile: Improve compressed debug info support detectionArvind Sankar2020-06-151-1/+1
* Linux 5.8-rc1v5.8-rc1Linus Torvalds2020-06-141-2/+2
* Merge tag 'kbuild-v5.8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds2020-06-131-19/+5
|\
| * kbuild: fix broken builds because of GZIP,BZIP2,LZOP variablesDenis Efremov2020-06-111-19/+5
* | Rebase locking/kcsan to locking/urgentThomas Gleixner2020-06-111-1/+2
|\ \ | |/ |/|
| * Merge tag 'v5.7-rc1' into locking/kcsan, to resolve conflicts and refreshIngo Molnar2020-04-131-29/+68
| |\
| * \ Merge branch 'linus' into locking/kcsan, to pick up fixesIngo Molnar2020-03-211-3/+5
| |\ \
| * \ \ Merge branch 'x86/kdump' into locking/kcsan, to resolve conflictsIngo Molnar2020-03-211-21/+9
| |\ \ \
| * \ \ \ Merge tag 'v5.5-rc7' into locking/kcsan, to refresh the treeIngo Molnar2020-01-201-1/+1
| |\ \ \ \
| * \ \ \ \ Merge tag 'v5.5-rc5' into locking/kcsan, to resolve conflictIngo Molnar2020-01-061-1/+1
| |\ \ \ \ \
| * \ \ \ \ \ Merge tag 'v5.5-rc4' into locking/kcsan, to resolve conflictsIngo Molnar2019-12-301-65/+63
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar2019-11-191-1/+2
| |\ \ \ \ \ \ \
| | * | | | | | | kcsan: Add Kernel Concurrency Sanitizer infrastructureMarco Elver2019-11-161-1/+2
* | | | | | | | | Merge tag 'kbuild-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds2020-06-061-91/+126
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | kbuild: add variables for compression toolsDenis Efremov2020-06-061-2/+23
| * | | | | | | | | Makefile: install modules.builtin even if CONFIG_MODULES=nJonas Zeiger2020-06-061-3/+11
| * | | | | | | | | modpost: show warning if any of symbol dump files is missingMasahiro Yamada2020-06-061-9/+1
| * | | | | | | | | modpost: generate vmlinux.symvers and reuse it for the second modpostMasahiro Yamada2020-06-061-1/+1
| * | | | | | | | | kbuild: update modules.order only when contained modules are updatedMasahiro Yamada2020-06-031-3/+11
| * | | | | | | | | kbuild: refactor KBUILD_VMLINUX_{OBJS,LIBS} calculationMasahiro Yamada2020-06-031-9/+8
| * | | | | | | | | kbuild: merge net-y and virt-y into drivers-yMasahiro Yamada2020-06-011-8/+4
| * | | | | | | | | kbuild: merge init-y into core-yMasahiro Yamada2020-06-011-6/+4
| * | | | | | | | | kbuild: merge two 'ifdef CONFIG_TRIM_UNUSED_KSYMS' blocksMasahiro Yamada2020-06-011-7/+5
| * | | | | | | | | kbuild: force to build vmlinux if CONFIG_MODVERSION=yMasahiro Yamada2020-06-011-5/+8
| * | | | | | | | | Makefile: support compressed debug infoNick Desaulniers2020-05-291-0/+6
| * | | | | | | | | kbuild: disallow multi-word in M= or KBUILD_EXTMODMasahiro Yamada2020-05-291-0/+3
| * | | | | | | | | kbuild: clear KBUILD_MODULES in top Makefile if CONFIG_MODULES=nMasahiro Yamada2020-05-261-0/+4
| * | | | | | | | | kbuild: make module name conflict fatal errorMasahiro Yamada2020-05-261-2/+5
| * | | | | | | | | kbuild: error out if targets prefixed with '__' are directly runMasahiro Yamada2020-05-261-10/+13
| * | | | | | | | | kbuild: add this-makefile as a shorthand for $(lastword $(MAKEFILE_LIST))Masahiro Yamada2020-05-261-2/+4
| * | | | | | | | | kbuild: remove {CLEAN,MRPROPER,DISTCLEAN}_DIRSMasahiro Yamada2020-05-261-16/+6
| * | | | | | | | | kbuild: remove misleading stale FIXME commentMasahiro Yamada2020-05-261-3/+0
| * | | | | | | | | kbuild: invoke syncconfig if autoconf.h is missingMasahiro Yamada2020-05-261-2/+3
| * | | | | | | | | kbuild: add infrastructure to build userspace programsMasahiro Yamada2020-05-171-3/+10
| * | | | | | | | | kbuild: remove '/' targetMasahiro Yamada2020-05-121-4/+0
* | | | | | | | | | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2020-06-011-0/+6
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | scs: Add support for Clang's Shadow Call Stack (SCS)Sami Tolvanen2020-05-151-0/+6
* | | | | | | | | | | Linux 5.7v5.7Linus Torvalds2020-05-311-1/+1
* | | | | | | | | | | Linux 5.7-rc7v5.7-rc7Linus Torvalds2020-05-241-1/+1
* | | | | | | | | | | Linux 5.7-rc6v5.7-rc6Linus Torvalds2020-05-171-1/+1
| |/ / / / / / / / / |/| | | | | | | | |
* | | | | | | | | | Linux 5.7-rc5v5.7-rc5Linus Torvalds2020-05-101-1/+1
* | | | | | | | | | gcc-10: disable 'restrict' warning for nowLinus Torvalds2020-05-091-0/+3