summaryrefslogtreecommitdiff
path: root/include/linux/dma-mapping.h
AgeCommit message (Expand)Author
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
2018-12-06dma-mapping: return an error code from dma_mapping_errorChristoph Hellwig
2018-12-06dma-mapping: remove the mapping_error dma_map_ops methodChristoph Hellwig
2018-12-06dma-mapping: provide a generic DMA_MAPPING_ERRORChristoph Hellwig
2018-12-01dma-mapping: move the arm64 noncoherent alloc/free support to common codeChristoph Hellwig
2018-11-27dma-mapping: fix return type of dma_set_max_seg_size()Niklas Söderlund
2018-10-09dma-mapping: translate __GFP_NOFAIL to DMA_ATTR_NO_WARNChristoph Hellwig
2018-10-08dma-debug: Check for drivers mapping invalid addresses in dma_map_single()Stephen Boyd
2018-10-01dma-mapping: make the get_required_mask method available unconditionallyChristoph Hellwig
2018-09-25Revert "dma-mapping: clear dev->dma_ops in arch_teardown_dma_ops"Christoph Hellwig
2018-09-20dma-mapping: support non-coherent devices in dma_common_get_sgtableChristoph Hellwig
2018-09-20dma-mapping: consolidate the dma mmap implementationsChristoph Hellwig
2018-09-20dma-mapping: merge direct and noncoherent opsChristoph Hellwig
2018-09-08dma-mapping: clear dev->dma_ops in arch_teardown_dma_opsChristoph Hellwig
2018-09-08dma-mapping: remove dma_deconfigureChristoph Hellwig
2018-09-08dma-mapping: remove dma_configureChristoph Hellwig
2018-07-25dma-mapping: relax warning for per-device areasRobin Murphy
2018-05-28x86/pci-dma: switch the VIA 32-bit DMA quirk to use the struct device flagChristoph Hellwig
2018-05-25dma-mapping: remove unused gfp_t parameter to arch_dma_alloc_attrsHuaisheng Ye
2018-05-19dma-mapping: provide a generic dma-noncoherent implementationChristoph Hellwig
2018-05-09dma-mapping: move the NEED_DMA_MAP_STATE config symbol to lib/KconfigChristoph Hellwig
2018-05-07PCI: remove PCI_DMA_BUS_IS_PHYSChristoph Hellwig
2018-04-05Merge tag 'dma-mapping-4.17' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds
2018-03-28dma-mapping: Don't clear GFP_ZERO in dma_alloc_attrsChristoph Hellwig
2018-03-16dma-coherent: Add NO_DMA dummies for managed DMA APIGeert Uytterhoeven
2018-03-16dma-mapping: Convert NO_DMA get_dma_ops() into a real dummyGeert Uytterhoeven
2018-02-12dma-mapping: fix a comment typoChristoph Hellwig
2018-01-15dma-direct: rename dma_noop to dma_directChristoph Hellwig