Age | Commit message (Expand) | Author | Files | Lines |
2019-05-08 | Merge tag 'kbuild-v5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/masa... | Linus Torvalds | 1 | -65/+81 |
2019-05-07 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 1 | -1/+2 |
2019-05-07 | Merge tag 'meminit-v5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -0/+5 |
2019-05-07 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/liv... | Linus Torvalds | 1 | -0/+4 |
2019-05-07 | moduleparam: Save information about built-in modules in separate file | Alexey Gladkov | 1 | -0/+2 |
2019-05-05 | Linux 5.1v5.1 | Linus Torvalds | 1 | -1/+1 |
2019-05-03 | kbuild: move Documentation to vmlinux-alldirs | Masahiro Yamada | 1 | -4/+5 |
2019-05-03 | kbuild: move samples/ to KBUILD_VMLINUX_OBJS | Masahiro Yamada | 1 | -10/+8 |
2019-05-02 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -2/+2 |
2019-05-01 | gcc-9: silence 'address-of-packed-member' warning | Linus Torvalds | 1 | -1/+1 |
2019-04-28 | Linux 5.1-rc7v5.1-rc7 | Linus Torvalds | 1 | -1/+1 |
2019-04-25 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -1/+1 |
2019-04-24 | security: Implement Clang's stack initialization | Kees Cook | 1 | -0/+5 |
2019-04-21 | Linux 5.1-rc6v5.1-rc6 | Linus Torvalds | 1 | -1/+1 |
2019-04-17 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -1/+1 |
2019-04-14 | Linux 5.1-rc5v5.1-rc5 | Linus Torvalds | 1 | -1/+1 |
2019-04-11 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | David S. Miller | 1 | -1/+2 |
2019-04-09 | kbuild: check arch/$(SRCARCH)/include/generated before out-of-tree build | Masahiro Yamada | 1 | -2/+4 |
2019-04-09 | kbuild: remove unneeded dependency for include/config/kernel.release | Masahiro Yamada | 1 | -1/+1 |
2019-04-08 | kbuild: use -flive-patching when CONFIG_LIVEPATCH is enabled | Miroslav Benes | 1 | -0/+4 |
2019-04-07 | Linux 5.1-rc4v5.1-rc4 | Linus Torvalds | 1 | -1/+1 |
2019-04-03 | kbuild: add ability to generate BTF type info for vmlinux | Andrii Nakryiko | 1 | -1/+2 |
2019-04-02 | kbuild: use $(srctree) instead of KBUILD_SRC to check out-of-tree build | Masahiro Yamada | 1 | -3/+3 |
2019-04-02 | kbuild: allow Kbuild to start from any directory | Masahiro Yamada | 1 | -37/+50 |
2019-04-01 | kbuild: pass $(MAKECMDGOALS) to sub-make as is | Masahiro Yamada | 1 | -1/+1 |
2019-04-01 | kbuild: fix warning "overriding recipe for target 'Makefile'" | Masahiro Yamada | 1 | -1/+1 |
2019-04-01 | kbuild: move RETPOLINE flags below config-targets | Masahiro Yamada | 1 | -9/+9 |
2019-03-31 | Linux 5.1-rc3v5.1-rc3 | Linus Torvalds | 1 | -1/+1 |
2019-03-31 | Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 1 | -1/+3 |
2019-03-29 | Merge tag 'kbuild-fixes-v5.1' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -20/+23 |
2019-03-28 | kbuild: do not overwrite .gitignore in output directory | Masahiro Yamada | 1 | -1/+2 |
2019-03-28 | kbuild: skip parsing pre sub-make code for recursion | Masahiro Yamada | 1 | -3/+5 |
2019-03-28 | objtool: Query pkg-config for libelf location | Rolf Eike Beer | 1 | -1/+3 |
2019-03-24 | Linux 5.1-rc2v5.1-rc2 | Linus Torvalds | 1 | -1/+1 |
2019-03-21 | kbuild: skip sub-make for in-tree build with GNU Make 4.x | Masahiro Yamada | 1 | -16/+16 |
2019-03-20 | Revert "kbuild: use -Oz instead of -Os when using clang" | Matthias Kaehlcke | 1 | -1/+1 |
2019-03-17 | Linux 5.1-rc1v5.1-rc1 | Linus Torvalds | 1 | -2/+2 |
2019-03-17 | kbuild: force all architectures except um to include mandatory-y | Masahiro Yamada | 1 | -2/+4 |
2019-03-17 | kbuild: Make NOSTDINC_FLAGS a simply expanded variable | Douglas Anderson | 1 | -1/+1 |
2019-03-14 | kbuild: add workaround for Debian make-kpkg | Masahiro Yamada | 1 | -0/+10 |
2019-03-10 | Merge tag 'kbuild-v5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/masa... | Linus Torvalds | 1 | -114/+105 |
2019-03-06 | Merge tag 'driver-core-5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -1/+1 |
2019-03-05 | kbuild: remove scripts/basic/% build target | Masahiro Yamada | 1 | -3/+0 |
2019-03-04 | kbuild: use -Werror=implicit-... instead of -Werror-implicit-... | Luc Van Oostenryck | 1 | -1/+1 |
2019-03-04 | kbuild: remove commented-out INITRD_COMPRESS | Masahiro Yamada | 1 | -13/+0 |
2019-03-03 | Linux 5.0v5.0 | Linus Torvalds | 1 | -1/+1 |
2019-02-28 | kbuild: move -gsplit-dwarf, -gdwarf-4 option tests to Kconfig | Masahiro Yamada | 1 | -2/+2 |
2019-02-27 | kbuild: move ".config not found!" message from Kconfig to Makefile | Masahiro Yamada | 1 | -2/+8 |
2019-02-27 | kbuild: invoke syncconfig if include/config/auto.conf.cmd is missing | Masahiro Yamada | 1 | -2/+5 |
2019-02-27 | kbuild: simplify single target rules | Masahiro Yamada | 1 | -29/+18 |