aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mm/dma-mapping-nommu.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-07-12Merge tag 'dma-mapping-5.3' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds1-21/+3
2019-06-25arm-nommu: remove the partial DMA_ATTR_NON_CONSISTENT supportChristoph Hellwig1-21/+3
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-5/+1
2018-12-13dma-mapping: bypass indirect calls for dma-directChristoph Hellwig1-11/+3
2018-09-20dma-mapping: consolidate the dma mmap implementationsChristoph Hellwig1-1/+1
2018-09-20dma-mapping: merge direct and noncoherent opsChristoph Hellwig1-2/+3
2018-09-08arm-nommu: don't define arch_teardown_dma_opsChristoph Hellwig1-4/+0
2018-05-08dma-debug: move initialization to common codeChristoph Hellwig1-9/+0
2018-01-15dma-direct: make dma_direct_{alloc,free} available to other implementationsChristoph Hellwig1-6/+3
2018-01-15dma-direct: rename dma_noop to dma_directChristoph Hellwig1-4/+4
2017-07-20ARM: NOMMU: Wire-up default DMA interfaceVladimir Murzin1-9/+36
2017-06-30ARM: NOMMU: Introduce dma operations for noMMUVladimir Murzin1-0/+228