summaryrefslogtreecommitdiff
path: root/arch/arm64/mm/dma-mapping.c
AgeCommit message (Expand)Author
2017-10-04dma mapping : export caller to vmallocinfoMatthieu CASTET
2017-10-02arm64: dma-mapping: Cocci spatch "vma_pages"Thomas Meyer
2017-08-21arm64: dma-mapping: Mark atomic_pool as __ro_after_initVladimir Murzin
2017-08-21arm64: dma-mapping: Do not pass data to gen_pool_set_algo()Vladimir Murzin
2017-07-20dma-coherent: introduce interface for default DMA poolVladimir Murzin
2017-07-06Merge tag 'dma-mapping-4.13' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds
2017-06-20arm64: remove DMA_ERROR_CODEChristoph Hellwig
2017-06-15arm64/dma-mapping: Remove extraneous null-pointer checksOlav Haugan
2017-05-09Merge tag 'iommu-updates-v4.12' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2017-05-05Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2017-05-05arm64: Fix the DMA mmap and get_sgtable API with DMA_ATTR_FORCE_CONTIGUOUSCatalin Marinas
2017-05-04Merge branches 'arm/exynos', 'arm/omap', 'arm/rockchip', 'arm/mediatek', 'arm...Joerg Roedel
2017-05-02xen/arm,arm64: fix xen_dma_ops after 815dd18 "Consolidate get_dma_ops..."Stefano Stabellini
2017-04-29iommu: Remove pci.h include from trace/events/iommu.hJoerg Roedel
2017-04-20arm64: dma-mapping: Remove the notifier trick to handle early setting of dma_opsSricharan R
2017-03-22arm64: Add support for DMA_ATTR_FORCE_CONTIGUOUS to IOMMUGeert Uytterhoeven
2017-02-25Merge tag 'for-next-dma_ops' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2017-02-24mm: wire up GFP flag passing in dma_alloc_from_contiguousLucas Stach
2017-02-22Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2017-02-06iommu/dma: Remove bogus dma_supported() implementationRobin Murphy
2017-01-26arm64: dma-mapping: Fix dma_mapping_error() when bypassing SWIOTLBRobin Murphy
2017-01-24treewide: Move dma_ops from struct dev_archdata into struct deviceBart Van Assche
2017-01-24treewide: Constify most dma_map_ops structuresBart Van Assche
2017-01-23arm64: dma-mapping: Only swizzle DMA ops for IOMMU_DOMAIN_DMAWill Deacon
2017-01-19arm64/dma-mapping: Implement DMA_ATTR_PRIVILEGEDMitchel Humpherys
2017-01-12arm64: Add support for DMA_ATTR_SKIP_CPU_SYNC attribute to swiotlbTakeshi Kihara
2017-01-06Merge branch 'stable/for-linus-4.10' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2016-12-19swiotlb: Convert swiotlb_force from int to enumGeert Uytterhoeven
2016-12-15Merge tag 'iommu-updates-v4.10' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2016-11-14arm64: Wire up iommu_dma_{map, unmap}_resource()Robin Murphy
2016-11-07arm64: Remove pointless WARN_ON in DMA teardownRobin Murphy
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