aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2018-12-13dma-mapping: always build the direct mapping codeChristoph Hellwig24-31/+1
2018-12-13dma-mapping: move dma_cache_sync out of lineChristoph Hellwig2-10/+13
2018-12-13dma-mapping: move various slow path functions out of lineChristoph Hellwig3-140/+151
2018-12-13dma-mapping: move dma_get_required_mask to kernel/dmaChristoph Hellwig2-32/+33
2018-12-13dma-mapping: merge dma_unmap_page_attrs and dma_unmap_single_attrsChristoph Hellwig1-13/+6
2018-12-13dma-mapping: simplify the dma_sync_single_range_for_{cpu,device} implementationChristoph Hellwig3-93/+10
2018-12-13dma-mapping: remove a pointless memset in dma_atomic_pool_initChristoph Hellwig1-1/+0
2018-12-13sparc: use DT node full_name in sparc_dma_alloc_resourceChristoph Hellwig1-1/+1
2018-12-11sparc: merge 32-bit and 64-bit version of pci.hChristoph Hellwig3-88/+49
2018-12-11sparc: move the leon PCI memory space comment to <asm/leon.h>Christoph Hellwig2-9/+9
2018-12-11sparc: remove not required includes from dma-mapping.hChristoph Hellwig1-3/+1
2018-12-11sparc: remove the sparc32_dma_ops indirectionChristoph Hellwig4-236/+138
2018-12-11sparc: factor the dma coherent mapping into helperChristoph Hellwig1-84/+67
2018-12-11sparc: remove not needed sbus_dma_ops methodsChristoph Hellwig1-20/+0
2018-12-11dma-debug: Batch dma_debug_entry allocationRobin Murphy2-30/+24
2018-12-11dma/debug: Remove dma_debug_resize_entries()Robin Murphy2-53/+0
2018-12-11x86/dma/amd-gart: Stop resizing dma_debug_entry poolRobin Murphy2-27/+1
2018-12-11dma-debug: Make leak-like behaviour apparentRobin Murphy2-1/+18
2018-12-11dma-debug: Dynamically expand the dma_debug_entry poolRobin Murphy2-44/+46
2018-12-11dma-debug: Use pr_fmt()Robin Murphy1-36/+38
2018-12-11dma-debug: Expose nr_total_entries in debugfsRobin Murphy2-0/+10
2018-12-06arch: switch the default on ARCH_HAS_SG_CHAINChristoph Hellwig15-47/+8
2018-12-06dma-mapping: return an error code from dma_mapping_errorChristoph Hellwig1-1/+1
2018-12-06dma-mapping: remove the mapping_error dma_map_ops methodChristoph Hellwig2-11/+0
2018-12-06xen-swiotlb: remove the mapping_error dma_map_ops methodChristoph Hellwig1-10/+2
2018-12-06iommu/dma-iommu: remove the mapping_error dma_map_ops methodChristoph Hellwig3-20/+11
2018-12-06iommu/vt-d: remove the mapping_error dma_map_ops methodChristoph Hellwig1-9/+3
2018-12-06iommu/intel: small map_page cleanupChristoph Hellwig1-7/+7
2018-12-06iommu: remove the mapping_error dma_map_ops methodChristoph Hellwig1-13/+5
2018-12-06x86/calgary: remove the mapping_error dma_map_ops methodChristoph Hellwig1-23/+7
2018-12-06x86/amd_gart: remove the mapping_error dma_map_ops methodChristoph Hellwig1-34/+6
2018-12-06ia64/sn: remove the mapping_error dma_map_ops methodChristoph Hellwig1-7/+1
2018-12-06ia64/sba_iommu: remove the mapping_error dma_map_ops methodChristoph Hellwig1-7/+1
2018-12-06ia64/sba_iommu: improve internal map_page usersChristoph Hellwig1-44/+29
2018-12-06alpha: remove the mapping_error dma_map_ops methodChristoph Hellwig1-10/+4
2018-12-06arm64: remove the dummy_dma_ops mapping_error methodChristoph Hellwig1-7/+1
2018-12-06parisc/sba_iommu: remove the mapping_error dma_map_ops methodChristoph Hellwig1-9/+1
2018-12-06parisc/ccio: remove the mapping_error dma_map_ops methodChristoph Hellwig1-9/+1
2018-12-06sparc: remove the mapping_error dma_map_ops methodChristoph Hellwig3-21/+7
2018-12-06s390: remove the mapping_error dma_map_ops methodChristoph Hellwig1-13/+5
2018-12-06mips/jazz: remove the mapping_error dma_map_ops methodChristoph Hellwig2-17/+5
2018-12-06powerpc/iommu: remove the mapping_error dma_map_ops methodChristoph Hellwig5-27/+15
2018-12-06arm: remove the mapping_error dma_map_ops methodChristoph Hellwig3-35/+18
2018-12-06dma-direct: remove the mapping_error dma_map_ops methodChristoph Hellwig4-17/+6
2018-12-06dma-mapping: provide a generic DMA_MAPPING_ERRORChristoph Hellwig1-0/+5
2018-12-05dma-mapping: fix lack of DMA address assignment in generic remap allocatorMarek Szyprowski1-1/+7
2018-12-01csky: use the generic remapping dma alloc implementationChristoph Hellwig2-141/+3
2018-12-01csky: don't use GFP_DMA in atomic_pool_initChristoph Hellwig1-1/+1
2018-12-01csky: don't select DMA_NONCOHERENT_OPSChristoph Hellwig1-1/+0
2018-12-01dma-remap: support DMA_ATTR_NO_KERNEL_MAPPINGChristoph Hellwig1-2/+9