Age | Commit message (Expand) | Author | Files | Lines |
2019-04-17 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -1/+1 |
2019-04-15 | Linux 5.1-rc5v5.1-rc5 | Linus Torvalds | 1 | -1/+1 |
2019-04-12 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | David S. Miller | 1 | -1/+2 |
2019-04-08 | 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-01 | 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-30 | 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-25 | 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-18 | 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-13 | kbuild: add workaround for Debian make-kpkg | Masahiro Yamada | 1 | -0/+10 |
2019-03-11 | Merge tag 'kbuild-v5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/masa... | Linus Torvalds | 1 | -114/+105 |
2019-03-07 | Merge tag 'driver-core-5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -1/+1 |
2019-03-04 | 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-04 | 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 |
2019-02-27 | kbuild: remove empty rules for makefiles | Masahiro Yamada | 1 | -8/+5 |
2019-02-27 | kbuild: make -r/-R effective in top Makefile for old Make versions | Masahiro Yamada | 1 | -22/+26 |
2019-02-27 | kbuild: move tools_silent to a more relevant place | Masahiro Yamada | 1 | -1/+5 |
2019-02-27 | kbuild: compute false-positive -Wmaybe-uninitialized cases in Kconfig | Masahiro Yamada | 1 | -7/+3 |
2019-02-27 | kbuild: hardcode genksyms path and remove GENKSYMS variable | Masahiro Yamada | 1 | -2/+1 |
2019-02-27 | kbuild: create symlink to vmlinux-gdb.py in scripts_gdb target | Masahiro Yamada | 1 | -3/+1 |
2019-02-27 | scripts/gdb: do not descend into scripts/gdb from scripts | Masahiro Yamada | 1 | -1/+1 |
2019-02-27 | scripts/gdb: delay generation of gdb constants.py | Masahiro Yamada | 1 | -0/+11 |
2019-02-25 | Linux 5.0-rc8v5.0-rc8 | Linus Torvalds | 1 | -1/+1 |
2019-02-20 | kbuild: turn '/' into an alias of './' | Masahiro Yamada | 1 | -2/+3 |
2019-02-20 | kbuild: set KBUILD_MODULES=1 all the time for single target %/ | Masahiro Yamada | 1 | -6/+3 |
2019-02-20 | kbuild: clang: choose GCC_TOOLCHAIN_DIR not on LD | Nick Desaulniers | 1 | -1/+1 |
2019-02-20 | kbuild: Disable extra debugging info in .s output | Masahiro Yamada | 1 | -5/+8 |
2019-02-19 | kbuild: gitignore output directory | Vladimir Kondratiev | 1 | -0/+3 |
2019-02-18 | Linux 5.0-rc7v5.0-rc7 | Linus Torvalds | 1 | -1/+1 |
2019-02-11 | Merge 5.0-rc6 into driver-core-next | Greg Kroah-Hartman | 1 | -5/+5 |
2019-02-11 | Linux 5.0-rc6v5.0-rc6 | Linus Torvalds | 1 | -1/+1 |
2019-02-04 | Linux 5.0-rc5v5.0-rc5 | Linus Torvalds | 1 | -1/+1 |
2019-01-28 | kbuild: remove meaningless prepare2 target | Masahiro Yamada | 1 | -7/+3 |
2019-01-28 | kbuild: merge KBUILD_VMLINUX_{INIT,MAIN} into KBUILD_VMLINUX_OBJS | Masahiro Yamada | 1 | -3/+3 |
2019-01-28 | Linux 5.0-rc4v5.0-rc4 | Linus Torvalds | 1 | -1/+1 |
2019-01-22 | firmware_loader: move firmware/ to drivers/base/firmware_loader/builtin/ | Masahiro Yamada | 1 | -1/+1 |