summaryrefslogtreecommitdiffstats
path: root/Makefile
Commit message (Expand)AuthorAgeFilesLines
* Linux 5.1-rc1Linus Torvalds2019-03-171-2/+2
* kbuild: force all architectures except um to include mandatory-yMasahiro Yamada2019-03-171-2/+4
* kbuild: Make NOSTDINC_FLAGS a simply expanded variableDouglas Anderson2019-03-171-1/+1
* kbuild: add workaround for Debian make-kpkgMasahiro Yamada2019-03-141-0/+10
* Merge tag 'kbuild-v5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds2019-03-101-114/+105
|\
| * kbuild: remove scripts/basic/% build targetMasahiro Yamada2019-03-051-3/+0
| * kbuild: use -Werror=implicit-... instead of -Werror-implicit-...Luc Van Oostenryck2019-03-041-1/+1
| * kbuild: remove commented-out INITRD_COMPRESSMasahiro Yamada2019-03-041-13/+0
| * kbuild: move -gsplit-dwarf, -gdwarf-4 option tests to KconfigMasahiro Yamada2019-02-281-2/+2
| * kbuild: move ".config not found!" message from Kconfig to MakefileMasahiro Yamada2019-02-271-2/+8
| * kbuild: invoke syncconfig if include/config/auto.conf.cmd is missingMasahiro Yamada2019-02-271-2/+5
| * kbuild: simplify single target rulesMasahiro Yamada2019-02-271-29/+18
| * kbuild: remove empty rules for makefilesMasahiro Yamada2019-02-271-8/+5
| * kbuild: make -r/-R effective in top Makefile for old Make versionsMasahiro Yamada2019-02-271-22/+26
| * kbuild: move tools_silent to a more relevant placeMasahiro Yamada2019-02-271-1/+5
| * kbuild: compute false-positive -Wmaybe-uninitialized cases in KconfigMasahiro Yamada2019-02-271-7/+3
| * kbuild: hardcode genksyms path and remove GENKSYMS variableMasahiro Yamada2019-02-271-2/+1
| * kbuild: create symlink to vmlinux-gdb.py in scripts_gdb targetMasahiro Yamada2019-02-271-3/+1
| * scripts/gdb: do not descend into scripts/gdb from scriptsMasahiro Yamada2019-02-271-1/+1
| * scripts/gdb: delay generation of gdb constants.pyMasahiro Yamada2019-02-271-0/+11
| * kbuild: turn '/' into an alias of './'Masahiro Yamada2019-02-201-2/+3
| * kbuild: set KBUILD_MODULES=1 all the time for single target %/Masahiro Yamada2019-02-201-6/+3
| * kbuild: clang: choose GCC_TOOLCHAIN_DIR not on LDNick Desaulniers2019-02-201-1/+1
| * kbuild: Disable extra debugging info in .s outputMasahiro Yamada2019-02-201-5/+8
| * kbuild: gitignore output directoryVladimir Kondratiev2019-02-191-0/+3
| * kbuild: remove meaningless prepare2 targetMasahiro Yamada2019-01-281-7/+3
| * kbuild: merge KBUILD_VMLINUX_{INIT,MAIN} into KBUILD_VMLINUX_OBJSMasahiro Yamada2019-01-281-3/+3
* | Merge tag 'driver-core-5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2019-03-061-1/+1
|\ \
| * \ Merge 5.0-rc6 into driver-core-nextGreg Kroah-Hartman2019-02-111-5/+5
| |\ \
| * | | firmware_loader: move firmware/ to drivers/base/firmware_loader/builtin/Masahiro Yamada2019-01-221-1/+1
* | | | Linux 5.0Linus Torvalds2019-03-031-1/+1
* | | | Linux 5.0-rc8Linus Torvalds2019-02-241-1/+1
* | | | Linux 5.0-rc7Linus Torvalds2019-02-171-1/+1
| |/ / |/| |
* | | Linux 5.0-rc6Linus Torvalds2019-02-101-1/+1
* | | Linux 5.0-rc5Linus Torvalds2019-02-031-1/+1
| |/ |/|
* | Linux 5.0-rc4Linus Torvalds2019-01-271-1/+1
* | Linux 5.0-rc3Linus Torvalds2019-01-211-1/+1
* | kbuild: mark prepare0 as PHONY to fix external module buildMasahiro Yamada2019-01-171-2/+2
* | kbuild: remove unused archmrproperMasahiro Yamada2019-01-161-2/+2
|/
* Linux 5.0-rc2Linus Torvalds2019-01-141-1/+1
* Linux 5.0-rc1Linus Torvalds2019-01-061-3/+3
* kbuild: remove unnecessary stubs for archheader and archscriptsMasahiro Yamada2019-01-061-5/+1
* kbuild: use assignment instead of define ... endef for filechk_* rulesMasahiro Yamada2019-01-061-2/+1
* kbuild: change filechk to surround the given command with { }Masahiro Yamada2019-01-061-3/+3
* jump_label: move 'asm goto' support test to KconfigMasahiro Yamada2019-01-061-7/+0
* Merge tag 'kbuild-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2018-12-291-60/+51
|\
| * kbuild: add -Werror=implicit-int flag unconditionallyMasahiro Yamada2018-12-171-4/+1
| * kbuild: add -Werror=strict-prototypes flag unconditionallyMasahiro Yamada2018-12-171-4/+1
| * kbuild: add -fno-PIE flag unconditionallyMasahiro Yamada2018-12-171-5/+2
| * kbuild: refactor Makefile.asm-genericMasahiro Yamada2018-12-171-4/+4