aboutsummaryrefslogtreecommitdiffstats
path: root/lib/dma-direct.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-01-15dma-direct: reject too small dma masksChristoph Hellwig1-0/+19
2018-01-15dma-direct: make dma_direct_{alloc,free} available to other implementationsChristoph Hellwig1-3/+3
2018-01-15dma-direct: retry allocations using GFP_DMA for small masksChristoph Hellwig1-1/+24
2018-01-15dma-direct: add support for allocation from ZONE_DMA and ZONE_DMA32Christoph Hellwig1-0/+14
2018-01-15dma-direct: use node local allocations for coherent memoryChristoph Hellwig1-1/+1
2018-01-15dma-direct: add support for CMA allocationChristoph Hellwig1-6/+18
2018-01-15dma-direct: add dma address sanity checksChristoph Hellwig1-1/+30
2018-01-15dma-direct: use phys_to_dmaChristoph Hellwig1-11/+7
2018-01-15dma-direct: rename dma_noop to dma_directChristoph Hellwig1-0/+63