summaryrefslogtreecommitdiffstats
path: root/kernel/dma
AgeCommit message (Expand)AuthorLines
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 333Thomas Gleixner-13/+1
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner-0/+1
2019-05-21treewide: Add SPDX license identifier for missed filesThomas Gleixner-0/+1
2019-05-09Merge tag 'dma-mapping-5.2' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds-9/+6
2019-05-07Merge branch 'stable/for-linus-5.2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-1/+5
2019-05-06dma-mapping: add a Kconfig symbol to indicate arch_dma_prep_coherent presenceChristoph Hellwig-0/+3
2019-04-29dma/debug: Simplify stracktrace retrievalThomas Gleixner-8/+6
2019-04-24dma-mapping: remove an unnecessary NULL checkDan Carpenter-1/+1
2019-04-12swiotlb: save io_tlb_used to local variable before leaving critical sectionDongli Zhang-2/+5
2019-04-11dma-debug: only skip one stackframe entryScott Wood-1/+1
2019-04-10swiotlb: dump used and total slots when swiotlb buffer is fullDongli Zhang-1/+2
2019-04-08x86/dma: Remove the x86_dma_fallback_dev hackChristoph Hellwig-7/+0
2019-04-08dma-mapping: remove leftover NULL device supportChristoph Hellwig-1/+1
2019-04-08dma: select GENERIC_ALLOCATOR for DMA_REMAPClément Leger-0/+1
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