index
:
linux.git
master
nocache-cleanup
linus torvalds my love
www-data
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
samples
/
rust
/
rust_misc_device.rs
Age
Commit message (
Expand
)
Author
2026-02-17
Merge tag 'char-misc-7.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2026-01-26
samples: rust: remove imports available via prelude
Gary Guo
2025-12-29
rust: miscdevice: replace `kernel::c_str!` with C-Strings
Tamir Duberstein
2025-09-06
Merge patch series "Rust support for `struct iov_iter`"
Greg Kroah-Hartman
2025-09-06
samples: rust_misc_device: Expand the sample to support read()ing from userspace
Lee Jones
2025-08-19
rust: miscdevice: update ARef import to sync::aref
Shankari Anand
2025-07-14
rust: uaccess: use newtype for user pointers
Alice Ryhl
2025-04-01
Merge tag 'char-misc-6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2025-03-17
samples: rust_misc_device: fix markup in top-level docs
Alice Ryhl
2025-03-10
rust: module: introduce `authors` key
Guilherme Giacomo Simoes
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