| Commit message (Expand) | Author | Age | Files | Lines |
* | dma-coherent: introduce interface for default DMA pool | Vladimir Murzin | 2017-07-20 | 1 | -1/+1 |
* | ARM: dma-mapping: Remove traces of NOMMU code | Vladimir Murzin | 2017-06-30 | 1 | -27/+2 |
* | arm: remove arch specific dma_supported implementation | Christoph Hellwig | 2017-06-28 | 1 | -2/+5 |
* | arm: implement ->mapping_error | Christoph Hellwig | 2017-06-28 | 1 | -15/+26 |
* | arm: dma-mapping: Reset the device's dma_ops | Sricharan R | 2017-05-30 | 1 | -15/+10 |
* | ARM: dma-mapping: Don't tear down third-party mappings | Laurent Pinchart | 2017-05-30 | 1 | -0/+4 |
* | Merge tag 'iommu-updates-v4.12' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2017-05-10 | 1 | -0/+9 |
|\ |
|
| *-. | Merge branches 'arm/exynos', 'arm/omap', 'arm/rockchip', 'arm/mediatek', 'arm... | Joerg Roedel | 2017-05-04 | 1 | -1/+28 |
| |\ \ |
|
| | * | | arm: dma-mapping: Don't override dma_ops in arch_setup_dma_ops() | Laurent Pinchart | 2017-04-29 | 1 | -0/+9 |
| |/ / |
|
* | / | xen/arm,arm64: fix xen_dma_ops after 815dd18 "Consolidate get_dma_ops..." | Stefano Stabellini | 2017-05-02 | 1 | -0/+7 |
| |/
|/| |
|
* | | ARM: dma-mapping: disallow dma_get_sgtable() for non-kernel managed memory | Russell King | 2017-03-29 | 1 | -1/+19 |
|/ |
|
* | Merge branch 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-arm | Linus Torvalds | 2017-02-28 | 1 | -0/+3 |
|\ |
|
| * | ARM: 8633/1: nommu: allow mmap when !CONFIG_MMU | Benjamin Gaignard | 2017-01-11 | 1 | -0/+3 |
* | | Merge tag 'for-next-dma_ops' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2017-02-25 | 1 | -11/+11 |
|\ \ |
|
| * | | treewide: Constify most dma_map_ops structures | Bart Van Assche | 2017-01-24 | 1 | -11/+11 |
| |/ |
|
* | | mm: wire up GFP flag passing in dma_alloc_from_contiguous | Lucas Stach | 2017-02-25 | 1 | -7/+9 |
* | | arm/dma-mapping: Implement DMA_ATTR_PRIVILEGED | Sricharan R | 2017-01-19 | 1 | -30/+30 |
|/ |
|
* | ARM: 8628/1: dma-mapping: preallocate DMA-debug hash tables in core_initcall | Marek Szyprowski | 2016-11-15 | 1 | -1/+1 |
* | Merge tag 'dmaengine-4.9-rc1' of git://git.infradead.org/users/vkoul/slave-dma | Linus Torvalds | 2016-10-07 | 1 | -0/+63 |
|\ |
|
| * | arm: dma-mapping: add {map,unmap}_resource for iommu ops | Niklas Söderlund | 2016-09-26 | 1 | -0/+63 |
* | | ARM: 8587/1: dma-mapping: Use %zu for printing a size_t variable | Fabio Estevam | 2016-08-12 | 1 | -2/+2 |
|/ |
|
* | dma-mapping: use unsigned long for dma_attrs | Krzysztof Kozlowski | 2016-08-04 | 1 | -66/+63 |
* | ARM: 8561/4: dma-mapping: Fix the coherent case when iommu is used | Gregory CLEMENT | 2016-07-14 | 1 | -21/+65 |
* | ARM: 8561/3: dma-mapping: Don't use outer_flush_range when the L2C is coherent | Gregory CLEMENT | 2016-07-14 | 1 | -20/+42 |
* | Merge branch 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-arm | Linus Torvalds | 2016-05-20 | 1 | -16/+0 |
|\ |
|
| * | ARM: 8548/1: dma-mapping: remove arm_dma_set_mask() | Alexandre Courbot | 2016-04-07 | 1 | -16/+0 |
* | | iommu: of: enforce const-ness of struct iommu_ops | Robin Murphy | 2016-05-09 | 1 | -3/+3 |
* | | ARM: 8551/2: DMA: Fix kzalloc flags in __dma_alloc | Alexandre Courbot | 2016-04-15 | 1 | -1/+2 |
|/ |
|
* | ARM: 8546/1: dma-mapping: refactor to fix coherent+cma+gfp=0 | Rabin Vincent | 2016-03-05 | 1 | -37/+128 |
* | ARM: 8547/1: dma-mapping: store buffer information | Rabin Vincent | 2016-03-05 | 1 | -1/+48 |
* | ARM: 8507/1: dma-mapping: Use DMA_ATTR_ALLOC_SINGLE_PAGES hint to optimize alloc | Doug Anderson | 2016-02-11 | 1 | -0/+4 |
* | ARM: 8505/1: dma-mapping: Optimize allocation | Doug Anderson | 2016-02-11 | 1 | -14/+20 |
* | tree wide: use kvfree() than conditional kfree()/vfree() | Tetsuo Handa | 2016-01-23 | 1 | -9/+2 |
* | Revert "scatterlist: use sg_phys()" | Dan Williams | 2015-12-15 | 1 | -1/+1 |
* | mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep... | Mel Gorman | 2015-11-07 | 1 | -3/+3 |
* | ARM: 8427/1: dma-mapping: add support for offset parameter in dma_mmap() | Marek Szyprowski | 2015-10-03 | 1 | -0/+2 |
* | ARM: 8426/1: dma-mapping: add missing range check in dma_mmap() | Marek Szyprowski | 2015-10-03 | 1 | -0/+5 |
* | Merge branch 'fixes' of git://ftp.arm.linux.org.uk/~rmk/linux-arm | Linus Torvalds | 2015-09-20 | 1 | -1/+3 |
|\ |
|
| * | ARM: 8437/1: dma-mapping: fix build warning with new DMA_ERROR_CODE definition | Andre Przywara | 2015-09-17 | 1 | -1/+3 |
* | | dma-mapping: consolidate dma_{alloc,free}_{attrs,coherent} | Christoph Hellwig | 2015-09-10 | 1 | -12/+0 |
* | | Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-arm | Linus Torvalds | 2015-09-04 | 1 | -9/+13 |
|\ \ |
|
| | \ | |
| | \ | |
| *-. \ | Merge branches 'cleanup', 'fixes', 'misc', 'omap-barrier' and 'uaccess' into ... | Russell King | 2015-09-03 | 1 | -10/+14 |
| |\ \ \
| | | |/
| | |/| |
|
| | | * | ARM: 8398/1: arm DMA: Fix allocation from CMA for coherent DMA | Lorenzo Nava | 2015-08-04 | 1 | -9/+12 |
| | | * | ARM: reduce visibility of dmac_* functions | Russell King | 2015-08-01 | 1 | -0/+1 |
| | |/
| |/| |
|
* | | | Merge branch 'for-4.3/sg' of git://git.kernel.dk/linux-block | Linus Torvalds | 2015-09-02 | 1 | -1/+1 |
|\ \ \
| |_|/
|/| | |
|
| * | | scatterlist: use sg_phys() | Dan Williams | 2015-08-17 | 1 | -1/+1 |
| |/ |
|
* / | ARM: 8404/1: dma-mapping: fix off-by-one error in bitmap size check | Marek Szyprowski | 2015-07-17 | 1 | -1/+1 |
|/ |
|
*-. | Merge branches 'arnd-fixes', 'clk', 'misc', 'v7' and 'fixes' into for-next | Russell King | 2015-06-12 | 1 | -15/+30 |
|\ \ |
|
| | * | ARM: 8347/1: dma-mapping: fix off-by-one check in arm_setup_iommu_dma_ops | Marek Szyprowski | 2015-05-04 | 1 | -8/+5 |
| |/
|/| |
|
| * | ARM: 8387/1: arm/mm/dma-mapping.c: Add arm_coherent_dma_mmap | Mike Looijmans | 2015-06-06 | 1 | -7/+25 |
|/ |
|