aboutsummaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Expand)Author
2019-04-21Linux 5.1-rc6Linus Torvalds
2019-04-14Linux 5.1-rc5Linus Torvalds
2019-04-07Linux 5.1-rc4Linus Torvalds
2019-03-31Linux 5.1-rc3Linus Torvalds
2019-03-31Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2019-03-29Merge tag 'kbuild-fixes-v5.1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2019-03-28kbuild: do not overwrite .gitignore in output directoryMasahiro Yamada
2019-03-28kbuild: skip parsing pre sub-make code for recursionMasahiro Yamada
2019-03-28objtool: Query pkg-config for libelf locationRolf Eike Beer
2019-03-24Linux 5.1-rc2Linus Torvalds
2019-03-21kbuild: skip sub-make for in-tree build with GNU Make 4.xMasahiro Yamada
2019-03-20Revert "kbuild: use -Oz instead of -Os when using clang"Matthias Kaehlcke
2019-03-17Linux 5.1-rc1Linus Torvalds
2019-03-17kbuild: force all architectures except um to include mandatory-yMasahiro Yamada
2019-03-17kbuild: Make NOSTDINC_FLAGS a simply expanded variableDouglas Anderson
2019-03-14kbuild: add workaround for Debian make-kpkgMasahiro Yamada
2019-03-10Merge tag 'kbuild-v5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds
2019-03-06Merge tag 'driver-core-5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2019-03-05kbuild: remove scripts/basic/% build targetMasahiro Yamada
2019-03-04kbuild: use -Werror=implicit-... instead of -Werror-implicit-...Luc Van Oostenryck
2019-03-04kbuild: remove commented-out INITRD_COMPRESSMasahiro Yamada
2019-03-03Linux 5.0Linus Torvalds
2019-02-28kbuild: move -gsplit-dwarf, -gdwarf-4 option tests to KconfigMasahiro Yamada
2019-02-27kbuild: move ".config not found!" message from Kconfig to MakefileMasahiro Yamada
2019-02-27kbuild: invoke syncconfig if include/config/auto.conf.cmd is missingMasahiro Yamada
2019-02-27kbuild: simplify single target rulesMasahiro Yamada
2019-02-27kbuild: remove empty rules for makefilesMasahiro Yamada
2019-02-27kbuild: make -r/-R effective in top Makefile for old Make versionsMasahiro Yamada
2019-02-27kbuild: move tools_silent to a more relevant placeMasahiro Yamada
2019-02-27kbuild: compute false-positive -Wmaybe-uninitialized cases in KconfigMasahiro Yamada
2019-02-27kbuild: hardcode genksyms path and remove GENKSYMS variableMasahiro Yamada
2019-02-27kbuild: create symlink to vmlinux-gdb.py in scripts_gdb targetMasahiro Yamada
2019-02-27scripts/gdb: do not descend into scripts/gdb from scriptsMasahiro Yamada
2019-02-27scripts/gdb: delay generation of gdb constants.pyMasahiro Yamada
2019-02-24Linux 5.0-rc8Linus Torvalds
2019-02-20kbuild: turn '/' into an alias of './'Masahiro Yamada
2019-02-20kbuild: set KBUILD_MODULES=1 all the time for single target %/Masahiro Yamada
2019-02-20kbuild: clang: choose GCC_TOOLCHAIN_DIR not on LDNick Desaulniers
2019-02-20kbuild: Disable extra debugging info in .s outputMasahiro Yamada
2019-02-19kbuild: gitignore output directoryVladimir Kondratiev
2019-02-17Linux 5.0-rc7Linus Torvalds
2019-02-11Merge 5.0-rc6 into driver-core-nextGreg Kroah-Hartman
2019-02-10Linux 5.0-rc6Linus Torvalds
2019-02-03Linux 5.0-rc5Linus Torvalds
2019-01-28kbuild: remove meaningless prepare2 targetMasahiro Yamada
2019-01-28kbuild: merge KBUILD_VMLINUX_{INIT,MAIN} into KBUILD_VMLINUX_OBJSMasahiro Yamada
2019-01-27Linux 5.0-rc4Linus Torvalds
2019-01-22firmware_loader: move firmware/ to drivers/base/firmware_loader/builtin/Masahiro Yamada
2019-01-21Linux 5.0-rc3Linus Torvalds
2019-01-17kbuild: mark prepare0 as PHONY to fix external module buildMasahiro Yamada