summaryrefslogtreecommitdiffstats
path: root/Makefile
Commit message (Expand)AuthorAgeFilesLines
* Linux 5.3.18v5.3.18linux-5.3.yGreg Kroah-Hartman2019-12-181-1/+1
* Linux 5.3.17v5.3.17Greg Kroah-Hartman2019-12-171-1/+1
* Linux 5.3.16v5.3.16Greg Kroah-Hartman2019-12-131-1/+1
* Linux 5.3.15v5.3.15Greg Kroah-Hartman2019-12-041-1/+1
* Linux 5.3.14v5.3.14Greg Kroah-Hartman2019-11-291-1/+1
* Linux 5.3.13v5.3.13Greg Kroah-Hartman2019-11-241-1/+1
* Linux 5.3.12v5.3.12Greg Kroah-Hartman2019-11-201-1/+1
* Linux 5.3.11v5.3.11Greg Kroah-Hartman2019-11-121-1/+1
* Linux 5.3.10v5.3.10Greg Kroah-Hartman2019-11-101-1/+1
* Linux 5.3.9v5.3.9Greg Kroah-Hartman2019-11-061-1/+1
* Linux 5.3.8v5.3.8Greg Kroah-Hartman2019-10-291-1/+1
* Linux 5.3.7v5.3.7Greg Kroah-Hartman2019-10-171-1/+1
* Linux 5.3.6v5.3.6Greg Kroah-Hartman2019-10-111-1/+1
* Linux 5.3.5v5.3.5Greg Kroah-Hartman2019-10-071-1/+1
* kbuild: Do not enable -Wimplicit-fallthrough for clang for nowNathan Chancellor2019-10-071-3/+5
* Linux 5.3.4v5.3.4Greg Kroah-Hartman2019-10-051-1/+1
* Linux 5.3.3v5.3.3Greg Kroah-Hartman2019-10-051-1/+1
* Revert "Linux 5.3.2"Greg Kroah-Hartman2019-10-051-1/+1
* Linux 5.3.2Greg Kroah-Hartman2019-10-011-1/+1
* Linux 5.3.2v5.3.2Greg Kroah-Hartman2019-10-011-1/+1
* Linux 5.3.1v5.3.1Greg Kroah-Hartman2019-09-211-1/+1
* 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
* kbuild: create *.mod with full directory path and remove MODVERDIRMasahiro Yamada2019-07-181-17/+3
* kbuild: modpost: read modules.order instead of $(MODVERDIR)/*.modMasahiro Yamada2019-07-181-2/+0
* kbuild: get rid of kernel/ prefix from in-tree modules.{order,builtin}Masahiro Yamada2019-07-171-2/+2
* kbuild: do not create empty modules.order in the prepare stageMasahiro Yamada2019-07-171-2/+2
* kbuild: remove tag files by distclean instead of mrproperMasahiro Yamada2019-07-171-1/+10
* kbuild: add --hash-style= and --build-id unconditionallyMasahiro Yamada2019-07-171-4/+2
* Merge tag 'kbuild-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds2019-07-121-51/+66
|\
| * kbuild: Inform user to pass ARCH= for make mrproperGeert Uytterhoeven2019-07-111-1/+1
| * kbuild: add a flag to force absolute path for srctreeMasahiro Yamada2019-07-111-0/+4
| * kbuild: replace KBUILD_SRCTREE with boolean building_out_of_srctreeMasahiro Yamada2019-07-111-11/+8
| * kbuild: remove src and obj from the top MakefileMasahiro Yamada2019-07-111-6/+3