aboutsummaryrefslogtreecommitdiffstats
path: root/lib/dma-direct.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-03-28dma-mapping: Don't clear GFP_ZERO in dma_alloc_attrsChristoph Hellwig1-0/+3
2018-03-20dma/direct: Handle force decryption for DMA coherent buffers in common codeChristoph Hellwig1-6/+26
2018-02-12dma-direct: comment the dma_direct_free calling conventionChristoph Hellwig1-0/+4
2018-02-12dma-direct: mark as is_physChristoph Hellwig1-0/+1
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