Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | kbuild: allow to run dt_binding_check and dtbs_check in a single command | Masahiro Yamada | 2020-03-13 | 1 | -1/+5 | |
| * | | | | | | | | kbuild: avoid concurrency issue in parallel building dtbs and dtbs_check | Masahiro Yamada | 2020-03-13 | 1 | -2/+6 | |
| * | | | | | | | | kbuild: generate autoksyms.h early | Quentin Perret | 2020-03-03 | 1 | -2/+5 | |
| * | | | | | | | | kbuild: use KBUILD_DEFCONFIG as the fallback for DEFCONFIG_LIST | Masahiro Yamada | 2020-03-03 | 1 | -0/+3 | |
| * | | | | | | | | kbuild: remove cc-option switch from -Wframe-larger-than= | Masahiro Yamada | 2020-03-02 | 1 | -1/+1 | |
* | | | | | | | | | Linux 5.6 | Linus Torvalds | 2020-03-29 | 1 | -1/+1 | |
* | | | | | | | | | Linux 5.6-rc7 | Linus Torvalds | 2020-03-22 | 1 | -1/+1 | |
| |_|_|_|_|_|_|/ |/| | | | | | | | ||||||
* | | | | | | | | Merge tag 'kbuild-fixes-v5.6-3' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2020-03-19 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | kbuild: Fix inconsistent comment | SZ Lin (林上智) | 2020-03-12 | 1 | -1/+1 | |
| |/ / / / / / / | ||||||
* | | | | | | | | Linux 5.6-rc6 | Linus Torvalds | 2020-03-15 | 1 | -1/+1 | |
* | | | | | | | | Linux 5.6-rc5 | Linus Torvalds | 2020-03-08 | 1 | -1/+1 | |
|/ / / / / / / | ||||||
* | | | | | | | Linux 5.6-rc4 | Linus Torvalds | 2020-03-01 | 1 | -1/+1 | |
* | | | | | | | kbuild: add dt_binding_check to PHONY in a correct place | Masahiro Yamada | 2020-02-27 | 1 | -1/+2 | |
* | | | | | | | kbuild: add dtbs_check to PHONY | Masahiro Yamada | 2020-02-27 | 1 | -1/+1 | |
* | | | | | | | kbuild: add comment for V=2 mode | Randy Dunlap | 2020-02-27 | 1 | -0/+1 | |
| |_|_|_|_|/ |/| | | | | | ||||||
* | | | | | | Linux 5.6-rc3v5.6-rc3 | Linus Torvalds | 2020-02-23 | 1 | -1/+1 | |
* | | | | | | Linux 5.6-rc2v5.6-rc2 | Linus Torvalds | 2020-02-16 | 1 | -1/+1 | |
* | | | | | | Linux 5.6-rc1v5.6-rc1 | Linus Torvalds | 2020-02-09 | 1 | -2/+2 | |
* | | | | | | kbuild: make multiple directory targets work | Masahiro Yamada | 2020-02-06 | 1 | -1/+1 | |
* | | | | | | Merge tag 'kbuild-v5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/masa... | Linus Torvalds | 2020-02-01 | 1 | -18/+6 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | kbuild: remove PYTHON2 variable | Masahiro Yamada | 2020-01-16 | 1 | -2/+1 | |
| * | | | | | | kbuild: create modules.builtin without Makefile.modbuiltin or tristate.conf | Masahiro Yamada | 2020-01-07 | 1 | -16/+5 | |
| | |_|_|/ / | |/| | | | | ||||||
* | | | | | | Linux 5.5v5.5 | Linus Torvalds | 2020-01-26 | 1 | -1/+1 | |
| |_|_|_|/ |/| | | | | ||||||
* | | | | | Linux 5.5-rc7 | Linus Torvalds | 2020-01-19 | 1 | -1/+1 | |
* | | | | | Linux 5.5-rc6v5.5-rc6 | Linus Torvalds | 2020-01-12 | 1 | -1/+1 | |
|/ / / / | ||||||
* | | / | Linux 5.5-rc5v5.5-rc5 | Linus Torvalds | 2020-01-05 | 1 | -1/+1 | |
| |_|/ |/| | | ||||||
* | | | Linux 5.5-rc4 | Linus Torvalds | 2019-12-29 | 1 | -1/+1 | |
* | | | Linux 5.5-rc3 | Linus Torvalds | 2019-12-22 | 1 | -1/+1 | |
* | | | Merge tag 'kbuild-fixes-v5.5' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2019-12-21 | 1 | -1/+2 | |
|\ \ \ | ||||||
| * | | | x86/boot: kbuild: allow readelf executable to be specified | Dmitry Golovin | 2019-12-14 | 1 | -1/+2 | |
* | | | | Linux 5.5-rc2v5.5-rc2 | Linus Torvalds | 2019-12-15 | 1 | -1/+1 | |
|/ / / | ||||||
* | | | Linux 5.5-rc1 | Linus Torvalds | 2019-12-08 | 1 | -2/+2 | |
* | | | Merge tag 'kbuild-v5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/masa... | Linus Torvalds | 2019-12-02 | 1 | -62/+59 | |
|\ \ \ | ||||||
| * | | | kbuild: make single target builds even faster | Masahiro Yamada | 2019-11-23 | 1 | -43/+47 | |
| * | | | kbuild: move headers_check rule to usr/include/Makefile | Masahiro Yamada | 2019-11-15 | 1 | -8/+3 | |
| * | | | kbuild: remove header compile test | Masahiro Yamada | 2019-11-15 | 1 | -1/+0 | |
| * | | | scripts/nsdeps: support nsdeps for external module builds | Masahiro Yamada | 2019-11-11 | 1 | -1/+2 | |
| * | | | modpost: dump missing namespaces into a single modules.nsdeps file | Masahiro Yamada | 2019-11-11 | 1 | -2/+2 | |
| * | | | modpost: do not invoke extra modpost for nsdeps | Masahiro Yamada | 2019-11-11 | 1 | -3/+2 | |
| * | | | kbuild: Extend defconfig field size from 24 to 27 | Geert Uytterhoeven | 2019-11-11 | 1 | -1/+1 | |
| * | | | kbuild: Wrap long "make help" text lines | Geert Uytterhoeven | 2019-11-11 | 1 | -1/+2 | |
| * | | | kbuild: remove unneeded variable, single-all | Masahiro Yamada | 2019-11-11 | 1 | -4/+2 | |
| | |/ | |/| | ||||||
* | | | Linux 5.4v5.4 | Linus Torvalds | 2019-11-24 | 1 | -1/+1 | |
| |/ |/| | ||||||
* | | Linux 5.4-rc8 | Linus Torvalds | 2019-11-17 | 1 | -1/+1 | |
* | | kbuild: tell sparse about the $ARCH | Luc Van Oostenryck | 2019-11-15 | 1 | -0/+3 | |
|/ | ||||||
* | Linux 5.4-rc7 | Linus Torvalds | 2019-11-10 | 1 | -1/+1 | |
* | Linux 5.4-rc6 | Linus Torvalds | 2019-11-03 | 1 | -1/+1 | |
* | Linux 5.4-rc5 | Linus Torvalds | 2019-10-27 | 1 | -2/+2 | |
* | Linux 5.4-rc4v5.4-rc4 | Linus Torvalds | 2019-10-20 | 1 | -1/+1 | |
* | kbuild: update comment about KBUILD_ALLDIRS | Masahiro Yamada | 2019-10-15 | 1 | -1/+1 |