summaryrefslogtreecommitdiffstats
path: root/arch/arm/mm/dma-mapping.c
Commit message (Expand)AuthorAgeFilesLines
* 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-051-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/+0
|\
| * 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/+0
* | | arm: dma-mapping: remove order parameter from arm_iommu_create_mapping()Marek Szyprowski2014-02-281-22/+21
* | | 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
| |/ /
* | | ARM: another fix for the DMA mapping checksRussell King2013-12-091-51/+40
| |/ |/|
* | ARM: dma-mapping: check DMA mask against available memoryRussell King2013-11-301-2/+7
|/
* Merge branch 'for-linus' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds2013-11-141-2/+2
|\
| *-. Merge branches 'fixes', 'mmci' and 'sa11x0' into for-nextRussell King2013-11-121-2/+2
| |\ \
| | * | ARM: dma-mapping: don't allow DMA mappings to be marked executableRussell King2013-10-241-2/+2
| | |/
* | | Merge branch 'for-linus-dma-masks' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds2013-11-141-6/+45
|\ \ \ | |/ / |/| |
| * | ARM: DMA-API: better handing of DMA masks for coherent allocationsRussell King2013-10-311-6/+45
| |/
* | ARM: dma-mapping: Always pass proper prot flags to iommu_map()Andreas Herrmann2013-10-021-15/+28
|/
* Merge branch 'for-linus' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds2013-09-051-1/+0
|\
| * ARM: mm: remove redundant dsb() prior to range TLB invalidationWill Deacon2013-08-121-1/+0
* | Merge remote-tracking branch 'origin/next' into kvm-ppc-nextAlexander Graf2013-08-291-8/+32
|\ \ | |/
| * Merge branch 'for-v3.11' of git://git.linaro.org/people/mszyprowski/linux-dma...Linus Torvalds2013-07-061-8/+32
| |\
| | * ARM: dma: Drop __GFP_COMP for iommu dma memory allocationsRichard Zhao2013-06-281-0/+9
| | * ARM: DMA-mapping: mark all !DMA_TO_DEVICE pages in unmapping as cleanMing Lei2013-06-281-3/+17
| | * ARM: dma-mapping: NULLify dev->archdata.mapping pointer on detachWill Deacon2013-06-281-1/+1
| | * ARM: dma-mapping: convert DMA direction into IOMMU protection attributesWill Deacon2013-06-281-2/+16
| | * ARM: dma-mapping: Get pages if the cpu_addr is out of atomic_poolYoungJun Cho2013-06-281-5/+6
* | | Merge remote-tracking branch 'cmadma/for-v3.12-cma-dma' into kvm-ppc-nextAlexander Graf2013-07-081-3/+3
|\ \ \ | |/ / |/| |
| * | mm/cma: Move dma contiguous changes into a seperate configAneesh Kumar K.V2013-07-021-3/+3
| |/
* | Merge branch 'devel-stable' into for-nextRussell King2013-06-291-1/+1
|\ \
| * | ARM: mm: HugeTLB support for LPAE systems.Catalin Marinas2013-06-041-1/+1
| |/
* | ARM: 7730/1: DMA-mapping: mark all !DMA_TO_DEVICE pages in unmapping as cleanMing Lei2013-05-231-3/+17
|/
* Merge branches 'devel-stable', 'entry', 'fixes', 'mach-types', 'misc' and 'sm...Russell King2013-05-021-7/+8
|\
| * ARM: 7693/1: mm: clean-up in order to reduce to call kmap_high_get()Joonsoo Kim2013-04-171-7/+8
* | ARM: DMA-mapping: add missing GFP_DMA flag for atomic buffer allocationMarek Szyprowski2013-03-141-2/+3
|/
* ARM: DMA-mapping: fix memory leak in IOMMU dma-mapping implementationMarek Szyprowski2013-02-251-3/+3
* ARM: dma-mapping: Add maximum alignment order for dma iommu buffersSeung-Woo Kim2013-02-251-0/+3
* ARM: dma-mapping: use himem for DMA buffers for IOMMU-mapped devicesMarek Szyprowski2013-02-251-2/+7
* ARM: dma-mapping: add support for CMA regions placed in highmem zoneMarek Szyprowski2013-02-251-15/+42
* arm: dma mapping: export arm iommu functionsPrathyush K2013-02-251-0/+4
* ARM: dma-mapping: Add arm_iommu_detach_device()Hiroshi Doyu2013-02-251-0/+25
* ARM: dma-mapping: Set arm_dma_set_mask() for iommu->set_dma_mask()Hiroshi Doyu2013-02-251-0/+4
OpenPOWER on IntegriCloud