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