summaryrefslogtreecommitdiffstats
path: root/arch/arm/mm/dma-mapping.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'dmaengine-4.9-rc1' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2016-10-061-0/+63
|\
| * arm: dma-mapping: add {map,unmap}_resource for iommu opsNiklas Söderlund2016-09-261-0/+63
* | ARM: 8587/1: dma-mapping: Use %zu for printing a size_t variableFabio Estevam2016-08-121-2/+2
|/
* dma-mapping: use unsigned long for dma_attrsKrzysztof Kozlowski2016-08-041-66/+63
* ARM: 8561/4: dma-mapping: Fix the coherent case when iommu is usedGregory CLEMENT2016-07-141-21/+65
* ARM: 8561/3: dma-mapping: Don't use outer_flush_range when the L2C is coherentGregory CLEMENT2016-07-141-20/+42
* Merge branch 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds2016-05-201-16/+0
|\
| * ARM: 8548/1: dma-mapping: remove arm_dma_set_mask()Alexandre Courbot2016-04-071-16/+0
* | iommu: of: enforce const-ness of struct iommu_opsRobin Murphy2016-05-091-3/+3
* | ARM: 8551/2: DMA: Fix kzalloc flags in __dma_allocAlexandre Courbot2016-04-151-1/+2
|/
* ARM: 8546/1: dma-mapping: refactor to fix coherent+cma+gfp=0Rabin Vincent2016-03-041-37/+128
* ARM: 8547/1: dma-mapping: store buffer informationRabin Vincent2016-03-041-1/+48
* ARM: 8507/1: dma-mapping: Use DMA_ATTR_ALLOC_SINGLE_PAGES hint to optimize allocDoug Anderson2016-02-111-0/+4
* ARM: 8505/1: dma-mapping: Optimize allocationDoug Anderson2016-02-111-14/+20
* tree wide: use kvfree() than conditional kfree()/vfree()Tetsuo Handa2016-01-221-9/+2
* Revert "scatterlist: use sg_phys()"Dan Williams2015-12-151-1/+1
* mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep...Mel Gorman2015-11-061-3/+3
* ARM: 8427/1: dma-mapping: add support for offset parameter in dma_mmap()Marek Szyprowski2015-10-031-0/+2
* ARM: 8426/1: dma-mapping: add missing range check in dma_mmap()Marek Szyprowski2015-10-031-0/+5
* Merge branch 'fixes' of git://ftp.arm.linux.org.uk/~rmk/linux-armLinus Torvalds2015-09-191-1/+3
|\
| * ARM: 8437/1: dma-mapping: fix build warning with new DMA_ERROR_CODE definitionAndre Przywara2015-09-161-1/+3
* | dma-mapping: consolidate dma_{alloc,free}_{attrs,coherent}Christoph Hellwig2015-09-101-12/+0
* | Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-armLinus Torvalds2015-09-031-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-031-8/+5
| |/ |/|
| * 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-141-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-131-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/+0
* arm: use genalloc for the atomic poolLaura Abbott2014-10-091-104/+49
* common: dma-mapping: introduce common remapping functionsLaura Abbott2014-10-091-48/+9
OpenPOWER on IntegriCloud