summaryrefslogtreecommitdiffstats
path: root/kernel/dma
AgeCommit message (Expand)AuthorLines
2019-03-12memblock: drop memblock_alloc_*_nopanic() variantsMike Rapoport-1/+1
2019-03-12treewide: add checks for the return value of memblock_alloc*()Mike Rapoport-2/+2
2019-03-12swiotlb: add checks for the return value of memblock_alloc*()Mike Rapoport-6/+13
2019-03-10Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds-0/+39
2019-03-10Merge tag 'dma-mapping-5.1' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds-116/+179
2019-03-08Merge branch 'stable/for-linus-5.1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-1/+49
2019-03-07Merge tag 'powerpc-5.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds-18/+11
2019-03-06dma: Introduce dma_max_mapping_size()Joerg Roedel-0/+25
2019-03-06swiotlb: Add is_swiotlb_active() functionJoerg Roedel-0/+9
2019-03-06swiotlb: Introduce swiotlb_max_mapping_size()Joerg Roedel-0/+5
2019-02-20dma-mapping: remove the DMA_MEMORY_EXCLUSIVE flagChristoph Hellwig-18/+7
2019-02-20dma-mapping: remove dma_mark_declared_memory_occupiedChristoph Hellwig-23/+0
2019-02-20dma-mapping: move CONFIG_DMA_CMA to kernel/dma/KconfigChristoph Hellwig-0/+77
2019-02-20dma-mapping: improve selection of dma_declare_coherent availabilityChristoph Hellwig-2/+2
2019-02-18swiotlb: remove swiotlb_dma_supportedChristoph Hellwig-12/+0
2019-02-18dma-mapping, powerpc: simplify the arch dma_set_mask overrideChristoph Hellwig-2/+10
2019-02-18powerpc/dma: stop overriding dma_get_required_maskChristoph Hellwig-2/+0
2019-02-18dma-direct: we might need GFP_DMA for 32-bit dma masksChristoph Hellwig-2/+1
2019-02-16swiotlb: drop pointless static qualifier in swiotlb_create_debugfs()YueHaibing-1/+1
2019-02-13dma-mapping: remove an incorrect __iommem annotationChristoph Hellwig-1/+1
2019-02-13dma-mapping: add a kconfig symbol for arch_teardown_dma_ops availabilityChristoph Hellwig-0/+3
2019-02-13dma-mapping: add a kconfig symbol for arch_setup_dma_ops availabilityChristoph Hellwig-0/+3
2019-02-13dma-mapping: move debug configuration options to kernel/dmaAndy Shevchenko-0/+36
2019-02-12swiotlb: checking whether swiotlb buffer is full with io_tlb_usedDongli Zhang-0/+4
2019-02-12swiotlb: add debugfs to track swiotlb buffer usageDongli Zhang-0/+44
2019-02-12swiotlb: fix comment on swiotlb_bounce()Dongli Zhang-1/+1
2019-02-01dma-debug: add dumping facility via debugfsCorentin Labbe-0/+28
2019-02-01dma: debug: no need to check return value of debugfs_create functionsGreg Kroah-Hartman-76/+12
2019-02-01dma-mapping: remove the default map_resource implementationChristoph Hellwig-0/+14
2019-01-16swiotlb: clear io_tlb_start and io_tlb_end in swiotlb_exitChristoph Hellwig-0/+2
2019-01-05dma-direct: fix DMA_ATTR_NO_KERNEL_MAPPING for remapped allocationsChristoph Hellwig-6/+7
2019-01-04dma-mapping: remove a few unused exportsChristoph Hellwig-4/+0
2019-01-04dma-mapping: remove dmam_{declare,release}_coherent_memoryChristoph Hellwig-55/+0
2019-01-04dma-mapping: implement dmam_alloc_coherent using dmam_alloc_attrsChristoph Hellwig-39/+0
2019-01-04dma-mapping: implement dma_map_single_attrs using dma_map_page_attrsChristoph Hellwig-13/+4
2018-12-28Merge tag 'dma-mapping-4.21' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds-565/+708
2018-12-20dma-mapping: fix inverted logic in dma_supportedThierry Reding-1/+1
2018-12-20dma-mapping: zero memory returned from dma_alloc_*Christoph Hellwig-1/+1
2018-12-17dma-direct: do not include SME mask in the DMA supported checkLendacky, Thomas-1/+6
2018-12-13dma-mapping: bypass indirect calls for dma-directChristoph Hellwig-44/+33
2018-12-13dma-direct: merge swiotlb_dma_ops into the dma_direct codeChristoph Hellwig-251/+94
2018-12-13dma-direct: use dma_direct_map_page to implement dma_direct_map_sgChristoph Hellwig-9/+5
2018-12-13dma-direct: improve addressability error reportingChristoph Hellwig-21/+15
2018-12-13swiotlb: remove dma_mark_cleanChristoph Hellwig-17/+1
2018-12-13swiotlb: remove SWIOTLB_MAP_ERRORChristoph Hellwig-2/+2
2018-12-13dma-mapping: factor out dummy DMA opsRobin Murphy-1/+40
2018-12-13dma-mapping: always build the direct mapping codeChristoph Hellwig-9/+1
2018-12-13dma-mapping: move dma_cache_sync out of lineChristoph Hellwig-0/+11
2018-12-13dma-mapping: move various slow path functions out of lineChristoph Hellwig-2/+138
2018-12-13dma-mapping: move dma_get_required_mask to kernel/dmaChristoph Hellwig-1/+33