aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/rust/Makefile (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-06-04Merge tag 'rust-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/ojeda/linuxLinus Torvalds1-8/+11
2025-05-31kcov: rust: add flags for KCOV with RustAlice Ryhl1-0/+1
2025-05-27rust: kunit: support KUnit-mapped `assert!` macros in `#[test]`sMiguel Ojeda1-1/+2
2025-05-25rust: compile libcore with edition 2024 for 1.87+Gary Guo1-6/+8
2025-05-23rust: arm: fix unknown (to Clang) argument '-mno-fdpic'Rudraksha Gupta1-1/+1
2025-04-08rust: kbuild: Don't export __pfx symbolsSami Tolvanen1-1/+1
2025-04-05Merge tag 'kbuild-v6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuildLinus Torvalds1-2/+6
2025-04-03Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rmk/linuxLinus Torvalds1-0/+8
2025-04-02Merge tag 'loongarch-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/chenhuacai/linux-loongsonLinus Torvalds1-1/+3
2025-03-30rust: Fix enabling Rust and building with GCC for LoongArchWANG Rui1-1/+3
2025-03-26ARM: 9441/1: rust: Enable Rust support for ARMv7Christian Schrrefl1-0/+8
2025-03-23rust: kbuild: skip `--remap-path-prefix` for `rustdoc`Miguel Ojeda1-2/+6
2025-03-19rust: pass correct target to bindgen on Usermode LinuxThomas Weißschuh1-0/+1
2025-03-16rust: pin-init: add `std` and `alloc` support from the user-space versionBenno Lossin1-1/+1
2025-03-16rust: make pin-init its own crateBenno Lossin1-7/+7
2025-03-16rust: add pin-init crate build infrastructureMiguel Ojeda1-18/+57
2025-02-06rust: kbuild: do not export generated KASAN ODR symbolsMatthew Maurer1-1/+1
2025-02-06rust: kbuild: add -fzero-init-padding-bits to bindgen_skip_cflagsJustin M. Forbes1-0/+1
2025-02-06rust: kbuild: use host dylib naming in rusttestlib-kernelTamir Duberstein1-1/+1
2025-01-31Merge tag 'kbuild-v6.14' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuildLinus Torvalds1-2/+32
2025-01-18rust: Use gendwarfksyms + extended modversions for CONFIG_MODVERSIONSSami Tolvanen1-2/+32
2025-01-15kbuild: rust: add PROCMACROLDFLAGSHONG Yifan1-1/+1
2025-01-10rust: use host dylib naming convention to support macOSTamir Duberstein1-10/+12
2025-01-10rust: kbuild: run Clippy for `rusttest` codeMiguel Ojeda1-4/+4
2024-12-10rust: kbuild: set `bindgen`'s Rust target versionMiguel Ojeda1-1/+14
2024-11-30Merge tag 'kbuild-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuildLinus Torvalds1-2/+2
2024-11-28kbuild: change working directory to external module directory with M=Masahiro Yamada1-2/+2
2024-11-26Merge tag 'rust-6.13' of https://github.com/Rust-for-Linux/linuxLinus Torvalds1-43/+50
2024-11-20rust: jump_label: skip formatting generated fileMiguel Ojeda1-2/+2
2024-11-10rust: use custom FFI integer typesGary Guo1-13/+26
2024-11-10rust: fix size_t in bindgen prototypes of C builtinsGary Guo1-1/+5
2024-11-04rust: add arch_static_branchAlice Ryhl1-0/+6
2024-11-01rust: enable macros::module! testsEthan D. Twardy1-0/+1
2024-11-01rust: kbuild: expand rusttest target for macrosEthan D. Twardy1-4/+13
2024-10-15kbuild: rust: remove the `alloc` crate and `GlobalAlloc`Danilo Krummrich1-33/+10
2024-10-07rust: enable `rustdoc::unescaped_backticks` lintMiguel Ojeda1-1/+4
2024-09-25Merge tag 'rust-6.12' of https://github.com/Rust-for-Linux/linuxLinus Torvalds1-19/+37
2024-09-16rust: cfi: add support for CFI_CLANG with RustMatthew Maurer1-1/+1
2024-09-05kbuild: rust: replace proc macros dependency on `core.o` with the version textMiguel Ojeda1-3/+1
2024-09-05kbuild: rust: rebuild if the version text changesMiguel Ojeda1-1/+2
2024-08-25rust: enable rustdoc's `--generate-link-to-definition`Miguel Ojeda1-0/+1
2024-08-21rust: kbuild: fix export of bss symbolsAndreas Hindborg1-1/+1
2024-08-21rust: enable bindgen's `--enable-function-attribute-detection` flagMiguel Ojeda1-1/+1
2024-08-19rust: kbuild: auto generate helper exportsGary Guo1-2/+14
2024-08-18objtool/kbuild/rust: enable objtool for RustMiguel Ojeda1-8/+14
2024-08-18rust: kbuild: split up helpers.cAndreas Hindborg1-3/+3
2024-08-10rust: add intrinsics to fix `-Os` buildsMiguel Ojeda1-2/+2
2024-08-10kbuild: rust: skip -fmin-function-alignment in bindgen flagsZehui Xu1-1/+1
2024-08-07rust: Support latest version of `rust-analyzer`Sarthak Singh1-1/+1
2024-07-27Merge tag 'rust-6.11' of https://github.com/Rust-for-Linux/linuxLinus Torvalds1-64/+10