index
:
linux.git
kangrejos
master
mm/krealloc
rust/mm
dakr's fork of kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
scripts
/
Makefile.modfinal
Age
Commit message (
Expand
)
Author
2024-05-14
kbuild: use GCOV_PROFILE and KCSAN_SANITIZE in scripts/Makefile.modfinal
Masahiro Yamada
2024-03-31
kbuild: Disable KCSAN for autogenerated *.mod.c intermediaries
Borislav Petkov (AMD)
2023-10-28
kbuild: remove ARCH_POSTLINK from module builds
Masahiro Yamada
2023-08-10
btf, scripts: rust: drop is_rust_module.sh
Andrea Righi
2023-06-25
kbuild: Disable GCOV for *.mod.o
Sami Tolvanen
2023-01-22
kbuild: rename cmd_$@ to savedcmd_$@ in *.cmd files
Masahiro Yamada
2022-12-14
kbuild: change module.order to list *.o instead of *.ko
Masahiro Yamada
2022-12-13
kbuild: add read-file macro
Masahiro Yamada
2022-12-13
kbuild: do not sort after reading modules.order
Masahiro Yamada
2022-10-10
Merge tag 'kbuild-v6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...
Linus Torvalds
2022-09-29
kbuild: unify two modpost invocations
Masahiro Yamada
2022-09-28
Kbuild: add Rust support
Miguel Ojeda
2022-05-29
kbuild: do not create *.prelink.o for Clang LTO or IBT
Masahiro Yamada
2021-11-01
kbuild: Unify options for BTF generation for vmlinux and modules
Jiri Olsa
2021-10-05
bpf: Enable TCP congestion control kfunc from modules
Kumar Kartikeya Dwivedi
2021-09-03
kbuild: Fix TRIM_UNUSED_KSYMS with LTO_CLANG
Sami Tolvanen
2021-07-10
Merge tag 'kbuild-v5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...
Linus Torvalds
2021-05-27
kbuild: Quote OBJCOPY var to avoid a pahole call break the build
Javier Martinez Canillas
2021-05-24
kbuild: remove libelf checks from top Makefile
Masahiro Yamada
2021-04-08
add support for Clang CFI
Sami Tolvanen
2021-02-23
kbuild: lto: postpone objtool
Sami Tolvanen
2021-01-14
kbuild: add support for Clang LTO
Sami Tolvanen
2020-11-25
kbuild: Skip module BTF generation for out-of-tree external modules
Andrii Nakryiko
2020-11-10
kbuild: Build kernel module BTFs if BTF is enabled and pahole supports it
Andrii Nakryiko
2020-09-25
kbuild: preprocess module linker script
Masahiro Yamada
2019-08-22
kbuild: move modkern_{c,a}flags to Makefile.lib from Makefile.build
Masahiro Yamada
2019-08-22
kbuild: split final module linking out into Makefile.modfinal
Masahiro Yamada