summaryrefslogtreecommitdiffstats
path: root/kernel/dma
AgeCommit message (Expand)Author
2019-09-06dma-direct: don't truncate dma_required_mask to bus addressing capabilitiesLucas Stach
2019-08-25dma-mapping: check pfn validity in dma_common_{mmap,get_sgtable}Christoph Hellwig
2019-08-06swiotlb: fix phys_addr_t overflow warningArnd Bergmann
2019-07-31dma-remap: Avoid de-referencing NULL atomic_poolFlorian Fainelli
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 333Thomas Gleixner
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner
2019-05-21treewide: Add SPDX license identifier for missed filesThomas Gleixner
2019-05-09Merge tag 'dma-mapping-5.2' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds
2019-05-07Merge branch 'stable/for-linus-5.2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2019-05-06dma-mapping: add a Kconfig symbol to indicate arch_dma_prep_coherent presenceChristoph Hellwig
2019-04-29dma/debug: Simplify stracktrace retrievalThomas Gleixner
2019-04-24dma-mapping: remove an unnecessary NULL checkDan Carpenter
2019-04-12swiotlb: save io_tlb_used to local variable before leaving critical sectionDongli Zhang
2019-04-11dma-debug: only skip one stackframe entryScott Wood
2019-04-10swiotlb: dump used and total slots when swiotlb buffer is fullDongli Zhang
2019-04-08x86/dma: Remove the x86_dma_fallback_dev hackChristoph Hellwig
2019-04-08dma-mapping: remove leftover NULL device supportChristoph Hellwig
2019-04-08dma: select GENERIC_ALLOCATOR for DMA_REMAPClément Leger
2019-03-12memblock: drop memblock_alloc_*_nopanic() variantsMike Rapoport
2019-03-12treewide: add checks for the return value of memblock_alloc*()Mike Rapoport
2019-03-12swiotlb: add checks for the return value of memblock_alloc*()Mike Rapoport
2019-03-10Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds
2019-03-10Merge tag 'dma-mapping-5.1' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds
2019-03-08Merge branch 'stable/for-linus-5.1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2019-03-07Merge tag 'powerpc-5.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds
2019-03-06dma: Introduce dma_max_mapping_size()Joerg Roedel
2019-03-06swiotlb: Add is_swiotlb_active() functionJoerg Roedel
2019-03-06swiotlb: Introduce swiotlb_max_mapping_size()Joerg Roedel
2019-02-20dma-mapping: remove the DMA_MEMORY_EXCLUSIVE flagChristoph Hellwig
2019-02-20dma-mapping: remove dma_mark_declared_memory_occupiedChristoph Hellwig
2019-02-20dma-mapping: move CONFIG_DMA_CMA to kernel/dma/KconfigChristoph Hellwig
2019-02-20dma-mapping: improve selection of dma_declare_coherent availabilityChristoph Hellwig
2019-02-18swiotlb: remove swiotlb_dma_supportedChristoph Hellwig
2019-02-18dma-mapping, powerpc: simplify the arch dma_set_mask overrideChristoph Hellwig
2019-02-18powerpc/dma: stop overriding dma_get_required_maskChristoph Hellwig
2019-02-18dma-direct: we might need GFP_DMA for 32-bit dma masksChristoph Hellwig
2019-02-16swiotlb: drop pointless static qualifier in swiotlb_create_debugfs()YueHaibing
2019-02-13dma-mapping: remove an incorrect __iommem annotationChristoph Hellwig
2019-02-13dma-mapping: add a kconfig symbol for arch_teardown_dma_ops availabilityChristoph Hellwig
2019-02-13dma-mapping: add a kconfig symbol for arch_setup_dma_ops availabilityChristoph Hellwig
2019-02-13dma-mapping: move debug configuration options to kernel/dmaAndy Shevchenko
2019-02-12swiotlb: checking whether swiotlb buffer is full with io_tlb_usedDongli Zhang
2019-02-12swiotlb: add debugfs to track swiotlb buffer usageDongli Zhang
2019-02-12swiotlb: fix comment on swiotlb_bounce()Dongli Zhang
2019-02-01dma-debug: add dumping facility via debugfsCorentin Labbe
2019-02-01dma: debug: no need to check return value of debugfs_create functionsGreg Kroah-Hartman
2019-02-01dma-mapping: remove the default map_resource implementationChristoph Hellwig
2019-01-16swiotlb: clear io_tlb_start and io_tlb_end in swiotlb_exitChristoph Hellwig
2019-01-05dma-direct: fix DMA_ATTR_NO_KERNEL_MAPPING for remapped allocationsChristoph Hellwig
2019-01-04dma-mapping: remove a few unused exportsChristoph Hellwig