index
:
linux-toradex.git
colibri
colibri_vf
master
tegra
tegra-next
toradex_4.1-2.0.x-imx
toradex_4.1-2.0.x-imx-next
toradex_4.14-2.0.x-imx
toradex_4.14-2.0.x-imx-next
toradex_4.14-2.0.x-imx-rebased
toradex_4.14-2.3.x-imx
toradex_4.19.y
toradex_4.19.y-rt
toradex_4.20.y
toradex_4.9-1.0.x-imx
toradex_4.9-1.0.x-imx-next
toradex_4.9-1.0.x-imx-rebased
toradex_4.9-2.3.x-imx
toradex_4.9-2.3.x-imx-next
toradex_4.9-2.3.x-imx-rebased
toradex_5.0.y
toradex_5.15-2.0.x-imx
toradex_5.15-2.1.x-imx
toradex_5.15-2.2.x-imx
toradex_5.2.y
toradex_5.3.y
toradex_5.4-2.1.x-imx
toradex_5.4-2.3.x-imx
toradex_5.4.y
toradex_6.12-2.0.x-imx
toradex_6.6-2.0.x-imx
toradex_6.6-2.1.x-imx
toradex_6.6-2.2.x-imx
toradex_imx6
toradex_imx_3.10.17_1.0.0_ga
toradex_imx_3.10.17_1.0.0_ga-next
toradex_imx_3.14.28_1.0.0_ga
toradex_imx_3.14.52_1.1.0_ga
toradex_imx_3.14.52_1.1.0_ga-next
toradex_imx_4.1.15_1.0.0_ga
toradex_imx_4.1.15_1.0.0_ga-next
toradex_imx_4.14.78_1.0.0_ga-bring_up
toradex_imx_4.9.123_imx8mm_ga-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up_ov5640
toradex_imx_4.9.51_imx8_beta2-bring_up
toradex_ti-linux-5.10.y_bringup
toradex_ti-linux-6.1.y
toradex_ti-linux-6.18.y
toradex_ti-linux-6.6.y
toradex_tk1_l4t_r21.5
toradex_tk1_l4t_r21.6
toradex_tk1_l4t_r21.7
toradex_tk1_l4t_r21.7-next
toradex_vf_3.18
toradex_vf_3.18-next
toradex_vf_4.0
toradex_vf_4.0-next
toradex_vf_4.1
toradex_vf_4.1-next
toradex_vf_4.4
toradex_vf_4.4-next
Linux kernel for Apalis and Colibri modules
Toradex
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
rust
Age
Commit message (
Expand
)
Author
4 hours
Merge tag 'rust-7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/ojeda/l...
Linus Torvalds
5 days
Merge tag 'pin-init-v7.1' of https://github.com/Rust-for-Linux/linux into rus...
Miguel Ojeda
5 days
Merge tag 'rust-timekeeping-for-v7.1' of https://github.com/Rust-for-Linux/li...
Miguel Ojeda
6 days
rust: sizes: add SizeConstants trait for device address space constants
John Hubbard
6 days
rust: kernel: update `file_with_nul` comment
Miguel Ojeda
7 days
rust: declare cfi_encoding for lru_status
Alice Ryhl
7 days
rust: kbuild: update `bindgen --rust-target` version and replace comment
Miguel Ojeda
7 days
rust: block: update `const_refs_to_static` MSRV TODO comment
Miguel Ojeda
7 days
rust: macros: simplify code using `feature(extract_if)`
Miguel Ojeda
7 days
rust: alloc: simplify with `NonNull::add()` now that it is stable
Miguel Ojeda
7 days
rust: transmute: simplify code with Rust 1.80.0 `split_at_*checked()`
Miguel Ojeda
7 days
rust: kbuild: remove `feature(...)`s that are now stable
Miguel Ojeda
7 days
rust: kbuild: remove skipping of `-Wrustdoc::unescaped_backticks`
Miguel Ojeda
7 days
rust: remove `RUSTC_HAS_COERCE_POINTEE` and simplify code
Miguel Ojeda
7 days
rust: remove `RUSTC_HAS_SLICE_AS_FLATTENED` and simplify code
Miguel Ojeda
7 days
rust: allow globally `clippy::incompatible_msrv`
Miguel Ojeda
7 days
rust: bump Clippy's MSRV and clean `incompatible_msrv` allows
Miguel Ojeda
7 days
rust: kbuild: remove unneeded old `allow`s for generated layout tests
Miguel Ojeda
7 days
rust: kbuild: remove "`try` keyword" workaround for `bindgen` < 0.59.2
Miguel Ojeda
7 days
rust: kbuild: remove `--remap-path-prefix` workarounds
Miguel Ojeda
10 days
rust: prelude: use the "kernel vertical" imports style
Miguel Ojeda
10 days
rust: macros: simplify `format!` arguments
Miguel Ojeda
10 days
rust: clk: implement Send and Sync
Alice Ryhl
10 days
rust: ptr: add const_align_up()
John Hubbard
10 days
rust: error: clarify that `from_err_ptr` can return `Ok(NULL)`
Mirko Adzic
12 days
Merge tag 'rust-analyzer-v7.1' of https://github.com/Rust-for-Linux/linux int...
Miguel Ojeda
2026-03-30
kbuild: rust: provide an option to inline C helpers into Rust
Gary Guo
2026-03-30
rust: helpers: #define __rust_helper
Gary Guo
2026-03-30
rust: rework `build_assert!` documentation
Gary Guo
2026-03-30
rust: add `const_assert!` macro
Gary Guo
2026-03-28
rust: move `static_assert` into `build_assert`
Gary Guo
2026-03-27
rust: kernel: mark as `#[inline]` all `From::from()`s for `Error`
Alistair Francis
2026-03-27
rust: list: hide macros from top-level kernel doc
Gary Guo
2026-03-25
rust: pin-init: replace `addr_of_mut!` with `&raw mut`
Antonio Hickey
2026-03-25
rust: pin-init: implement ZeroableOption for NonZero* integer types
Hamdan-Khan
2026-03-25
rust: pin-init: doc: de-clutter documentation with fake-variadics
Gary Guo
2026-03-25
rust: pin-init: properly document let binding workaround
Benno Lossin
2026-03-25
rust: pin-init: build: simplify use of nightly features
Gary Guo
2026-03-24
rust: regulator: do not assume that regulator_get() returns non-null
Alice Ryhl
2026-03-23
hrtimer: add usage examples to documentation
Andreas Hindborg
2026-03-23
rust: time: make ClockSource unsafe trait
FUJITA Tomonori
2026-03-23
rust/time: Add Delta::from_nanos()
Lyude Paul
2026-03-23
rust: str: improve safety comment for CString::try_from_fmt
Nakamura Shuta
2026-03-15
rust: types: remove temporary re-exports of ARef and AlwaysRefCounted
Shankari Anand
2026-03-15
rust: usb: Update AlwaysRefCounted imports to use sync::aref
Shankari Anand
2026-03-15
rust: i2c: Update ARef and AlwaysRefCounted imports to use sync::aref
Shankari Anand
2026-03-15
rust: str: update `c_str!` documentation
Tamir Duberstein
2026-03-14
Merge tag 'rust-fixes-7.0-2' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2026-03-13
Merge tag 'drm-rust-fixes-2026-03-12' of https://gitlab.freedesktop.org/drm/r...
Dave Airlie
2026-03-12
rust: cpufreq: suppress clippy::double_parens in Policy doctest
John Hubbard
[next]