aboutsummaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Expand)AuthorFilesLines
16 hoursLinux 7.2-rc1HEADv7.2-rc1masterLinus Torvalds1-2/+2
4 daysMerge tag 'kbuild-7.2-2' of git://git.kernel.org/pub/scm/linux/kernel/git/kbu...Linus Torvalds1-0/+3
5 daysMerge tag 'rust-fixes-7.2' of git://git.kernel.org/pub/scm/linux/kernel/git/o...Linus Torvalds1-0/+3
7 daysMerge tag 'spdx-7.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds1-2/+26
8 daysMerge tag 'mm-nonmm-stable-2026-06-21-10-22' of git://git.kernel.org/pub/scm/...Linus Torvalds1-6/+21
10 daysrust: Kbuild: set frame-pointer llvm module flag for CONFIG_FRAME_POINTERAlice Ryhl1-0/+3
12 daysMerge tag 'devicetree-for-7.2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-0/+6
13 daysMerge tag 'slab-for-7.2' of git://git.kernel.org/pub/scm/linux/kernel/git/vba...Linus Torvalds1-0/+5
2026-06-15Merge tag 'rust-7.2' of gitolite.kernel.org:pub/scm/linux/kernel/git/ojeda/linuxLinus Torvalds1-1/+5
2026-06-15Merge tag 'kbuild-7.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/kbu...Linus Torvalds1-23/+30
2026-06-14Linux 7.1v7.1Linus Torvalds1-1/+1
2026-06-11kbuild: rust: clean `zerocopy-derive` in `mrproper`Miguel Ojeda1-1/+2
2026-06-10kbuild: Use ld.lld for linking host programs when LLVM is setNathan Chancellor1-0/+3
2026-06-10dt-bindings: add self-test fixtures for style checkerDaniel Golle1-0/+6
2026-06-09rust: zerocopy-derive: enable support in kbuildMiguel Ojeda1-0/+1
2026-06-09rust: zerocopy: enable support in kbuildMiguel Ojeda1-0/+1
2026-06-07Linux 7.1-rc7v7.1-rc7Linus Torvalds1-1/+1
2026-06-06Merge tag 'rust-fixes-7.1-2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+2
2026-06-03kconfig: add kconfig-sym-check static checkerAndrew Jones1-9/+14
2026-06-02kbuild: rust: clean `*.long-type-*.txt` filesJoel Kamminga1-0/+1
2026-05-31Linux 7.1-rc6v7.1-rc6Linus Torvalds1-1/+1
2026-05-29kbuild: distributed build support for Clang ThinLTORong Xu1-4/+10
2026-05-29kbuild: move vmlinux.a build rule to scripts/Makefile.vmlinux_aMasahiro Yamada1-10/+6
2026-05-28gcov: use atomic counter updates to fix concurrent access crashesKonstantin Khorenko1-6/+21
2026-05-26rust: kasan/kbuild: fix rustc-option when cross-compilingAlice Ryhl1-1/+2
2026-05-24Linux 7.1-rc5v7.1-rc5Linus Torvalds1-1/+1
2026-05-22scripts/sbom: add SPDX output graphLuis Augenstein1-1/+4
2026-05-22scripts/sbom: add JSON-LD serializationLuis Augenstein1-1/+2
2026-05-22scripts/sbom: add cmd graph generationLuis Augenstein1-1/+5
2026-05-22scripts/sbom: integrate script in make processLuis Augenstein1-2/+18
2026-05-17Linux 7.1-rc4v7.1-rc4Linus Torvalds1-1/+1
2026-05-14slab: support for compiler-assisted type-based slab cache partitioningMarco Elver1-0/+5
2026-05-10Linux 7.1-rc3v7.1-rc3Linus Torvalds1-1/+1
2026-05-09Merge tag 'rust-fixes-7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/o...Linus Torvalds1-0/+2
2026-05-03Linux 7.1-rc2v7.1-rc2Linus Torvalds1-1/+1
2026-04-30rust: allow `clippy::collapsible_if` globallyMiguel Ojeda1-0/+1
2026-04-30rust: allow `clippy::collapsible_match` globallyMiguel Ojeda1-0/+1
2026-04-26Linux 7.1-rc1v7.1-rc1Linus Torvalds1-2/+2
2026-04-25Merge tag 'kbuild-fixes-7.1-1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-0/+2
2026-04-24kbuild: Never respect CONFIG_WERROR / W=e to fixdepThomas Weißschuh1-0/+2
2026-04-14Merge tag 'kbuild-7.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/kbu...Linus Torvalds1-9/+26
2026-04-13Merge tag 'rust-7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/ojeda/l...Linus Torvalds1-2/+19
2026-04-12Linux 7.0v7.0Linus Torvalds1-1/+1
2026-04-08Merge tag 'rust-timekeeping-for-v7.1' of https://github.com/Rust-for-Linux/li...Miguel Ojeda1-1/+5
2026-04-07kbuild: expand inlining hints with -fdiagnostics-show-inlining-chainJustin Stitt1-0/+4
2026-04-07rust: kbuild: allow `clippy::precedence` for Rust < 1.86.0Miguel Ojeda1-1/+7
2026-04-07rust: kbuild: support global per-version flagsMiguel Ojeda1-1/+9
2026-04-07rust: allow globally `clippy::incompatible_msrv`Miguel Ojeda1-0/+1
2026-04-05Linux 7.0-rc7v7.0-rc7Linus Torvalds1-1/+1
2026-04-03kbuild: rust: allow `clippy::uninlined_format_args`Miguel Ojeda1-0/+1