summaryrefslogtreecommitdiffstats
path: root/arch/arm64/mm/dma-mapping.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'iommu-updates-v4.7' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2016-05-191-4/+4
|\
| * iommu/dma: Finish optimising higher-order allocationsRobin Murphy2016-05-091-2/+2
| * iommu: of: enforce const-ness of struct iommu_opsRobin Murphy2016-05-091-2/+2
* | arm64/dma-mapping: Remove default domain workaroundRobin Murphy2016-04-211-44/+8
* | arm64/dma-mapping: Extend DMA ops workaround to PCI devicesRobin Murphy2016-04-211-0/+4
|/
* arm64: dma-mapping: fix handling of devices registered before arch_initcallMarek Szyprowski2016-02-171-0/+4
* arm64: add __init/__initdata section marker to some functions/variablesJisheng Zhang2015-12-021-2/+2
* arm64: simplify dma_get_opsArnd Bergmann2015-11-171-12/+4
* arm64/dma-mapping: Fix sizes in __iommu_{alloc,free}_attrsRobin Murphy2015-11-161-6/+13
* arm64: fixup for mm renamesAndrew Morton2015-11-071-1/+1
* mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep...Mel Gorman2015-11-061-2/+2
* arm64: Hook up IOMMU dma_opsRobin Murphy2015-10-151-0/+22
* arm64: Add IOMMU dma_opsRobin Murphy2015-10-151-0/+435
* arm64: dma-mapping: check whether cma area is initialized or notJisheng Zhang2015-09-141-1/+1
* arm64: dma-mapping: Simplify pgprot handlingRobin Murphy2015-08-031-3/+2
* arm64: dma-mapping: implement dma_get_sgtable()Robin Murphy2015-07-271-0/+14
* arm64: consolidate __swiotlb_mmapRobin Murphy2015-07-271-13/+7
* 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/+2
* arm64: Honor __GFP_ZERO in dma allocationsSuzuki K. Poulose2015-03-201-3/+9
* arm64: Increase the swiotlb buffer size 64MBCatalin Marinas2015-02-271-13/+3
* arm64: Combine coherent and non-coherent swiotlb dma_opsCatalin Marinas2015-01-231-64/+52
* arm64: add atomic pool for non-coherent and CMA allocationsLaura Abbott2014-10-091-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/+0
* 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/+1
* 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/+2
* arm64: DMA mapping APICatalin Marinas2012-09-171-0/+79
OpenPOWER on IntegriCloud