summaryrefslogtreecommitdiff
path: root/rust/kernel/dma.rs
AgeCommit message (Expand)Author
4 daysMerge tag 'drm-next-2025-07-30' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds
2025-07-19rust: dma: add DMA addressing capabilitiesDanilo Krummrich
2025-07-19rust: dma: implement `dma::Device` traitDanilo Krummrich
2025-06-23rust: dma: add dma_handle_with_offset method to CoherentAllocationAlexandre Courbot
2025-06-23rust: dma: expose the count and size of CoherentAllocationAlexandre Courbot
2025-06-23rust: dma: fix doc-comment of dma_handle()Alexandre Courbot
2025-06-23rust: dma: add as_slice/write functions for CoherentAllocationAbdiel Janulgue
2025-06-23rust: dma: convert the read/write macros to return ResultAbdiel Janulgue
2025-06-23rust: dma: clarify wording and be consistent in `coherent` nomenclatureAbdiel Janulgue
2025-06-04Merge tag 'rust-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/ojeda/...Linus Torvalds
2025-05-25rust: dma: add missing Markdown code spanMiguel Ojeda
2025-04-17rust: dma: require a bound deviceDanilo Krummrich
2025-03-24rust: dma: add `Send` implementation for `CoherentAllocation`Danilo Krummrich
2025-03-20rust: add dma coherent allocator abstractionAbdiel Janulgue