Age | Commit message (Expand) | Author |
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 |
2023-06-22 | modpost: check static EXPORT_SYMBOL* by modpost again | Masahiro Yamada |
2023-06-22 | kbuild: generate KSYMTAB entries by modpost | Masahiro Yamada |
2023-06-10 | kbuild: enable kernel-doc -Wall for W=2 | Johannes Berg |
2023-06-10 | kernel-doc: don't let V=1 change outcome | Johannes Berg |
2023-05-31 | rust: upgrade to Rust 1.68.2 | Miguel Ojeda |
2023-04-12 | rust: add pin-init API core | Benno Lossin |
2023-04-12 | rust: enable the `pin_macro` feature | Benno Lossin |
2023-04-10 | rust: Enable the new_uninit feature for kernel and driver crates | Asahi Lina |
2023-01-22 | kbuild: remove sed commands after rustc rules | Masahiro Yamada |
2023-01-22 | kbuild: specify output names separately for each emission type from rustc | Masahiro Yamada |
2022-12-19 | Merge tag 'kbuild-v6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/masa... | Linus Torvalds |
2022-12-14 | kbuild: change module.order to list *.o instead of *.ko | Masahiro Yamada |
2022-11-22 | kbuild: warn objects shared among multiple modules | Masahiro Yamada |
2022-11-22 | kbuild: add kbuild-file macro | Masahiro Yamada |
2022-11-18 | kbuild: Cleanup DT Overlay intermediate files as appropriate | Andrew Davis |
2022-10-15 | kbuild: add -fno-discard-value-names to cmd_cc_ll_c | Nick Desaulniers |
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: fix and refactor single target build | Masahiro Yamada |
2022-09-29 | kbuild: do not deduplicate modules.order | Masahiro Yamada |
2022-09-28 | Kbuild: add Rust support | Miguel Ojeda |
2022-07-27 | kbuild: remove sed command from cmd_ar_builtin | Masahiro Yamada |
2022-06-08 | kbuild: avoid regex RS for POSIX awk | Kevin Locke |
2022-06-05 | kbuild: factor out the common objtool arguments | Masahiro Yamada |
2022-06-01 | kbuild: rebuild multi-object modules when objtool is updated | Masahiro Yamada |
2022-06-01 | kbuild: make *.mod rule robust against too long argument error | Masahiro Yamada |
2022-06-01 | kbuild: make built-in.a rule robust against too long argument error | Masahiro Yamada |
2022-06-01 | kbuild: check static EXPORT_SYMBOL* by script instead of modpost | Masahiro Yamada |
2022-05-29 | kbuild: do not create *.prelink.o for Clang LTO or IBT | Masahiro Yamada |
2022-05-29 | kbuild: replace $(linked-object) with CONFIG options | Masahiro Yamada |
2022-05-26 | Merge tag 'kbuild-v5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/mas... | Linus Torvalds |
2022-05-24 | Merge tag 'objtool-core-2022-05-23' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds |
2022-05-24 | genksyms: adjust the output format to modpost | Masahiro Yamada |
2022-05-24 | kbuild: stop merging *.symversions | Masahiro Yamada |
2022-05-24 | kbuild: link symbol CRCs at final link, removing CONFIG_MODULE_REL_CRCS | Masahiro Yamada |
2022-05-23 | Merge tag 'x86_cpu_for_v5.19_rc1' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds |
2022-05-11 | kbuild: record symbol versions in *.cmd files | Masahiro Yamada |
2022-05-08 | kbuild: read *.mod to get objects passed to $(LD) or $(AR) | Masahiro Yamada |
2022-05-08 | kbuild: make *.mod not depend on *.o | Masahiro Yamada |
2022-05-08 | kbuild: get rid of duplication in *.mod files | Masahiro Yamada |
2022-05-08 | kbuild: split the second line of *.mod into *.usyms | Masahiro Yamada |
2022-05-08 | kbuild: reuse real-search to simplify cmd_mod | Masahiro Yamada |
2022-05-08 | kbuild: refactor cmd_modversions_S | Masahiro Yamada |
2022-05-08 | kbuild: refactor cmd_modversions_c | Masahiro Yamada |