| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/liv... | Linus Torvalds | 2019-05-07 | 1 | -0/+4 |
|\ |
|
| * | kbuild: use -flive-patching when CONFIG_LIVEPATCH is enabled | Miroslav Benes | 2019-04-08 | 1 | -0/+4 |
* | | Linux 5.1v5.1 | Linus Torvalds | 2019-05-06 | 1 | -1/+1 |
* | | gcc-9: silence 'address-of-packed-member' warning | Linus Torvalds | 2019-05-01 | 1 | -1/+1 |
* | | Linux 5.1-rc7v5.1-rc7 | Linus Torvalds | 2019-04-29 | 1 | -1/+1 |
* | | Linux 5.1-rc6v5.1-rc6 | Linus Torvalds | 2019-04-21 | 1 | -1/+1 |
* | | Linux 5.1-rc5v5.1-rc5 | Linus Torvalds | 2019-04-15 | 1 | -1/+1 |
* | | Linux 5.1-rc4v5.1-rc4 | Linus Torvalds | 2019-04-08 | 1 | -1/+1 |
* | | Linux 5.1-rc3v5.1-rc3 | Linus Torvalds | 2019-03-31 | 1 | -1/+1 |
* | | Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2019-03-31 | 1 | -1/+3 |
|\ \ |
|
| * | | objtool: Query pkg-config for libelf location | Rolf Eike Beer | 2019-03-28 | 1 | -1/+3 |
* | | | Merge tag 'kbuild-fixes-v5.1' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2019-03-29 | 1 | -20/+23 |
|\ \ \
| |/ /
|/| | |
|
| * | | kbuild: do not overwrite .gitignore in output directory | Masahiro Yamada | 2019-03-28 | 1 | -1/+2 |
| * | | kbuild: skip parsing pre sub-make code for recursion | Masahiro Yamada | 2019-03-28 | 1 | -3/+5 |
| * | | kbuild: skip sub-make for in-tree build with GNU Make 4.x | Masahiro Yamada | 2019-03-21 | 1 | -16/+16 |
| * | | Revert "kbuild: use -Oz instead of -Os when using clang" | Matthias Kaehlcke | 2019-03-20 | 1 | -1/+1 |
* | | | Linux 5.1-rc2v5.1-rc2 | Linus Torvalds | 2019-03-24 | 1 | -1/+1 |
|/ / |
|
* | | Linux 5.1-rc1v5.1-rc1 | Linus Torvalds | 2019-03-17 | 1 | -2/+2 |
* | | kbuild: force all architectures except um to include mandatory-y | Masahiro Yamada | 2019-03-17 | 1 | -2/+4 |
* | | kbuild: Make NOSTDINC_FLAGS a simply expanded variable | Douglas Anderson | 2019-03-17 | 1 | -1/+1 |
* | | kbuild: add workaround for Debian make-kpkg | Masahiro Yamada | 2019-03-13 | 1 | -0/+10 |
* | | 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 |
| |/ / /
|/| | | |
|