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.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-01-09
rust: task: Add __rust_helper to helpers
Alice Ryhl
2026-01-09
rust: sync: Add __rust_helper to helpers
Alice Ryhl
2026-01-09
rust: refcount: Add __rust_helper to helpers
Alice Ryhl
2026-01-09
rust: rcu: Add __rust_helper to helpers
Alice Ryhl
2026-01-09
rust: processor: Add __rust_helper to helpers
Alice Ryhl
2026-01-09
rust: cpu: Add __rust_helper to helpers
Alice Ryhl
2026-01-09
rust: completion: Add __rust_helper to helpers
Alice Ryhl
2026-01-09
rust: blk: Add __rust_helper to helpers
Alice Ryhl
2026-01-09
rust: barrier: Add __rust_helper to helpers
Alice Ryhl
2026-01-09
rust: list: Switch to kernel::sync atomic primitives
FUJITA Tomonori
2026-01-09
rust: sync: atomic: Add atomic bool tests
FUJITA Tomonori
2026-01-09
rust: sync: atomic: Add atomic bool support via i8 representation
FUJITA Tomonori
2026-01-09
rust: sync: atomic: Add i8/i16 xchg and cmpxchg support
FUJITA Tomonori
2026-01-09
rust: sync: atomic: Add store_release/load_acquire tests
FUJITA Tomonori
2026-01-09
rust: sync: atomic: Add i8/i16 load and store support
FUJITA Tomonori
2026-01-09
rust: sync: atomic: Prepare AtomicOps macros for i8/i16 support
FUJITA Tomonori
2026-01-09
rust: helpers: Add i8/i16 atomic try_cmpxchg_relaxed helpers
FUJITA Tomonori
2026-01-09
rust: helpers: Add i8/i16 atomic try_cmpxchg_release helpers
FUJITA Tomonori
2026-01-09
rust: helpers: Add i8/i16 atomic try_cmpxchg_acquire helpers
FUJITA Tomonori
2026-01-09
rust: helpers: Add i8/i16 atomic try_cmpxchg helpers
FUJITA Tomonori
2026-01-09
rust: helpers: Add i8/i16 atomic xchg_relaxed helpers
FUJITA Tomonori
2026-01-09
rust: helpers: Add i8/i16 atomic xchg_release helpers
FUJITA Tomonori
2026-01-09
rust: helpers: Add i8/i16 atomic xchg_acquire helpers
FUJITA Tomonori
2026-01-09
rust: helpers: Add i8/i16 atomic xchg helpers
FUJITA Tomonori
2026-01-09
rust: helpers: Add i8/i16 relaxed atomic helpers
FUJITA Tomonori
2026-01-09
rust: helpers: Add i8/i16 atomic_read_acquire/atomic_set_release helpers
FUJITA Tomonori
2026-01-09
rust: sync: Implement Unpin for ARef
Alice Ryhl
2026-01-09
rust: sync: set_once: Implement Send and Sync
FUJITA Tomonori
2026-01-09
rust: sync: Clean up LockClassKey and its docs
Alice Ryhl
2026-01-09
rust: sync: Refactor static_lock_class!() macro
Alice Ryhl
2026-01-07
rust: faux: use "kernel vertical" style for imports
Danilo Krummrich
2026-01-07
rust: driver-core: use "kernel vertical" style for imports
Danilo Krummrich
2026-01-07
rust: platform: use "kernel vertical" style for imports
Danilo Krummrich
2026-01-07
rust: auxiliary: use "kernel vertical" style for imports
Danilo Krummrich
2026-01-07
rust: usb: use "kernel vertical" style for imports
Danilo Krummrich
2026-01-07
rust: usb: add __rust_helper to helpers
Alice Ryhl
2026-01-06
rust: security: add __rust_helper to helpers
Alice Ryhl
2026-01-06
rust: cred: add __rust_helper to helpers
Alice Ryhl
2026-01-06
rust: drm: Improve safety comment when using `Pin::into_inner_unchecked`
Ewan Chorynski
2026-01-06
rust: io: remove square brackets from pci::Bar reference
Marko Turk
2026-01-06
rust: device: Remove explicit import of CStrExt
FUJITA Tomonori
2026-01-06
rust: num: bounded: mark __new as unsafe
Hsiu Che Yu
2026-01-06
rust: pci: fix typos in Bar struct's comments
Marko Turk
2026-01-06
rust: kbuild: Add -fdiagnostics-show-context to bindgen_skip_c_flags
Siddhesh Poyarekar
2026-01-06
rust: cpumask: add __rust_helper to helpers
Alice Ryhl
2026-01-06
rust: bitops: add __rust_helper to helpers
Alice Ryhl
2026-01-06
rust: bitmap: add __rust_helper to helpers
Alice Ryhl
2026-01-05
rust: net: replace `kernel::c_str!` with C-Strings
Tamir Duberstein
2026-01-05
rust: kunit: add __rust_helper to helpers
Alice Ryhl
2026-01-04
rust: fmt: fix formatting expressions
Tamir Duberstein
[prev]
[next]