aboutsummaryrefslogtreecommitdiff
path: root/arch/arm64/mm/dma-mapping.c
AgeCommit message (Expand)Author
2015-05-17arm64: dma-mapping: always clear allocated buffersMarek Szyprowski
2015-03-28arm64: Honor __GFP_ZERO in dma allocationsSuzuki K. Poulose
2014-10-09arm64: add atomic pool for non-coherent and CMA allocationsLaura Abbott
2014-10-02arm64: Use DMA_ERROR_CODE to denote failed allocationSean Paul
2014-09-22arm64: Implement set_arch_dma_coherent_ops() to replace bus notifiersCatalin Marinas
2014-05-09arm64: Clean up the default pgprot settingCatalin Marinas
2014-05-03arm64: Use bus notifiers to set per-device coherent DMA opsCatalin Marinas
2014-05-03arm64: Make default dma_ops to be noncoherentRitesh Harjani
2014-03-24arm64: Remove pgprot_dmacoherent()Catalin Marinas
2014-03-24arm64: Support DMA_ATTR_WRITE_COMBINELaura Abbott
2014-03-24arm64: Implement custom mmap functions for dma mappingLaura Abbott
2014-02-27arm64: Implement coherent DMA API based on swiotlbCatalin Marinas
2014-02-27arm64: Use swiotlb late initialisationCatalin Marinas
2014-02-27arm64: Replace ZONE_DMA32 with ZONE_DMACatalin Marinas
2014-02-26arm64: Change misleading function names in dma-mappingRitesh Harjani
2014-02-05arm64: Align CMA sizes to PAGE_SIZELaura Abbott
2013-12-19arm64: Enable CMALaura Abbott
2013-12-19arm64: Warn on NULL device structure for dma APIsLaura Abbott
2012-10-08arm64: Call swiotlb_init() instead of swiotlb_init_with_default_size()Catalin Marinas
2012-09-17arm64: DMA mapping APICatalin Marinas