summaryrefslogtreecommitdiffstats
path: root/rust/Makefile
AgeCommit message (Expand)AuthorLines
2025-04-08rust: kbuild: Don't export __pfx symbolsSami Tolvanen-1/+1
2025-04-05Merge tag 'kbuild-v6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds-2/+6
2025-04-03Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rmk/linuxLinus Torvalds-0/+8
2025-04-02Merge tag 'loongarch-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/c...Linus Torvalds-1/+3
2025-03-30rust: Fix enabling Rust and building with GCC for LoongArchWANG Rui-1/+3
2025-03-26ARM: 9441/1: rust: Enable Rust support for ARMv7Christian Schrrefl-0/+8
2025-03-23rust: kbuild: skip `--remap-path-prefix` for `rustdoc`Miguel Ojeda-2/+6
2025-03-19rust: pass correct target to bindgen on Usermode LinuxThomas Weißschuh-0/+1
2025-03-16rust: pin-init: add `std` and `alloc` support from the user-space versionBenno Lossin-1/+1
2025-03-16rust: make pin-init its own crateBenno Lossin-7/+7
2025-03-16rust: add pin-init crate build infrastructureMiguel Ojeda-18/+57
2025-02-06rust: kbuild: do not export generated KASAN ODR symbolsMatthew Maurer-1/+1
2025-02-06rust: kbuild: add -fzero-init-padding-bits to bindgen_skip_cflagsJustin M. Forbes-0/+1
2025-02-06rust: kbuild: use host dylib naming in rusttestlib-kernelTamir Duberstein-1/+1
2025-01-31Merge tag 'kbuild-v6.14' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds-2/+32
2025-01-18rust: Use gendwarfksyms + extended modversions for CONFIG_MODVERSIONSSami Tolvanen-2/+32
2025-01-15kbuild: rust: add PROCMACROLDFLAGSHONG Yifan-1/+1
2025-01-10rust: use host dylib naming convention to support macOSTamir Duberstein-10/+12
2025-01-10rust: kbuild: run Clippy for `rusttest` codeMiguel Ojeda-4/+4
2024-12-10rust: kbuild: set `bindgen`'s Rust target versionMiguel Ojeda-1/+14
2024-11-30Merge tag 'kbuild-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds-2/+2
2024-11-28kbuild: change working directory to external module directory with M=Masahiro Yamada-2/+2
2024-11-26Merge tag 'rust-6.13' of https://github.com/Rust-for-Linux/linuxLinus Torvalds-43/+50
2024-11-20rust: jump_label: skip formatting generated fileMiguel Ojeda-2/+2
2024-11-10rust: use custom FFI integer typesGary Guo-13/+26
2024-11-10rust: fix size_t in bindgen prototypes of C builtinsGary Guo-1/+5
2024-11-04rust: add arch_static_branchAlice Ryhl-0/+6
2024-11-01rust: enable macros::module! testsEthan D. Twardy-0/+1
2024-11-01rust: kbuild: expand rusttest target for macrosEthan D. Twardy-4/+13
2024-10-15kbuild: rust: remove the `alloc` crate and `GlobalAlloc`Danilo Krummrich-33/+10
2024-10-07rust: enable `rustdoc::unescaped_backticks` lintMiguel Ojeda-1/+4
2024-09-25Merge tag 'rust-6.12' of https://github.com/Rust-for-Linux/linuxLinus Torvalds-19/+37
2024-09-16rust: cfi: add support for CFI_CLANG with RustMatthew Maurer-1/+1
2024-09-05kbuild: rust: replace proc macros dependency on `core.o` with the version textMiguel Ojeda-3/+1
2024-09-05kbuild: rust: rebuild if the version text changesMiguel Ojeda-1/+2
2024-08-25rust: enable rustdoc's `--generate-link-to-definition`Miguel Ojeda-0/+1
2024-08-21rust: kbuild: fix export of bss symbolsAndreas Hindborg-1/+1
2024-08-21rust: enable bindgen's `--enable-function-attribute-detection` flagMiguel Ojeda-1/+1
2024-08-19rust: kbuild: auto generate helper exportsGary Guo-2/+14
2024-08-18objtool/kbuild/rust: enable objtool for RustMiguel Ojeda-8/+14
2024-08-18rust: kbuild: split up helpers.cAndreas Hindborg-3/+3
2024-08-10rust: add intrinsics to fix `-Os` buildsMiguel Ojeda-2/+2
2024-08-10kbuild: rust: skip -fmin-function-alignment in bindgen flagsZehui Xu-1/+1
2024-08-07rust: Support latest version of `rust-analyzer`Sarthak Singh-1/+1
2024-07-27Merge tag 'rust-6.11' of https://github.com/Rust-for-Linux/linuxLinus Torvalds-64/+10
2024-07-10rust: relax most deny-level lints to warningsMiguel Ojeda-2/+2
2024-07-08kbuild: rust: remove now-unneeded `rusttest` custom sysroot handlingMiguel Ojeda-62/+8
2024-07-03arch: um: rust: Add i386 support for RustDavid Gow-1/+1
2024-05-22Merge tag 'loongarch-6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/c...Linus Torvalds-1/+1
2024-05-18Merge tag 'kbuild-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds-2/+2