summaryrefslogtreecommitdiffstats
path: root/lib/dma-direct.c
Commit message (Expand)AuthorAgeFilesLines
* dma-mapping: Don't clear GFP_ZERO in dma_alloc_attrsChristoph Hellwig2018-03-281-0/+3
* dma/direct: Handle force decryption for DMA coherent buffers in common codeChristoph Hellwig2018-03-201-6/+26
* dma-direct: comment the dma_direct_free calling conventionChristoph Hellwig2018-02-121-0/+4
* dma-direct: mark as is_physChristoph Hellwig2018-02-121-0/+1
* dma-direct: reject too small dma masksChristoph Hellwig2018-01-151-0/+19
* dma-direct: make dma_direct_{alloc,free} available to other implementationsChristoph Hellwig2018-01-151-3/+3
* dma-direct: retry allocations using GFP_DMA for small masksChristoph Hellwig2018-01-151-1/+24
* dma-direct: add support for allocation from ZONE_DMA and ZONE_DMA32Christoph Hellwig2018-01-151-0/+14
* dma-direct: use node local allocations for coherent memoryChristoph Hellwig2018-01-151-1/+1
* dma-direct: add support for CMA allocationChristoph Hellwig2018-01-151-6/+18
* dma-direct: add dma address sanity checksChristoph Hellwig2018-01-151-1/+30
* dma-direct: use phys_to_dmaChristoph Hellwig2018-01-151-11/+7
* dma-direct: rename dma_noop to dma_directChristoph Hellwig2018-01-151-0/+63