summaryrefslogtreecommitdiffstats
path: root/kernel/dma/remap.c
Commit message (Expand)AuthorAgeFilesLines
* dma-mapping: fix page attributes for dma_mmap_*Christoph Hellwig2019-08-101-1/+1
* dma-direct: handle DMA_ATTR_NO_KERNEL_MAPPING in common codeChristoph Hellwig2019-06-251-11/+2Star
* dma-remap: Avoid de-referencing NULL atomic_poolFlorian Fainelli2019-06-141-0/+3
* dma-direct: fix DMA_ATTR_NO_KERNEL_MAPPING for remapped allocationsChristoph Hellwig2019-01-051-6/+7
* dma-mapping: remove a pointless memset in dma_atomic_pool_initChristoph Hellwig2018-12-131-1/+0Star
* dma-mapping: fix lack of DMA address assignment in generic remap allocatorMarek Szyprowski2018-12-051-1/+7
* dma-remap: support DMA_ATTR_NO_KERNEL_MAPPINGChristoph Hellwig2018-12-011-2/+9
* dma-mapping: support highmem in the generic remap allocatorChristoph Hellwig2018-12-011-7/+7
* dma-mapping: move the arm64 noncoherent alloc/free support to common codeChristoph Hellwig2018-12-011-1/+157
* dma-mapping: move the remap helpers to a separate fileChristoph Hellwig2018-12-011-0/+88