summaryrefslogtreecommitdiffstats
path: root/arch/mips/mm/dma-default.c
Commit message (Expand)AuthorAgeFilesLines
* dma-debug: move initialization to common codeChristoph Hellwig2018-05-081-10/+0
* Merge tag 'mips_4.16' of git://git.kernel.org/pub/scm/linux/kernel/git/jhogan...Linus Torvalds2018-02-071-6/+0
|\
| * MIPS: mm: remove mips_dma_mapping_errorFelix Fietkau2018-01-091-6/+0
* | dma-mapping: clear harmful GFP_* flags in common codeChristoph Hellwig2018-01-151-3/+0
|/
* Merge tag 'mips_4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/jhogan...Linus Torvalds2017-11-151-1/+1
|\
| * MIPS: Cocci spatch "vma_pages"Thomas Meyer2017-10-091-1/+1
* | dma-mapping: turn dma_cache_sync into a dma_map_ops methodChristoph Hellwig2017-10-191-4/+3
|/
* MIPS: Declare various variables & functions staticPaul Burton2017-08-291-2/+2
* MIPS: Consolidate coherent and non-coherent dma_alloc codeChristoph Hellwig2017-08-291-39/+3
* dma-coherent: introduce interface for default DMA poolVladimir Murzin2017-07-201-1/+1
* MIPS: Perform post-DMA cache flushes on systems with MAARsPaul Burton2017-06-301-5/+18
* Merge tag 'for-next-dma_ops' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-02-251-2/+2
|\
| * treewide: Constify most dma_map_ops structuresBart Van Assche2017-01-241-2/+2
* | mm: wire up GFP flag passing in dma_alloc_from_contiguousLucas Stach2017-02-241-2/+2
|/
* arch/mips: add option to skip DMA sync as a part of map and unmapAlexander Duyck2016-12-141-3/+5
* MIPS: Support per-device DMA coherencePaul Burton2016-10-061-1/+1
* MIPS: dma-default: Don't check hw_coherentio if device is non-coherentPaul Burton2016-10-061-4/+3
* MIPS: Sanitise coherentio semanticsPaul Burton2016-10-061-3/+4
* MIPS: mm: Audit and remove any unnecessary uses of module.hPaul Gortmaker2016-10-051-1/+1
* dma-mapping: use unsigned long for dma_attrsKrzysztof Kozlowski2016-08-041-10/+10
* MIPS: dma-default: Defend against NULL dev in massage_gfp_flagsMatt Redfearn2016-05-091-3/+4
* MIPS: fix DMA contiguous allocationQais Yousef2015-12-121-1/+1
* MIPS: dma-default: Fix 32-bit fall back to GFP_DMAJames Hogan2015-09-301-1/+1
* dma-mapping: consolidate dma_{alloc,free}_noncoherentChristoph Hellwig2015-09-101-5/+15
* dma-mapping: consolidate dma_{alloc,free}_{attrs,coherent}Christoph Hellwig2015-09-101-7/+0
* MIPS: Add implementation of dma_map_ops.mmap()Alex Smith2015-09-031-0/+35
* MIPS: use for_each_sg()Akinobu Mita2015-06-211-10/+20
* MIPS: DMA: Implement platform hook to perform post-DMA cache flushes.Ralf Baechle2015-04-011-1/+3
* MIPS: DMA: Explain the lack of special handling for R14000/R16000.Ralf Baechle2014-11-241-0/+5
* MIPS: DMA: Add cma supportZubair Lutfullah Kakakhel2014-09-221-12/+25
* MIPS: improve checks for noncoherent DMAFelix Fietkau2014-01-221-0/+2
* MIPS: Remove unnecessary platform dma helper functionsFelix Fietkau2013-10-291-3/+1
* MIPS: mm: Move some checks out of 'for' loop in DMA operationsJayachandran C2013-09-251-8/+4
* MIPS: Optimize current_cpu_type() for better code.Ralf Baechle2013-09-171-0/+1
* Merge branch '3.11-fixes' into mips-for-linux-nextRalf Baechle2013-09-061-3/+3
|\
| * MIPS: DMA: Fix BUG due to smp_processor_id() in preemptible codeJerin Jacob2013-09-061-2/+2
* | MIPS: DMA: For BMIPS5000 cores flush region just like non-coherent R10000Jim Quinlan2013-09-041-6/+10
|/
* MIPS: Support SWIOTLB in default dma operationsJayachandran C2013-06-131-0/+3
* MIPS: Add option to disable software I/O coherency.Steven J. Hill2013-05-011-2/+23
* MIPS: Whitespace cleanup.Ralf Baechle2013-02-011-1/+1
* MIPS: adapt for dma_map_ops changesAndrzej Pietrasiewicz2012-03-281-4/+4
* MIPS: HIGHMEM DMA on noncoherent MIPS32 processorsDezhong Diao2011-07-251-46/+68
* MIPS: Rename mips_dma_cache_sync back to dma_cache_syncRalf Baechle2010-12-161-1/+3
* MIPS: Convert DMA to use dma-mapping-common.hDavid Daney2010-10-291-110/+55
* MIPS: DMA: Fix computation of DMA flags from device's coherent_dma_mask.Ralf Baechle2010-10-041-8/+20
* dma-mapping: remove dma_is_consistent APIFUJITA Tomonori2010-08-111-7/+0
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* MIPS: Add DMA declare coherent memory supportYoichi Yuasa2009-11-131-0/+7
* MIPS: Pass struct device to plat_dma_addr_to_phys()Kevin Cernekee2009-06-171-7/+8
* MIPS: Add size and direction arguments to plat_unmap_dma_mem()Kevin Cernekee2009-06-171-4/+4
OpenPOWER on IntegriCloud