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