| Age | Commit message (Expand) | Author | Files | Lines |
| 3 days | Merge tag 'dd-lifetimes-7.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Danilo Krummrich | 1 | -0/+1 |
| 5 days | rust: types: add `ForLt` trait for higher-ranked lifetime support | Gary Guo | 1 | -0/+1 |
| 2026-04-30 | rust: arch: um: Fix building 32-bit UML with GCC | David Gow | 1 | -0/+2 |
| 2026-04-08 | Merge tag 'pin-init-v7.1' of https://github.com/Rust-for-Linux/linux into rus... | Miguel Ojeda | 1 | -2/+2 |
| 2026-04-08 | Merge tag 'rust-timekeeping-for-v7.1' of https://github.com/Rust-for-Linux/li... | Miguel Ojeda | 1 | -6/+4 |
| 2026-04-07 | rust: kbuild: update `bindgen --rust-target` version and replace comment | Miguel Ojeda | 1 | -14/+2 |
| 2026-04-07 | rust: kbuild: remove `feature(...)`s that are now stable | Miguel Ojeda | 1 | -2/+0 |
| 2026-04-07 | rust: kbuild: remove skipping of `-Wrustdoc::unescaped_backticks` | Miguel Ojeda | 1 | -4/+1 |
| 2026-04-07 | rust: kbuild: remove `--remap-path-prefix` workarounds | Miguel Ojeda | 1 | -6/+2 |
| 2026-04-02 | Merge tag 'rust-analyzer-v7.1' of https://github.com/Rust-for-Linux/linux int... | Miguel Ojeda | 1 | -0/+2 |
| 2026-03-30 | kbuild: rust: provide an option to inline C helpers into Rust | Gary Guo | 1 | -4/+27 |
| 2026-03-25 | rust: pin-init: build: simplify use of nightly features | Gary Guo | 1 | -2/+2 |
| 2026-03-09 | scripts: generate_rust_analyzer.py: reduce cfg plumbing | Tamir Duberstein | 1 | -0/+2 |
| 2026-03-06 | rust: build: remap path to avoid absolute path | Gary Guo | 1 | -2/+3 |
| 2026-03-06 | rust: kbuild: emit dep-info into $(depfile) directly | Gary Guo | 1 | -4/+2 |
| 2026-02-22 | Merge tag 'rust-fixes-7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/o... | Linus Torvalds | 1 | -0/+3 |
| 2026-02-10 | Merge tag 'rust-6.20-7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/oj... | Linus Torvalds | 1 | -12/+29 |
| 2026-02-10 | rust: kbuild: pass `-Zunstable-options` for Rust 1.95.0 | Miguel Ojeda | 1 | -0/+3 |
| 2026-01-30 | rust: kbuild: deduplicate pin-init flags | Tamir Duberstein | 1 | -13/+26 |
| 2026-01-17 | rust: pin-init: add `syn` dependency and remove `proc-macro[2]` and `quote` w... | Benno Lossin | 1 | -6/+10 |
| 2026-01-06 | rust: kbuild: Add -fdiagnostics-show-context to bindgen_skip_c_flags | Siddhesh Poyarekar | 1 | -0/+1 |
| 2025-12-03 | Merge tag 'rust-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ojeda/... | Linus Torvalds | 1 | -15/+132 |
| 2025-11-24 | rust: macros: support `proc-macro2`, `quote` and `syn` | Miguel Ojeda | 1 | -4/+9 |
| 2025-11-24 | rust: syn: enable support in kbuild | Miguel Ojeda | 1 | -3/+34 |
| 2025-11-24 | rust: quote: enable support in kbuild | Miguel Ojeda | 1 | -3/+35 |
| 2025-11-24 | rust: proc-macro2: enable support in kbuild | Miguel Ojeda | 1 | -2/+30 |
| 2025-11-24 | rust: kbuild: support using libraries in `rustc_procmacro` | Miguel Ojeda | 1 | -1/+1 |
| 2025-11-24 | rust: kbuild: support skipping flags in `rustc_test_library` | Miguel Ojeda | 1 | -2/+2 |
| 2025-11-24 | rust: kbuild: add proc macro library support | Miguel Ojeda | 1 | -0/+10 |
| 2025-11-24 | rust: kbuild: simplify `--cfg` handling | Miguel Ojeda | 1 | -2/+4 |
| 2025-11-24 | rust: kbuild: introduce `core-flags` and `core-skip_flags` | Miguel Ojeda | 1 | -5/+14 |
| 2025-11-10 | rust: Add -fno-isolate-erroneous-paths-dereference to bindgen_skip_c_flags | Xi Ruoyao | 1 | -1/+1 |
| 2025-11-04 | rust: kbuild: workaround `rustdoc` doctests modifier bug | Miguel Ojeda | 1 | -1/+4 |
| 2025-11-04 | rust: kbuild: treat `build_error` and `rustdoc` as kernel objects | Miguel Ojeda | 1 | -0/+10 |
| 2025-09-08 | rust: add `pin-init` as a dependency to `bindings` and `uapi` | Benno Lossin | 1 | -6/+8 |
| 2025-09-08 | rust: warn if `srctree/` links do not exist | Miguel Ojeda | 1 | -0/+6 |
| 2025-09-08 | Merge tag 'alloc-next-v6.18-2025-09-04' of https://github.com/Rust-for-Linux/... | Miguel Ojeda | 1 | -8/+1 |
| 2025-08-24 | rust: kernel: remove support for unused host `#[test]`s | Miguel Ojeda | 1 | -8/+1 |
| 2025-08-12 | rust: kbuild: clean output before running `rustdoc` | Miguel Ojeda | 1 | -3/+7 |
| 2025-08-12 | rust: workaround `rustdoc` target modifiers bug | Miguel Ojeda | 1 | -0/+6 |
| 2025-08-03 | Merge tag 'rust-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/ojeda/... | Linus Torvalds | 1 | -0/+8 |
| 2025-07-23 | rust: Add warn_on macro | FUJITA Tomonori | 1 | -0/+8 |
| 2025-07-14 | rust: use `#[used(compiler)]` to fix build and `modpost` with Rust >= 1.89.0 | Miguel Ojeda | 1 | -0/+1 |
| 2025-06-04 | Merge tag 'rust-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/ojeda/... | Linus Torvalds | 1 | -8/+11 |
| 2025-05-31 | kcov: rust: add flags for KCOV with Rust | Alice Ryhl | 1 | -0/+1 |
| 2025-05-27 | rust: kunit: support KUnit-mapped `assert!` macros in `#[test]`s | Miguel Ojeda | 1 | -1/+2 |
| 2025-05-25 | rust: compile libcore with edition 2024 for 1.87+ | Gary Guo | 1 | -6/+8 |
| 2025-05-23 | rust: arm: fix unknown (to Clang) argument '-mno-fdpic' | Rudraksha Gupta | 1 | -1/+1 |
| 2025-04-08 | rust: kbuild: Don't export __pfx symbols | Sami Tolvanen | 1 | -1/+1 |
| 2025-04-05 | Merge tag 'kbuild-v6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/mas... | Linus Torvalds | 1 | -2/+6 |
| 2025-04-03 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rmk/linux | Linus Torvalds | 1 | -0/+8 |
| 2025-04-02 | Merge tag 'loongarch-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/c... | Linus Torvalds | 1 | -1/+3 |
| 2025-03-30 | rust: Fix enabling Rust and building with GCC for LoongArch | WANG Rui | 1 | -1/+3 |
| 2025-03-26 | ARM: 9441/1: rust: Enable Rust support for ARMv7 | Christian Schrrefl | 1 | -0/+8 |
| 2025-03-23 | rust: kbuild: skip `--remap-path-prefix` for `rustdoc` | Miguel Ojeda | 1 | -2/+6 |
| 2025-03-19 | rust: pass correct target to bindgen on Usermode Linux | Thomas Weißschuh | 1 | -0/+1 |
| 2025-03-16 | rust: pin-init: add `std` and `alloc` support from the user-space version | Benno Lossin | 1 | -1/+1 |
| 2025-03-16 | rust: make pin-init its own crate | Benno Lossin | 1 | -7/+7 |
| 2025-03-16 | rust: add pin-init crate build infrastructure | Miguel Ojeda | 1 | -18/+57 |
| 2025-02-06 | rust: kbuild: do not export generated KASAN ODR symbols | Matthew Maurer | 1 | -1/+1 |
| 2025-02-06 | rust: kbuild: add -fzero-init-padding-bits to bindgen_skip_cflags | Justin M. Forbes | 1 | -0/+1 |
| 2025-02-06 | rust: kbuild: use host dylib naming in rusttestlib-kernel | Tamir Duberstein | 1 | -1/+1 |
| 2025-01-31 | Merge tag 'kbuild-v6.14' of git://git.kernel.org/pub/scm/linux/kernel/git/mas... | Linus Torvalds | 1 | -2/+32 |
| 2025-01-18 | rust: Use gendwarfksyms + extended modversions for CONFIG_MODVERSIONS | Sami Tolvanen | 1 | -2/+32 |
| 2025-01-15 | kbuild: rust: add PROCMACROLDFLAGS | HONG Yifan | 1 | -1/+1 |
| 2025-01-10 | rust: use host dylib naming convention to support macOS | Tamir Duberstein | 1 | -10/+12 |
| 2025-01-10 | rust: kbuild: run Clippy for `rusttest` code | Miguel Ojeda | 1 | -4/+4 |
| 2024-12-10 | rust: kbuild: set `bindgen`'s Rust target version | Miguel Ojeda | 1 | -1/+14 |
| 2024-11-30 | Merge tag 'kbuild-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/mas... | Linus Torvalds | 1 | -2/+2 |
| 2024-11-28 | kbuild: change working directory to external module directory with M= | Masahiro Yamada | 1 | -2/+2 |
| 2024-11-26 | Merge tag 'rust-6.13' of https://github.com/Rust-for-Linux/linux | Linus Torvalds | 1 | -43/+50 |
| 2024-11-20 | rust: jump_label: skip formatting generated file | Miguel Ojeda | 1 | -2/+2 |
| 2024-11-10 | rust: use custom FFI integer types | Gary Guo | 1 | -13/+26 |
| 2024-11-10 | rust: fix size_t in bindgen prototypes of C builtins | Gary Guo | 1 | -1/+5 |
| 2024-11-04 | rust: add arch_static_branch | Alice Ryhl | 1 | -0/+6 |
| 2024-11-01 | rust: enable macros::module! tests | Ethan D. Twardy | 1 | -0/+1 |
| 2024-11-01 | rust: kbuild: expand rusttest target for macros | Ethan D. Twardy | 1 | -4/+13 |
| 2024-10-15 | kbuild: rust: remove the `alloc` crate and `GlobalAlloc` | Danilo Krummrich | 1 | -33/+10 |
| 2024-10-07 | rust: enable `rustdoc::unescaped_backticks` lint | Miguel Ojeda | 1 | -1/+4 |
| 2024-09-25 | Merge tag 'rust-6.12' of https://github.com/Rust-for-Linux/linux | Linus Torvalds | 1 | -19/+37 |
| 2024-09-16 | rust: cfi: add support for CFI_CLANG with Rust | Matthew Maurer | 1 | -1/+1 |
| 2024-09-05 | kbuild: rust: replace proc macros dependency on `core.o` with the version text | Miguel Ojeda | 1 | -3/+1 |
| 2024-09-05 | kbuild: rust: rebuild if the version text changes | Miguel Ojeda | 1 | -1/+2 |
| 2024-08-25 | rust: enable rustdoc's `--generate-link-to-definition` | Miguel Ojeda | 1 | -0/+1 |
| 2024-08-21 | rust: kbuild: fix export of bss symbols | Andreas Hindborg | 1 | -1/+1 |
| 2024-08-21 | rust: enable bindgen's `--enable-function-attribute-detection` flag | Miguel Ojeda | 1 | -1/+1 |
| 2024-08-19 | rust: kbuild: auto generate helper exports | Gary Guo | 1 | -2/+14 |
| 2024-08-18 | objtool/kbuild/rust: enable objtool for Rust | Miguel Ojeda | 1 | -8/+14 |
| 2024-08-18 | rust: kbuild: split up helpers.c | Andreas Hindborg | 1 | -3/+3 |
| 2024-08-10 | rust: add intrinsics to fix `-Os` builds | Miguel Ojeda | 1 | -2/+2 |
| 2024-08-10 | kbuild: rust: skip -fmin-function-alignment in bindgen flags | Zehui Xu | 1 | -1/+1 |
| 2024-08-07 | rust: Support latest version of `rust-analyzer` | Sarthak Singh | 1 | -1/+1 |
| 2024-07-27 | Merge tag 'rust-6.11' of https://github.com/Rust-for-Linux/linux | Linus Torvalds | 1 | -64/+10 |
| 2024-07-10 | rust: relax most deny-level lints to warnings | Miguel Ojeda | 1 | -2/+2 |
| 2024-07-08 | kbuild: rust: remove now-unneeded `rusttest` custom sysroot handling | Miguel Ojeda | 1 | -62/+8 |
| 2024-07-03 | arch: um: rust: Add i386 support for Rust | David Gow | 1 | -1/+1 |
| 2024-05-22 | Merge tag 'loongarch-6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/c... | Linus Torvalds | 1 | -1/+1 |
| 2024-05-18 | Merge tag 'kbuild-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mas... | Linus Torvalds | 1 | -2/+2 |
| 2024-05-14 | LoongArch: rust: Switch to use built-in rustc target | WANG Rui | 1 | -1/+1 |
| 2024-05-13 | Merge tag 'rust-6.10' of https://github.com/Rust-for-Linux/linux | Linus Torvalds | 1 | -13/+3 |
| 2024-05-10 | kbuild: use $(src) instead of $(srctree)/$(src) for source directory | Masahiro Yamada | 1 | -3/+3 |
| 2024-04-23 | kbuild: rust: remove unneeded `@rustc_cfg` to avoid ICE | Miguel Ojeda | 1 | -1/+0 |
| 2024-04-16 | kbuild: use the upstream `alloc` crate | Wedson Almeida Filho | 1 | -13/+3 |
| 2024-03-21 | Merge tag 'kbuild-v6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/masa... | Linus Torvalds | 1 | -2/+2 |
| 2024-03-14 | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a... | Linus Torvalds | 1 | -1/+5 |
| 2024-03-10 | kbuild: unexport abs_srctree and abs_objtree | Masahiro Yamada | 1 | -2/+2 |
| 2024-02-29 | kbuild: mark `rustc` (and others) invocations as recursive | Miguel Ojeda | 1 | -24/+24 |
| 2024-02-09 | arm64: rust: Enable Rust support for AArch64 | Jamie Cunliffe | 1 | -0/+1 |
| 2024-02-09 | rust: Refactor the build target to allow the use of builtin targets | Jamie Cunliffe | 1 | -1/+4 |
| 2023-12-21 | rust: support `srctree`-relative links | Miguel Ojeda | 1 | -1/+2 |
| 2023-12-14 | rust: Suppress searching builtin sysroot | Matthew Maurer | 1 | -0/+3 |
| 2023-12-14 | rust: bindings: rename const binding using sed | Gary Guo | 1 | -0/+2 |
| 2023-11-04 | Merge tag 'kbuild-v6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/masa... | Linus Torvalds | 1 | -0/+2 |
| 2023-10-30 | Merge tag 'rust-6.7' of https://github.com/Rust-for-Linux/linux | Linus Torvalds | 1 | -5/+3 |
| 2023-10-19 | rust: docs: fix logo replacement | Miguel Ojeda | 1 | -8/+7 |
| 2023-10-15 | rust: Use grep -Ev rather than relying on GNU grep | Matthew Maurer | 1 | -2/+2 |
| 2023-10-15 | rust: Use awk instead of recent xargs | Matthew Maurer | 1 | -3/+1 |
| 2023-10-14 | rust: Respect HOSTCC when linking for host | Matthew Maurer | 1 | -0/+2 |
| 2023-10-12 | rust: fix bindgen build error with fstrict-flex-arrays | Andrea Righi | 1 | -0/+1 |
| 2023-08-30 | Merge tag 'docs-6.6' of git://git.lwn.net/linux | Linus Torvalds | 1 | -6/+9 |
| 2023-08-29 | Merge tag 'rust-6.6' of https://github.com/Rust-for-Linux/linux | Linus Torvalds | 1 | -7/+10 |
| 2023-08-28 | Merge tag 'linux-kselftest-kunit-6.6-rc1' of git://git.kernel.org/pub/scm/lin... | Linus Torvalds | 1 | -0/+29 |
| 2023-08-20 | scripts: generate_rust_analyzer: provide `cfg`s for `core` and `alloc` | Martin Rodriguez Reboredo | 1 | -0/+1 |
| 2023-08-15 | rust: bindgen: upgrade to 0.65.1 | Aakash Sen Sharma | 1 | -3/+3 |
| 2023-08-14 | rust: upgrade to Rust 1.71.1 | Miguel Ojeda | 1 | -2/+2 |
| 2023-08-07 | scripts: `make rust-analyzer` for out-of-tree modules | Vinay Varma | 1 | -2/+4 |
| 2023-08-04 | rust: fix bindgen build error with UBSAN_BOUNDS_STRICT | Andrea Righi | 1 | -1/+1 |
| 2023-07-21 | docs: Move rustdoc output, cross-reference it | Carlos Bilbao | 1 | -6/+9 |
| 2023-07-19 | rust: support running Rust documentation tests as KUnit ones | Miguel Ojeda | 1 | -0/+29 |
| 2023-04-30 | Merge tag 'rust-6.4' of https://github.com/Rust-for-Linux/linux | Linus Torvalds | 1 | -5/+23 |
| 2023-04-22 | rust: uapi: Add UAPI crate | Asahi Lina | 1 | -5/+23 |
| 2023-04-19 | rust: allow to use INIT_STACK_ALL_ZERO | Andrea Righi | 1 | -0/+14 |
| 2023-04-07 | rust: build: Fix grep warning | Vincenzo Palazzo | 1 | -1/+1 |
| 2023-02-26 | Merge tag 'kbuild-v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/masa... | Linus Torvalds | 1 | -19/+8 |
| 2023-01-22 | kbuild: rust: move rust/target.json to scripts/ | Masahiro Yamada | 1 | -9/+1 |
| 2023-01-22 | kbuild: remove sed commands after rustc rules | Masahiro Yamada | 1 | -4/+2 |
| 2023-01-22 | kbuild: specify output names separately for each emission type from rustc | Masahiro Yamada | 1 | -6/+5 |
| 2023-01-16 | rust: compiler_builtins: make stubs non-global | Gary Guo | 1 | -0/+14 |
| 2023-01-16 | rust: alloc: remove the `borrow` module (`ToOwned`, `Cow`) | Miguel Ojeda | 1 | -0/+1 |
| 2022-12-04 | rust: add `build_error` crate | Gary Guo | 1 | -5/+17 |
| 2022-09-28 | Kbuild: add Rust support | Miguel Ojeda | 1 | -0/+381 |