summaryrefslogtreecommitdiff
path: root/include/linux/dma-mapping.h
AgeCommit message (Expand)Author
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
2019-09-19Merge tag 'dma-mapping-5.4' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds
2019-09-04dma-mapping: introduce a dma_common_find_pages helperChristoph Hellwig
2019-09-04dma-mapping: always use VM_DMA_COHERENT for generic DMA remapChristoph Hellwig
2019-09-04dma-mapping: remove dma_release_declared_memoryChristoph Hellwig
2019-09-04dma-mapping: remove dma_{alloc,free,mmap}_writecombineChristoph Hellwig
2019-09-04dma-mapping: add a dma_can_mmap helperChristoph Hellwig
2019-09-03dma-mapping: introduce dma_get_merge_boundary()Yoshihiro Shimoda
2019-08-29dma-mapping: make dma_atomic_pool_init self-containedChristoph Hellwig
2019-08-21dma-mapping: remove is_device_dma_capableChristoph Hellwig
2019-07-23dma-mapping: use dma_get_mask in dma_addressing_limitedEric Auger
2019-07-17dma-mapping: add a dma_addressing_limited helperChristoph Hellwig
2019-07-10dma-mapping: remove dma_max_pfnChristoph Hellwig
2019-04-08dma-mapping: remove leftover NULL device supportChristoph Hellwig
2019-03-10Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds
2019-03-06dma: Introduce dma_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: improve selection of dma_declare_coherent availabilityChristoph 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-01dma-mapping: don't BUG when calling dma_map_resource on RAMChristoph Hellwig
2019-02-01dma-mapping: remove the default map_resource implementationChristoph Hellwig
2019-01-08dma-mapping: remove dma_zalloc_coherent()Luis Chamberlain
2019-01-04dma-mapping: properly stub out the DMA API for !CONFIG_HAS_DMAChristoph 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-22dma-mapping: fix flags in dma_alloc_wcChristoph Hellwig
2018-12-20dma-mapping: deprecate dma_zalloc_coherentChristoph Hellwig
2018-12-13dma-mapping: bypass indirect calls for dma-directChristoph Hellwig
2018-12-13dma-mapping: factor out dummy DMA opsRobin Murphy
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
2018-12-13dma-mapping: merge dma_unmap_page_attrs and dma_unmap_single_attrsChristoph Hellwig
2018-12-13dma-mapping: simplify the dma_sync_single_range_for_{cpu,device} implementationChristoph Hellwig