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
/
kernel
Age
Commit message (
Expand
)
Author
2025-07-17
rust: time: Pass correct timer mode ID to hrtimer_start_range_ns
Lyude Paul
2025-07-16
Merge tag 'rust-timekeeping-for-v6.17' of https://github.com/Rust-for-Linux/l...
Miguel Ojeda
2025-07-15
Merge tag 'alloc-next-v6.17-2025-07-15' of https://github.com/Rust-for-Linux/...
Miguel Ojeda
2025-07-15
workqueue: rust: add delayed work items
Alice Ryhl
2025-07-15
rust: types: rename Opaque::raw_get to cast_into
Alice Ryhl
2025-07-15
rust: types: add Opaque::cast_from
Alice Ryhl
2025-07-14
rust: types: require `ForeignOwnable::into_foreign` return non-null
Andreas Hindborg
2025-07-14
rust: types: add FOREIGN_ALIGN to ForeignOwnable
Andreas Hindborg
2025-07-14
rust: rbtree: simplify finding `current` in `remove_current`
Onur Özkan
2025-07-14
rust: uaccess: use newtype for user pointers
Alice Ryhl
2025-07-14
rust: uaccess: add UserSliceReader::strcpy_into_buf
Alice Ryhl
2025-07-14
rust: uaccess: add strncpy_from_user
Alice Ryhl
2025-07-13
Merge tag 'pin-init-v6.17' of https://github.com/Rust-for-Linux/linux into ru...
Miguel Ojeda
2025-07-03
rust: sync: implement `Borrow` and `BorrowMut` for `Arc` types
Alexandre Courbot
2025-07-01
rust: dma: require mutable reference for as_slice_mut() and write()
Danilo Krummrich
2025-06-30
rust: time: Add wrapper for fsleep() function
FUJITA Tomonori
2025-06-30
rust: time: Seal the HrTimerMode trait
FUJITA Tomonori
2025-06-29
rust: revocable: document why &T is not used in RevocableGuard
Alice Ryhl
2025-06-29
rust: rbtree: add RBTree::is_empty
Alice Ryhl
2025-06-24
rust: time: Remove Ktime in hrtimer
FUJITA Tomonori
2025-06-24
rust: time: Make HasHrTimer generic over HrTimerMode
FUJITA Tomonori
2025-06-24
rust: time: Add HrTimerExpires trait
FUJITA Tomonori
2025-06-24
rust: time: Replace HrTimerMode enum with trait-based mode types
FUJITA Tomonori
2025-06-24
rust: io: avoid mentioning private fields in `IoMem`
Sai Vishnu M
2025-06-24
rust: Use consistent "# Examples" heading style in rustdoc
Viresh Kumar
2025-06-24
rust: macros: remove `module!`'s deprecated `author` key
Guilherme Giacomo Simoes
2025-06-24
rust: list: replace unwrap() with ? in doctest examples
Albin Babu Varghese
2025-06-24
rust: kunit: use crate-level mapping for `c_void`
Jesung Yang
2025-06-23
Merge tag 'topic/dma-features-2025-06-23' into alloc-next
Danilo Krummrich
2025-06-23
rust: dma: add dma_handle_with_offset method to CoherentAllocation
Alexandre Courbot
2025-06-23
rust: dma: expose the count and size of CoherentAllocation
Alexandre Courbot
2025-06-23
rust: dma: fix doc-comment of dma_handle()
Alexandre Courbot
2025-06-23
rust: dma: add as_slice/write functions for CoherentAllocation
Abdiel Janulgue
2025-06-23
rust: dma: convert the read/write macros to return Result
Abdiel Janulgue
2025-06-23
rust: dma: clarify wording and be consistent in `coherent` nomenclature
Abdiel Janulgue
2025-06-22
rust: enable `clippy::ref_as_ptr` lint
Tamir Duberstein
2025-06-22
rust: enable `clippy::cast_lossless` lint
Tamir Duberstein
2025-06-22
rust: enable `clippy::as_underscore` lint
Tamir Duberstein
2025-06-22
rust: enable `clippy::as_ptr_cast_mut` lint
Tamir Duberstein
2025-06-22
rust: enable `clippy::ptr_cast_constness` lint
Tamir Duberstein
2025-06-22
rust: enable `clippy::ptr_as_ptr` lint
Tamir Duberstein
2025-06-18
Merge tag 'driver-core-6.16-rc3' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2025-06-18
rust: alloc: implement `Borrow` and `BorrowMut` for `KBox`
Alexandre Courbot
2025-06-18
rust: alloc: implement `Borrow` and `BorrowMut` for `Vec`
Alexandre Courbot
2025-06-16
rust: time: Add ktime_get() to ClockSource trait
FUJITA Tomonori
2025-06-16
rust: time: Make Instant generic over ClockSource
FUJITA Tomonori
2025-06-16
rust: time: Replace ClockId enum with ClockSource trait
FUJITA Tomonori
2025-06-16
rust: time: Avoid 64-bit integer division on 32-bit architectures
FUJITA Tomonori
2025-06-14
Merge tag 'rust-fixes-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2025-06-13
rust: devres: do not dereference to the internal Revocable
Danilo Krummrich
[next]