aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm64/mm/dma-mapping.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-11-07arm64: fixup for mm renamesAndrew Morton1-1/+1
2015-11-06mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep and avoiding waking kswapdMel Gorman1-2/+2
2015-10-15arm64: Hook up IOMMU dma_opsRobin Murphy1-0/+22
2015-10-15arm64: Add IOMMU dma_opsRobin Murphy1-0/+435
2015-09-14arm64: dma-mapping: check whether cma area is initialized or notJisheng Zhang1-1/+1
2015-08-03arm64: dma-mapping: Simplify pgprot handlingRobin Murphy1-3/+2
2015-07-27arm64: dma-mapping: implement dma_get_sgtable()Robin Murphy1-0/+14
2015-07-27arm64: consolidate __swiotlb_mmapRobin Murphy1-13/+7
2015-06-15arm64 : Introduce support for ACPI _CCA objectSuthikulpanit, Suravee1-0/+92
2015-04-29arm64: add missing PAGE_ALIGN() to __dma_free()Dean Nelson1-1/+2
2015-04-27arm64: dma-mapping: always clear allocated buffersMarek Szyprowski1-4/+2
2015-03-20arm64: Honor __GFP_ZERO in dma allocationsSuzuki K. Poulose1-3/+9
2015-02-27arm64: Increase the swiotlb buffer size 64MBCatalin Marinas1-13/+3
2015-01-23arm64: Combine coherent and non-coherent swiotlb dma_opsCatalin Marinas1-64/+52
2014-10-09arm64: 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-03arm64: Use bus notifiers to set per-device coherent DMA opsCatalin Marinas1-1/+32
2014-05-03arm64: 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