summaryrefslogtreecommitdiff
path: root/kernel/dma
AgeCommit message (Expand)Author
2019-04-11dma-debug: only skip one stackframe entryScott Wood
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
2019-01-04dma-mapping: remove dmam_{declare,release}_coherent_memoryChristoph Hellwig
2019-01-04dma-mapping: implement dmam_alloc_coherent using dmam_alloc_attrsChristoph Hellwig
2019-01-04dma-mapping: implement dma_map_single_attrs using dma_map_page_attrsChristoph Hellwig
2018-12-28Merge tag 'dma-mapping-4.21' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds
2018-12-20dma-mapping: fix inverted logic in dma_supportedThierry Reding
2018-12-20dma-mapping: zero memory returned from dma_alloc_*Christoph Hellwig
2018-12-17dma-direct: do not include SME mask in the DMA supported checkLendacky, Thomas
2018-12-13dma-mapping: bypass indirect calls for dma-directChristoph Hellwig
2018-12-13dma-direct: merge swiotlb_dma_ops into the dma_direct codeChristoph Hellwig
2018-12-13dma-direct: use dma_direct_map_page to implement dma_direct_map_sgChristoph Hellwig
2018-12-13dma-direct: improve addressability error reportingChristoph Hellwig
2018-12-13swiotlb: remove dma_mark_cleanChristoph Hellwig
2018-12-13swiotlb: remove SWIOTLB_MAP_ERRORChristoph Hellwig
2018-12-13dma-mapping: factor out dummy DMA opsRobin Murphy
2018-12-13dma-mapping: always build the direct mapping codeChristoph Hellwig
2018-12-13dma-mapping: move dma_cache_sync out of lineChristoph Hellwig
2018-12-13dma-mapping: move various slow path functions out of lineChristoph Hellwig