aboutsummaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Expand)AuthorFilesLines
35 hoursLinux 7.0-rc2v7.0-rc2Linus Torvalds1-1/+1
9 daysLinux 7.0-rc1v7.0-rc1Linus Torvalds1-3/+3
12 daysMerge 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-11Merge tag 'devicetree-for-7.0' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-4/+10
2026-02-11Merge tag 'kbuild-7.0-1' of git://git.kernel.org/pub/scm/linux/kernel/git/kbu...Linus Torvalds1-2/+11
2026-02-10Merge 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-09Merge tag 'docs-7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/docs/linuxLinus Torvalds1-1/+1
2026-02-08Linux 6.19v6.19Linus Torvalds1-1/+1
2026-02-07kbuild: remove dependency of run-command on configThomas Weißschuh1-1/+2
2026-02-01Linux 6.19-rc8v6.19-rc8Linus Torvalds1-1/+1
2026-01-30Merge tag 'rust-fixes-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+2
2026-01-25Linux 6.19-rc7v6.19-rc7Linus Torvalds1-1/+1
2026-01-23kbuild: rust: clean libpin_init_internal in mrproperChen Miao1-1/+2
2026-01-21kbuild: Reject unexpected values for LLVM=Thomas Weißschuh1-0/+2
2026-01-20docs: kdoc: move kernel-doc to tools/docsJonathan Corbet1-1/+1
2026-01-18Linux 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-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf after rc5Alexei Starovoitov1-1/+1
2026-01-14kbuild: Drop superfluous compiler option checksThomas Weißschuh1-1/+1
2026-01-11Linux 6.19-rc5v6.19-rc5Linus Torvalds1-1/+1
2026-01-05compiler-context-analysis: Add infrastructure for Context Analysis with ClangMarco Elver1-0/+1
2026-01-04Linux 6.19-rc4v6.19-rc4Linus Torvalds1-1/+1
2025-12-28Linux 6.19-rc3v6.19-rc3Linus Torvalds1-1/+1
2025-12-21Linux 6.19-rc2v6.19-rc2Linus Torvalds1-1/+1
2025-12-19kbuild: Add top-level target for building gen_init_cpioNicolas Schier1-0/+6
2025-12-19kbuild: Sync kconfig when PAHOLE_VERSION changesIhor Solodrai1-4/+11
2025-12-17dt-bindings: kbuild: Support single binding targetsRob Herring (Arm)1-4/+10
2025-12-14Linux 6.19-rc1v6.19-rc1Linus Torvalds1-2/+2
2025-12-05Merge tag 'tracepoints-v6.19' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+21
2025-12-05Merge tag 'hardening-v6.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-0/+3
2025-12-03Merge tag 'kbuild-6.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/kb...Linus Torvalds1-3/+12
2025-12-03Merge tag 'rust-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ojeda/...Linus Torvalds1-0/+7
2025-12-03Merge tag 'docs-6.19' of git://git.lwn.net/linuxLinus Torvalds1-3/+4
2025-12-01Merge tag 'vfs-6.19-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+3
2025-11-30Linux 6.18v6.18Linus Torvalds1-1/+1
2025-11-24kbuild: Enable GCC diagnostic context for value-tracking warningsKees Cook1-0/+3
2025-11-24rust: syn: enable support in kbuildMiguel Ojeda1-0/+1
2025-11-24rust: quote: enable support in kbuildMiguel Ojeda1-0/+1
2025-11-24rust: proc-macro2: enable support in kbuildMiguel Ojeda1-0/+5
2025-11-23Linux 6.18-rc7v6.18-rc7Linus Torvalds1-1/+1
2025-11-16Linux 6.18-rc6v6.18-rc6Linus Torvalds1-1/+1
2025-11-14kbuild: allow architectures to override CC_CAN_LINKThomas Weißschuh1-2/+11
2025-11-10Merge patch "kbuild: Add '-fms-extensions' to areas with dedicated CFLAGS"Christian Brauner1-0/+3
2025-11-09Linux 6.18-rc5v6.18-rc5Linus Torvalds1-1/+1