summaryrefslogtreecommitdiffstats
path: root/Makefile
Commit message (Expand)AuthorAgeFilesLines
...
| * | | 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
* | kbuild: fix the modules order between drivers and libsMasahiro Yamada2022-08-211-4/+2
|/
* Linux 6.0-rc1v6.0-rc1Linus Torvalds2022-08-141-4/+4
* Makefile: link with -z noexecstack --no-warn-rwx-segmentsNick Desaulniers2022-08-101-0/+5
* Merge tag 'kbuild-v5.20' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2022-08-101-6/+12
|\
| * kbuild: add dtbs_prepare targetMasahiro Yamada2022-07-311-4/+9
| * kbuild: error out if $(KBUILD_EXTMOD) contains % or :Masahiro Yamada2022-07-271-0/+3
| * kbuild: drop support for CONFIG_CC_OPTIMIZE_FOR_PERFORMANCE_O3Nick Desaulniers2022-07-271-2/+0
* | Merge tag 'linux-kselftest-next-5.20-rc1' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2022-08-021-2/+2
|\ \
| * | Makefile: replace headers_install with headers for kselftestGuillaume Tucker2022-07-261-2/+2
| * | Makefile: add headers_install to kselftest targetsGuillaume Tucker2022-07-111-2/+2
* | | Merge tag 'for-5.20/io_uring-2022-07-29' of git://git.kernel.dk/linux-blockLinus Torvalds2022-08-021-0/+1
|\ \ \
| * | | io_uring: move to separate directoryJens Axboe2022-07-241-0/+1
* | | | Linux 5.19v5.19Linus Torvalds2022-07-311-1/+1
|/ / /
* | | Linux 5.19-rc8v5.19-rc8Linus Torvalds2022-07-241-1/+1
* | | Linux 5.19-rc7v5.19-rc7Linus Torvalds2022-07-171-1/+1
| |/ |/|
* | Linux 5.19-rc6v5.19-rc6Linus Torvalds2022-07-101-1/+1
* | Linux 5.19-rc5v5.19-rc5Linus Torvalds2022-07-031-1/+1
|/
* Linux 5.19-rc4v5.19-rc4Linus Torvalds2022-06-261-1/+1