summaryrefslogtreecommitdiffstats
path: root/include/linux/dma-mapping.h
Commit message (Expand)AuthorAgeFilesLines
* 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
| * dma-mapping: remove the mapping_error dma_map_ops methodChristoph Hellwig2018-12-061-5/+0
| * dma-mapping: provide a generic DMA_MAPPING_ERRORChristoph Hellwig2018-12-061-0/+5
| * dma-mapping: move the arm64 noncoherent alloc/free support to common codeChristoph Hellwig2018-12-011-0/+5
| * dma-mapping: fix return type of dma_set_max_seg_size()Niklas Söderlund2018-11-271-2/+1
* | dma-mapping: fix flags in dma_alloc_wcChristoph Hellwig2018-12-221-1/+1
|/
* dma-mapping: translate __GFP_NOFAIL to DMA_ATTR_NO_WARNChristoph Hellwig2018-10-091-4/+10
* dma-debug: Check for drivers mapping invalid addresses in dma_map_single()Stephen Boyd2018-10-081-0/+1
* dma-mapping: make the get_required_mask method available unconditionallyChristoph Hellwig2018-10-011-2/+0
* Revert "dma-mapping: clear dev->dma_ops in arch_teardown_dma_ops"Christoph Hellwig2018-09-251-4/+1
* dma-mapping: support non-coherent devices in dma_common_get_sgtableChristoph Hellwig2018-09-201-3/+4
* dma-mapping: consolidate the dma mmap implementationsChristoph Hellwig2018-09-201-2/+3
* dma-mapping: merge direct and noncoherent opsChristoph Hellwig2018-09-201-1/+0
* dma-mapping: clear dev->dma_ops in arch_teardown_dma_opsChristoph Hellwig2018-09-081-1/+4
* dma-mapping: remove dma_deconfigureChristoph Hellwig2018-09-081-6/+0
* dma-mapping: remove dma_configureChristoph Hellwig2018-09-081-6/+0
* dma-mapping: relax warning for per-device areasRobin Murphy2018-07-251-1/+8
* x86/pci-dma: switch the VIA 32-bit DMA quirk to use the struct device flagChristoph Hellwig2018-05-281-11/+0
* dma-mapping: remove unused gfp_t parameter to arch_dma_alloc_attrsHuaisheng Ye2018-05-251-2/+2
* dma-mapping: provide a generic dma-noncoherent implementationChristoph Hellwig2018-05-191-0/+1
* dma-mapping: move the NEED_DMA_MAP_STATE config symbol to lib/KconfigChristoph Hellwig2018-05-091-1/+1
* PCI: remove PCI_DMA_BUS_IS_PHYSChristoph Hellwig2018-05-071-1/+0
* Merge tag 'dma-mapping-4.17' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2018-04-051-5/+14
|\
| * dma-coherent: Add NO_DMA dummies for managed DMA APIGeert Uytterhoeven2018-03-161-0/+9
| * dma-mapping: Convert NO_DMA get_dma_ops() into a real dummyGeert Uytterhoeven2018-03-161-5/+5
* | dma-mapping: Don't clear GFP_ZERO in dma_alloc_attrsChristoph Hellwig2018-03-281-6/+2
|/
* dma-mapping: fix a comment typoChristoph Hellwig2018-02-121-1/+1
* dma-direct: rename dma_noop to dma_directChristoph Hellwig2018-01-151-1/+1
* dma-mapping: add an arch_dma_supported hookChristoph Hellwig2018-01-151-0/+11
* dma-mapping: clear harmful GFP_* flags in common codeChristoph Hellwig2018-01-151-0/+7
* dma-mapping: warn when there is no coherent_dma_maskChristoph Hellwig2018-01-151-0/+1
* dma-mapping: take dma_pfn_offset into account in dma_max_pfnChristoph Hellwig2018-01-101-1/+1
* Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2017-12-051-2/+0
|\
| * scsi: dma-mapping: always provide dma_get_cache_alignmentChristoph Hellwig2017-11-211-2/+0
* | kmemcheck: remove annotationsLevin, Alexander (Sasha Levin)2017-11-151-7/+1
|/
* Merge tag 'dma-mapping-4.15' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2017-11-141-0/+13
|\
| * dma-mapping: turn dma_cache_sync into a dma_map_ops methodChristoph Hellwig2017-10-191-0/+13
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
|/