| Commit message (Expand) | Author | Age | Files | Lines |
* | m68k: dma: Remove unnecessary include of asm/cacheflush.h | Wan Jiabing | 2021-05-10 | 1 | -3/+0 |
* | dma-mapping: merge <linux/dma-noncoherent.h> into <linux/dma-map-ops.h> | Christoph Hellwig | 2020-10-06 | 1 | -1/+1 |
* | mm: remove unneeded includes of <asm/pgalloc.h> | Mike Rapoport | 2020-08-07 | 1 | -1/+1 |
* | dma-mapping: drop the dev argument to arch_sync_dma_for_* | Christoph Hellwig | 2019-11-20 | 1 | -2/+2 |
* | Merge tag 'dma-mapping-5.4' of git://git.infradead.org/users/hch/dma-mapping | Linus Torvalds | 2019-09-19 | 1 | -2/+1 |
|\ |
|
| * | dma-mapping: remove arch_dma_mmap_pgprot | Christoph Hellwig | 2019-08-29 | 1 | -2/+1 |
* | | driver core: initialize a default DMA mask for platform device | Christoph Hellwig | 2019-08-22 | 1 | -9/+0 |
|/ |
|
* | m68k: Implement arch_dma_prep_coherent() | Christoph Hellwig | 2019-07-01 | 1 | -0/+5 |
* | m68k: Use the generic dma coherent remap allocator | Christoph Hellwig | 2019-07-01 | 1 | -48/+8 |
* | dma-mapping: zero memory returned from dma_alloc_* | Christoph Hellwig | 2018-12-20 | 1 | -1/+1 |
* | m68k: Use generic dma_noncoherent_ops | Christoph Hellwig | 2018-07-23 | 1 | -60/+8 |
* | m68k: Set default dma mask for platform devices | Finn Thain | 2018-05-31 | 1 | -0/+10 |
* | dma-mapping: clear harmful GFP_* flags in common code | Christoph Hellwig | 2018-01-15 | 1 | -2/+0 |
* | Merge tag 'for-next-dma_ops' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2017-02-25 | 1 | -1/+1 |
|\ |
|
| * | treewide: Constify most dma_map_ops structures | Bart Van Assche | 2017-01-24 | 1 | -1/+1 |
* | | m68k/kernel: Modernize printing of kernel messages | Geert Uytterhoeven | 2017-02-12 | 1 | -2/+2 |
|/ |
|
* | arch/m68k: add option to skip DMA sync as a part of mapping | Alexander Duyck | 2016-12-14 | 1 | -1/+7 |
* | dma-mapping: use unsigned long for dma_attrs | Krzysztof Kozlowski | 2016-08-04 | 1 | -6/+6 |
* | m68k: convert to dma_map_ops | Christoph Hellwig | 2016-01-20 | 1 | -34/+27 |
* | m68k: Use for_each_sg() | Akinobu Mita | 2015-06-01 | 1 | -7/+12 |
* | m68k: add support for DMA_BIDIRECTIONAL in dma support functions | Greg Ungerer | 2012-07-17 | 1 | -0/+1 |
* | m68k: use simpler dma_alloc_coherent() for ColdFire CPUs | Greg Ungerer | 2012-07-16 | 1 | -2/+2 |
* | m68k: merge the MMU and non-MMU versions of the arch dma code | Greg Ungerer | 2012-05-20 | 1 | -3/+162 |
* | m68k: merge m68k and m68knommu arch directories | Greg Ungerer | 2011-03-25 | 1 | -130/+5 |
* | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 2010-03-30 | 1 | -0/+1 |
* | m68k: Add missing dma_sync_single_range_for_{cpu,device}() | Geert Uytterhoeven | 2008-10-14 | 1 | -2/+2 |
* | m68k: sg fallout | Geert Uytterhoeven | 2007-10-24 | 1 | -1/+1 |
* | Update arch/ to use sg helpers | Jens Axboe | 2007-10-22 | 1 | -1/+1 |
* | [PATCH] m68k: dma_alloc_coherent() has gfp_t as the last argument | Al Viro | 2006-10-06 | 1 | -2/+2 |
* | [PATCH] m68k: Add the generic dma API functions | Roman Zippel | 2006-06-25 | 1 | -0/+129 |