| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge tag 'kbuild-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mas... | Linus Torvalds | 2024-05-18 | 1 | -18/+18 |
|\ |
|
| * | kbuild: provide reasonable defaults for tool coverage | Masahiro Yamada | 2024-05-14 | 1 | -1/+1 |
| * | kbuild: add 'private' to target-specific variables | Masahiro Yamada | 2024-05-10 | 1 | -3/+3 |
| * | kbuild: use $(src) instead of $(srctree)/$(src) for source directory | Masahiro Yamada | 2024-05-10 | 1 | -1/+1 |
| * | kbuild: use $(obj)/ instead of $(src)/ for common pattern rules | Masahiro Yamada | 2024-05-10 | 1 | -13/+13 |
* | | Merge tag 'rust-6.10' of https://github.com/Rust-for-Linux/linux | Linus Torvalds | 2024-05-13 | 1 | -1/+1 |
|\ \ |
|
| * | | rust: upgrade to Rust 1.77.1 | Miguel Ojeda | 2024-03-29 | 1 | -1/+1 |
| |/ |
|
* / | kbuild: rust: force `alloc` extern to allow "empty" Rust files | Miguel Ojeda | 2024-04-25 | 1 | -1/+1 |
|/ |
|
* | Merge tag 'kbuild-v6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/masa... | Linus Torvalds | 2024-03-21 | 1 | -9/+13 |
|\ |
|
| * | kbuild: change tool coverage variables to take the path relative to $(obj) | Masahiro Yamada | 2024-02-23 | 1 | -1/+1 |
| * | kbuild: create a list of all built DTB files | Masahiro Yamada | 2024-02-19 | 1 | -8/+12 |
* | | kbuild: mark `rustc` (and others) invocations as recursive | Miguel Ojeda | 2024-02-29 | 1 | -4/+4 |
|/ |
|
* | rust: Suppress searching builtin sysroot | Matthew Maurer | 2023-12-14 | 1 | -0/+1 |
* | Merge tag 'kbuild-v6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/masa... | Linus Torvalds | 2023-11-04 | 1 | -1/+1 |
|\ |
|
| * | kbuild: simplify cmd_ld_multi_m | Masahiro Yamada | 2023-10-28 | 1 | -1/+1 |
* | | rust: workqueue: add helper for defining work_struct fields | Alice Ryhl | 2023-09-25 | 1 | -1/+1 |
|/ |
|
* | kbuild: rust: avoid creating temporary files | Miguel Ojeda | 2023-07-24 | 1 | -1/+4 |
* | Merge tag 'kbuild-v6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/masa... | Linus Torvalds | 2023-07-01 | 1 | -24/+7 |
|\ |
|
| * | kbuild: implement CONFIG_TRIM_UNUSED_KSYMS without recursion | Masahiro Yamada | 2023-06-22 | 1 | -14/+1 |
| * | modpost: check static EXPORT_SYMBOL* by modpost again | Masahiro Yamada | 2023-06-22 | 1 | -4/+0 |
| * | kbuild: generate KSYMTAB entries by modpost | Masahiro Yamada | 2023-06-22 | 1 | -5/+3 |
| * | kbuild: enable kernel-doc -Wall for W=2 | Johannes Berg | 2023-06-10 | 1 | -1/+3 |
| * | kernel-doc: don't let V=1 change outcome | Johannes Berg | 2023-06-10 | 1 | -1/+1 |
* | | rust: upgrade to Rust 1.68.2 | Miguel Ojeda | 2023-05-31 | 1 | -1/+1 |
|/ |
|
* | rust: add pin-init API core | Benno Lossin | 2023-04-12 | 1 | -1/+1 |
* | rust: enable the `pin_macro` feature | Benno Lossin | 2023-04-12 | 1 | -1/+1 |
* | rust: Enable the new_uninit feature for kernel and driver crates | Asahi Lina | 2023-04-10 | 1 | -1/+1 |
* | kbuild: remove sed commands after rustc rules | Masahiro Yamada | 2023-01-22 | 1 | -14/+4 |
* | kbuild: specify output names separately for each emission type from rustc | Masahiro Yamada | 2023-01-22 | 1 | -7/+7 |
* | Merge tag 'kbuild-v6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/masa... | Linus Torvalds | 2022-12-19 | 1 | -6/+8 |
|\ |
|
| * | kbuild: change module.order to list *.o instead of *.ko | Masahiro Yamada | 2022-12-14 | 1 | -1/+1 |
| * | kbuild: warn objects shared among multiple modules | Masahiro Yamada | 2022-11-22 | 1 | -0/+6 |
| * | kbuild: add kbuild-file macro | Masahiro Yamada | 2022-11-22 | 1 | -5/+1 |
* | | kbuild: Cleanup DT Overlay intermediate files as appropriate | Andrew Davis | 2022-11-18 | 1 | -0/+2 |
|/ |
|
* | kbuild: add -fno-discard-value-names to cmd_cc_ll_c | Nick Desaulniers | 2022-10-15 | 1 | -1/+1 |
* | Merge tag 'kbuild-v6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/masa... | Linus Torvalds | 2022-10-10 | 1 | -39/+17 |
|\ |
|
| * | kbuild: fix and refactor single target build | Masahiro Yamada | 2022-09-29 | 1 | -38/+16 |
| * | kbuild: do not deduplicate modules.order | Masahiro Yamada | 2022-09-29 | 1 | -1/+1 |
* | | Kbuild: add Rust support | Miguel Ojeda | 2022-09-28 | 1 | -0/+60 |
|/ |
|
* | kbuild: remove sed command from cmd_ar_builtin | Masahiro Yamada | 2022-07-27 | 1 | -3/+2 |
* | kbuild: avoid regex RS for POSIX awk | Kevin Locke | 2022-06-08 | 1 | -2/+2 |
* | kbuild: factor out the common objtool arguments | Masahiro Yamada | 2022-06-05 | 1 | -26/+0 |
* | kbuild: rebuild multi-object modules when objtool is updated | Masahiro Yamada | 2022-06-01 | 1 | -3/+8 |
* | kbuild: make *.mod rule robust against too long argument error | Masahiro Yamada | 2022-06-01 | 1 | -2/+4 |
* | kbuild: make built-in.a rule robust against too long argument error | Masahiro Yamada | 2022-06-01 | 1 | -1/+6 |
* | kbuild: check static EXPORT_SYMBOL* by script instead of modpost | Masahiro Yamada | 2022-06-01 | 1 | -0/+4 |
* | kbuild: do not create *.prelink.o for Clang LTO or IBT | Masahiro Yamada | 2022-05-29 | 1 | -43/+20 |
* | kbuild: replace $(linked-object) with CONFIG options | Masahiro Yamada | 2022-05-29 | 1 | -2/+1 |
* | Merge tag 'kbuild-v5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/mas... | Linus Torvalds | 2022-05-26 | 1 | -94/+39 |
|\ |
|
| * | genksyms: adjust the output format to modpost | Masahiro Yamada | 2022-05-24 | 1 | -6/+0 |