aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mm/dma-mapping.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-11-07ARM: Fix DMA coherent allocator alignmentRussell King1-1/+1
2010-09-19ARM: 6379/1: Assume new page cache pages have dirty D-cacheCatalin Marinas1-0/+6
2010-09-08ARM: Ensure PTE modifications via dma_alloc_coherent are visibleRussell King1-0/+2
2010-07-27ARM: DMA coherent allocator: align remapped addressesRussell King1-1/+14
2010-07-01ARM: 6186/1: Avoid the CONSISTENT_DMA_SIZE warning on noMMU buildsCatalin Marinas1-9/+9
2010-04-14ARM: 6007/1: fix highmem with VIPT cache and DMANicolas Pitre1-0/+5
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-1/+1
2010-02-25Merge branch 'misc2' into develRussell King1-3/+0
2010-02-15ARM: 5927/1: Make delimiters of DMA area globally visibly.Fenkart/Bostandzhyan1-3/+0
2010-02-15ARM: dma-mapping: fix for speculative prefetchingRussell King1-38/+30
2010-02-15ARM: dma-mapping: provide per-cpu type map/unmap functionsRussell King1-17/+12
2010-02-15ARM: dma-mapping: simplify dma_cache_maint_pageRussell King1-24/+18
2010-02-15ARM: dma-mapping: move selection of page ops out of dma_cache_maint_contiguousRussell King1-29/+30
2010-02-15ARM: dma-mapping: push buffer ownership down into dma-mapping.cRussell King1-4/+30
2010-02-15ARM: dma-mapping: introduce the idea of buffer ownershipRussell King1-5/+8
2009-11-24ARM: dma-mapping: switch ARMv7 DMA mappings to retain 'memory' attributeRussell King1-2/+2
2009-11-24ARM: dma-mapping: get rid of setting/clearing the reserved page bitRussell King1-20/+3
2009-11-24ARM: dma-mapping: Factor out noMMU dma buffer allocation codeRussell King1-30/+15
2009-11-24ARM: dma-mapping: clean up coherent arch dma allocationRussell King1-19/+12
2009-11-24ARM: dma-mapping: move consistent_init into CONFIG_MMU sectionRussell King1-40/+38
2009-11-24ARM: dma-mapping: factor dma_free_coherent() common codeRussell King1-73/+68
2009-11-24ARM: dma-mapping: fix nommu dma_alloc_coherent()Russell King1-16/+9
2009-11-24ARM: dma-mapping: fix coherent arch dma_alloc_coherent()Russell King1-8/+10
2009-11-24ARM: dma-mapping: functions to allocate/free a coherent bufferRussell King1-44/+66
2009-11-24ARM: dma-mapping: split out vmregion code from dma coherent mapping codeRussell King1-119/+13
2009-10-25ARM: Use GFP_DMA only for masks _less_ than 32-bitRussell King1-2/+2
2009-07-24nommu: Add noMMU support to the DMA APICatalin Marinas1-22/+72
2009-03-15[ARM] introduce dma_cache_maint_page()Nicolas Pitre1-1/+71
2009-03-12[ARM] Fix virtual to physical translation macro corner casesRussell King1-8/+12
2009-01-08NOMMU: Rename ARM's struct vm_regionDavid Howells1-14/+14
2008-09-30[ARM] dma: don't touch cache on dma_*_for_cpu()Russell King1-6/+2
2008-09-29[ARM] dma: Reduce to one dma_sync_sg_* implementationRussell King1-2/+8
2008-09-25[ARM] dma: Reduce to one dma_map_sg()/dma_unmap_sg() implementationRussell King1-8/+16
2008-09-25[ARM] Update dma_map_sg()/dma_unmap_sg() APIRussell King1-0/+92
2008-09-25[ARM] dma: rename consistent.c to dma-mapping.cRussell King1-0/+514