summaryrefslogtreecommitdiffstats
path: root/arch/m68k/kernel/dma.c
Commit message (Expand)AuthorAgeFilesLines
* m68k: remove unused includes from dma.cChristoph Hellwig2023-10-221-9/+0
* m68k: don't provide arch_dma_alloc for nommu/coldfireChristoph Hellwig2023-10-221-23/+0
* m68k: use the coherent DMA code for coldfire without data cacheChristoph Hellwig2023-10-221-1/+1
* m68k: dma: Remove unnecessary include of asm/cacheflush.hWan Jiabing2021-05-101-3/+0
* dma-mapping: merge <linux/dma-noncoherent.h> into <linux/dma-map-ops.h>Christoph Hellwig2020-10-061-1/+1
* mm: remove unneeded includes of <asm/pgalloc.h>Mike Rapoport2020-08-071-1/+1
* dma-mapping: drop the dev argument to arch_sync_dma_for_*Christoph Hellwig2019-11-201-2/+2
* Merge tag 'dma-mapping-5.4' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2019-09-191-2/+1
|\
| * dma-mapping: remove arch_dma_mmap_pgprotChristoph Hellwig2019-08-291-2/+1
* | driver core: initialize a default DMA mask for platform deviceChristoph Hellwig2019-08-221-9/+0
|/
* m68k: Implement arch_dma_prep_coherent()Christoph Hellwig2019-07-011-0/+5
* m68k: Use the generic dma coherent remap allocatorChristoph Hellwig2019-07-011-48/+8
* dma-mapping: zero memory returned from dma_alloc_*Christoph Hellwig2018-12-201-1/+1
* m68k: Use generic dma_noncoherent_opsChristoph Hellwig2018-07-231-60/+8
* m68k: Set default dma mask for platform devicesFinn Thain2018-05-311-0/+10
* dma-mapping: clear harmful GFP_* flags in common codeChristoph Hellwig2018-01-151-2/+0
* Merge tag 'for-next-dma_ops' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-02-251-1/+1
|\
| * treewide: Constify most dma_map_ops structuresBart Van Assche2017-01-241-1/+1
* | m68k/kernel: Modernize printing of kernel messagesGeert Uytterhoeven2017-02-121-2/+2
|/
* arch/m68k: add option to skip DMA sync as a part of mappingAlexander Duyck2016-12-141-1/+7
* dma-mapping: use unsigned long for dma_attrsKrzysztof Kozlowski2016-08-041-6/+6
* m68k: convert to dma_map_opsChristoph Hellwig2016-01-201-34/+27
* m68k: Use for_each_sg()Akinobu Mita2015-06-011-7/+12
* m68k: add support for DMA_BIDIRECTIONAL in dma support functionsGreg Ungerer2012-07-171-0/+1
* m68k: use simpler dma_alloc_coherent() for ColdFire CPUsGreg Ungerer2012-07-161-2/+2
* m68k: merge the MMU and non-MMU versions of the arch dma codeGreg Ungerer2012-05-201-3/+162
* m68k: merge m68k and m68knommu arch directoriesGreg Ungerer2011-03-251-130/+5
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* m68k: Add missing dma_sync_single_range_for_{cpu,device}()Geert Uytterhoeven2008-10-141-2/+2
* m68k: sg falloutGeert Uytterhoeven2007-10-241-1/+1
* Update arch/ to use sg helpersJens Axboe2007-10-221-1/+1
* [PATCH] m68k: dma_alloc_coherent() has gfp_t as the last argumentAl Viro2006-10-061-2/+2
* [PATCH] m68k: Add the generic dma API functionsRoman Zippel2006-06-251-0/+129