summaryrefslogtreecommitdiff
path: root/samples/rust/rust_dma.rs
AgeCommit message (Expand)AuthorFilesLines
2026-06-15Merge tag 'driver-core-7.2-rc1' of gitolite.kernel.org:pub/scm/linux/kernel/g...Linus Torvalds1-1/+5
2026-06-05rust: dma: update to keyworded index projection syntaxGary Guo1-7/+5
2026-05-27rust: pci: make Driver trait lifetime-parameterizedDanilo Krummrich1-2/+5
2026-05-27rust: device: make Core and CoreInternal lifetime-parameterizedDanilo Krummrich1-1/+1
2026-05-27rust: driver: decouple driver private data from driver typeDanilo Krummrich1-0/+1
2026-03-24rust: dma: add zeroed constructor to `Coherent`Gary Guo1-4/+9
2026-03-08rust: dma: use pointer projection infra for `dma_{read,write}` macroGary Guo1-14/+16
2026-01-24rust: samples: dma: remove redundant `.as_ref()` for `dev_*` printGary Guo1-5/+8
2025-10-21rust: driver: let probe() return impl PinInit<Self, Error>Danilo Krummrich1-20/+17
2025-10-02Merge tag 'drm-next-2025-10-01' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds1-9/+26
2025-10-01Merge tag 'driver-core-6.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-5/+1
2025-09-05samples: rust: dma: add sample code for SGTableDanilo Krummrich1-9/+26
2025-09-01rust: pci: use pci::Vendor instead of bindings::PCI_VENDOR_ID_*John Hubbard1-5/+1
2025-08-15rust: dma: Update ARef and AlwaysRefCounted imports from sync::arefShankari Anand1-1/+1
2025-07-31Merge tag 'drm-next-2025-07-30' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds1-13/+15
2025-07-19rust: samples: dma: set DMA maskDanilo Krummrich1-1/+13
2025-06-23rust: dma: convert the read/write macros to return ResultAbdiel Janulgue1-13/+15
2025-04-01Merge tag 'driver-core-6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-4/+4
2025-03-20samples: rust: add Rust dma test sample driverAbdiel Janulgue1-0/+97