summaryrefslogtreecommitdiffstats
path: root/kernel/dma/direct.c
AgeCommit message (Expand)AuthorLines
2018-12-17dma-direct: do not include SME mask in the DMA supported checkLendacky, Thomas-1/+6
2018-10-31mm: remove include/linux/bootmem.hMike Rapoport-1/+1
2018-10-19swiotlb: remove the overflow bufferChristoph Hellwig-2/+0
2018-10-09dma-direct: respect DMA_ATTR_NO_WARNChristoph Hellwig-0/+3
2018-10-09dma-direct: document the zone selection logicChristoph Hellwig-1/+8
2018-10-05dma-direct: fix return value of dma_direct_supportedAlexander Duyck-3/+1
2018-10-01dma-direct: always allow dma mask <= physiscal memory sizeChristoph Hellwig-12/+16
2018-10-01dma-direct: implement complete bus_dma_mask handlingChristoph Hellwig-10/+11
2018-10-01dma-direct: refine dma_direct_alloc zone selectionChristoph Hellwig-10/+21
2018-10-01dma-direct: add an explicit dma_direct_get_required_maskChristoph Hellwig-3/+19
2018-09-20dma-mapping: consolidate the dma mmap implementationsChristoph Hellwig-11/+0
2018-09-20dma-mapping: merge direct and noncoherent opsChristoph Hellwig-6/+115
2018-09-01kernel/dma/direct: take DMA offset into account in dma_direct_supportedChristoph Hellwig-2/+2
2018-08-17kernel/dma: remove unsupported gfp_mask parameter from dma_alloc_from_contigu...Marek Szyprowski-1/+2
2018-07-27dma-mapping: Generalise dma_32bit_limit flagRobin Murphy-3/+3
2018-06-14dma-mapping: move all DMA mapping code to kernel/dmaChristoph Hellwig-0/+204