summaryrefslogtreecommitdiffstats
path: root/Makefile
Commit message (Expand)AuthorAgeFilesLines
* Linux 6.1-rc5v6.1-rc5Linus Torvalds2022-11-131-1/+1
* Linux 6.1-rc4v6.1-rc4Linus Torvalds2022-11-061-1/+1
* Merge tag 'kbuild-fixes-v6.1-2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-11-061-1/+1
|\
| * kbuild: fix SIGPIPE error message for AR=gcc-ar and AR=llvm-arMasahiro Yamada2022-10-281-1/+1
| * kbuild: use POSIX-compatible grep optionStefan Hansson2022-10-281-1/+1
* | Linux 6.1-rc3v6.1-rc3Linus Torvalds2022-10-301-1/+1
|/
* Linux 6.1-rc2v6.1-rc2Linus Torvalds2022-10-231-1/+1
* Linux 6.1-rc1v6.1-rc1Linus Torvalds2022-10-161-2/+2
* Merge tag 'kbuild-fixes-v6.1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-10-161-0/+2
|\
| * kbuild: fix single directory buildMasahiro Yamada2022-10-171-0/+2
* | Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-10-101-0/+1
|\ \ | |/ |/|
| * kmsan: add KMSAN runtime coreAlexander Potapenko2022-10-031-0/+1
* | Merge tag 'devicetree-for-6.1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-10-101-0/+4
|\ \
| * | dt: Add a check for undocumented compatible strings in kernelRob Herring2022-09-271-0/+4
* | | Merge tag 'kbuild-v6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds2022-10-101-98/+86
|\ \ \
| * | | Revert "kbuild: Check if linker supports the -X option"Masahiro Yamada2022-10-031-1/+1
| * | | kbuild: rebuild .vmlinux.export.o when its prerequisite is updatedMasahiro Yamada2022-10-031-13/+5
| * | | kbuild: move modules.builtin(.modinfo) rules to Makefile.vmlinux_oMasahiro Yamada2022-10-031-1/+5
| * | | kbuild: remove head-y syntaxMasahiro Yamada2022-10-021-2/+2
| * | | kbuild: use obj-y instead extra-y for objects placed at the headMasahiro Yamada2022-10-021-5/+18
| * | | kbuild: hide error checker logs for V=1 buildsMasahiro Yamada2022-09-291-2/+2
| * | | kbuild: unify two modpost invocationsMasahiro Yamada2022-09-291-7/+25
| * | | kbuild: move vmlinux.o rule to the top MakefileMasahiro Yamada2022-09-291-4/+5
| * | | kbuild: move .vmlinux.objs rule to Makefile.modpostMasahiro Yamada2022-09-291-1/+1
| * | | kbuild: list sub-directories in ./KbuildMasahiro Yamada2022-09-291-43/+20
| * | | Makefile.compiler: replace cc-ifversion with compiler-specific macrosNick Desaulniers2022-09-291-4/+2
| * | | kbuild: fix and refactor single target buildMasahiro Yamada2022-09-291-5/+4
| * | | kbuild: generate include/generated/compile.h in top MakefileMasahiro Yamada2022-09-291-1/+7
| * | | kbuild: move 'PHONY += modules_prepare' to the common partMasahiro Yamada2022-09-291-5/+1
| * | | kbuild: refactor single builds of *.koMasahiro Yamada2022-09-291-12/+4
| * | | kbuild: remove duplicated dependency between modules and modules_checkMasahiro Yamada2022-09-291-2/+1
| * | | kbuild: do not deduplicate modules.orderMasahiro Yamada2022-09-291-4/+1
| * | | kbuild: check sha1sum just once for each atomic headerMasahiro Yamada2022-09-291-1/+1
| * | | kbuild: hard-code KBUILD_ALLDIRS in scripts/Makefile.packageMasahiro Yamada2022-09-291-6/+2
| * | | kbuild: add phony targets to ./KbuildMasahiro Yamada2022-09-291-1/+1
* | | | Merge tag 'hardening-v6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-10-031-2/+2
|\ \ \ \
| * | | | hardening: Remove Clang's enable flag for -ftrivial-auto-var-init=zeroKees Cook2022-09-291-2/+2
* | | | | Merge tag 'kcfi-v6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ke...Linus Torvalds2022-10-031-12/+1
|\ \ \ \ \
| * | | | | cfi: Switch to -fsanitize=kcfiSami Tolvanen2022-09-261-12/+1
* | | | | | Merge tag 'rust-v6.1-rc1' of https://github.com/Rust-for-Linux/linuxLinus Torvalds2022-10-031-9/+163
|\ \ \ \ \ \
| * | | | | | Kbuild: add Rust supportMiguel Ojeda2022-09-281-9/+163
| | |_|/ / / | |/| | | |
* / | | | | Linux 6.0v6.0Linus Torvalds2022-10-021-1/+1
|/ / / / /
* | | | | Linux 6.0-rc7v6.0-rc7Linus Torvalds2022-09-251-1/+1
* | | | | Linux 6.0-rc6v6.0-rc6Linus Torvalds2022-09-181-1/+1
* | | | | Linux 6.0-rc5v6.0-rc5Linus Torvalds2022-09-111-1/+1
* | | | | Merge tag 'kbuild-fixes-v6.0-2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-09-111-2/+1
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | kbuild: disable header exports for UML in a straightforward wayMasahiro Yamada2022-09-021-2/+1
| | |_|/ | |/| |
* / | | Linux 6.0-rc4v6.0-rc4Linus Torvalds2022-09-041-1/+1
|/ / /
* / / Linux 6.0-rc3v6.0-rc3Linus Torvalds2022-08-281-1/+1
|/ /
* | Linux 6.0-rc2v6.0-rc2Linus Torvalds2022-08-211-1/+1