summaryrefslogtreecommitdiff
path: root/arch/arm/mm/dma-mapping.c
AgeCommit message (Expand)Author
2014-02-11ARM: dma-mapping: fix GFP_ATOMIC macro usageMarek Szyprowski
2014-01-21Merge branches 'amba', 'fixes', 'kees', 'misc' and 'unstable/sa11x0' into for...Russell King
2013-12-11ARM: fix executability of CMA mappingsRussell King
2013-12-09ARM: another fix for the DMA mapping checksRussell King
2013-11-30ARM: dma-mapping: check DMA mask against available memoryRussell King
2013-11-14Merge branch 'for-linus' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds
2013-11-14Merge branch 'for-linus-dma-masks' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds
2013-11-12Merge branches 'fixes', 'mmci' and 'sa11x0' into for-nextRussell King
2013-10-31ARM: DMA-API: better handing of DMA masks for coherent allocationsRussell King
2013-10-24ARM: dma-mapping: don't allow DMA mappings to be marked executableRussell King
2013-10-02ARM: dma-mapping: Always pass proper prot flags to iommu_map()Andreas Herrmann
2013-09-05Merge branch 'for-linus' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds
2013-08-29Merge remote-tracking branch 'origin/next' into kvm-ppc-nextAlexander Graf
2013-08-12ARM: mm: remove redundant dsb() prior to range TLB invalidationWill Deacon
2013-07-08Merge remote-tracking branch 'cmadma/for-v3.12-cma-dma' into kvm-ppc-nextAlexander Graf
2013-07-06Merge branch 'for-v3.11' of git://git.linaro.org/people/mszyprowski/linux-dma...Linus Torvalds
2013-07-02mm/cma: Move dma contiguous changes into a seperate configAneesh Kumar K.V
2013-06-29Merge branch 'devel-stable' into for-nextRussell King
2013-06-28ARM: dma: Drop __GFP_COMP for iommu dma memory allocationsRichard Zhao
2013-06-28ARM: DMA-mapping: mark all !DMA_TO_DEVICE pages in unmapping as cleanMing Lei
2013-06-28ARM: dma-mapping: NULLify dev->archdata.mapping pointer on detachWill Deacon
2013-06-28ARM: dma-mapping: convert DMA direction into IOMMU protection attributesWill Deacon
2013-06-28ARM: dma-mapping: Get pages if the cpu_addr is out of atomic_poolYoungJun Cho
2013-06-04ARM: mm: HugeTLB support for LPAE systems.Catalin Marinas
2013-05-23ARM: 7730/1: DMA-mapping: mark all !DMA_TO_DEVICE pages in unmapping as cleanMing Lei
2013-05-02Merge branches 'devel-stable', 'entry', 'fixes', 'mach-types', 'misc' and 'sm...Russell King
2013-04-17ARM: 7693/1: mm: clean-up in order to reduce to call kmap_high_get()Joonsoo Kim
2013-03-14ARM: DMA-mapping: add missing GFP_DMA flag for atomic buffer allocationMarek Szyprowski
2013-02-25ARM: DMA-mapping: fix memory leak in IOMMU dma-mapping implementationMarek Szyprowski
2013-02-25ARM: dma-mapping: Add maximum alignment order for dma iommu buffersSeung-Woo Kim
2013-02-25ARM: dma-mapping: use himem for DMA buffers for IOMMU-mapped devicesMarek Szyprowski
2013-02-25ARM: dma-mapping: add support for CMA regions placed in highmem zoneMarek Szyprowski
2013-02-25arm: dma mapping: export arm iommu functionsPrathyush K
2013-02-25ARM: dma-mapping: Add arm_iommu_detach_device()Hiroshi Doyu
2013-02-25ARM: dma-mapping: Set arm_dma_set_mask() for iommu->set_dma_mask()Hiroshi Doyu
2013-02-08ARM: DMA mapping: fix bad atomic testRussell King
2013-01-19ARM: DMA: Fix struct page iterator in dma_cache_maint() to work with sparsememRussell King
2012-12-17Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds
2012-11-29ARM: dma-mapping: add support for DMA_ATTR_FORCE_CONTIGUOUS attributeMarek Szyprowski
2012-11-21arm: dma mapping: Export a dma ops function arm_dma_set_maskGregory CLEMENT
2012-10-24ARM: dma-mapping: fix build warning in __dma_alloc()Jingoo Han
2012-10-02Merge branch 'next-cleanup' into for-v3.7Marek Szyprowski
2012-10-02ARM: dma-mapping: Remove unsed var at arm_coherent_iommu_unmap_pageHiroshi Doyu
2012-10-02ARM: add coherent iommu dma opsRob Herring
2012-10-02ARM: add coherent dma opsRob Herring
2012-10-02ARM: dma-mapping: Refrain noisy console messageHiroshi Doyu
2012-10-02ARM: dma-mapping: Small logical clean upHiroshi Doyu
2012-09-24ARM: dma-mapping: Fix potential memory leak in atomic_pool_init()Sachin Kamat
2012-09-10arm: mm: fix DMA pool affiliation checkThomas Petazzoni
2012-08-28ARM: dma-mapping: IOMMU allocates pages from atomic_pool with GFP_ATOMICHiroshi Doyu