summaryrefslogtreecommitdiff
path: root/arch/arm64/mm/dma-mapping.c
AgeCommit message (Expand)Author
2017-03-10Revert "arm64/dma-mapping: __generic_dma_ops always call swiotlb_dma_ops"Jianqun Xu
2016-07-26arm64/dma-mapping: __generic_dma_ops always call swiotlb_dma_opsJianqun Xu
2016-05-13Merge branch 'linux-linaro-lsk-v4.4-android' of git://git.linaro.org/kernel/l...Huang, Tao
2016-05-12Merge branch 'linux-linaro-lsk-v4.4' into linux-linaro-lsk-v4.4-androidAlex Shi
2016-05-11arm64: add __init/__initdata section marker to some functions/variablesJisheng Zhang
2016-03-18FROMLIST: iommu: dma-iommu: move IOMMU/DMA-mapping code from ARM64 arch to dr...Marek Szyprowski
2016-03-03Merge tag 'v4.4.3'Huang, Tao
2016-02-29Merge branch 'linux-linaro-lsk-v4.4' into linux-linaro-lsk-v4.4-androidAlex Shi
2016-02-25arm64: dma-mapping: fix handling of devices registered before arch_initcallMarek Szyprowski
2016-02-16arm64: pass return address to dma_common_contiguous_remapJin Qian
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
2012-09-17arm64: DMA mapping APICatalin Marinas