summaryrefslogtreecommitdiffstats
path: root/arch/arm64/mm/dma-mapping.c
Commit message (Expand)AuthorAgeFilesLines
* arm64: dma-mapping: Simplify pgprot handlingRobin Murphy2015-08-031-3/+2Star
* arm64: dma-mapping: implement dma_get_sgtable()Robin Murphy2015-07-271-0/+14
* arm64: consolidate __swiotlb_mmapRobin Murphy2015-07-271-13/+7Star
* arm64 : Introduce support for ACPI _CCA objectSuthikulpanit, Suravee2015-06-151-0/+92
* arm64: add missing PAGE_ALIGN() to __dma_free()Dean Nelson2015-04-291-1/+2
* arm64: dma-mapping: always clear allocated buffersMarek Szyprowski2015-04-271-4/+2Star
* arm64: Honor __GFP_ZERO in dma allocationsSuzuki K. Poulose2015-03-201-3/+9
* arm64: Increase the swiotlb buffer size 64MBCatalin Marinas2015-02-271-13/+3Star
* arm64: Combine coherent and non-coherent swiotlb dma_opsCatalin Marinas2015-01-231-64/+52Star
* arm64: add atomic pool for non-coherent and CMA allocationsLaura Abbott2014-10-101-19/+145
* arm64: Use DMA_ERROR_CODE to denote failed allocationSean Paul2014-10-021-1/+1
* arm64: Implement set_arch_dma_coherent_ops() to replace bus notifiersCatalin Marinas2014-09-221-31/+0Star
* arm64: Clean up the default pgprot settingCatalin Marinas2014-05-091-1/+1
* arm64: Use bus notifiers to set per-device coherent DMA opsCatalin Marinas2014-05-031-1/+32
* arm64: Make default dma_ops to be noncoherentRitesh Harjani2014-05-031-1/+1
* arm64: Remove pgprot_dmacoherent()Catalin Marinas2014-03-241-3/+1Star
* arm64: Support DMA_ATTR_WRITE_COMBINELaura Abbott2014-03-241-2/+12
* arm64: Implement custom mmap functions for dma mappingLaura Abbott2014-03-241-0/+44
* arm64: Implement coherent DMA API based on swiotlbCatalin Marinas2014-02-271-1/+161
* arm64: Use swiotlb late initialisationCatalin Marinas2014-02-271-2/+8
* arm64: Replace ZONE_DMA32 with ZONE_DMACatalin Marinas2014-02-271-2/+2
* arm64: Change misleading function names in dma-mappingRitesh Harjani2014-02-261-10/+10
* arm64: Align CMA sizes to PAGE_SIZELaura Abbott2014-02-051-0/+1
* arm64: Enable CMALaura Abbott2013-12-191-2/+23
* arm64: Warn on NULL device structure for dma APIsLaura Abbott2013-12-191-0/+10
* arm64: Call swiotlb_init() instead of swiotlb_init_with_default_size()Catalin Marinas2012-10-081-4/+2Star
* arm64: DMA mapping APICatalin Marinas2012-09-171-0/+79