summaryrefslogtreecommitdiffstats
path: root/include/linux/dma-mapping.h
Commit message (Expand)AuthorAgeFilesLines
* dma-pool: fix coherent pool allocations for IOMMU mappingsChristoph Hellwig2020-08-141-2/+3
* Merge tag 'docs-5.9' of git://git.lwn.net/linuxLinus Torvalds2020-08-041-1/+1
|\
| * docs: fix references for DMA*.txt filesMauro Carvalho Chehab2020-06-261-1/+1
* | dma-mapping: make support for dma ops optionalChristoph Hellwig2020-07-191-1/+11
* | dma-mapping: move the remaining DMA API calls out of lineChristoph Hellwig2020-07-161-225/+22
* | dma-mapping: Add a new dma_need_sync APIChristoph Hellwig2020-06-301-0/+5
|/
* Merge tag 'dma-mapping-5.8-2' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2020-06-061-0/+80
|\
| * dma-mapping: add generic helpers for mapping sgtable objectsMarek Szyprowski2020-05-131-0/+80
* | dma-pool: add additional coherent pools to map to gfp maskDavid Rientjes2020-04-201-3/+3
|/
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Linus Torvalds2019-11-281-3/+7
|\
| * dma-mapping: treat dev->bus_dma_mask as a DMA limitNicolas Saenz Julienne2019-11-211-1/+1
| * dma-mapping: Add vmap checks to dma_map_single()Kees Cook2019-10-301-0/+4
| * dma-mapping: fix handling of dma-ranges for reserved memory (again)Vladimir Murzin2019-10-301-2/+2
* | dma-mapping: remove the DMA_ATTR_WRITE_BARRIER flagChristoph Hellwig2019-11-141-4/+1
|/
* Merge tag 'dma-mapping-5.4' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2019-09-191-20/+14
|\
| * dma-mapping: introduce a dma_common_find_pages helperChristoph Hellwig2019-09-041-0/+1
| * dma-mapping: always use VM_DMA_COHERENT for generic DMA remapChristoph Hellwig2019-09-041-4/+2
| * dma-mapping: remove dma_release_declared_memoryChristoph Hellwig2019-09-041-6/+0
| * dma-mapping: remove dma_{alloc,free,mmap}_writecombineChristoph Hellwig2019-09-041-9/+0
| * dma-mapping: add a dma_can_mmap helperChristoph Hellwig2019-09-041-0/+5
| * dma-mapping: introduce dma_get_merge_boundary()Yoshihiro Shimoda2019-09-031-0/+6
| * dma-mapping: make dma_atomic_pool_init self-containedChristoph Hellwig2019-08-291-1/+0
* | dma-mapping: remove is_device_dma_capableChristoph Hellwig2019-08-211-5/+0
|/
* dma-mapping: use dma_get_mask in dma_addressing_limitedEric Auger2019-07-231-2/+2
* dma-mapping: add a dma_addressing_limited helperChristoph Hellwig2019-07-171-0/+14
* dma-mapping: remove dma_max_pfnChristoph Hellwig2019-07-101-7/+0
* dma-mapping: remove leftover NULL device supportChristoph Hellwig2019-04-081-3/+3
* Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2019-03-101-0/+8
|\
| * dma: Introduce dma_max_mapping_size()Joerg Roedel2019-03-061-0/+8
* | dma-mapping: remove the DMA_MEMORY_EXCLUSIVE flagChristoph Hellwig2019-02-201-5/+2
* | dma-mapping: remove dma_mark_declared_memory_occupiedChristoph Hellwig2019-02-201-9/+0
* | dma-mapping: improve selection of dma_declare_coherent availabilityChristoph Hellwig2019-02-201-4/+4
* | dma-mapping: add a kconfig symbol for arch_teardown_dma_ops availabilityChristoph Hellwig2019-02-131-3/+7
* | dma-mapping: add a kconfig symbol for arch_setup_dma_ops availabilityChristoph Hellwig2019-02-131-4/+8
* | dma-mapping: don't BUG when calling dma_map_resource on RAMChristoph Hellwig2019-02-011-1/+2
* | dma-mapping: remove the default map_resource implementationChristoph Hellwig2019-02-011-5/+7
|/
* dma-mapping: remove dma_zalloc_coherent()Luis Chamberlain2019-01-081-9/+0
* dma-mapping: properly stub out the DMA API for !CONFIG_HAS_DMAChristoph Hellwig2019-01-041-91/+164
* dma-mapping: remove dmam_{declare,release}_coherent_memoryChristoph Hellwig2019-01-041-19/+0
* dma-mapping: implement dmam_alloc_coherent using dmam_alloc_attrsChristoph Hellwig2019-01-041-7/+13
* dma-mapping: implement dma_map_single_attrs using dma_map_page_attrsChristoph Hellwig2019-01-041-42/+24
* Merge tag 'dma-mapping-4.21' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2018-12-281-207/+143
|\
| * dma-mapping: deprecate dma_zalloc_coherentChristoph Hellwig2018-12-201-3/+4
| * dma-mapping: bypass indirect calls for dma-directChristoph Hellwig2018-12-131-14/+97
| * dma-mapping: factor out dummy DMA opsRobin Murphy2018-12-131-0/+1
| * dma-mapping: move dma_cache_sync out of lineChristoph Hellwig2018-12-131-10/+2
| * dma-mapping: move various slow path functions out of lineChristoph Hellwig2018-12-131-137/+13
| * dma-mapping: merge dma_unmap_page_attrs and dma_unmap_single_attrsChristoph Hellwig2018-12-131-13/+6
| * dma-mapping: simplify the dma_sync_single_range_for_{cpu,device} implementationChristoph Hellwig2018-12-131-24/+10
| * dma-mapping: return an error code from dma_mapping_errorChristoph Hellwig2018-12-061-1/+1