Age | Commit message (Expand) | Author | Files | Lines |
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 |
2019-01-21 | Linux 5.0-rc3v5.0-rc3 | Linus Torvalds | 1 | -1/+1 |
2019-01-17 | kbuild: mark prepare0 as PHONY to fix external module build | Masahiro Yamada | 1 | -2/+2 |
2019-01-16 | kbuild: remove unused archmrproper | Masahiro Yamada | 1 | -2/+2 |
2019-01-14 | Linux 5.0-rc2v5.0-rc2 | Linus Torvalds | 1 | -1/+1 |
2019-01-07 | Linux 5.0-rc1v5.0-rc1 | Linus Torvalds | 1 | -3/+3 |
2019-01-06 | kbuild: remove unnecessary stubs for archheader and archscripts | Masahiro Yamada | 1 | -5/+1 |
2019-01-06 | kbuild: use assignment instead of define ... endef for filechk_* rules | Masahiro Yamada | 1 | -2/+1 |
2019-01-06 | kbuild: change filechk to surround the given command with { } | Masahiro Yamada | 1 | -3/+3 |
2019-01-06 | jump_label: move 'asm goto' support test to Kconfig | Masahiro Yamada | 1 | -7/+0 |
2018-12-29 | Merge tag 'kbuild-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/mas... | Linus Torvalds | 1 | -60/+51 |
2018-12-29 | Merge tag 'devicetree-for-4.21' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -3/+10 |
2018-12-24 | Linux 4.20v4.20 | Linus Torvalds | 1 | -1/+1 |
2018-12-21 | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 1 | -7/+2 |
2018-12-20 | Merge tag 'kbuild-fixes-v4.20-2' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -5/+8 |
2018-12-19 | kbuild: fix false positive warning/error about missing libelf | Masahiro Yamada | 1 | -5/+8 |
2018-12-19 | Revert "kbuild/Makefile: Prepare for using macros in inline assembly code to ... | Ingo Molnar | 1 | -7/+2 |
2018-12-17 | Linux 4.20-rc7v4.20-rc7 | Linus Torvalds | 1 | -1/+1 |
2018-12-16 | kbuild: add -Werror=implicit-int flag unconditionally | Masahiro Yamada | 1 | -4/+1 |
2018-12-16 | kbuild: add -Werror=strict-prototypes flag unconditionally | Masahiro Yamada | 1 | -4/+1 |
2018-12-16 | kbuild: add -fno-PIE flag unconditionally | Masahiro Yamada | 1 | -5/+2 |
2018-12-16 | kbuild: refactor Makefile.asm-generic | Masahiro Yamada | 1 | -4/+4 |
2018-12-13 | kbuild: Add support for DT binding schema checks | Rob Herring | 1 | -3/+10 |
2018-12-10 | Linux 4.20-rc6v4.20-rc6 | Linus Torvalds | 1 | -1/+1 |
2018-12-08 | kbuild: exploit parallel building for CONFIG_HEADERS_CHECK | Masahiro Yamada | 1 | -3/+4 |
2018-12-03 | Linux 4.20-rc5v4.20-rc5 | Linus Torvalds | 1 | -1/+1 |
2018-12-01 | kbuild: let fixdep directly write to .*.cmd files | Masahiro Yamada | 1 | -6/+7 |
2018-12-01 | kbuild: descend into scripts/gcc-plugins/ via scripts/Makefile | Masahiro Yamada | 1 | -1/+1 |
2018-12-01 | kbuild: make 'archprepare' depend on 'scripts' | Masahiro Yamada | 1 | -17/+15 |