summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* dma-mapping: zero memory returned from dma_alloc_*Christoph Hellwig2018-12-2014-15/+18
* sparc/iommu: fix ->map_sg return valueChristoph Hellwig2018-12-191-21/+18
* sparc/io-unit: fix ->map_sg return valueChristoph Hellwig2018-12-191-12/+11
* arm64: default to the direct mapping in get_arch_dma_opsChristoph Hellwig2018-12-191-5/+1
* PCI: Remove unused attr variable in pci_dma_configureNathan Chancellor2018-12-151-1/+0
* ia64: only select ARCH_HAS_DMA_COHERENT_TO_PFN if swiotlb is enabledChristoph Hellwig2018-12-151-1/+1
* dma-mapping: bypass indirect calls for dma-directChristoph Hellwig2018-12-1320-119/+150
* vmd: use the proper dma_* APIs instead of direct methods callsChristoph Hellwig2018-12-131-25/+17
* dma-direct: merge swiotlb_dma_ops into the dma_direct codeChristoph Hellwig2018-12-1314-338/+150
* dma-direct: use dma_direct_map_page to implement dma_direct_map_sgChristoph Hellwig2018-12-131-9/+5
* dma-direct: improve addressability error reportingChristoph Hellwig2018-12-131-21/+15
* swiotlb: remove dma_mark_cleanChristoph Hellwig2018-12-136-57/+31
* swiotlb: remove SWIOTLB_MAP_ERRORChristoph Hellwig2018-12-133-7/+4
* ACPI / scan: Refactor _CCA enforcementRobin Murphy2018-12-133-4/+7
* dma-mapping: factor out dummy DMA opsRobin Murphy2018-12-135-90/+42
* 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