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_dma.rs
Age
Commit message (
Expand
)
Author
2026-03-07
rust: dma: use pointer projection infra for `dma_{read,write}` macro
Gary Guo
2026-01-24
rust: samples: dma: remove redundant `.as_ref()` for `dev_*` print
Gary Guo
2025-10-21
rust: driver: let probe() return impl PinInit<Self, Error>
Danilo Krummrich
2025-10-02
Merge tag 'drm-next-2025-10-01' of https://gitlab.freedesktop.org/drm/kernel
Linus Torvalds
2025-10-01
Merge tag 'driver-core-6.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2025-09-04
samples: rust: dma: add sample code for SGTable
Danilo Krummrich
2025-09-01
rust: pci: use pci::Vendor instead of bindings::PCI_VENDOR_ID_*
John Hubbard
2025-08-15
rust: dma: Update ARef and AlwaysRefCounted imports from sync::aref
Shankari Anand
2025-07-30
Merge tag 'drm-next-2025-07-30' of https://gitlab.freedesktop.org/drm/kernel
Linus Torvalds
2025-07-19
rust: samples: dma: set DMA mask
Danilo Krummrich
2025-06-23
rust: dma: convert the read/write macros to return Result
Abdiel Janulgue
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