summaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Expand)Author
2024-12-01Linux 6.13-rc1v6.13-rc1Linus Torvalds
2024-11-30Merge tag 'kbuild-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2024-11-28kbuild: switch from lz4c to lz4 for compressionParth Pancholi
2024-11-28kbuild: remove support for single %.symtypes build ruleMasahiro Yamada
2024-11-28kbuild: allow to start building external modules in any directoryMasahiro Yamada
2024-11-28kbuild: make wrapper Makefile more convenient for external modulesMasahiro Yamada
2024-11-28kbuild: use absolute path in the generated wrapper MakefileMasahiro Yamada
2024-11-28kbuild: support -fmacro-prefix-map for external modulesMasahiro Yamada
2024-11-28kbuild: support building external modules in a separate build directoryMasahiro Yamada
2024-11-28kbuild: remove extmod_prefix, MODORDER, MODULES_NSDEPS variablesMasahiro Yamada
2024-11-28kbuild: change working directory to external module directory with M=Masahiro Yamada
2024-11-27Merge tag 'modules-6.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2024-11-27kbuild: use 'output' variable to create the output directoryMasahiro Yamada
2024-11-27kbuild: rename abs_objtree to abs_outputMasahiro Yamada
2024-11-27kbuild: add $(objtree)/ prefix to some in-kernel build artifactsMasahiro Yamada
2024-11-27kbuild: replace two $(abs_objtree) with $(CURDIR) in top MakefileMasahiro Yamada
2024-11-27kbuild: Add Propeller configuration for kernel buildRong Xu
2024-11-26Merge tag 'rust-6.13' of https://github.com/Rust-for-Linux/linuxLinus Torvalds
2024-11-25rust: allow `clippy::needless_lifetimes`Miguel Ojeda
2024-11-17Linux 6.12v6.12Linus Torvalds
2024-11-10Linux 6.12-rc7v6.12-rc7Linus Torvalds
2024-11-06kbuild: Add AutoFDO support for Clang buildRong Xu
2024-11-06kbuild: simplify rustfmt targetMasahiro Yamada
2024-11-05scripts: Remove export_report.plMatthew Maurer
2024-11-04kbuild: add generic support for built-in boot DTBsMasahiro Yamada
2024-11-04kbuild: check the presence of include/generated/rustc_cfgMasahiro Yamada
2024-11-04kbuild: refactor the check for missing config filesMasahiro Yamada
2024-11-03Linux 6.12-rc6v6.12-rc6Linus Torvalds
2024-10-27Linux 6.12-rc5v6.12-rc5Linus Torvalds
2024-10-20Linux 6.12-rc4v6.12-rc4Linus Torvalds
2024-10-13Linux 6.12-rc3v6.12-rc3Linus Torvalds
2024-10-07rust: replace `clippy::dbg_macro` with `disallowed_macros`Miguel Ojeda
2024-10-07rust: introduce `.clippy.toml`Miguel Ojeda
2024-10-07rust: enable `rustdoc::unescaped_backticks` lintMiguel Ojeda
2024-10-07rust: enable `clippy::ignored_unit_patterns` lintMiguel Ojeda
2024-10-07rust: enable `clippy::unnecessary_safety_doc` lintMiguel Ojeda
2024-10-07rust: enable `clippy::unnecessary_safety_comment` lintMiguel Ojeda
2024-10-07rust: enable `clippy::undocumented_unsafe_blocks` lintMiguel Ojeda
2024-10-07rust: sort global Rust flagsMiguel Ojeda
2024-10-06Linux 6.12-rc2v6.12-rc2Linus Torvalds
2024-10-07kbuild: fix a typo dt_binding_schema -> dt_binding_schemasXu Yang
2024-09-29Linux 6.12-rc1v6.12-rc1Linus Torvalds
2024-09-25Merge tag 'rust-6.12' of https://github.com/Rust-for-Linux/linuxLinus Torvalds
2024-09-24Merge tag 'kbuild-v6.12' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2024-09-24kbuild: remove unnecessary export of RUST_LIB_SRCMasahiro Yamada
2024-09-20kbuild: generate offset range data for builtin modulesKris Van Hees
2024-09-16rust: cfi: add support for CFI_CLANG with RustMatthew Maurer
2024-09-15Linux 6.11v6.11Linus Torvalds
2024-09-13cfi: add CONFIG_CFI_ICALL_NORMALIZE_INTEGERSAlice Ryhl
2024-09-13rust: support for shadow call stack sanitizerAlice Ryhl