]> git.baikalelectronics.ru Git - kernel.git/commit
dma-remap: support DMA_ATTR_NO_KERNEL_MAPPING
authorChristoph Hellwig <hch@lst.de>
Sun, 4 Nov 2018 16:51:50 +0000 (17:51 +0100)
committerChristoph Hellwig <hch@lst.de>
Sat, 1 Dec 2018 17:07:14 +0000 (18:07 +0100)
commit2dd2b82f143a7fe962ed5b43f24a4ac5d4e4752e
treeb412be8108c7265f1d4a6e99c3dcbaea18ed2662
parent1c7d196864edf765c94dabeb3baba7d1e791e40c
dma-remap: support DMA_ATTR_NO_KERNEL_MAPPING

Do not waste vmalloc space on allocations that do not require a mapping
into the kernel address space.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Robin Murphy <robin.murphy@arm.com>
kernel/dma/remap.c