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
Age
Commit message (
Expand
)
Author
2026-04-07
rust: bump `bindgen` minimum supported version to 0.71.1 (Debian Trixie)
Miguel Ojeda
2026-04-07
rust: block: update `const_refs_to_static` MSRV TODO comment
Miguel Ojeda
2026-04-07
rust: macros: simplify code using `feature(extract_if)`
Miguel Ojeda
2026-04-07
rust: alloc: simplify with `NonNull::add()` now that it is stable
Miguel Ojeda
2026-04-07
rust: transmute: simplify code with Rust 1.80.0 `split_at_*checked()`
Miguel Ojeda
2026-04-07
rust: kbuild: remove `feature(...)`s that are now stable
Miguel Ojeda
2026-04-07
rust: kbuild: remove skipping of `-Wrustdoc::unescaped_backticks`
Miguel Ojeda
2026-04-07
rust: remove `RUSTC_HAS_COERCE_POINTEE` and simplify code
Miguel Ojeda
2026-04-07
rust: remove `RUSTC_HAS_SLICE_AS_FLATTENED` and simplify code
Miguel Ojeda
2026-04-07
rust: simplify `RUSTC_VERSION` Kconfig conditions
Miguel Ojeda
2026-04-07
rust: allow globally `clippy::incompatible_msrv`
Miguel Ojeda
2026-04-07
rust: bump Clippy's MSRV and clean `incompatible_msrv` allows
Miguel Ojeda
2026-04-07
rust: bump Rust minimum supported version to 1.85.0 (Debian Trixie)
Miguel Ojeda
2026-04-07
gpu: nova-core: bindings: remove unneeded `cfg_attr`
Miguel Ojeda
2026-04-07
rust: kbuild: remove unneeded old `allow`s for generated layout tests
Miguel Ojeda
2026-04-07
rust: kbuild: remove "`try` keyword" workaround for `bindgen` < 0.59.2
Miguel Ojeda
2026-04-07
rust: kbuild: remove `--remap-path-prefix` workarounds
Miguel Ojeda
2026-04-04
rust: prelude: use the "kernel vertical" imports style
Miguel Ojeda
2026-04-03
rust: macros: simplify `format!` arguments
Miguel Ojeda
2026-04-03
kbuild: rust: allow `clippy::uninlined_format_args`
Miguel Ojeda
2026-04-03
rust_binder: override crate name to rust_binder
Alice Ryhl
2026-04-03
rust: support overriding crate_name
Alice Ryhl
2026-04-03
pwm: th1520: remove impl Send/Sync for Th1520PwmDriverData
Alice Ryhl
2026-04-03
tyr: remove impl Send/Sync for TyrData
Alice Ryhl
2026-04-03
rust: clk: implement Send and Sync
Alice Ryhl
2026-04-03
rust: ptr: add const_align_up()
John Hubbard
2026-04-03
rust: error: clarify that `from_err_ptr` can return `Ok(NULL)`
Mirko Adzic
2026-04-02
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
kbuild: rust: add `CONFIG_RUSTC_CLANG_LLVM_COMPATIBLE`
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-27
MAINTAINERS: add `.rustfmt.toml` to "RUST" entry
Miguel Ojeda
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-11
rust: disallow use of `CStr::as_ptr` and `CStr::from_ptr`
Gary Guo
2026-03-10
rust: task: use `as_char_ptr` instead of `as_ptr().cast()`
Gary Guo
2026-03-10
rust: jump_label: add __rust_helper to helpers
Alice Ryhl
2026-03-10
rust: clk: add __rust_helper to helpers
Alice Ryhl
2026-03-09
scripts: generate_rust_analyzer.py: reduce cfg plumbing
Tamir Duberstein
2026-03-09
scripts: generate_rust_analyzer.py: rename cfg to generated_cfg
Eliot Courtney
2026-03-09
scripts: generate_rust_analyzer.py: avoid FD leak
Tamir Duberstein
2026-03-09
scripts: generate_rust_analyzer.py: define scripts
Tamir Duberstein
[next]