summaryrefslogtreecommitdiffstats
path: root/include/linux/dma-mapping.h
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* Merge tag 'dma-mapping-4.14' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2017-09-121-22/+6
|\
| * dma-coherent: remove the DMA_MEMORY_MAP and DMA_MEMORY_IO flagsChristoph Hellwig2017-09-011-4/+2
| * dma-coherent: remove the DMA_MEMORY_INCLUDES_CHILDREN flagChristoph Hellwig2017-09-011-2/+1
| * dma-mapping: remove dma_alloc_noncoherent and dma_free_noncoherentChristoph Hellwig2017-08-291-14/+0
| * dma-mapping: reduce dma_mapping_error inline bloatRobin Murphy2017-08-251-3/+4
* | Merge branch 'linus' into x86/mm to pick up fixes and to fix conflictsIngo Molnar2017-08-261-8/+32
|\ \ | |/
| * dma-coherent: introduce interface for default DMA poolVladimir Murzin2017-07-201-8/+32
* | swiotlb: Add warnings for use of bounce buffers with SMETom Lendacky2017-07-181-0/+13
|/
* dma-mapping: replace dmam_alloc_noncoherent with dmam_alloc_attrsChristoph Hellwig2017-06-281-2/+3
* dma-mapping: remove dmam_free_noncoherentChristoph Hellwig2017-06-281-2/+0
* dma-mapping: remove the set_dma_mask methodChristoph Hellwig2017-06-281-6/+0
* dma-mapping: remove HAVE_ARCH_DMA_SUPPORTEDChristoph Hellwig2017-06-281-2/+0
* dma-mapping: remove DMA_ERROR_CODEChristoph Hellwig2017-06-281-5/+0
* of/acpi: Configure dma operations at probe time for platform/amba/pci bus dev...Sricharan R2017-04-201-0/+12
* Merge tag 'for-next-dma_ops' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-02-251-21/+34
|\
| * lib/dma-virt: Add dma_virt_opsBart Van Assche2017-01-241-0/+1
| * treewide: Consolidate get_dma_ops() implementationsBart Van Assche2017-01-241-0/+7
| * treewide: Consolidate set_dma_ops() implementationsBart Van Assche2017-01-241-0/+5
OpenPOWER on IntegriCloud