index
:
kernel/git/next/linux-next.git
akpm
akpm-base
fs-current
fs-next
master
pending-fixes
stable
The linux-next integration testing tree
Linux Next Group
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
samples
/
rust
/
rust_dma.rs
Age
Commit message (
Expand
)
Author
2026-06-15
Merge tag 'driver-core-7.2-rc1' of gitolite.kernel.org:pub/scm/linux/kernel/g...
Linus Torvalds
2026-06-05
rust: dma: update to keyworded index projection syntax
Gary Guo
2026-05-27
rust: pci: make Driver trait lifetime-parameterized
Danilo Krummrich
2026-05-27
rust: device: make Core and CoreInternal lifetime-parameterized
Danilo Krummrich
2026-05-27
rust: driver: decouple driver private data from driver type
Danilo Krummrich
2026-03-23
rust: dma: add zeroed constructor to `Coherent`
Gary Guo
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