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
2026-05-27
rust: pci: implement Sync for Device<Bound>
Danilo Krummrich
2026-05-27
rust: driver core: drop drvdata before devres release
Danilo Krummrich
2026-05-27
rust: driver: decouple driver private data from driver type
Danilo Krummrich
2026-05-27
rust: driver: move 'static bounds to constructor
Gary Guo
2026-05-27
rust: alloc: remove `'static` bound on `ForeignOwnable`
Gary Guo
2026-05-27
rust: pci: use 'static lifetime for PCI BAR resource names
Danilo Krummrich
2026-05-27
rust: module_param: use `pr_warn_once!` for null pointer warning
Andreas Hindborg
2026-05-25
opp: rust: mark OPP methods as inline
Nicolás Antinori
2026-05-25
Merge tag 'v7.1-rc5' into driver-core-next
Danilo Krummrich
2026-05-23
rust: miscdevice: remove redundant imports
Alvin Sun
2026-05-23
rust: miscdevice: use vertical import style
Alvin Sun
2026-05-20
rust: alloc: cleanup doctest imports to "kernel vertical" style
Danilo Krummrich
2026-05-20
rust: alloc: cleanup imports and use "kernel vertical" style
Danilo Krummrich
2026-05-20
rust: fmt: use vertical import style
Ke Sun
2026-05-20
rust: doc: disable doc inlining for all prelude items
Gary Guo
2026-05-18
rust: pin-init: internal: project using full slot
Gary Guo
2026-05-18
rust: pin-init: internal: project slots instead of references
Gary Guo
2026-05-18
rust: pin-init: internal: make `make_closure` inherent methods
Gary Guo
2026-05-18
rust: pin-init: internal: use marker on drop guard type for pinned fields
Gary Guo
2026-05-18
rust: pin-init: internal: init: handle code blocks early
Gary Guo
2026-05-14
rust: pin-init: internal: add `PhantomInvariant` and `PhantomInvariantLifetime`
Gary Guo
2026-05-14
rust: pin-init: internal: pin_data: add struct to record field info
Mohamad Alsadhan
2026-05-14
rust: pin-init: internal: pin_data: use closure for `handle_field`
Gary Guo
2026-05-13
Merge patch series "rust: auxiliary: replace drvdata() with registration data"
Danilo Krummrich
2026-05-12
rust: alloc: fix `Vec::extend_with` SAFETY comment
Hsiu Che Yu
2026-05-12
rust: alloc: add doc test for `Vec::extend_with`
Hsiu Che Yu
2026-05-12
rust: alloc: fix assert in `Vec::reserve` doc test
Hsiu Che Yu
2026-05-11
rust: driver core: remove drvdata() and driver_type
Danilo Krummrich
2026-05-11
rust: auxiliary: add registration data to auxiliary devices
Danilo Krummrich
2026-05-11
rust: alloc: add Box::zeroed()
Danilo Krummrich
2026-05-10
rust: pin-init: examples: fix `useless_borrows_in_formatting` clippy warning
Gary Guo
2026-05-10
rust: pin-init: internal: remove `collect_tuple` polyfill after MSRV bump
Gary Guo
2026-05-10
rust: pin-init: internal: turn `PhantomPinned` error into warnings
Gary Guo
2026-05-10
rust: pin-init: cleanup workaround for old Rust compiler
Gary Guo
2026-05-10
rust: pin-init: fix badge URL in README
Gary Guo
2026-05-10
rust: pin-init: internal: adjust license identifier of `zeroable.rs`
Benno Lossin
2026-05-10
rust: pin-init: internal: remove redundant `#[pin]` filtering
Gary Guo
2026-05-10
rust: pin-init: internal: add missing where clause to projection types
Mohamad Alsadhan
2026-05-10
rust: pin-init: extend `impl_zeroable_option` macro to handle generics
Mohamad Alsadhan
2026-05-10
rust: pin-init: cleanup `Zeroable` and `ZeroableOptions`
Mohamad Alsadhan
2026-05-10
rust: pin-init: bump minimum Rust version to 1.82
Gary Guo
2026-05-10
rust: pin-init: examples: mark as `#[inline]` all `From::from()`s for `Error`
Alistair Francis
2026-05-09
Merge tag 'rust-fixes-7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/o...
Linus Torvalds
2026-05-05
drm/gpuvm: rust: add RUST_DRM_GPUVM option to Kconfig
Alice Ryhl
2026-05-05
rust: gpuvm: add GpuVmCore::sm_map()
Alice Ryhl
2026-05-05
rust: gpuvm: add GpuVmCore::sm_unmap()
Alice Ryhl
2026-05-05
rust: gpuvm: add GpuVa struct
Alice Ryhl
2026-05-05
rust: gpuvm: add GpuVm::obtain()
Alice Ryhl
2026-05-05
rust: drm: add base GPUVM immediate mode abstraction
Asahi Lina
2026-05-03
rust: drm: fix unsound initialization in drm::Device::new
Eliot Courtney
[prev]
[next]