aboutsummaryrefslogtreecommitdiffstats
path: root/rust/kernel/dma.rs (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-06-04Merge tag 'rust-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/ojeda/linuxLinus Torvalds1-1/+1
2025-05-25rust: dma: add missing Markdown code spanMiguel Ojeda1-1/+1
2025-04-17rust: dma: require a bound deviceDanilo Krummrich1-7/+7
2025-03-24rust: dma: add `Send` implementation for `CoherentAllocation`Danilo Krummrich1-0/+4
2025-03-20rust: add dma coherent allocator abstractionAbdiel Janulgue1-0/+387