| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge tag 'kbuild-v5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/masa... | Linus Torvalds | 2019-03-11 | 1 | -114/+105 |
|\ |
|
| * | kbuild: remove scripts/basic/% build target | Masahiro Yamada | 2019-03-04 | 1 | -3/+0 |
| * | kbuild: use -Werror=implicit-... instead of -Werror-implicit-... | Luc Van Oostenryck | 2019-03-04 | 1 | -1/+1 |
| * | kbuild: remove commented-out INITRD_COMPRESS | Masahiro Yamada | 2019-03-04 | 1 | -13/+0 |
| * | kbuild: move -gsplit-dwarf, -gdwarf-4 option tests to Kconfig | Masahiro Yamada | 2019-02-28 | 1 | -2/+2 |
| * | kbuild: move ".config not found!" message from Kconfig to Makefile | Masahiro Yamada | 2019-02-27 | 1 | -2/+8 |
| * | kbuild: invoke syncconfig if include/config/auto.conf.cmd is missing | Masahiro Yamada | 2019-02-27 | 1 | -2/+5 |
| * | kbuild: simplify single target rules | Masahiro Yamada | 2019-02-27 | 1 | -29/+18 |
| * | kbuild: remove empty rules for makefiles | Masahiro Yamada | 2019-02-27 | 1 | -8/+5 |
| * | kbuild: make -r/-R effective in top Makefile for old Make versions | Masahiro Yamada | 2019-02-27 | 1 | -22/+26 |
| * | kbuild: move tools_silent to a more relevant place | Masahiro Yamada | 2019-02-27 | 1 | -1/+5 |
| * | kbuild: compute false-positive -Wmaybe-uninitialized cases in Kconfig | Masahiro Yamada | 2019-02-27 | 1 | -7/+3 |
| * | kbuild: hardcode genksyms path and remove GENKSYMS variable | Masahiro Yamada | 2019-02-27 | 1 | -2/+1 |
| * | kbuild: create symlink to vmlinux-gdb.py in scripts_gdb target | Masahiro Yamada | 2019-02-27 | 1 | -3/+1 |
| * | scripts/gdb: do not descend into scripts/gdb from scripts | Masahiro Yamada | 2019-02-27 | 1 | -1/+1 |
| * | scripts/gdb: delay generation of gdb constants.py | Masahiro Yamada | 2019-02-27 | 1 | -0/+11 |
| * | kbuild: turn '/' into an alias of './' | Masahiro Yamada | 2019-02-20 | 1 | -2/+3 |
| * | kbuild: set KBUILD_MODULES=1 all the time for single target %/ | Masahiro Yamada | 2019-02-20 | 1 | -6/+3 |
| * | kbuild: clang: choose GCC_TOOLCHAIN_DIR not on LD | Nick Desaulniers | 2019-02-20 | 1 | -1/+1 |
| * | kbuild: Disable extra debugging info in .s output | Masahiro Yamada | 2019-02-20 | 1 | -5/+8 |
| * | kbuild: gitignore output directory | Vladimir Kondratiev | 2019-02-19 | 1 | -0/+3 |
| * | kbuild: remove meaningless prepare2 target | Masahiro Yamada | 2019-01-28 | 1 | -7/+3 |
| * | kbuild: merge KBUILD_VMLINUX_{INIT,MAIN} into KBUILD_VMLINUX_OBJS | Masahiro Yamada | 2019-01-28 | 1 | -3/+3 |
* | | Merge tag 'driver-core-5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2019-03-06 | 1 | -1/+1 |
|\ \ |
|
| * \ | Merge 5.0-rc6 into driver-core-next | Greg Kroah-Hartman | 2019-02-11 | 1 | -5/+5 |
| |\ \ |
|
| * | | | firmware_loader: move firmware/ to drivers/base/firmware_loader/builtin/ | Masahiro Yamada | 2019-01-22 | 1 | -1/+1 |
* | | | | Linux 5.0v5.0 | Linus Torvalds | 2019-03-04 | 1 | -1/+1 |
* | | | | Linux 5.0-rc8v5.0-rc8 | Linus Torvalds | 2019-02-25 | 1 | -1/+1 |
* | | | | Linux 5.0-rc7v5.0-rc7 | Linus Torvalds | 2019-02-18 | 1 | -1/+1 |
| |/ /
|/| | |
|
* | | | Linux 5.0-rc6v5.0-rc6 | Linus Torvalds | 2019-02-10 | 1 | -1/+1 |
* | | | Linux 5.0-rc5v5.0-rc5 | Linus Torvalds | 2019-02-03 | 1 | -1/+1 |
| |/
|/| |
|
* | | Linux 5.0-rc4v5.0-rc4 | Linus Torvalds | 2019-01-28 | 1 | -1/+1 |
* | | Linux 5.0-rc3v5.0-rc3 | Linus Torvalds | 2019-01-21 | 1 | -1/+1 |
* | | kbuild: mark prepare0 as PHONY to fix external module build | Masahiro Yamada | 2019-01-17 | 1 | -2/+2 |
* | | kbuild: remove unused archmrproper | Masahiro Yamada | 2019-01-16 | 1 | -2/+2 |
|/ |
|
* | Linux 5.0-rc2v5.0-rc2 | Linus Torvalds | 2019-01-13 | 1 | -1/+1 |
* | Linux 5.0-rc1v5.0-rc1 | Linus Torvalds | 2019-01-07 | 1 | -3/+3 |
* | kbuild: remove unnecessary stubs for archheader and archscripts | Masahiro Yamada | 2019-01-06 | 1 | -5/+1 |
* | kbuild: use assignment instead of define ... endef for filechk_* rules | Masahiro Yamada | 2019-01-06 | 1 | -2/+1 |
* | kbuild: change filechk to surround the given command with { } | Masahiro Yamada | 2019-01-06 | 1 | -3/+3 |
* | jump_label: move 'asm goto' support test to Kconfig | Masahiro Yamada | 2019-01-06 | 1 | -7/+0 |
* | Merge tag 'kbuild-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/mas... | Linus Torvalds | 2018-12-29 | 1 | -60/+51 |
|\ |
|
| * | kbuild: add -Werror=implicit-int flag unconditionally | Masahiro Yamada | 2018-12-16 | 1 | -4/+1 |
| * | kbuild: add -Werror=strict-prototypes flag unconditionally | Masahiro Yamada | 2018-12-16 | 1 | -4/+1 |
| * | kbuild: add -fno-PIE flag unconditionally | Masahiro Yamada | 2018-12-16 | 1 | -5/+2 |
| * | kbuild: refactor Makefile.asm-generic | Masahiro Yamada | 2018-12-16 | 1 | -4/+4 |
| * | kbuild: exploit parallel building for CONFIG_HEADERS_CHECK | Masahiro Yamada | 2018-12-08 | 1 | -3/+4 |
| * | kbuild: let fixdep directly write to .*.cmd files | Masahiro Yamada | 2018-12-01 | 1 | -6/+7 |
| * | kbuild: descend into scripts/gcc-plugins/ via scripts/Makefile | Masahiro Yamada | 2018-12-01 | 1 | -1/+1 |
| * | kbuild: make 'archprepare' depend on 'scripts' | Masahiro Yamada | 2018-12-01 | 1 | -17/+15 |