summaryrefslogtreecommitdiffstats
path: root/arch/arm/mm/dma-mapping.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'fixes' of git://ftp.arm.linux.org.uk/~rmk/linux-armLinus Torvalds2015-09-201-1/+3
|\
| * ARM: 8437/1: dma-mapping: fix build warning with new DMA_ERROR_CODE definitionAndre Przywara2015-09-171-1/+3
* | dma-mapping: consolidate dma_{alloc,free}_{attrs,coherent}Christoph Hellwig2015-09-101-12/+0Star
* | Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-armLinus Torvalds2015-09-041-9/+13
|\ \
| | \
| | \
| *-. \ Merge branches 'cleanup', 'fixes', 'misc', 'omap-barrier' and 'uaccess' into ...Russell King2015-09-031-10/+14
| |\ \ \ | | | |/ | | |/|
| | | * ARM: 8398/1: arm DMA: Fix allocation from CMA for coherent DMALorenzo Nava2015-08-041-9/+12
| | | * ARM: reduce visibility of dmac_* functionsRussell King2015-08-011-0/+1
| | |/ | |/|
* | | Merge branch 'for-4.3/sg' of git://git.kernel.dk/linux-blockLinus Torvalds2015-09-021-1/+1
|\ \ \ | |_|/ |/| |
| * | scatterlist: use sg_phys()Dan Williams2015-08-171-1/+1
| |/
* / ARM: 8404/1: dma-mapping: fix off-by-one error in bitmap size checkMarek Szyprowski2015-07-171-1/+1
|/
*-. Merge branches 'arnd-fixes', 'clk', 'misc', 'v7' and 'fixes' into for-nextRussell King2015-06-121-15/+30
|\ \
| | * ARM: 8347/1: dma-mapping: fix off-by-one check in arm_setup_iommu_dma_opsMarek Szyprowski2015-05-041-8/+5Star
| |/ |/|
| * ARM: 8387/1: arm/mm/dma-mapping.c: Add arm_coherent_dma_mmapMike Looijmans2015-06-061-7/+25
|/
* Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-armLinus Torvalds2015-04-151-43/+73
|\
| *-. Merge branches 'misc', 'vdso' and 'fixes' into for-nextRussell King2015-04-141-7/+22
| |\ \
| | | * ARM: 8337/1: mm: Do not invoke OOM for higher order IOMMU DMA allocationsTomasz Figa2015-04-021-6/+21
| * | | ARM: 8289/1: dma-mapping: use to_dma_iommu_mapping instead of accessing archdataWill Deacon2015-03-181-11/+11
| * | | ARM: 8304/1: Respect NO_KERNEL_MAPPING when we don't have an IOMMUCarlo Caione2015-02-231-26/+41
| |/ /
* | | Merge tag 'pci-v4.1-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2015-04-141-0/+7
|\ \ \ | |_|/ |/| |
| * | arm: dma-mapping: limit IOMMU mapping sizeMurali Karicheri2015-03-121-0/+7
| |/
* / ARM: dma-api: fix off-by-one error in __dma_supported()Russell King2015-03-101-1/+1
|/
* Merge branch 'fixes' of git://ftp.arm.linux.org.uk/~rmk/linux-armLinus Torvalds2015-02-221-1/+1
|\
| * ARM: 8305/1: DMA: Fix kzalloc flags in __iommu_alloc_buffer()Alexandre Courbot2015-02-201-1/+1
* | Merge branch 'fixes' of git://ftp.arm.linux.org.uk/~rmk/linux-armLinus Torvalds2015-02-041-0/+3
|\|
| * ARM: 8288/1: dma-mapping: don't detach devices without an IOMMU during teardownWill Deacon2015-01-291-0/+3
* | arm: dma-mapping: Set DMA IOMMU ops in arm_iommu_attach_device()Laurent Pinchart2015-01-291-15/+38
|/
* Merge tag 'iommu-config-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2014-12-161-7/+77
|\
| * arm: dma-mapping: plumb our iommu mapping ops into arch_setup_dma_opsWill Deacon2014-12-011-7/+76
|/
* ARM: 8181/1: Drop extra return statementLaura Abbott2014-10-291-1/+0Star
* arm: use genalloc for the atomic poolLaura Abbott2014-10-101-104/+49Star
* common: dma-mapping: introduce common remapping functionsLaura Abbott2014-10-101-48/+9Star
* CMA: generalize CMA reserved area management functionalityJoonsoo Kim2014-08-071-0/+1
* ARM: DMA: ensure that old section mappings are flushed from the TLBRussell King2014-07-171-1/+10
* Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-arm into nextLinus Torvalds2014-06-061-5/+6
|\
| * Merge branch 'devel-stable' into for-nextRussell King2014-06-051-2/+2
| |\
| | * Merge tag 'dt-dma-properties-for-arm' of git://git.kernel.org/pub/scm/linux/k...Russell King2014-05-231-2/+2
| | |\
| | | * ARM: dma: use phys_addr_t in __dma_page_[cpu_to_dev/dev_to_cpu]Santosh Shilimkar2014-05-071-2/+2
| * | | Merge branches 'alignment', 'fixes', 'l2c' (early part) and 'misc' into for-nextRussell King2014-06-051-3/+4
| |\ \ \ | | |/ / | |/| |
| | * | ARM: dma-mapping: avoid calling dma_cache_maint_page() on dev=>cpuRussell King2014-05-221-3/+4
| | |/
* | | arm: dma-mapping: add checking cma area initializedGioh Kim2014-05-221-3/+3
* | | arm: dma-iommu: Clean up redundant variableRitesh Harjani2014-05-201-5/+6
|/ /
* / arm: dma-mapping: Fix mapping size valueRitesh Harjani2014-04-231-1/+1
|/
* Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-armLinus Torvalds2014-04-051-3/+0Star
|\
| * Merge branch 'devel-stable' into for-nextRussell King2014-04-041-1/+1
| |\
| * | ARM: 7979/1: mm: Remove hugetlb warning from Coherent DMA allocatorSteven Capper2014-02-181-3/+0Star
* | | arm: dma-mapping: remove order parameter from arm_iommu_create_mapping()Marek Szyprowski2014-02-281-22/+21Star
* | | arm: dma-mapping: Add support to extend DMA IOMMU mappingsAndreas Herrmann2014-02-281-19/+104
| |/ |/|
* | ARM: dma-mapping: fix GFP_ATOMIC macro usageMarek Szyprowski2014-02-111-1/+1
|/
*---. Merge branches 'amba', 'fixes', 'kees', 'misc' and 'unstable/sa11x0' into for...Russell King2014-01-211-3/+3
|\ \ \
| | * | ARM: fix executability of CMA mappingsRussell King2013-12-111-3/+3
| |/ /