summaryrefslogtreecommitdiff
path: root/arch/arm64/mm/dma-mapping.c
AgeCommit message (Expand)AuthorFilesLines
2014-10-10arm64: add atomic pool for non-coherent and CMA allocationsLaura Abbott1-19/+145
2014-10-02arm64: Use DMA_ERROR_CODE to denote failed allocationSean Paul1-1/+1
2014-09-22arm64: Implement set_arch_dma_coherent_ops() to replace bus notifiersCatalin Marinas1-31/+0
2014-05-09arm64: Clean up the default pgprot settingCatalin Marinas1-1/+1
2014-05-04arm64: Use bus notifiers to set per-device coherent DMA opsCatalin Marinas1-1/+32
2014-05-04arm64: Make default dma_ops to be noncoherentRitesh Harjani1-1/+1
2014-03-24arm64: Remove pgprot_dmacoherent()Catalin Marinas1-3/+1
2014-03-24arm64: Support DMA_ATTR_WRITE_COMBINELaura Abbott1-2/+12
2014-03-24arm64: Implement custom mmap functions for dma mappingLaura Abbott1-0/+44
2014-02-27arm64: Implement coherent DMA API based on swiotlbCatalin Marinas1-1/+161
2014-02-27arm64: Use swiotlb late initialisationCatalin Marinas1-2/+8
2014-02-27arm64: Replace ZONE_DMA32 with ZONE_DMACatalin Marinas1-2/+2
2014-02-26arm64: Change misleading function names in dma-mappingRitesh Harjani1-10/+10
2014-02-05arm64: Align CMA sizes to PAGE_SIZELaura Abbott1-0/+1
2013-12-19arm64: Enable CMALaura Abbott1-2/+23
2013-12-19arm64: Warn on NULL device structure for dma APIsLaura Abbott1-0/+10
2012-10-08arm64: Call swiotlb_init() instead of swiotlb_init_with_default_size()Catalin Marinas1-4/+2
2012-09-17arm64: DMA mapping APICatalin Marinas1-0/+79