summaryrefslogtreecommitdiffstats
path: root/Makefile
Commit message (Expand)AuthorAgeFilesLines
* Linux 6.13-rc1v6.13-rc1Linus Torvalds2024-12-011-2/+2
* Merge tag 'kbuild-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2024-11-301-86/+137
|\
| * kbuild: switch from lz4c to lz4 for compressionParth Pancholi2024-11-281-1/+1
| * kbuild: remove support for single %.symtypes build ruleMasahiro Yamada2024-11-281-1/+1
| * kbuild: allow to start building external modules in any directoryMasahiro Yamada2024-11-281-2/+6
| * kbuild: make wrapper Makefile more convenient for external modulesMasahiro Yamada2024-11-281-1/+11
| * kbuild: use absolute path in the generated wrapper MakefileMasahiro Yamada2024-11-281-2/+3
| * kbuild: support -fmacro-prefix-map for external modulesMasahiro Yamada2024-11-281-2/+4
| * kbuild: support building external modules in a separate build directoryMasahiro Yamada2024-11-281-2/+18
| * kbuild: remove extmod_prefix, MODORDER, MODULES_NSDEPS variablesMasahiro Yamada2024-11-281-13/+9
| * kbuild: change working directory to external module directory with M=Masahiro Yamada2024-11-281-33/+49
| * kbuild: use 'output' variable to create the output directoryMasahiro Yamada2024-11-271-6/+8
| * kbuild: rename abs_objtree to abs_outputMasahiro Yamada2024-11-271-5/+5
| * kbuild: add $(objtree)/ prefix to some in-kernel build artifactsMasahiro Yamada2024-11-271-5/+5
| * kbuild: replace two $(abs_objtree) with $(CURDIR) in top MakefileMasahiro Yamada2024-11-271-2/+2
| * kbuild: Add Propeller configuration for kernel buildRong Xu2024-11-271-0/+1
| * kbuild: Add AutoFDO support for Clang buildRong Xu2024-11-061-0/+1
| * kbuild: simplify rustfmt targetMasahiro Yamada2024-11-061-11/+2
| * kbuild: add generic support for built-in boot DTBsMasahiro Yamada2024-11-041-1/+6
| * kbuild: check the presence of include/generated/rustc_cfgMasahiro Yamada2024-11-041-2/+3
| * kbuild: refactor the check for missing config filesMasahiro Yamada2024-11-041-8/+13
* | Merge tag 'modules-6.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2024-11-271-5/+1
|\ \
| * | scripts: Remove export_report.plMatthew Maurer2024-11-051-5/+1
* | | Merge tag 'rust-6.13' of https://github.com/Rust-for-Linux/linuxLinus Torvalds2024-11-261-4/+12
|\ \ \
| * | | rust: allow `clippy::needless_lifetimes`Miguel Ojeda2024-11-251-0/+1
| * | | rust: replace `clippy::dbg_macro` with `disallowed_macros`Miguel Ojeda2024-10-071-1/+0
| * | | rust: introduce `.clippy.toml`Miguel Ojeda2024-10-071-0/+3
| * | | rust: enable `rustdoc::unescaped_backticks` lintMiguel Ojeda2024-10-071-1/+2
| * | | rust: enable `clippy::ignored_unit_patterns` lintMiguel Ojeda2024-10-071-0/+1
| * | | rust: enable `clippy::unnecessary_safety_doc` lintMiguel Ojeda2024-10-071-0/+1
| * | | rust: enable `clippy::unnecessary_safety_comment` lintMiguel Ojeda2024-10-071-0/+1
| * | | rust: enable `clippy::undocumented_unsafe_blocks` lintMiguel Ojeda2024-10-071-0/+1
| * | | rust: sort global Rust flagsMiguel Ojeda2024-10-071-4/+4
* | | | Linux 6.12v6.12Linus Torvalds2024-11-171-1/+1
* | | | Linux 6.12-rc7v6.12-rc7Linus Torvalds2024-11-101-1/+1
| |_|/ |/| |
* | | Linux 6.12-rc6v6.12-rc6Linus Torvalds2024-11-031-1/+1
* | | Linux 6.12-rc5v6.12-rc5Linus Torvalds2024-10-271-1/+1
* | | Linux 6.12-rc4v6.12-rc4Linus Torvalds2024-10-201-1/+1
| |/ |/|
* | Linux 6.12-rc3v6.12-rc3Linus Torvalds2024-10-131-1/+1
|/
* Linux 6.12-rc2v6.12-rc2Linus Torvalds2024-10-061-1/+1
* kbuild: fix a typo dt_binding_schema -> dt_binding_schemasXu Yang2024-10-071-1/+1
* Linux 6.12-rc1v6.12-rc1Linus Torvalds2024-09-291-2/+2
* Merge tag 'rust-6.12' of https://github.com/Rust-for-Linux/linuxLinus Torvalds2024-09-251-3/+16
|\
| * rust: cfi: add support for CFI_CLANG with RustMatthew Maurer2024-09-161-0/+7
| * cfi: add CONFIG_CFI_ICALL_NORMALIZE_INTEGERSAlice Ryhl2024-09-131-0/+3
| * rust: support for shadow call stack sanitizerAlice Ryhl2024-09-131-0/+1
| * kbuild: rust: re-run Kconfig if the version text changesMiguel Ojeda2024-09-051-3/+5
* | Merge tag 'kbuild-v6.12' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2024-09-241-5/+2
|\ \
| * | kbuild: remove unnecessary export of RUST_LIB_SRCMasahiro Yamada2024-09-241-4/+0
| * | kbuild: generate offset range data for builtin modulesKris Van Hees2024-09-201-0/+1