summaryrefslogtreecommitdiffstats
path: root/src/core/dma.c
Commit message (Expand)AuthorAgeFilesLines
* [build] Mark core files as permitted for UEFI Secure BootMichael Brown2026-01-141-0/+1
* [riscv] Invalidate data cache on completed RX DMA buffersMichael Brown2025-07-101-2/+3
* [dma] Use virtual addresses for dma_map()Michael Brown2025-07-081-3/+3
* [uaccess] Remove trivial uses of userptr_tMichael Brown2025-04-241-1/+1
* [umalloc] Remove userptr_t from user memory allocationsMichael Brown2025-04-231-5/+4Star
* [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