index
:
linux.git
for-next
master
Linus' kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
scripts
/
Makefile.build
Age
Commit message (
Expand
)
Author
11 hours
Merge tag 'rust-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/ojeda/...
Linus Torvalds
2025-07-19
rust: list: add `impl_list_item!` examples
Tamir Duberstein
2025-07-14
rust: use `#[used(compiler)]` to fix build and `modpost` with Rust >= 1.89.0
Miguel Ojeda
2025-06-07
Merge tag 'kbuild-v6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...
Linus Torvalds
2025-06-04
Merge tag 'rust-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/ojeda/...
Linus Torvalds
2025-05-25
kbuild: move kbuild syntax processing to scripts/Makefile.build
Masahiro Yamada
2025-05-12
rust: clarify the language unstable features in use
Miguel Ojeda
2025-04-24
scripts/kernel-doc.py: don't create *.pyc files
Mauro Carvalho Chehab
2025-04-05
Merge tag 'kbuild-v6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...
Linus Torvalds
2025-03-23
rust: enable `raw_ref_op` feature
Antonio Hickey
2025-03-16
rust: add pin-init crate build infrastructure
Miguel Ojeda
2025-03-15
kbuild: remove EXTRA_*FLAGS support
Masahiro Yamada
2025-02-01
kbuild: fix Clang LTO with CONFIG_OBJTOOL=n
Masahiro Yamada
2025-01-11
kbuild: Add gendwarfksyms as an alternative to genksyms
Sami Tolvanen
2024-11-30
Merge tag 'kbuild-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...
Linus Torvalds
2024-11-28
kbuild: enable objtool for *.mod.o and additional kernel objects
Masahiro Yamada
2024-11-28
kbuild: move cmd_cc_o_c and cmd_as_o_S to scripts/Malefile.lib
Masahiro Yamada
2024-11-28
kbuild: remove support for single %.symtypes build rule
Masahiro Yamada
2024-11-28
kbuild: do not pass -r to genksyms when *.symref does not exist
Masahiro Yamada
2024-11-28
kbuild: change working directory to external module directory with M=
Masahiro Yamada
2024-11-27
kbuild: add $(objtree)/ prefix to some in-kernel build artifacts
Masahiro Yamada
2024-11-26
Merge tag 'rust-6.13' of https://github.com/Rust-for-Linux/linux
Linus Torvalds
2024-11-04
rust: add arch_static_branch
Alice Ryhl
2024-10-15
kbuild: rust: remove the `alloc` crate and `GlobalAlloc`
Danilo Krummrich
2024-10-07
rust: enable arbitrary_self_types and remove `Receiver`
Gary Guo
2024-10-07
rust: start using the `#[expect(...)]` attribute
Miguel Ojeda
2024-09-25
Merge tag 'rust-6.12' of https://github.com/Rust-for-Linux/linux
Linus Torvalds
2024-09-09
kbuild: split device tree build rules into scripts/Makefile.dtbs
Masahiro Yamada
2024-09-08
kbuild: add intermediate targets for Flex/Bison in scripts/Makefile.host
Masahiro Yamada
2024-08-23
kbuild: fix typos "prequisites" to "prerequisites"
Masahiro Yamada
2024-08-18
objtool/kbuild/rust: enable objtool for Rust
Miguel Ojeda
2024-05-18
Merge tag 'kbuild-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...
Linus Torvalds
2024-05-14
kbuild: provide reasonable defaults for tool coverage
Masahiro Yamada
2024-05-13
Merge tag 'rust-6.10' of https://github.com/Rust-for-Linux/linux
Linus Torvalds
2024-05-10
kbuild: add 'private' to target-specific variables
Masahiro Yamada
2024-05-10
kbuild: use $(src) instead of $(srctree)/$(src) for source directory
Masahiro Yamada
2024-05-10
kbuild: use $(obj)/ instead of $(src)/ for common pattern rules
Masahiro Yamada
2024-04-25
kbuild: rust: force `alloc` extern to allow "empty" Rust files
Miguel Ojeda
2024-03-29
rust: upgrade to Rust 1.77.1
Miguel Ojeda
2024-03-21
Merge tag 'kbuild-v6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...
Linus Torvalds
2024-02-29
kbuild: mark `rustc` (and others) invocations as recursive
Miguel Ojeda
2024-02-23
kbuild: change tool coverage variables to take the path relative to $(obj)
Masahiro Yamada
2024-02-19
kbuild: create a list of all built DTB files
Masahiro Yamada
2023-12-14
rust: Suppress searching builtin sysroot
Matthew Maurer
2023-11-04
Merge tag 'kbuild-v6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...
Linus Torvalds
2023-10-28
kbuild: simplify cmd_ld_multi_m
Masahiro Yamada
2023-09-25
rust: workqueue: add helper for defining work_struct fields
Alice Ryhl
2023-07-24
kbuild: rust: avoid creating temporary files
Miguel Ojeda
2023-07-01
Merge tag 'kbuild-v6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...
Linus Torvalds
2023-06-22
kbuild: implement CONFIG_TRIM_UNUSED_KSYMS without recursion
Masahiro Yamada
[next]