summaryrefslogtreecommitdiffstats
path: root/src/core/dma.c
Commit message (Expand)AuthorAgeFilesLines
* [dma] Provide dma_umalloc() for allocating large DMA-coherent buffersMichael Brown2020-11-291-0/+39
* [dma] Move I/O buffer DMA operations to iobuf.hMichael Brown2020-11-281-41/+0Star
* [dma] Record DMA device as part of DMA mapping if neededMichael Brown2020-11-281-26/+26
* [dma] Modify DMA API to simplify calculation of medial addressesMichael Brown2020-11-251-0/+2
* [dma] Define a DMA API to allow for non-flat device address spacesMichael Brown2020-11-051-0/+179