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
/
kernel
Age
Commit message (
Expand
)
Author
2026-04-13
Merge tag 'pm-7.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...
Linus Torvalds
2026-04-13
Merge tag 'driver-core-7.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2026-04-13
Merge tag 'rust-7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/ojeda/l...
Linus Torvalds
2026-04-08
Merge tag 'rust-timekeeping-for-v7.1' of https://github.com/Rust-for-Linux/li...
Miguel Ojeda
2026-04-07
rust: sizes: add SizeConstants trait for device address space constants
John Hubbard
2026-04-07
rust: kernel: update `file_with_nul` comment
Miguel Ojeda
2026-04-07
rust: block: update `const_refs_to_static` MSRV TODO comment
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: 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: bump Clippy's MSRV and clean `incompatible_msrv` allows
Miguel Ojeda
2026-04-04
Merge tag 'amd-pstate-v7.1-2026-04-02' of ssh://gitolite.kernel.org/pub/scm/l...
Rafael J. Wysocki
2026-04-04
rust: prelude: use the "kernel vertical" imports style
Miguel Ojeda
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
cpufreq: Pass the policy to cpufreq_driver->adjust_perf()
K Prateek Nayak
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-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-18
rust: devres: embed struct devres_node directly
Danilo Krummrich
2026-03-17
Merge tag 'rust_io-7.1-rc1' into driver-core-next
Danilo Krummrich
2026-03-17
rust: io: introduce `write_reg` and `LocatedRegister`
Alexandre Courbot
2026-03-17
rust: io: add `register!` macro
Alexandre Courbot
2026-03-17
rust: io: use generic read/write accessors for primitive accesses
Alexandre Courbot
2026-03-17
rust: io: add IoLoc type and generic I/O accessors
Alexandre Courbot
2026-03-17
rust: num: make Bounded::get const
Alexandre Courbot
2026-03-17
rust: num: add `into_bool` method to `Bounded`
Alexandre Courbot
2026-03-17
rust: num: add `shr` and `shl` methods to `Bounded`
Alexandre Courbot
2026-03-17
rust: enable the `generic_arg_infer` feature
Alexandre Courbot
2026-03-17
rust: io: remove overloaded Io methods of Mmio
Alexandre Courbot
2026-03-17
rust: pci: io: remove overloaded Io methods of ConfigSpace
Alexandre Courbot
2026-03-17
rust: io: remove legacy relaxed accessors of Mmio
Alexandre Courbot
2026-03-17
rust: io: provide Mmio relaxed ops through a wrapper type
Alexandre Courbot
2026-03-17
rust: io: mem: use non-relaxed I/O ops in examples
Alexandre Courbot
2026-03-17
rust: io: turn IoCapable into a functional trait
Alexandre Courbot
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
[next]