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