| Commit message (Expand) | Author | Age | Files | Lines |
* | Linux 5.3-rc7v5.3-rc7 | Linus Torvalds | 2019-09-02 | 1 | -1/+1 |
* | Linux 5.3-rc6v5.3-rc6 | Linus Torvalds | 2019-08-25 | 1 | -1/+1 |
* | Linux 5.3-rc5v5.3-rc5 | Linus Torvalds | 2019-08-18 | 1 | -1/+1 |
* | Linux 5.3-rc4v5.3-rc4 | Linus Torvalds | 2019-08-11 | 1 | -1/+1 |
* | Makefile: Convert -Wimplicit-fallthrough=3 to just -Wimplicit-fallthrough for... | Joe Perches | 2019-08-10 | 1 | -1/+1 |
* | Merge tag 'kbuild-fixes-v5.3-3' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2019-08-10 | 1 | -1/+12 |
|\ |
|
| * | kbuild: show hint if subdir-y/m is used to visit module Makefile | Masahiro Yamada | 2019-08-09 | 1 | -1/+1 |
| * | kbuild: revive single target %.ko | Masahiro Yamada | 2019-08-09 | 1 | -0/+11 |
* | | kbuild: add OBJSIZE variable for the size tool | Vasily Gorbik | 2019-08-08 | 1 | -3/+4 |
|/ |
|
* | Linux 5.3-rc3v5.3-rc3 | Linus Torvalds | 2019-08-05 | 1 | -1/+1 |
* | kbuild: initialize CLANG_FLAGS correctly in the top Makefile | Masahiro Yamada | 2019-07-30 | 1 | -1/+2 |
* | Linux 5.3-rc2v5.3-rc2 | Linus Torvalds | 2019-07-28 | 1 | -1/+1 |
* | Makefile: Globally enable fall-through warning | Gustavo A. R. Silva | 2019-07-26 | 1 | -0/+3 |
* | Linus 5.3-rc1v5.3-rc1 | Linus Torvalds | 2019-07-21 | 1 | -2/+2 |
* | kbuild: add -fcf-protection=none when using retpoline flags | Seth Forshee | 2019-07-20 | 1 | -0/+6 |
* | kbuild: remove 'prepare1' target | Masahiro Yamada | 2019-07-17 | 1 | -5/+3 |
* | kbuild: create *.mod with full directory path and remove MODVERDIR | Masahiro Yamada | 2019-07-17 | 1 | -17/+3 |
* | kbuild: modpost: read modules.order instead of $(MODVERDIR)/*.mod | Masahiro Yamada | 2019-07-17 | 1 | -2/+0 |
* | kbuild: get rid of kernel/ prefix from in-tree modules.{order,builtin} | Masahiro Yamada | 2019-07-17 | 1 | -2/+2 |
* | kbuild: do not create empty modules.order in the prepare stage | Masahiro Yamada | 2019-07-17 | 1 | -2/+2 |
* | kbuild: remove tag files by distclean instead of mrproper | Masahiro Yamada | 2019-07-17 | 1 | -1/+10 |
* | kbuild: add --hash-style= and --build-id unconditionally | Masahiro Yamada | 2019-07-17 | 1 | -4/+2 |
* | Merge tag 'kbuild-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/masa... | Linus Torvalds | 2019-07-13 | 1 | -51/+66 |
|\ |
|
| * | kbuild: Inform user to pass ARCH= for make mrproper | Geert Uytterhoeven | 2019-07-10 | 1 | -1/+1 |
| * | kbuild: add a flag to force absolute path for srctree | Masahiro Yamada | 2019-07-10 | 1 | -0/+4 |
| * | kbuild: replace KBUILD_SRCTREE with boolean building_out_of_srctree | Masahiro Yamada | 2019-07-10 | 1 | -11/+8 |
| * | kbuild: remove src and obj from the top Makefile | Masahiro Yamada | 2019-07-10 | 1 | -6/+3 |
| * | kbuild: compile-test kernel headers to ensure they are self-contained | Masahiro Yamada | 2019-07-09 | 1 | -0/+1 |
| * | kbuild: do not create wrappers for header-test-y | Masahiro Yamada | 2019-07-09 | 1 | -1/+0 |
| * | kbuild: compile-test exported headers to ensure they are self-contained | Masahiro Yamada | 2019-07-08 | 1 | -1/+1 |
| * | kbuild: add more hints about SUBDIRS replacement | Masahiro Yamada | 2019-07-07 | 1 | -0/+7 |
| * | kbuild: Add ability to test Clang's integrated assembler | Nathan Chancellor | 2019-07-04 | 1 | -0/+2 |
| * | kbuild: split modules.order build rule out of 'modules' target | Masahiro Yamada | 2019-07-01 | 1 | -2/+4 |
| * | kbuild: fix missed rebuild of modules.builtin | Masahiro Yamada | 2019-07-01 | 1 | -4/+8 |
| * | kbuild: Add -Werror=unknown-warning-option to CLANG_FLAGS | Nathan Chancellor | 2019-06-23 | 1 | -0/+1 |
| * | kbuild: add support for ensuring headers are self-contained | Jani Nikula | 2019-06-15 | 1 | -0/+1 |
| * | kbuild: move hdr-inst shorthand to top Makefile | Masahiro Yamada | 2019-06-15 | 1 | -0/+2 |
| * | kbuild: re-implement Makefile.headersinst without recursion | Masahiro Yamada | 2019-06-15 | 1 | -4/+4 |
| * | kbuild: add 'headers' target to build up uapi headers in usr/include | Masahiro Yamada | 2019-06-15 | 1 | -8/+15 |
| * | kbuild: build all prerequisites of headers_install simultaneously | Masahiro Yamada | 2019-06-15 | 1 | -2/+5 |
| * | kbuild: remove build_unifdef target in scripts/Makefile | Masahiro Yamada | 2019-06-15 | 1 | -1/+1 |
| * | kbuild: add CONFIG_HEADERS_INSTALL and loosen the dependency of samples | Masahiro Yamada | 2019-06-15 | 1 | -4/+4 |
| * | kbuild: make gdb_script depend on prepare0 instead of prepare | Masahiro Yamada | 2019-06-15 | 1 | -1/+1 |
| * | kbuild: remove stale dependency between Documentation/ and headers_install | Masahiro Yamada | 2019-06-15 | 1 | -2/+1 |
| * | kbuild: remove headers_{install,check}_all | Masahiro Yamada | 2019-06-15 | 1 | -13/+2 |
* | | Linux 5.2v5.2 | Linus Torvalds | 2019-07-08 | 1 | -1/+1 |
* | | Linux 5.2-rc7v5.2-rc7 | Linus Torvalds | 2019-06-30 | 1 | -2/+2 |
* | | Linux 5.2-rc6v5.2-rc6 | Linus Torvalds | 2019-06-23 | 1 | -1/+1 |
* | | Linux 5.2-rc5v5.2-rc5 | Linus Torvalds | 2019-06-16 | 1 | -1/+1 |
|/ |
|
* | Linux 5.2-rc4v5.2-rc4 | Linus Torvalds | 2019-06-09 | 1 | -1/+1 |