aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/dma-mapping.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-07dma-mapping: mark dma_supported staticChristoph Hellwig1-5/+0
2022-07-26dma-mapping: add flags to dma_map_ops to indicate PCI P2PDMA supportLogan Gunthorpe1-0/+5
2022-07-19dma-mapping: add dma_opt_mapping_size()John Garry1-0/+5
2022-03-28Reinstate some of "swiotlb: rework "fix info leak with DMA_FROM_DEVICE""Linus Torvalds1-8/+0
2022-03-26Revert "swiotlb: rework "fix info leak with DMA_FROM_DEVICE""Linus Torvalds1-0/+8
2022-03-07swiotlb: rework "fix info leak with DMA_FROM_DEVICE"Halil Pasic1-8/+0
2022-02-14swiotlb: fix info leak with DMA_FROM_DEVICEHalil Pasic1-0/+8
2021-08-14dma-mapping: return an unsigned int from dma_map_sg{,_attrs}Christoph Hellwig1-4/+5
2021-08-09dma-mapping: allow map_sg() ops to return negative error codesLogan Gunthorpe1-28/+7
2021-04-02dma-mapping: add unlikely hint to error path in dma_mapping_errorHeiner Kallweit1-1/+1
2021-03-19dma-mapping: remove a pointless empty line in dma_alloc_coherentWang Qing1-1/+0
2021-03-15dma-mapping: add a dma_alloc_noncontiguous APIChristoph Hellwig1-0/+32
2021-03-15dma-mapping: add a dma_mmap_pages helperChristoph Hellwig1-0/+2
2021-02-26Merge branch 'stable/for-linus-5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/swiotlbLinus Torvalds1-0/+16
2021-02-20driver core: add a min_align_mask field to struct device_dma_parametersJianxiong Gao1-0/+16
2021-02-09dma-mapping: remove the {alloc,free}_noncoherent methodsChristoph Hellwig1-4/+13
2020-12-16Merge tag 'arm-soc-drivers-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds1-7/+0
2020-11-18dma-mapping: remove the dma_direct_set_offset exportChristoph Hellwig1-7/+0
2020-11-17dma-mapping: remove dma_virt_opsChristoph Hellwig1-2/+0
2020-10-20dma-mapping: move more functions to dma-map-ops.hChristoph Hellwig1-24/+0
2020-10-06dma-mapping: move dma-debug.h to kernel/dma/Christoph Hellwig1-1/+15
2020-10-06dma-mapping: split <linux/dma-mapping.h>Christoph Hellwig1-166/+2
2020-09-25dma-mapping: add new {alloc,free}_noncoherent dma_map_ops methodsChristoph Hellwig1-0/+5
2020-09-25dma-mapping: add a new dma_alloc_pages APIChristoph Hellwig1-17/+17
2020-09-25dma-mapping: remove dma_cache_syncChristoph Hellwig1-8/+0
2020-09-25dma-mapping: add a new dma_alloc_noncoherent APIChristoph Hellwig1-0/+12
2020-09-25dma-mapping: better document dma_addr_t and DMA_MAPPING_ERRORChristoph Hellwig1-6/+10
2020-09-25dma-mapping: move valid_dma_direction to dma-direction.hChristoph Hellwig1-7/+0
2020-09-25dma-mapping: remove DMA_MASK_NONEChristoph Hellwig1-2/+0
2020-09-17dma-mapping: introduce DMA range map, supplanting dma_pfn_offsetJim Quinlan1-1/+8
2020-09-03dma-mapping: set default segment_boundary_mask to ULONG_MAXNicolin Chen1-1/+1
2020-09-03dma-mapping: introduce dma_get_seg_boundary_nr_pages()Nicolin Chen1-0/+19
2020-08-14dma-pool: fix coherent pool allocations for IOMMU mappingsChristoph Hellwig1-2/+3
2020-08-04Merge tag 'docs-5.9' of git://git.lwn.net/linuxLinus Torvalds1-1/+1
2020-07-19dma-mapping: make support for dma ops optionalChristoph Hellwig1-1/+11
2020-07-16dma-mapping: move the remaining DMA API calls out of lineChristoph Hellwig1-225/+22
2020-06-30dma-mapping: Add a new dma_need_sync APIChristoph Hellwig1-0/+5
2020-06-26docs: fix references for DMA*.txt filesMauro Carvalho Chehab1-1/+1
2020-06-06Merge tag 'dma-mapping-5.8-2' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds1-0/+80
2020-05-13dma-mapping: add generic helpers for mapping sgtable objectsMarek Szyprowski1-0/+80
2020-04-20dma-pool: add additional coherent pools to map to gfp maskDavid Rientjes1-3/+3
2019-11-28Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux; tag 'dma-mapping-5.5' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds1-3/+7
2019-11-21dma-mapping: treat dev->bus_dma_mask as a DMA limitNicolas Saenz Julienne1-1/+1
2019-11-14dma-mapping: remove the DMA_ATTR_WRITE_BARRIER flagChristoph Hellwig1-4/+1
2019-10-30dma-mapping: Add vmap checks to dma_map_single()Kees Cook1-0/+4
2019-10-30dma-mapping: fix handling of dma-ranges for reserved memory (again)Vladimir Murzin1-2/+2
2019-09-19Merge tag 'dma-mapping-5.4' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds1-20/+14
2019-09-04dma-mapping: introduce a dma_common_find_pages helperChristoph Hellwig1-0/+1
2019-09-04dma-mapping: always use VM_DMA_COHERENT for generic DMA remapChristoph Hellwig1-4/+2
2019-09-04dma-mapping: remove dma_release_declared_memoryChristoph Hellwig1-6/+0