summaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Expand)AuthorFilesLines
4 daysMerge tag 'kbuild-7.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/kbu...Linus Torvalds1-9/+26
5 daysMerge tag 'rust-7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/ojeda/l...Linus Torvalds1-2/+19
6 daysLinux 7.0v7.0linux-7.0.yLinus Torvalds1-1/+1
11 daysMerge tag 'rust-timekeeping-for-v7.1' of https://github.com/Rust-for-Linux/li...Miguel Ojeda1-1/+5
11 dayskbuild: expand inlining hints with -fdiagnostics-show-inlining-chainJustin Stitt1-0/+4
12 daysrust: kbuild: allow `clippy::precedence` for Rust < 1.86.0Miguel Ojeda1-1/+7
12 daysrust: kbuild: support global per-version flagsMiguel Ojeda1-1/+9
12 daysrust: allow globally `clippy::incompatible_msrv`Miguel Ojeda1-0/+1
13 daysLinux 7.0-rc7v7.0-rc7Linus Torvalds1-1/+1
2026-04-03kbuild: rust: allow `clippy::uninlined_format_args`Miguel Ojeda1-0/+1
2026-03-30kbuild: rust: provide an option to inline C helpers into RustGary Guo1-1/+2
2026-03-30Linux 7.0-rc6v7.0-rc6Linus Torvalds1-1/+1
2026-03-25Merge tag 'kbuild-fixes-7.0-3' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-1/+1
2026-03-23Linux 7.0-rc5v7.0-rc5Linus Torvalds1-1/+1
2026-03-18kbuild: reduce output spam when building out of treeThomas Weißschuh1-5/+9
2026-03-16kbuild: Reduce the number of compiler-generated suffixes for clang thin-lto b...Yonghong Song1-0/+1
2026-03-15Linux 7.0-rc4v7.0-rc4Linus Torvalds1-1/+1
2026-03-14Merge tag 'rust-fixes-7.0-2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-0/+4
2026-03-12rust: kbuild: allow `unused_features`Miguel Ojeda1-0/+1
2026-03-12kbuild: Use '-fms-anonymous-structs' if it is availableNathan Chancellor1-1/+1
2026-03-12kbuild: Consolidate C dialect optionsNathan Chancellor1-4/+12
2026-03-09kbuild: Delete .builtin-dtbs.S when running make cleanCharles Mirabile1-1/+1
2026-03-09Linux 7.0-rc3v7.0-rc3Linus Torvalds1-1/+1
2026-03-07Merge tag 'kbuild-fixes-7.0-2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-4/+4
2026-03-06rust: build: remap path to avoid absolute pathGary Guo1-0/+3
2026-03-03kbuild: Leave objtool binary around with 'make clean'Nathan Chancellor1-4/+4
2026-03-02Linux 7.0-rc2v7.0-rc2Linus Torvalds1-1/+1
2026-02-23Linux 7.0-rc1v7.0-rc1Linus Torvalds1-3/+3
2026-02-19Merge tag 'kbuild-fixes-7.0-1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-1/+10
2026-02-12kbuild: Add objtool to top-level clean targetJosh Poimboeuf1-1/+10
2026-02-12Merge 7.0 Kbuild changes into kbuild-fixesNathan Chancellor1-2/+11
2026-02-12Merge tag 'devicetree-for-7.0' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-4/+10
2026-02-12Merge tag 'kbuild-7.0-1' of git://git.kernel.org/pub/scm/linux/kernel/git/kbu...Linus Torvalds1-2/+11
2026-02-11Merge tag 'timers-vdso-2026-02-09' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-0/+8
2026-02-10Merge tag 'locking-core-2026-02-08' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-0/+1
2026-02-10Merge tag 'bpf-next-7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf...Linus Torvalds1-4/+11
2026-02-10Merge tag 'hardening-v7.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-0/+6
2026-02-10Merge tag 'docs-7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/docs/linuxLinus Torvalds1-1/+1
2026-02-09Linux 6.19v6.19Linus Torvalds1-1/+1
2026-02-08kbuild: remove dependency of run-command on configThomas Weißschuh1-1/+2
2026-02-02Linux 6.19-rc8v6.19-rc8Linus Torvalds1-1/+1
2026-01-31Merge tag 'rust-fixes-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+2
2026-01-26Linux 6.19-rc7v6.19-rc7Linus Torvalds1-1/+1
2026-01-24kbuild: rust: clean libpin_init_internal in mrproperChen Miao1-1/+2
2026-01-22kbuild: Reject unexpected values for LLVM=Thomas Weißschuh1-0/+2
2026-01-21docs: kdoc: move kernel-doc to tools/docsJonathan Corbet1-1/+1
2026-01-19Linux 6.19-rc6v6.19-rc6Linus Torvalds1-1/+1
2026-01-18compiler: Use __typeof_unqual__() for __unqual_scalar_typeof()Peter Zijlstra1-0/+8
2026-01-17compiler_types.h: Attributes: Add __counted_by_ptr macroBill Wendling1-0/+6
2026-01-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf after rc5Alexei Starovoitov1-1/+1