summaryrefslogtreecommitdiff
path: root/arch/m68k/kernel/dma.c
AgeCommit message (Expand)Author
2021-05-10m68k: dma: Remove unnecessary include of asm/cacheflush.hWan Jiabing
2020-10-06dma-mapping: merge <linux/dma-noncoherent.h> into <linux/dma-map-ops.h>Christoph Hellwig
2020-08-07mm: remove unneeded includes of <asm/pgalloc.h>Mike Rapoport
2019-11-20dma-mapping: drop the dev argument to arch_sync_dma_for_*Christoph Hellwig
2019-09-19Merge tag 'dma-mapping-5.4' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds
2019-08-29dma-mapping: remove arch_dma_mmap_pgprotChristoph Hellwig
2019-08-22driver core: initialize a default DMA mask for platform deviceChristoph Hellwig
2019-07-01m68k: Implement arch_dma_prep_coherent()Christoph Hellwig
2019-07-01m68k: Use the generic dma coherent remap allocatorChristoph Hellwig
2018-12-20dma-mapping: zero memory returned from dma_alloc_*Christoph Hellwig
2018-07-23m68k: Use generic dma_noncoherent_opsChristoph Hellwig
2018-05-31m68k: Set default dma mask for platform devicesFinn Thain
2018-01-15dma-mapping: clear harmful GFP_* flags in common codeChristoph Hellwig
2017-02-25Merge tag 'for-next-dma_ops' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2017-02-12m68k/kernel: Modernize printing of kernel messagesGeert Uytterhoeven
2017-01-24treewide: Constify most dma_map_ops structuresBart Van Assche
2016-12-14arch/m68k: add option to skip DMA sync as a part of mappingAlexander Duyck
2016-08-04dma-mapping: use unsigned long for dma_attrsKrzysztof Kozlowski
2016-01-20m68k: convert to dma_map_opsChristoph Hellwig
2015-06-01m68k: Use for_each_sg()Akinobu Mita
2012-07-17m68k: add support for DMA_BIDIRECTIONAL in dma support functionsGreg Ungerer
2012-07-16m68k: use simpler dma_alloc_coherent() for ColdFire CPUsGreg Ungerer
2012-05-20m68k: merge the MMU and non-MMU versions of the arch dma codeGreg Ungerer
2011-03-25m68k: merge m68k and m68knommu arch directoriesGreg Ungerer
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2008-10-14m68k: Add missing dma_sync_single_range_for_{cpu,device}()Geert Uytterhoeven
2007-10-24m68k: sg falloutGeert Uytterhoeven
2007-10-22Update arch/ to use sg helpersJens Axboe
2006-10-06[PATCH] m68k: dma_alloc_coherent() has gfp_t as the last argumentAl Viro
2006-06-25[PATCH] m68k: Add the generic dma API functionsRoman Zippel