index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
samples
/
rust
Age
Commit message (
Expand
)
Author
Files
Lines
2025-08-03
Merge tag 'rust-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/ojeda/...
Linus Torvalds
4
-3
/
+5
2025-07-31
Merge tag 'drm-next-2025-07-30' of https://gitlab.freedesktop.org/drm/kernel
Linus Torvalds
1
-13
/
+15
2025-07-21
rust: use `kernel::{fmt,prelude::fmt!}`
Tamir Duberstein
1
-1
/
+1
2025-07-19
rust: samples: dma: set DMA mask
Danilo Krummrich
1
-1
/
+13
2025-07-16
Merge tag 'alloc-next-v6.17-2025-07-15' of https://github.com/Rust-for-Linux/...
Miguel Ojeda
1
-13
/
+15
2025-07-15
rust: uaccess: use newtype for user pointers
Alice Ryhl
1
-0
/
+2
2025-07-09
samples: rust: pci: reset pci-testdev in unbind()
Danilo Krummrich
1
-1
/
+10
2025-07-05
rust: auxiliary: remove unnecessary import
Tamir Duberstein
1
-2
/
+1
2025-06-28
rust: devres: get rid of Devres' inner Arc
Danilo Krummrich
1
-9
/
+10
2025-06-27
samples: rust: add ACPI match table example to platform driver
Igor Korotin
1
-1
/
+69
2025-06-25
samples: rust: platform: conditionally call Self::properties_parse()
Danilo Krummrich
1
-1
/
+3
2025-06-25
samples: rust: platform: don't call as_ref() repeatedly
Danilo Krummrich
1
-3
/
+5
2025-06-25
samples: rust: platform: Add property child and reference args examples
Remo Senekowitsch
1
-1
/
+12
2025-06-24
rust: macros: remove `module!`'s deprecated `author` key
Guilherme Giacomo Simoes
2
-2
/
+2
2025-06-23
rust: dma: convert the read/write macros to return Result
Abdiel Janulgue
1
-13
/
+15
2025-06-13
samples: rust: platform: Add property read examples
Remo Senekowitsch
1
-1
/
+59
2025-05-28
Merge tag 'drm-next-2025-05-28' of https://gitlab.freedesktop.org/drm/kernel
Linus Torvalds
4
-3
/
+135
2025-05-15
samples: rust: select AUXILIARY_BUS instead of depending on it
Alexandre Courbot
1
-1
/
+1
2025-05-12
rust: configfs: add a sample demonstrating configfs usage
Andreas Hindborg
3
-0
/
+204
2025-05-04
samples: rust: pci: take advantage of Devres::access()
Danilo Krummrich
1
-6
/
+6
2025-04-22
samples: rust: convert PCI rust sample driver to use try_access_with()
Alexandre Courbot
1
-6
/
+5
2025-04-19
samples: rust: add Rust auxiliary driver sample
Danilo Krummrich
3
-0
/
+133
2025-04-01
Merge tag 'char-misc-6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-90
/
+91
2025-04-01
Merge tag 'driver-core-6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
4
-19
/
+22
2025-03-20
samples: rust: add Rust dma test sample driver
Abdiel Janulgue
3
-0
/
+109
2025-03-17
samples: rust_misc_device: fix markup in top-level docs
Alice Ryhl
1
-90
/
+91
2025-03-17
rust: platform: fix unrestricted &mut platform::Device
Danilo Krummrich
1
-4
/
+7
2025-03-17
rust: pci: fix unrestricted &mut pci::Device
Danilo Krummrich
1
-4
/
+4
2025-03-10
rust: module: introduce `authors` key
Guilherme Giacomo Simoes
6
-6
/
+6
2025-02-28
rust/faux: Add missing parent argument to Registration::new()
Lyude Paul
1
-1
/
+1
2025-02-22
rust: io: rename `io::Io` accessors
Fiona Behrens
1
-6
/
+6
2025-02-13
rust/kernel: Add faux device bindings
Lyude Paul
3
-0
/
+40
2025-01-28
Merge tag 'driver-core-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
5
-0
/
+431
2025-01-14
rust: use derive(CoercePointee) on rustc >= 1.84.0
Xiangfei Ding
1
-0
/
+18
2024-12-20
samples: rust: add Rust platform sample driver
Danilo Krummrich
3
-0
/
+60
2024-12-20
samples: rust: add Rust PCI sample driver
Danilo Krummrich
3
-0
/
+122
2024-12-16
rust: finish using custom FFI integer types
Miguel Ojeda
1
-1
/
+1
2024-12-16
samples: rust_misc_device: Provide an example C program to exercise functiona...
Lee Jones
1
-0
/
+90
2024-12-16
samples: rust_misc_device: Demonstrate additional get/set value functionality
Lee Jones
1
-14
/
+75
2024-12-16
samples: rust: Provide example using the new Rust MiscDevice abstraction
Lee Jones
3
-0
/
+98
2024-11-27
Merge tag 'rust-6.13' of https://github.com/Rust-for-Linux/linux
Linus Torvalds
2
-2
/
+3
2024-11-12
samples: rust: fix `rust_print` build making it a combined module
Miguel Ojeda
2
-1
/
+3
2024-11-05
rust: samples: add tracepoint to Rust sample
Alice Ryhl
3
-1
/
+28
2024-10-16
rust: treewide: switch to the kernel `Vec` type
Danilo Krummrich
1
-2
/
+2
2024-10-07
rust: start using the `#[expect(...)]` attribute
Miguel Ojeda
1
-1
/
+1
2024-10-07
rust: replace `clippy::dbg_macro` with `disallowed_macros`
Miguel Ojeda
1
-0
/
+1
2024-04-16
rust: sync: update `Arc` and `UniqueArc` to take allocation flags
Wedson Almeida Filho
1
-2
/
+2
2024-04-16
rust: alloc: update `VecExt` to take allocation flags
Wedson Almeida Filho
1
-3
/
+3
2023-04-10
samples: rust: print: Add sample code for Arc printing
Boqun Feng
1
-0
/
+26
2022-12-04
rust: macros: take string literals in `module!`
Gary Guo
2
-8
/
+8
[next]