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