aboutsummaryrefslogtreecommitdiff
path: root/arch/arm64/mm/dma-mapping.c
AgeCommit message (Expand)Author
2017-11-15arm64: dma-mapping: Only swizzle DMA ops for IOMMU_DOMAIN_DMAWill Deacon
2017-03-12arm64: dma-mapping: Fix dma_mapping_error() when bypassing SWIOTLBRobin Murphy
2017-01-26swiotlb: Convert swiotlb_force from int to enumGeert Uytterhoeven
2016-10-11Merge tag 'iommu-updates-v4.9' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2016-09-16iommu/dma: Avoid PCI host bridge windowsRobin Murphy
2016-08-22arm64: apply __ro_after_init to some objectsJisheng Zhang
2016-08-22arm64: mm: convert __dma_* routines to use start, sizeKwangwoo Lee
2016-08-04dma-mapping: use unsigned long for dma_attrsKrzysztof Kozlowski
2016-07-08arm64: mm: change IOMMU notifier action to attach DMA opsLorenzo Pieralisi
2016-06-21arm64: mm: only initialize swiotlb when necessaryJisheng Zhang
2016-05-19Merge tag 'iommu-updates-v4.7' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2016-05-09iommu/dma: Finish optimising higher-order allocationsRobin Murphy
2016-05-09iommu: of: enforce const-ness of struct iommu_opsRobin Murphy
2016-04-21arm64/dma-mapping: Remove default domain workaroundRobin Murphy
2016-04-21arm64/dma-mapping: Extend DMA ops workaround to PCI devicesRobin Murphy
2016-02-17arm64: dma-mapping: fix handling of devices registered before arch_initcallMarek Szyprowski
2015-12-02arm64: add __init/__initdata section marker to some functions/variablesJisheng Zhang
2015-11-17arm64: simplify dma_get_opsArnd Bergmann
2015-11-16arm64/dma-mapping: Fix sizes in __iommu_{alloc,free}_attrsRobin Murphy
2015-11-07arm64: fixup for mm renamesAndrew Morton
2015-11-06mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep...Mel Gorman
2015-10-15arm64: Hook up IOMMU dma_opsRobin Murphy
2015-10-15arm64: Add IOMMU dma_opsRobin Murphy
2015-09-14arm64: dma-mapping: check whether cma area is initialized or notJisheng Zhang
2015-08-03arm64: dma-mapping: Simplify pgprot handlingRobin Murphy
2015-07-27arm64: dma-mapping: implement dma_get_sgtable()Robin Murphy
2015-07-27arm64: consolidate __swiotlb_mmapRobin Murphy
2015-06-15arm64 : Introduce support for ACPI _CCA objectSuthikulpanit, Suravee
2015-04-29arm64: add missing PAGE_ALIGN() to __dma_free()Dean Nelson
2015-04-27arm64: dma-mapping: always clear allocated buffersMarek Szyprowski
2015-03-20arm64: Honor __GFP_ZERO in dma allocationsSuzuki K. Poulose
2015-02-27arm64: Increase the swiotlb buffer size 64MBCatalin Marinas
2015-01-23arm64: Combine coherent and non-coherent swiotlb dma_opsCatalin Marinas
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