aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm64/mm/dma-mapping.c
Commit message (Expand)AuthorAge
* arm64: dma-mapping: Fix dma_mapping_error() when bypassing SWIOTLBRobin Murphy2017-03-12
* swiotlb: Convert swiotlb_force from int to enumGeert Uytterhoeven2017-01-26
* Merge tag 'iommu-updates-v4.9' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2016-10-11
|\
| * iommu/dma: Avoid PCI host bridge windowsRobin Murphy2016-09-16
* | arm64: apply __ro_after_init to some objectsJisheng Zhang2016-08-22
* | arm64: mm: convert __dma_* routines to use start, sizeKwangwoo Lee2016-08-22
|/
* dma-mapping: use unsigned long for dma_attrsKrzysztof Kozlowski2016-08-04
* arm64: mm: change IOMMU notifier action to attach DMA opsLorenzo Pieralisi2016-07-08
* arm64: mm: only initialize swiotlb when necessaryJisheng Zhang2016-06-21
* Merge tag 'iommu-updates-v4.7' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2016-05-19
|\
| * iommu/dma: Finish optimising higher-order allocationsRobin Murphy2016-05-09
| * iommu: of: enforce const-ness of struct iommu_opsRobin Murphy2016-05-09
* | arm64/dma-mapping: Remove default domain workaroundRobin Murphy2016-04-21
* | arm64/dma-mapping: Extend DMA ops workaround to PCI devicesRobin Murphy2016-04-21
|/
* arm64: dma-mapping: fix handling of devices registered before arch_initcallMarek Szyprowski2016-02-17
* arm64: add __init/__initdata section marker to some functions/variablesJisheng Zhang2015-12-02
* arm64: simplify dma_get_opsArnd Bergmann2015-11-17
* arm64/dma-mapping: Fix sizes in __iommu_{alloc,free}_attrsRobin Murphy2015-11-16
* arm64: fixup for mm renamesAndrew Morton2015-11-07
* mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep...Mel Gorman2015-11-06
* arm64: Hook up IOMMU dma_opsRobin Murphy2015-10-15
* arm64: Add IOMMU dma_opsRobin Murphy2015-10-15
* arm64: dma-mapping: check whether cma area is initialized or notJisheng Zhang2015-09-14
* arm64: dma-mapping: Simplify pgprot handlingRobin Murphy2015-08-03
* arm64: dma-mapping: implement dma_get_sgtable()Robin Murphy2015-07-27
* arm64: consolidate __swiotlb_mmapRobin Murphy2015-07-27
* arm64 : Introduce support for ACPI _CCA objectSuthikulpanit, Suravee2015-06-15
* arm64: add missing PAGE_ALIGN() to __dma_free()Dean Nelson2015-04-29
* arm64: dma-mapping: always clear allocated buffersMarek Szyprowski2015-04-27
* arm64: Honor __GFP_ZERO in dma allocationsSuzuki K. Poulose2015-03-20
* arm64: Increase the swiotlb buffer size 64MBCatalin Marinas2015-02-27
* arm64: Combine coherent and non-coherent swiotlb dma_opsCatalin Marinas2015-01-23
* arm64: add atomic pool for non-coherent and CMA allocationsLaura Abbott2014-10-09
* arm64: Use DMA_ERROR_CODE to denote failed allocationSean Paul2014-10-02
* arm64: Implement set_arch_dma_coherent_ops() to replace bus notifiersCatalin Marinas2014-09-22
* arm64: Clean up the default pgprot settingCatalin Marinas2014-05-09
* arm64: Use bus notifiers to set per-device coherent DMA opsCatalin Marinas2014-05-03
* arm64: Make default dma_ops to be noncoherentRitesh Harjani2014-05-03
* arm64: Remove pgprot_dmacoherent()Catalin Marinas2014-03-24
* arm64: Support DMA_ATTR_WRITE_COMBINELaura Abbott2014-03-24
* arm64: Implement custom mmap functions for dma mappingLaura Abbott2014-03-24
* arm64: Implement coherent DMA API based on swiotlbCatalin Marinas2014-02-27
* arm64: Use swiotlb late initialisationCatalin Marinas2014-02-27
* arm64: Replace ZONE_DMA32 with ZONE_DMACatalin Marinas2014-02-27
* arm64: Change misleading function names in dma-mappingRitesh Harjani2014-02-26
* arm64: Align CMA sizes to PAGE_SIZELaura Abbott2014-02-05
* arm64: Enable CMALaura Abbott2013-12-19
* arm64: Warn on NULL device structure for dma APIsLaura Abbott2013-12-19
* arm64: Call swiotlb_init() instead of swiotlb_init_with_default_size()Catalin Marinas2012-10-08
* arm64: DMA mapping APICatalin Marinas2012-09-17