summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'dma-mapping-4.13' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2017-07-0675-725/+778
|\
| * ARM: dma-mapping: Remove traces of NOMMU codeVladimir Murzin2017-06-301-27/+2
| * ARM: NOMMU: Set ARM_DMA_MEM_BUFFERABLE for M-class cpusVladimir Murzin2017-06-301-2/+6
| * ARM: NOMMU: Introduce dma operations for noMMUVladimir Murzin2017-06-304-4/+232
| * drivers: dma-mapping: allow dma_common_mmap() for NOMMUVladimir Murzin2017-06-307-2/+8
| * drivers: dma-coherent: Introduce default DMA poolVladimir Murzin2017-06-282-7/+55
| * drivers: dma-coherent: Account dma_pfn_offset when used with device treeVladimir Murzin2017-06-281-2/+13
| * dma: Take into account dma_pfn_offsetVladimir Murzin2017-06-281-3/+6
| * dma-mapping: replace dmam_alloc_noncoherent with dmam_alloc_attrsChristoph Hellwig2017-06-284-25/+23
| * dma-mapping: remove dmam_free_noncoherentChristoph Hellwig2017-06-283-23/+0
| * crypto: qat - avoid an uninitialized variable warningArnd Bergmann2017-06-281-19/+21
| * au1100fb: remove a bogus dma_free_nonconsistent callChristoph Hellwig2017-06-281-4/+0
| * MAINTAINERS: add entry for dma mapping helpersChristoph Hellwig2017-06-281-0/+15
| * powerpc: merge __dma_set_mask into dma_set_maskChristoph Hellwig2017-06-282-10/+4
| * dma-mapping: remove the set_dma_mask methodChristoph Hellwig2017-06-282-10/+0
| * powerpc/cell: use the dma_supported method for ops switchingChristoph Hellwig2017-06-281-16/+9
| * powerpc/cell: clean up fixed mapping dma_ops initializationChristoph Hellwig2017-06-281-20/+7
| * tile: remove dma_supported and mapping_error methodsChristoph Hellwig2017-06-281-30/+0
| * xen-swiotlb: remove xen_swiotlb_set_dma_maskChristoph Hellwig2017-06-281-12/+0
| * arm: implement ->dma_supported instead of ->set_dma_maskChristoph Hellwig2017-06-281-4/+3
| * mips/loongson64: implement ->dma_supported instead of ->set_dma_maskChristoph Hellwig2017-06-281-14/+5
| * dma-mapping: remove HAVE_ARCH_DMA_SUPPORTEDChristoph Hellwig2017-06-281-2/+0
| * x86: remove arch specific dma_supported implementationChristoph Hellwig2017-06-289-11/+13
| * arm: remove arch specific dma_supported implementationChristoph Hellwig2017-06-284-5/+8
| * openrisc: remove arch-specific dma_supported implementationChristoph Hellwig2017-06-281-7/+0
| * hexagon: remove the unused dma_is_consistent prototypeChristoph Hellwig2017-06-281-1/+0
| * hexagon: remove arch-specific dma_supported implementationChristoph Hellwig2017-06-282-11/+0
| * dma-virt: remove dma_supported and mapping_error methodsChristoph Hellwig2017-06-281-12/+0
| * dma-noop: remove dma_supported and mapping_error methodsChristoph Hellwig2017-06-281-12/+0
| * sparc: remove arch specific dma_supported implementationsChristoph Hellwig2017-06-284-43/+39
| * sparc: remove leon_dma_opsChristoph Hellwig2017-06-282-6/+2
| * dma-mapping: remove DMA_ERROR_CODEChristoph Hellwig2017-06-282-31/+5
| * arm: implement ->mapping_errorChristoph Hellwig2017-06-284-19/+38
| * x86: remove DMA_ERROR_CODEChristoph Hellwig2017-06-281-2/+0
| * x86/calgary: implement ->mapping_errorChristoph Hellwig2017-06-281-8/+16
| * x86/pci-nommu: implement ->mapping_errorChristoph Hellwig2017-06-281-1/+9
| * powerpc: implement ->mapping_errorChristoph Hellwig2017-06-286-19/+27
| * sparc: implement ->mapping_errorChristoph Hellwig2017-06-284-9/+21
| * s390: implement ->mapping_errorChristoph Hellwig2017-06-282-7/+13
| * iommu/amd: implement ->mapping_errorChristoph Hellwig2017-06-281-5/+13
| * hexagon: switch to use ->mapping_error for error reportingChristoph Hellwig2017-06-283-6/+9
| * arm64: remove DMA_ERROR_CODEChristoph Hellwig2017-06-202-3/+1
| * xtensa: remove DMA_ERROR_CODEChristoph Hellwig2017-06-201-2/+0
| * sh: remove DMA_ERROR_CODEChristoph Hellwig2017-06-201-2/+0
| * openrisc: remove DMA_ERROR_CODEChristoph Hellwig2017-06-201-2/+0
| * microblaze: remove DMA_ERROR_CODEChristoph Hellwig2017-06-201-2/+0
| * m32r: remove DMA_ERROR_CODEChristoph Hellwig2017-06-201-2/+0
| * ia64: remove DMA_ERROR_CODEChristoph Hellwig2017-06-201-2/+0
| * c6x: remove DMA_ERROR_CODEChristoph Hellwig2017-06-201-5/+0
| * xen-swiotlb: implement ->mapping_errorChristoph Hellwig2017-06-201-2/+10