summaryrefslogtreecommitdiffstats
path: root/arch/arm/mm/dma-mapping.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds2018-06-061-1/+1
|\
| * ARM: 8763/1: dma-mapping: Use vma_pages()Fabio Estevam2018-05-191-1/+1
* | Merge tag 'dma-mapping-4.18' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2018-06-041-9/+0
|\ \
| * | dma-debug: move initialization to common codeChristoph Hellwig2018-05-081-9/+0
| |/
* / Revert "mm/cma: manage the memory of the CMA area by using the ZONE_MOVABLE"Joonsoo Kim2018-05-241-15/+1
|/
* ARM: CMA: avoid double mapping to the CMA area if CONFIG_HIGHMEM=yJoonsoo Kim2018-04-111-1/+15
* ARM: 8699/1: dma-mapping: Remove init_dma_coherent_pool_size()Vladimir Murzin2017-09-281-15/+0
* ARM: 8698/1: dma-mapping: Mark atomic_pool as __ro_after_initVladimir Murzin2017-09-281-2/+2
* ARM: 8697/1: dma-mapping: Do not pass data to gen_pool_set_algo()Vladimir Murzin2017-09-281-1/+1
* dma-coherent: introduce interface for default DMA poolVladimir Murzin2017-07-201-1/+1
* ARM: dma-mapping: Remove traces of NOMMU codeVladimir Murzin2017-06-301-27/+2
* arm: remove arch specific dma_supported implementationChristoph Hellwig2017-06-281-2/+5
* arm: implement ->mapping_errorChristoph Hellwig2017-06-281-15/+26
* arm: dma-mapping: Reset the device's dma_opsSricharan R2017-05-301-15/+10
* ARM: dma-mapping: Don't tear down third-party mappingsLaurent Pinchart2017-05-301-0/+4
* Merge tag 'iommu-updates-v4.12' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2017-05-091-0/+9
|\
| *-. Merge branches 'arm/exynos', 'arm/omap', 'arm/rockchip', 'arm/mediatek', 'arm...Joerg Roedel2017-05-041-1/+28
| |\ \
| | * | arm: dma-mapping: Don't override dma_ops in arch_setup_dma_ops()Laurent Pinchart2017-04-291-0/+9
| |/ /
* | / xen/arm,arm64: fix xen_dma_ops after 815dd18 "Consolidate get_dma_ops..."Stefano Stabellini2017-05-021-0/+7
| |/ |/|
* | ARM: dma-mapping: disallow dma_get_sgtable() for non-kernel managed memoryRussell King2017-03-291-1/+19
|/
* Merge branch 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds2017-02-281-0/+3
|\
| * ARM: 8633/1: nommu: allow mmap when !CONFIG_MMUBenjamin Gaignard2017-01-101-0/+3
* | Merge tag 'for-next-dma_ops' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-02-251-11/+11
|\ \
| * | treewide: Constify most dma_map_ops structuresBart Van Assche2017-01-241-11/+11
| |/
* | mm: wire up GFP flag passing in dma_alloc_from_contiguousLucas Stach2017-02-241-7/+9
* | arm/dma-mapping: Implement DMA_ATTR_PRIVILEGEDSricharan R2017-01-191-30/+30
|/
* ARM: 8628/1: dma-mapping: preallocate DMA-debug hash tables in core_initcallMarek Szyprowski2016-11-151-1/+1
* 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
|\ \