summaryrefslogtreecommitdiffstats
path: root/arch/arm/mm/dma-mapping.c
Commit message (Expand)AuthorAgeFilesLines
* ARM: dma-mapping: fix buffer chunk allocation orderMarek Szyprowski2012-06-251-1/+1
* ARM: dma-mapping: Add missing static storage class specifierSachin Kamat2012-06-111-2/+2
* ARM: dma-mapping: remove unconditional dependency on CMAMarek Szyprowski2012-06-041-6/+4
* Merge branch 'for-next-arm-dma' into for-linusMarek Szyprowski2012-05-221-142/+856
|\
| * ARM: dma-mapping: add support for IOMMU mapperMarek Szyprowski2012-05-211-11/+701
| * ARM: dma-mapping: use alloc, mmap, free from dma_opsMarek Szyprowski2012-05-211-36/+24
| * ARM: dma-mapping: remove redundant code and do the cleanupMarek Szyprowski2012-05-211-64/+24
| * ARM: dma-mapping: move all dma bounce code to separate dma ops structureMarek Szyprowski2012-05-211-10/+69
| * ARM: dma-mapping: implement dma sg methods on top of any generic dma opsMarek Szyprowski2012-05-211-24/+19
| * ARM: dma-mapping: use asm-generic/dma-mapping-common.hMarek Szyprowski2012-05-211-62/+86
| * ARM: dma-mapping: remove offset parameter to prepare for generic dma_opsMarek Szyprowski2012-05-211-2/+2
| * ARM: dma-mapping: introduce DMA_ERROR_CODE constantMarek Szyprowski2012-05-211-1/+1
| * ARM: dma-mapping: use pr_* instread of printkMarek Szyprowski2012-05-211-8/+8
| * ARM: dma-mapping: use dma_mmap_from_coherent()Marek Szyprowski2012-05-211-0/+3
* | ARM: dma-mapping: use PMD size for section unmapVitaly Andrianov2012-05-211-1/+1
* | ARM: integrate CMA with DMA-mapping subsystemMarek Szyprowski2012-05-211-67/+303
|/
* ARM: add dma coherent region reporting via procfsRussell King2012-01-231-7/+13
* ARM: 7172/1: dma: Drop GFP_COMP for DMA memory allocationsSumit Bhattacharya2011-11-261-0/+9
* ARM: 7166/1: Use PMD_SHIFT instead of PGDIR_SHIFT in dma-consistent.cCatalin Marinas2011-11-211-1/+1
* Merge branch 'devel-stable' of http://ftp.arm.linux.org.uk/pub/linux/arm/kern...Linus Torvalds2011-10-281-11/+33
|\
| * ARM: Remove support for macro CONSISTENT_DMA_SIZEJon Medhurst2011-08-221-4/+0
| * ARM: Add init_consistent_dma_size()Jon Medhurst2011-08-221-11/+38
| |
| \
*-. \ Merge branches 'arnd-randcfg-fixes', 'debug', 'io' (early part), 'l2x0', 'p2v...Russell King2011-10-251-3/+3
|\ \ \ | | |/ | |/|
| | * ARM: 7059/1: LPAE: Use PMD_(SHIFT|SIZE|MASK) instead of PGDIR_*Catalin Marinas2011-08-231-3/+3
| |/
* | ARM: dma-mapping: free allocated page if unable to mapRussell King2011-09-261-0/+2
|/
* ARM: dma: replace ISA_DMA_THRESHOLD with a variableRussell King2011-07-121-3/+32
* 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
OpenPOWER on IntegriCloud