summaryrefslogtreecommitdiffstats
path: root/arch/mips/mm/dma-noncoherent.c
Commit message (Expand)AuthorAgeFilesLines
* dma-mapping: Simplify arch_setup_dma_ops()Robin Murphy2024-04-261-2/+1
* iommu: Remove struct iommu_ops *iommu from arch_setup_dma_ops()Jason Gunthorpe2023-12-121-1/+1
* MIPS: mm: XBurst CPU requires sync after DMAPaul Cercueil2021-06-011-0/+1
* MIPS: remove CONFIG_DMA_PERDEV_COHERENTChristoph Hellwig2021-02-131-1/+1
* driver core: lift dma_default_coherent into common codeChristoph Hellwig2021-02-131-1/+0
* dma-mapping: merge <linux/dma-noncoherent.h> into <linux/dma-map-ops.h>Christoph Hellwig2020-10-061-1/+0
* dma-mapping: merge <linux/dma-contiguous.h> into <linux/dma-map-ops.h>Christoph Hellwig2020-10-061-1/+0
* dma-mapping: split <linux/dma-mapping.h>Christoph Hellwig2020-10-061-0/+1
* dma-mapping: remove dma_cache_syncChristoph Hellwig2020-09-251-6/+0
* MIPS: make dma_sync_*_for_cpu a little less overzealousChristoph Hellwig2020-09-111-16/+28
* MIPS: CPU_LOONGSON2EF need software to maintain cache consistencyLichao Liu2020-05-281-0/+1
* dma-direct: make uncached_kernel_address more generalChristoph Hellwig2020-03-161-1/+1
* dma-direct: remove the cached_kernel_address hookChristoph Hellwig2020-03-161-5/+0
* dma-mapping: drop the dev argument to arch_sync_dma_for_*Christoph Hellwig2019-11-201-6/+6
* dma-direct: provide mmap and get_sgtable method overridesChristoph Hellwig2019-11-111-6/+0
* dma-mapping: remove arch_dma_mmap_pgprotChristoph Hellwig2019-08-291-8/+0
* MIPS: use the generic uncached segment support in dma-directChristoph Hellwig2019-06-031-17/+9
* Merge tag 'dma-mapping-5.1' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2019-03-101-0/+8
|\
| * dma-mapping: add a kconfig symbol for arch_setup_dma_ops availabilityChristoph Hellwig2019-02-131-0/+8
* | MIPS: dma-noncoherent: Remove bogus condition in dma_sync_phys()Paul Burton2019-02-191-6/+1
* | MIPS: Compile post DMA flush only when neededHauke Mehrtens2019-01-181-0/+2
|/
* MIPS: Fix `dma_alloc_coherent' returning a non-coherent allocationMaciej W. Rozycki2018-11-051-1/+1
* dma-mapping: consolidate the dma mmap implementationsChristoph Hellwig2018-09-201-23/+9
* dma-mapping: merge direct and noncoherent opsChristoph Hellwig2018-09-201-21/+8
* dma-mapping: move the dma_coherent flag to struct deviceChristoph Hellwig2018-09-201-26/+6
* MIPS: Make (UN)CAC_ADDR() PHYS_OFFSET-agnosticPaul Burton2018-07-301-1/+1
* MIPS: use generic dma noncoherent ops for simple noncoherent platformsChristoph Hellwig2018-06-241-0/+208
* [MIPS] Unify dma-{coherent,noncoherent.ip27,ip32}Ralf Baechle2007-02-131-370/+0
* [PATCH] Pass struct dev pointer to dma_cache_sync()Ralf Baechle2006-12-071-1/+2
* [PATCH] Add struct dev pointer to dma_is_consistent()Ralf Baechle2006-12-071-1/+1
* Remove obsolete #include <linux/config.h>Jörn Engel2006-06-301-1/+0
* Don't set up a sg dma address if we have no page address for some reason.Thiemo Seufer2005-10-291-38/+8
* [PATCH] gfp_t: dma-mapping (mips)Al Viro2005-10-281-2/+2
* [PATCH] mips: nuke trailing whitespaceRalf Baechle2005-09-051-5/+5
* Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds2005-04-161-0/+400