aboutsummaryrefslogtreecommitdiffstats
path: root/rust/Makefile
AgeCommit message (Expand)AuthorFilesLines
3 daysMerge tag 'dd-lifetimes-7.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Danilo Krummrich1-0/+1
5 daysrust: types: add `ForLt` trait for higher-ranked lifetime supportGary Guo1-0/+1
2026-04-30rust: arch: um: Fix building 32-bit UML with GCCDavid Gow1-0/+2
2026-04-08Merge tag 'pin-init-v7.1' of https://github.com/Rust-for-Linux/linux into rus...Miguel Ojeda1-2/+2
2026-04-08Merge tag 'rust-timekeeping-for-v7.1' of https://github.com/Rust-for-Linux/li...Miguel Ojeda1-6/+4
2026-04-07rust: kbuild: update `bindgen --rust-target` version and replace commentMiguel Ojeda1-14/+2
2026-04-07rust: kbuild: remove `feature(...)`s that are now stableMiguel Ojeda1-2/+0
2026-04-07rust: kbuild: remove skipping of `-Wrustdoc::unescaped_backticks`Miguel Ojeda1-4/+1
2026-04-07rust: kbuild: remove `--remap-path-prefix` workaroundsMiguel Ojeda1-6/+2
2026-04-02Merge tag 'rust-analyzer-v7.1' of https://github.com/Rust-for-Linux/linux int...Miguel Ojeda1-0/+2
2026-03-30kbuild: rust: provide an option to inline C helpers into RustGary Guo1-4/+27
2026-03-25rust: pin-init: build: simplify use of nightly featuresGary Guo1-2/+2
2026-03-09scripts: generate_rust_analyzer.py: reduce cfg plumbingTamir Duberstein1-0/+2
2026-03-06rust: build: remap path to avoid absolute pathGary Guo1-2/+3
2026-03-06rust: kbuild: emit dep-info into $(depfile) directlyGary Guo1-4/+2
2026-02-22Merge tag 'rust-fixes-7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/o...Linus Torvalds1-0/+3
2026-02-10Merge tag 'rust-6.20-7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/oj...Linus Torvalds1-12/+29
2026-02-10rust: kbuild: pass `-Zunstable-options` for Rust 1.95.0Miguel Ojeda1-0/+3
2026-01-30rust: kbuild: deduplicate pin-init flagsTamir Duberstein1-13/+26
2026-01-17rust: pin-init: add `syn` dependency and remove `proc-macro[2]` and `quote` w...Benno Lossin1-6/+10
2026-01-06rust: kbuild: Add -fdiagnostics-show-context to bindgen_skip_c_flagsSiddhesh Poyarekar1-0/+1
2025-12-03Merge tag 'rust-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ojeda/...Linus Torvalds1-15/+132
2025-11-24rust: macros: support `proc-macro2`, `quote` and `syn`Miguel Ojeda1-4/+9
2025-11-24rust: syn: enable support in kbuildMiguel Ojeda1-3/+34
2025-11-24rust: quote: enable support in kbuildMiguel Ojeda1-3/+35
2025-11-24rust: proc-macro2: enable support in kbuildMiguel Ojeda1-2/+30
2025-11-24rust: kbuild: support using libraries in `rustc_procmacro`Miguel Ojeda1-1/+1
2025-11-24rust: kbuild: support skipping flags in `rustc_test_library`Miguel Ojeda1-2/+2
2025-11-24rust: kbuild: add proc macro library supportMiguel Ojeda1-0/+10
2025-11-24rust: kbuild: simplify `--cfg` handlingMiguel Ojeda1-2/+4
2025-11-24rust: kbuild: introduce `core-flags` and `core-skip_flags`Miguel Ojeda1-5/+14
2025-11-10rust: Add -fno-isolate-erroneous-paths-dereference to bindgen_skip_c_flagsXi Ruoyao1-1/+1
2025-11-04rust: kbuild: workaround `rustdoc` doctests modifier bugMiguel Ojeda1-1/+4
2025-11-04rust: kbuild: treat `build_error` and `rustdoc` as kernel objectsMiguel Ojeda1-0/+10
2025-09-08rust: add `pin-init` as a dependency to `bindings` and `uapi`Benno Lossin1-6/+8
2025-09-08rust: warn if `srctree/` links do not existMiguel Ojeda1-0/+6
2025-09-08Merge tag 'alloc-next-v6.18-2025-09-04' of https://github.com/Rust-for-Linux/...Miguel Ojeda1-8/+1
2025-08-24rust: kernel: remove support for unused host `#[test]`sMiguel Ojeda1-8/+1
2025-08-12rust: kbuild: clean output before running `rustdoc`Miguel Ojeda1-3/+7
2025-08-12rust: workaround `rustdoc` target modifiers bugMiguel Ojeda1-0/+6
2025-08-03Merge tag 'rust-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/ojeda/...Linus Torvalds1-0/+8
2025-07-23rust: Add warn_on macroFUJITA Tomonori1-0/+8
2025-07-14rust: use `#[used(compiler)]` to fix build and `modpost` with Rust >= 1.89.0Miguel Ojeda1-0/+1
2025-06-04Merge tag 'rust-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/ojeda/...Linus 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/mas...Linus 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/c...Linus 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/mas...Linus 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/mas...Linus 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
2024-07-10rust: relax most deny-level lints to warningsMiguel Ojeda1-2/+2
2024-07-08kbuild: rust: remove now-unneeded `rusttest` custom sysroot handlingMiguel Ojeda1-62/+8
2024-07-03arch: um: rust: Add i386 support for RustDavid Gow1-1/+1
2024-05-22Merge tag 'loongarch-6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/c...Linus Torvalds1-1/+1
2024-05-18Merge tag 'kbuild-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds1-2/+2
2024-05-14LoongArch: rust: Switch to use built-in rustc targetWANG Rui1-1/+1
2024-05-13Merge tag 'rust-6.10' of https://github.com/Rust-for-Linux/linuxLinus Torvalds1-13/+3
2024-05-10kbuild: use $(src) instead of $(srctree)/$(src) for source directoryMasahiro Yamada1-3/+3
2024-04-23kbuild: rust: remove unneeded `@rustc_cfg` to avoid ICEMiguel Ojeda1-1/+0
2024-04-16kbuild: use the upstream `alloc` crateWedson Almeida Filho1-13/+3
2024-03-21Merge tag 'kbuild-v6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds1-2/+2
2024-03-14Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds1-1/+5
2024-03-10kbuild: unexport abs_srctree and abs_objtreeMasahiro Yamada1-2/+2
2024-02-29kbuild: mark `rustc` (and others) invocations as recursiveMiguel Ojeda1-24/+24
2024-02-09arm64: rust: Enable Rust support for AArch64Jamie Cunliffe1-0/+1
2024-02-09rust: Refactor the build target to allow the use of builtin targetsJamie Cunliffe1-1/+4
2023-12-21rust: support `srctree`-relative linksMiguel Ojeda1-1/+2
2023-12-14rust: Suppress searching builtin sysrootMatthew Maurer1-0/+3
2023-12-14rust: bindings: rename const binding using sedGary Guo1-0/+2
2023-11-04Merge tag 'kbuild-v6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds1-0/+2
2023-10-30Merge tag 'rust-6.7' of https://github.com/Rust-for-Linux/linuxLinus Torvalds1-5/+3
2023-10-19rust: docs: fix logo replacementMiguel Ojeda1-8/+7
2023-10-15rust: Use grep -Ev rather than relying on GNU grepMatthew Maurer1-2/+2
2023-10-15rust: Use awk instead of recent xargsMatthew Maurer1-3/+1
2023-10-14rust: Respect HOSTCC when linking for hostMatthew Maurer1-0/+2
2023-10-12rust: fix bindgen build error with fstrict-flex-arraysAndrea Righi1-0/+1
2023-08-30Merge tag 'docs-6.6' of git://git.lwn.net/linuxLinus Torvalds1-6/+9
2023-08-29Merge tag 'rust-6.6' of https://github.com/Rust-for-Linux/linuxLinus Torvalds1-7/+10
2023-08-28Merge tag 'linux-kselftest-kunit-6.6-rc1' of git://git.kernel.org/pub/scm/lin...Linus Torvalds1-0/+29
2023-08-20scripts: generate_rust_analyzer: provide `cfg`s for `core` and `alloc`Martin Rodriguez Reboredo1-0/+1
2023-08-15rust: bindgen: upgrade to 0.65.1Aakash Sen Sharma1-3/+3
2023-08-14rust: upgrade to Rust 1.71.1Miguel Ojeda1-2/+2
2023-08-07scripts: `make rust-analyzer` for out-of-tree modulesVinay Varma1-2/+4
2023-08-04rust: fix bindgen build error with UBSAN_BOUNDS_STRICTAndrea Righi1-1/+1
2023-07-21docs: Move rustdoc output, cross-reference itCarlos Bilbao1-6/+9
2023-07-19rust: support running Rust documentation tests as KUnit onesMiguel Ojeda1-0/+29
2023-04-30Merge tag 'rust-6.4' of https://github.com/Rust-for-Linux/linuxLinus Torvalds1-5/+23
2023-04-22rust: uapi: Add UAPI crateAsahi Lina1-5/+23
2023-04-19rust: allow to use INIT_STACK_ALL_ZEROAndrea Righi1-0/+14
2023-04-07rust: build: Fix grep warningVincenzo Palazzo1-1/+1
2023-02-26Merge tag 'kbuild-v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds1-19/+8
2023-01-22kbuild: rust: move rust/target.json to scripts/Masahiro Yamada1-9/+1
2023-01-22kbuild: remove sed commands after rustc rulesMasahiro Yamada1-4/+2
2023-01-22kbuild: specify output names separately for each emission type from rustcMasahiro Yamada1-6/+5
2023-01-16rust: compiler_builtins: make stubs non-globalGary Guo1-0/+14
2023-01-16rust: alloc: remove the `borrow` module (`ToOwned`, `Cow`)Miguel Ojeda1-0/+1
2022-12-04rust: add `build_error` crateGary Guo1-5/+17
2022-09-28Kbuild: add Rust supportMiguel Ojeda1-0/+381