summaryrefslogtreecommitdiffstats
path: root/Makefile
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'kbuild-v6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2024-07-231-22/+14
|\
| * kbuild: add script and target to generate pacman packageThomas Weißschuh2024-07-221-1/+1
| * kbuild: move some helper headers from scripts/kconfig/ to scripts/include/Masahiro Yamada2024-07-211-2/+4
| * Makefile: add comment to discourage tools/* addition for kernel buildsMasahiro Yamada2024-07-201-0/+6
| * kbuild: raise the minimum GNU Make requirement to 4.0Masahiro Yamada2024-07-161-19/+3
* | Merge tag 'asm-generic-6.11' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2024-07-161-1/+1
|\ \
| * | kbuild: add syscall table generation to scripts/Makefile.asm-headersArnd Bergmann2024-07-101-1/+1
* | | Linux 6.10v6.10Linus Torvalds2024-07-141-1/+1
| |/ |/|
* | Linux 6.10-rc7v6.10-rc7Linus Torvalds2024-07-071-1/+1
|/
* Linux 6.10-rc6v6.10-rc6Linus Torvalds2024-06-301-1/+1
* Linux 6.10-rc5v6.10-rc5Linus Torvalds2024-06-231-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
|\ \