summaryrefslogtreecommitdiff
path: root/include/linux/dma-mapping.h
AgeCommit message (Expand)Author
2023-11-06dma-mapping: move dma_addressing_limited() out of lineJia He
2023-08-01swiotlb: if swiotlb is full, fall back to a transient memory poolPetr Tesarik
2023-06-19dma: allow dma_get_cache_alignment() to be overridden by the arch codeCatalin Marinas
2023-06-19mm/slab: decouple ARCH_KMALLOC_MINALIGN from ARCH_DMA_MINALIGNCatalin Marinas
2022-09-07dma-mapping: mark dma_supported staticChristoph Hellwig
2022-07-26dma-mapping: add flags to dma_map_ops to indicate PCI P2PDMA supportLogan Gunthorpe
2022-07-19dma-mapping: add dma_opt_mapping_size()John Garry
2022-03-28Reinstate some of "swiotlb: rework "fix info leak with DMA_FROM_DEVICE""Linus Torvalds
2022-03-26Revert "swiotlb: rework "fix info leak with DMA_FROM_DEVICE""Linus Torvalds
2022-03-07swiotlb: rework "fix info leak with DMA_FROM_DEVICE"Halil Pasic
2022-02-14swiotlb: fix info leak with DMA_FROM_DEVICEHalil Pasic
2021-08-14dma-mapping: return an unsigned int from dma_map_sg{,_attrs}Christoph Hellwig
2021-08-09dma-mapping: allow map_sg() ops to return negative error codesLogan Gunthorpe
2021-04-02dma-mapping: add unlikely hint to error path in dma_mapping_errorHeiner Kallweit
2021-03-19dma-mapping: remove a pointless empty line in dma_alloc_coherentWang Qing
2021-03-15dma-mapping: add a dma_alloc_noncontiguous APIChristoph Hellwig
2021-03-15dma-mapping: add a dma_mmap_pages helperChristoph Hellwig
2021-02-26Merge branch 'stable/for-linus-5.12' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2021-02-20driver core: add a min_align_mask field to struct device_dma_parametersJianxiong Gao
2021-02-09dma-mapping: remove the {alloc,free}_noncoherent methodsChristoph Hellwig
2020-12-16Merge tag 'arm-soc-drivers-5.11' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2020-11-18dma-mapping: remove the dma_direct_set_offset exportChristoph Hellwig
2020-11-17dma-mapping: remove dma_virt_opsChristoph Hellwig
2020-10-20dma-mapping: move more functions to dma-map-ops.hChristoph Hellwig
2020-10-06dma-mapping: move dma-debug.h to kernel/dma/Christoph Hellwig
2020-10-06dma-mapping: split <linux/dma-mapping.h>Christoph Hellwig
2020-09-25dma-mapping: add new {alloc,free}_noncoherent dma_map_ops methodsChristoph Hellwig
2020-09-25dma-mapping: add a new dma_alloc_pages APIChristoph Hellwig
2020-09-25dma-mapping: remove dma_cache_syncChristoph Hellwig
2020-09-25dma-mapping: add a new dma_alloc_noncoherent APIChristoph Hellwig
2020-09-25dma-mapping: better document dma_addr_t and DMA_MAPPING_ERRORChristoph Hellwig
2020-09-25dma-mapping: move valid_dma_direction to dma-direction.hChristoph Hellwig
2020-09-25dma-mapping: remove DMA_MASK_NONEChristoph Hellwig
2020-09-17dma-mapping: introduce DMA range map, supplanting dma_pfn_offsetJim Quinlan
2020-09-03dma-mapping: set default segment_boundary_mask to ULONG_MAXNicolin Chen
2020-09-03dma-mapping: introduce dma_get_seg_boundary_nr_pages()Nicolin Chen
2020-08-14dma-pool: fix coherent pool allocations for IOMMU mappingsChristoph Hellwig
2020-08-04Merge tag 'docs-5.9' of git://git.lwn.net/linuxLinus Torvalds
2020-07-19dma-mapping: make support for dma ops optionalChristoph Hellwig
2020-07-16dma-mapping: move the remaining DMA API calls out of lineChristoph Hellwig
2020-06-30dma-mapping: Add a new dma_need_sync APIChristoph Hellwig
2020-06-26docs: fix references for DMA*.txt filesMauro Carvalho Chehab
2020-06-06Merge tag 'dma-mapping-5.8-2' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds
2020-05-13dma-mapping: add generic helpers for mapping sgtable objectsMarek Szyprowski
2020-04-20dma-pool: add additional coherent pools to map to gfp maskDavid Rientjes
2019-11-28Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Linus Torvalds
2019-11-21dma-mapping: treat dev->bus_dma_mask as a DMA limitNicolas Saenz Julienne
2019-11-14dma-mapping: remove the DMA_ATTR_WRITE_BARRIER flagChristoph Hellwig
2019-10-30dma-mapping: Add vmap checks to dma_map_single()Kees Cook
2019-10-30dma-mapping: fix handling of dma-ranges for reserved memory (again)Vladimir Murzin