summaryrefslogtreecommitdiffstats
path: root/Makefile
Commit message (Expand)AuthorAgeFilesLines
* Linux 6.10-rc5v6.10-rc5Linus Torvalds11 days1-1/+1
* Linux 6.10-rc4v6.10-rc4Linus Torvalds2024-06-161-1/+1
* Linux 6.10-rc3v6.10-rc3Linus Torvalds2024-06-091-1/+1
* Linux 6.10-rc2v6.10-rc2Linus Torvalds2024-06-021-1/+1
* Linux 6.10-rc1v6.10-rc1Linus Torvalds2024-05-261-3/+3
* arch: add ARCH_HAS_KERNEL_FPU_SUPPORTSamuel Holland2024-05-191-0/+5
* Merge tag 'kbuild-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2024-05-181-17/+27
|\
| * kbuild: add 'private' to target-specific variablesMasahiro Yamada2024-05-101-5/+5
| * kbuild: remove redundant $(wildcard ) for rm-filesMasahiro Yamada2024-05-101-1/+1
| * kbuild: use $(src) instead of $(srctree)/$(src) for source directoryMasahiro Yamada2024-05-101-0/+7
| * kbuild: Remove support for Clang's ThinLTO cachingNathan Chancellor2024-05-021-3/+2
| * dt-bindings: kbuild: Add separate target/dependency for processed-schema.jsonRob Herring2024-05-021-9/+13
* | Linux 6.9v6.9Linus Torvalds2024-05-121-1/+1
* | Linux 6.9-rc7v6.9-rc7Linus Torvalds2024-05-051-1/+1
* | Linux 6.9-rc6v6.9-rc6Linus Torvalds2024-04-281-1/+1
|/
* Linux 6.9-rc5v6.9-rc5Linus Torvalds2024-04-211-1/+1
* Linux 6.9-rc4v6.9-rc4Linus Torvalds2024-04-141-1/+1
* Linux 6.9-rc3v6.9-rc3Linus Torvalds2024-04-071-1/+1
* Linux 6.9-rc2v6.9-rc2Linus Torvalds2024-03-311-1/+1
* Linux 6.9-rc1v6.9-rc1Linus Torvalds2024-03-241-2/+2
* Merge tag 'kbuild-v6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds2024-03-211-21/+28
|\
| * kbuild: unexport abs_srctree and abs_objtreeMasahiro Yamada2024-03-101-2/+2
| * kbuild: fix inconsistent indentation in top MakefileMasahiro Yamada2024-03-091-16/+16
| * kbuild: Use -fmin-function-alignment when availablePetr Pavlu2024-02-251-0/+7
| * kbuild: simplify dtbs_install by reading the list of compiled DTBsMasahiro Yamada2024-02-191-1/+1
| * kbuild: create a list of all built DTB filesMasahiro Yamada2024-02-191-2/+2
* | Merge tag 'mm-nonmm-stable-2024-03-14-09-36' of git://git.kernel.org/pub/scm/...Linus Torvalds2024-03-141-8/+0
|\ \
| * | Makefile: drop warn-stack-size plugin optNathan Chancellor2024-02-221-8/+0
| |/
* | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2024-03-141-1/+0
|\ \
| * | rust: Refactor the build target to allow the use of builtin targetsJamie Cunliffe2024-02-091-1/+0
* | | Merge tag 'rust-6.9' of https://github.com/Rust-for-Linux/linuxLinus Torvalds2024-03-111-2/+2
|\ \ \
| * | | kbuild: mark `rustc` (and others) invocations as recursiveMiguel Ojeda2024-02-291-2/+2
* | | | Linux 6.8v6.8Linus Torvalds2024-03-101-1/+1
* | | | Linux 6.8-rc7v6.8-rc7Linus Torvalds2024-03-031-1/+1
* | | | Linux 6.8-rc6v6.8-rc6Linus Torvalds2024-02-251-1/+1
| |_|/ |/| |
* | | Linux 6.8-rc5v6.8-rc5Linus Torvalds2024-02-181-1/+1
* | | kbuild: use 4-space indentation when followed by conditionalsMasahiro Yamada2024-02-151-6/+6
* | | Linux 6.8-rc4v6.8-rc4Linus Torvalds2024-02-111-1/+1
| |/ |/|
* | Linux 6.8-rc3v6.8-rc3Linus Torvalds2024-02-041-1/+1
* | Merge tag 'kbuild-fixes-v6.8' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2024-02-011-7/+7
|\ \
| * | kbuild: Replace tabs with spaces when followed by conditionalsDmitry Goncharov2024-01-311-6/+6
| * | kbuild: fix W= flags in the help messageMasahiro Yamada2024-01-311-1/+1
| |/
* | Linux 6.8-rc2v6.8-rc2Linus Torvalds2024-01-281-1/+1
* | init: Kconfig: Disable -Wstringop-overflow for GCC-11Gustavo A. R. Silva2024-01-211-1/+3
* | Makefile: Enable -Wstringop-overflow globallyGustavo A. R. Silva2024-01-211-0/+2
|/
* Linux 6.8-rc1v6.8-rc1Linus Torvalds2024-01-211-2/+2
* Merge tag 'kbuild-v6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds2024-01-181-9/+14
|\
| * kbuild: resolve symlinks for O= properlyMasahiro Yamada2023-12-291-7/+4
| * kbuild: support W=c and W=e shorthands for KconfigMasahiro Yamada2023-12-031-0/+10
| * kbuild: remove the last use of old cmd_src_tar rule in packagingMasahiro Yamada2023-11-281-2/+0