aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mm/dma-mapping.c
Commit message (Expand)AuthorAgeFilesLines
* ARM: DMA: Fix struct page iterator in dma_cache_maint() to work with sparsememRussell King2013-02-031-8/+10
* ARM: dma-mapping: free allocated page if unable to mapRussell King2011-10-031-0/+2
* Merge branches 'fixes', 'pgt-next' and 'versatile' into develRussell King2011-03-201-1/+10
|\
| * ARM: pgtable: add pud-level codeRussell King2011-02-211-1/+10
* | ARM: 6622/1: fix dma_unmap_sg() documentationLinus Walleij2011-01-121-1/+1
* | Merge branch 'misc' into develRussell King2011-01-061-5/+23
|\ \
| * \ Merge branch 'smp' into miscRussell King2011-01-061-1/+1
| |\ \ | | |/
| * | ARM: DMA: add support for DMA debuggingRussell King2011-01-061-3/+21
| * | ARM: DMA: Replace page_to_dma()/dma_to_page() with pfn_to_dma()/dma_to_pfn()Russell King2011-01-031-2/+2
* | | ARM: get rid of kmap_high_l1_vipt()Nicolas Pitre2010-12-191-3/+4
| |/ |/|
* | ARM: Fix DMA coherent allocator alignmentRussell King2010-11-071-1/+1
|/
* ARM: 6379/1: Assume new page cache pages have dirty D-cacheCatalin Marinas2010-09-191-0/+6
* ARM: Ensure PTE modifications via dma_alloc_coherent are visibleRussell King2010-09-081-0/+2
* ARM: DMA coherent allocator: align remapped addressesRussell King2010-07-271-1/+14
* ARM: 6186/1: Avoid the CONSISTENT_DMA_SIZE warning on noMMU buildsCatalin Marinas2010-07-011-9/+9
* ARM: 6007/1: fix highmem with VIPT cache and DMANicolas Pitre2010-04-141-0/+5
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-1/+1
* Merge branch 'misc2' into develRussell King2010-02-251-3/+0
|\
| * ARM: 5927/1: Make delimiters of DMA area globally visibly.Fenkart/Bostandzhyan2010-02-151-3/+0
* | ARM: dma-mapping: fix for speculative prefetchingRussell King2010-02-151-38/+30
* | ARM: dma-mapping: provide per-cpu type map/unmap functionsRussell King2010-02-151-17/+12
* | ARM: dma-mapping: simplify dma_cache_maint_pageRussell King2010-02-151-24/+18
* | ARM: dma-mapping: move selection of page ops out of dma_cache_maint_contiguousRussell King2010-02-151-29/+30
* | ARM: dma-mapping: push buffer ownership down into dma-mapping.cRussell King2010-02-151-4/+30
* | ARM: dma-mapping: introduce the idea of buffer ownershipRussell King2010-02-151-5/+8
|/
* ARM: dma-mapping: switch ARMv7 DMA mappings to retain 'memory' attributeRussell King2009-11-241-2/+2
* ARM: dma-mapping: get rid of setting/clearing the reserved page bitRussell King2009-11-241-20/+3
* ARM: dma-mapping: Factor out noMMU dma buffer allocation codeRussell King2009-11-241-30/+15
* ARM: dma-mapping: clean up coherent arch dma allocationRussell King2009-11-241-19/+12
* ARM: dma-mapping: move consistent_init into CONFIG_MMU sectionRussell King2009-11-241-40/+38
* ARM: dma-mapping: factor dma_free_coherent() common codeRussell King2009-11-241-73/+68
* ARM: dma-mapping: fix nommu dma_alloc_coherent()Russell King2009-11-241-16/+9
* ARM: dma-mapping: fix coherent arch dma_alloc_coherent()Russell King2009-11-241-8/+10
* ARM: dma-mapping: functions to allocate/free a coherent bufferRussell King2009-11-241-44/+66
* ARM: dma-mapping: split out vmregion code from dma coherent mapping codeRussell King2009-11-241-119/+13
* ARM: Use GFP_DMA only for masks _less_ than 32-bitRussell King2009-10-251-2/+2
* nommu: Add noMMU support to the DMA APICatalin Marinas2009-07-241-22/+72
* [ARM] introduce dma_cache_maint_page()Nicolas Pitre2009-03-151-1/+71
* [ARM] Fix virtual to physical translation macro corner casesRussell King2009-03-121-8/+12
* NOMMU: Rename ARM's struct vm_regionDavid Howells2009-01-081-14/+14
* [ARM] dma: don't touch cache on dma_*_for_cpu()Russell King2008-09-301-6/+2
* [ARM] dma: Reduce to one dma_sync_sg_* implementationRussell King2008-09-291-2/+8
* [ARM] dma: Reduce to one dma_map_sg()/dma_unmap_sg() implementationRussell King2008-09-251-8/+16
* [ARM] Update dma_map_sg()/dma_unmap_sg() APIRussell King2008-09-251-0/+92
* [ARM] dma: rename consistent.c to dma-mapping.cRussell King2008-09-251-0/+514