summaryrefslogtreecommitdiffstats
path: root/lib/dma-direct.c
Commit message (Expand)AuthorAgeFilesLines
* dma-direct: don't crash on device without dma_maskChristoph Hellwig2018-05-311-0/+7
* core, dma-direct: add a flag 32-bit dma limitsChristoph Hellwig2018-05-281-0/+6
* dma-mapping: provide a generic dma-noncoherent implementationChristoph Hellwig2018-05-191-4/+4
* PCI: remove PCI_DMA_BUS_IS_PHYSChristoph Hellwig2018-05-071-1/+0
* dma-direct: try reallocation with GFP_DMA32 if possibleTakashi Iwai2018-05-071-0/+7
* dma-direct: don't retry allocation for no-op GFP_DMATakashi Iwai2018-04-231-1/+2
* 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