aboutsummaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Expand)AuthorFilesLines
6 daysLinux 6.9-rc6v6.9-rc6Gravatar Linus Torvalds 1-1/+1
13 daysLinux 6.9-rc5v6.9-rc5Gravatar Linus Torvalds 1-1/+1
2024-04-14Linux 6.9-rc4v6.9-rc4Gravatar Linus Torvalds 1-1/+1
2024-04-07Linux 6.9-rc3v6.9-rc3Gravatar Linus Torvalds 1-1/+1
2024-03-31Linux 6.9-rc2v6.9-rc2Gravatar Linus Torvalds 1-1/+1
2024-03-24Linux 6.9-rc1v6.9-rc1Gravatar Linus Torvalds 1-2/+2
2024-03-21Merge tag 'kbuild-v6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Gravatar Linus Torvalds 1-21/+28
2024-03-14Merge tag 'mm-nonmm-stable-2024-03-14-09-36' of git://git.kernel.org/pub/scm/...Gravatar Linus Torvalds 1-8/+0
2024-03-14Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Gravatar Linus Torvalds 1-1/+0
2024-03-11Merge tag 'rust-6.9' of https://github.com/Rust-for-Linux/linuxGravatar Linus Torvalds 1-2/+2
2024-03-10Linux 6.8v6.8Gravatar Linus Torvalds 1-1/+1
2024-03-10kbuild: unexport abs_srctree and abs_objtreeGravatar Masahiro Yamada 1-2/+2
2024-03-09kbuild: fix inconsistent indentation in top MakefileGravatar Masahiro Yamada 1-16/+16
2024-03-03Linux 6.8-rc7v6.8-rc7Gravatar Linus Torvalds 1-1/+1
2024-02-29kbuild: mark `rustc` (and others) invocations as recursiveGravatar Miguel Ojeda 1-2/+2
2024-02-25Linux 6.8-rc6v6.8-rc6Gravatar Linus Torvalds 1-1/+1
2024-02-25kbuild: Use -fmin-function-alignment when availableGravatar Petr Pavlu 1-0/+7
2024-02-22Makefile: drop warn-stack-size plugin optGravatar Nathan Chancellor 1-8/+0
2024-02-19kbuild: simplify dtbs_install by reading the list of compiled DTBsGravatar Masahiro Yamada 1-1/+1
2024-02-19kbuild: create a list of all built DTB filesGravatar Masahiro Yamada 1-2/+2
2024-02-18Linux 6.8-rc5v6.8-rc5Gravatar Linus Torvalds 1-1/+1
2024-02-15kbuild: use 4-space indentation when followed by conditionalsGravatar Masahiro Yamada 1-6/+6
2024-02-11Linux 6.8-rc4v6.8-rc4Gravatar Linus Torvalds 1-1/+1
2024-02-09rust: Refactor the build target to allow the use of builtin targetsGravatar Jamie Cunliffe 1-1/+0
2024-02-04Linux 6.8-rc3v6.8-rc3Gravatar Linus Torvalds 1-1/+1
2024-02-01Merge tag 'kbuild-fixes-v6.8' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-7/+7
2024-01-31kbuild: Replace tabs with spaces when followed by conditionalsGravatar Dmitry Goncharov 1-6/+6
2024-01-31kbuild: fix W= flags in the help messageGravatar Masahiro Yamada 1-1/+1
2024-01-28Linux 6.8-rc2v6.8-rc2Gravatar Linus Torvalds 1-1/+1
2024-01-21init: Kconfig: Disable -Wstringop-overflow for GCC-11Gravatar Gustavo A. R. Silva 1-1/+3
2024-01-21Makefile: Enable -Wstringop-overflow globallyGravatar Gustavo A. R. Silva 1-0/+2
2024-01-21Linux 6.8-rc1v6.8-rc1Gravatar Linus Torvalds 1-2/+2
2024-01-18Merge tag 'kbuild-v6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Gravatar Linus Torvalds 1-9/+14
2024-01-09Merge tag 'mm-nonmm-stable-2024-01-09-10-33' of git://git.kernel.org/pub/scm/...Gravatar Linus Torvalds 1-2/+4
2024-01-07Linux 6.7v6.7Gravatar Linus Torvalds 1-1/+1
2023-12-31Linux 6.7-rc8v6.7-rc8Gravatar Linus Torvalds 1-1/+1
2023-12-29kbuild: resolve symlinks for O= properlyGravatar Masahiro Yamada 1-7/+4
2023-12-23Linux 6.7-rc7v6.7-rc7Gravatar Linus Torvalds 1-1/+1
2023-12-17Linux 6.7-rc6v6.7-rc6Gravatar Linus Torvalds 1-1/+1
2023-12-10checkstack: allow to pass MINSTACKSIZE parameterGravatar Heiko Carstens 1-2/+4
2023-12-10Linux 6.7-rc5v6.7-rc5Gravatar Linus Torvalds 1-1/+1
2023-12-03Linux 6.7-rc4v6.7-rc4Gravatar Linus Torvalds 1-1/+1
2023-12-03kbuild: support W=c and W=e shorthands for KconfigGravatar Masahiro Yamada 1-0/+10
2023-11-28kbuild: remove the last use of old cmd_src_tar rule in packagingGravatar Masahiro Yamada 1-2/+0
2023-11-26Linux 6.7-rc3v6.7-rc3Gravatar Linus Torvalds 1-1/+1
2023-11-19Linux 6.7-rc2v6.7-rc2Gravatar Linus Torvalds 1-1/+1
2023-11-12Linux 6.7-rc1v6.7-rc1Gravatar Linus Torvalds 1-2/+2
2023-11-04Merge tag 'kbuild-v6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Gravatar Linus Torvalds 1-20/+18
2023-11-01Merge tag 'linux_kselftest-next-6.7-rc1' of git://git.kernel.org/pub/scm/linu...Gravatar Linus Torvalds 1-2/+2
2023-11-01Merge tag 'asm-generic-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-2/+2