summaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Expand)Author
2025-09-14Linux 6.17-rc6v6.17-rc6Linus Torvalds
2025-09-07Linux 6.17-rc5v6.17-rc5Linus Torvalds
2025-08-31Linux 6.17-rc4v6.17-rc4Linus Torvalds
2025-08-24Linux 6.17-rc3v6.17-rc3Linus Torvalds
2025-08-17Linux 6.17-rc2v6.17-rc2Linus Torvalds
2025-08-10Linux 6.17-rc1v6.17-rc1Linus Torvalds
2025-08-06Merge tag 'kbuild-v6.17-2' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds
2025-08-06kheaders: make it possible to override TARMichał Górny
2025-08-06kbuild: userprogs: use correct linker when mixing clang and GNU ldThomas Weißschuh
2025-08-03Merge tag 'rust-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/ojeda/...Linus Torvalds
2025-07-28Merge tag 'hardening-v6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2025-07-27Linux 6.16v6.16Linus Torvalds
2025-07-21stackleak: Split KSTACK_ERASE_CFLAGS from GCC_PLUGINS_CFLAGSKees Cook
2025-07-20Linux 6.16-rc7v6.16-rc7Linus Torvalds
2025-07-13Linux 6.16-rc6v6.16-rc6Linus Torvalds
2025-07-06Linux 6.16-rc5v6.16-rc5Linus Torvalds
2025-06-29Linux 6.16-rc4v6.16-rc4Linus Torvalds
2025-06-22rust: enable `clippy::ref_as_ptr` lintTamir Duberstein
2025-06-22rust: enable `clippy::cast_lossless` lintTamir Duberstein
2025-06-22rust: enable `clippy::as_underscore` lintTamir Duberstein
2025-06-22rust: enable `clippy::as_ptr_cast_mut` lintTamir Duberstein
2025-06-22rust: enable `clippy::ptr_cast_constness` lintTamir Duberstein
2025-06-22rust: enable `clippy::ptr_as_ptr` lintTamir Duberstein
2025-06-22Linux 6.16-rc3v6.16-rc3Linus Torvalds
2025-06-15Linux 6.16-rc2v6.16-rc2Linus Torvalds
2025-06-16kbuild: move warnings about linux/export.h from W=1 to W=2Masahiro Yamada
2025-06-08Linux 6.16-rc1v6.16-rc1Linus Torvalds
2025-06-07Merge tag 'kbuild-v6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2025-06-07kbuild: set y instead of 1 to KBUILD_{BUILTIN,MODULES}Masahiro Yamada
2025-06-06kbuild: move W=1 check for scripts/misc-check to top-level MakefileMasahiro Yamada
2025-06-06kbuild: link lib-y objects to vmlinux forcibly even when CONFIG_MODULES=nMasahiro Yamada
2025-05-27Merge tag 'docs-6.16' of git://git.lwn.net/linuxLinus Torvalds
2025-05-25Linux 6.15v6.15Linus Torvalds
2025-05-25Makefile: remove dependency on archscripts for header installationHenrik Lindström
2025-05-18Linux 6.15-rc7v6.15-rc7Linus Torvalds
2025-05-12Revert "kbuild, rust: use -fremap-path-prefix to make paths relative"Thomas Weißschuh
2025-05-12Revert "kbuild: make all file references relative to source root"Thomas Weißschuh
2025-05-11Linux 6.15-rc6v6.15-rc6Linus Torvalds
2025-05-04Linux 6.15-rc5v6.15-rc5Linus Torvalds
2025-04-30kbuild: Properly disable -Wunterminated-string-initialization for clangNathan Chancellor
2025-04-27Linux 6.15-rc4v6.15-rc4Linus Torvalds
2025-04-24Makefile: move KERNELDOC macro to the main MakefileMauro Carvalho Chehab
2025-04-23Fix mis-uses of 'cc-option' for warning disablementLinus Torvalds
2025-04-20gcc-15: disable '-Wunterminated-string-initialization' entirely for nowLinus Torvalds
2025-04-20Linux 6.15-rc3v6.15-rc3Linus Torvalds
2025-04-20gcc-15: make 'unterminated string initialization' just a warningLinus Torvalds
2025-04-19Merge tag 'rust-fixes-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2025-04-14rust: disable `clippy::needless_continue`Miguel Ojeda
2025-04-13Linux 6.15-rc2v6.15-rc2Linus Torvalds
2025-04-08kbuild: Add '-fno-builtin-wcslen'Nathan Chancellor