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
/
samples
/
rust
Age
Commit message (
Expand
)
Author
2025-08-03
Merge tag 'rust-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/ojeda/...
Linus Torvalds
2025-07-30
Merge tag 'drm-next-2025-07-30' of https://gitlab.freedesktop.org/drm/kernel
Linus Torvalds
2025-07-21
rust: use `kernel::{fmt,prelude::fmt!}`
Tamir Duberstein
2025-07-19
rust: samples: dma: set DMA mask
Danilo Krummrich
2025-07-15
Merge tag 'alloc-next-v6.17-2025-07-15' of https://github.com/Rust-for-Linux/...
Miguel Ojeda
2025-07-14
rust: uaccess: use newtype for user pointers
Alice Ryhl
2025-07-09
samples: rust: pci: reset pci-testdev in unbind()
Danilo Krummrich
2025-07-05
rust: auxiliary: remove unnecessary import
Tamir Duberstein
2025-06-28
rust: devres: get rid of Devres' inner Arc
Danilo Krummrich
2025-06-26
samples: rust: add ACPI match table example to platform driver
Igor Korotin
2025-06-25
samples: rust: platform: conditionally call Self::properties_parse()
Danilo Krummrich
2025-06-25
samples: rust: platform: don't call as_ref() repeatedly
Danilo Krummrich
2025-06-25
samples: rust: platform: Add property child and reference args examples
Remo Senekowitsch
2025-06-24
rust: macros: remove `module!`'s deprecated `author` key
Guilherme Giacomo Simoes
2025-06-23
rust: dma: convert the read/write macros to return Result
Abdiel Janulgue
2025-06-13
samples: rust: platform: Add property read examples
Remo Senekowitsch
2025-05-28
Merge tag 'drm-next-2025-05-28' of https://gitlab.freedesktop.org/drm/kernel
Linus Torvalds
2025-05-15
samples: rust: select AUXILIARY_BUS instead of depending on it
Alexandre Courbot
2025-05-12
rust: configfs: add a sample demonstrating configfs usage
Andreas Hindborg
2025-05-04
samples: rust: pci: take advantage of Devres::access()
Danilo Krummrich
2025-04-22
samples: rust: convert PCI rust sample driver to use try_access_with()
Alexandre Courbot
2025-04-19
samples: rust: add Rust auxiliary driver sample
Danilo Krummrich
2025-04-01
Merge tag 'char-misc-6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2025-04-01
Merge tag 'driver-core-6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2025-03-20
samples: rust: add Rust dma test sample driver
Abdiel Janulgue
2025-03-17
samples: rust_misc_device: fix markup in top-level docs
Alice Ryhl
2025-03-17
rust: platform: fix unrestricted &mut platform::Device
Danilo Krummrich
2025-03-17
rust: pci: fix unrestricted &mut pci::Device
Danilo Krummrich
2025-03-10
rust: module: introduce `authors` key
Guilherme Giacomo Simoes
2025-02-27
rust/faux: Add missing parent argument to Registration::new()
Lyude Paul
2025-02-22
rust: io: rename `io::Io` accessors
Fiona Behrens
2025-02-13
rust/kernel: Add faux device bindings
Lyude Paul
2025-01-28
Merge tag 'driver-core-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2025-01-13
rust: use derive(CoercePointee) on rustc >= 1.84.0
Xiangfei Ding
2024-12-20
samples: rust: add Rust platform sample driver
Danilo Krummrich
2024-12-20
samples: rust: add Rust PCI sample driver
Danilo Krummrich
2024-12-16
rust: finish using custom FFI integer types
Miguel Ojeda
2024-12-16
samples: rust_misc_device: Provide an example C program to exercise functiona...
Lee Jones
2024-12-16
samples: rust_misc_device: Demonstrate additional get/set value functionality
Lee Jones
2024-12-16
samples: rust: Provide example using the new Rust MiscDevice abstraction
Lee Jones
2024-11-26
Merge tag 'rust-6.13' of https://github.com/Rust-for-Linux/linux
Linus Torvalds
2024-11-12
samples: rust: fix `rust_print` build making it a combined module
Miguel Ojeda
2024-11-04
rust: samples: add tracepoint to Rust sample
Alice Ryhl
2024-10-15
rust: treewide: switch to the kernel `Vec` type
Danilo Krummrich
2024-10-07
rust: start using the `#[expect(...)]` attribute
Miguel Ojeda
2024-10-07
rust: replace `clippy::dbg_macro` with `disallowed_macros`
Miguel Ojeda
2024-04-16
rust: sync: update `Arc` and `UniqueArc` to take allocation flags
Wedson Almeida Filho
2024-04-16
rust: alloc: update `VecExt` to take allocation flags
Wedson Almeida Filho
2023-04-10
samples: rust: print: Add sample code for Arc printing
Boqun Feng
2022-12-04
rust: macros: take string literals in `module!`
Gary Guo
[next]