aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/dma-mapping.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-04-08dma-mapping: remove leftover NULL device supportChristoph Hellwig1-3/+3
2019-03-10Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-0/+8
2019-03-06dma: Introduce dma_max_mapping_size()Joerg Roedel1-0/+8
2019-02-20dma-mapping: remove the DMA_MEMORY_EXCLUSIVE flagChristoph Hellwig1-5/+2
2019-02-20dma-mapping: remove dma_mark_declared_memory_occupiedChristoph Hellwig1-9/+0
2019-02-20dma-mapping: improve selection of dma_declare_coherent availabilityChristoph Hellwig1-4/+4
2019-02-13dma-mapping: add a kconfig symbol for arch_teardown_dma_ops availabilityChristoph Hellwig1-3/+7
2019-02-13dma-mapping: add a kconfig symbol for arch_setup_dma_ops availabilityChristoph Hellwig1-4/+8
2019-02-01dma-mapping: don't BUG when calling dma_map_resource on RAMChristoph Hellwig1-1/+2
2019-02-01dma-mapping: remove the default map_resource implementationChristoph Hellwig1-5/+7
2019-01-08dma-mapping: remove dma_zalloc_coherent()Luis Chamberlain1-9/+0
2019-01-04dma-mapping: properly stub out the DMA API for !CONFIG_HAS_DMAChristoph Hellwig1-91/+164
2019-01-04dma-mapping: remove dmam_{declare,release}_coherent_memoryChristoph Hellwig1-19/+0
2019-01-04dma-mapping: implement dmam_alloc_coherent using dmam_alloc_attrsChristoph Hellwig1-7/+13
2019-01-04dma-mapping: implement dma_map_single_attrs using dma_map_page_attrsChristoph Hellwig1-42/+24
2018-12-28Merge tag 'dma-mapping-4.21' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds1-207/+143
2018-12-22dma-mapping: fix flags in dma_alloc_wcChristoph Hellwig1-1/+1
2018-12-20dma-mapping: deprecate dma_zalloc_coherentChristoph Hellwig1-3/+4
2018-12-13dma-mapping: bypass indirect calls for dma-directChristoph Hellwig1-14/+97
2018-12-13dma-mapping: factor out dummy DMA opsRobin Murphy1-0/+1
2018-12-13dma-mapping: move dma_cache_sync out of lineChristoph Hellwig1-10/+2
2018-12-13dma-mapping: move various slow path functions out of lineChristoph Hellwig1-137/+13
2018-12-13dma-mapping: merge dma_unmap_page_attrs and dma_unmap_single_attrsChristoph Hellwig1-13/+6
2018-12-13dma-mapping: simplify the dma_sync_single_range_for_{cpu,device} implementationChristoph Hellwig1-24/+10
2018-12-06dma-mapping: return an error code from dma_mapping_errorChristoph Hellwig1-1/+1
2018-12-06dma-mapping: remove the mapping_error dma_map_ops methodChristoph Hellwig1-5/+0
2018-12-06dma-mapping: provide a generic DMA_MAPPING_ERRORChristoph Hellwig1-0/+5
2018-12-01dma-mapping: move the arm64 noncoherent alloc/free support to common codeChristoph Hellwig1-0/+5
2018-11-27dma-mapping: fix return type of dma_set_max_seg_size()Niklas Söderlund1-2/+1
2018-10-09dma-mapping: translate __GFP_NOFAIL to DMA_ATTR_NO_WARNChristoph Hellwig1-4/+10
2018-10-08dma-debug: Check for drivers mapping invalid addresses in dma_map_single()Stephen Boyd1-0/+1
2018-10-01dma-mapping: make the get_required_mask method available unconditionallyChristoph Hellwig1-2/+0
2018-09-25Revert "dma-mapping: clear dev->dma_ops in arch_teardown_dma_ops"Christoph Hellwig1-4/+1
2018-09-20dma-mapping: support non-coherent devices in dma_common_get_sgtableChristoph Hellwig1-3/+4
2018-09-20dma-mapping: consolidate the dma mmap implementationsChristoph Hellwig1-2/+3
2018-09-20dma-mapping: merge direct and noncoherent opsChristoph Hellwig1-1/+0
2018-09-08dma-mapping: clear dev->dma_ops in arch_teardown_dma_opsChristoph Hellwig1-1/+4
2018-09-08dma-mapping: remove dma_deconfigureChristoph Hellwig1-6/+0
2018-09-08dma-mapping: remove dma_configureChristoph Hellwig1-6/+0
2018-07-25dma-mapping: relax warning for per-device areasRobin Murphy1-1/+8
2018-05-28x86/pci-dma: switch the VIA 32-bit DMA quirk to use the struct device flagChristoph Hellwig1-11/+0
2018-05-25dma-mapping: remove unused gfp_t parameter to arch_dma_alloc_attrsHuaisheng Ye1-2/+2
2018-05-19dma-mapping: provide a generic dma-noncoherent implementationChristoph Hellwig1-0/+1
2018-05-09dma-mapping: move the NEED_DMA_MAP_STATE config symbol to lib/KconfigChristoph Hellwig1-1/+1
2018-05-07PCI: remove PCI_DMA_BUS_IS_PHYSChristoph Hellwig1-1/+0
2018-04-05Merge tag 'dma-mapping-4.17' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds1-5/+14
2018-03-28dma-mapping: Don't clear GFP_ZERO in dma_alloc_attrsChristoph Hellwig1-6/+2
2018-03-16dma-coherent: Add NO_DMA dummies for managed DMA APIGeert Uytterhoeven1-0/+9
2018-03-16dma-mapping: Convert NO_DMA get_dma_ops() into a real dummyGeert Uytterhoeven1-5/+5
2018-02-12dma-mapping: fix a comment typoChristoph Hellwig1-1/+1