summaryrefslogtreecommitdiffstats
path: root/include/linux/dma-mapping.h
Commit message (Expand)AuthorAgeFilesLines
* 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
| * treewide: Constify most dma_map_ops structuresBart Van Assche2017-01-241-21/+21
* | common: DMA-mapping: add DMA_ATTR_PRIVILEGED attributeMitchel Humpherys2017-01-191-0/+7
|/
* dma: add calls for dma_map_page_attrs and dma_unmap_page_attrsAlexander Duyck2016-12-141-7/+13
* dma-mapping: introduce the DMA_ATTR_NO_WARN attributeMauricio Faria de Oliveira2016-10-111-0/+5
* Merge tag 'dmaengine-4.9-rc1' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2016-10-061-0/+41
|\
| * dma-mapping: fix m32r build warningNiklas Söderlund2016-09-291-2/+1
| * dma-mapping: fix ia64 build, use PHYS_PFNNiklas Söderlund2016-09-291-1/+1
| * dma-mapping: add dma_{map,unmap}_resourceNiklas Söderlund2016-09-261-0/+36
| * dma-mapping: add {map,unmap}_resource to dma_map_opsNiklas Söderlund2016-09-261-0/+6
* | dma-mapping.h: preserve unmap info for CONFIG_DMA_API_DEBUGAndrey Smirnov2016-09-281-1/+1
|/
* dma-mapping: use unsigned long for dma_attrsKrzysztof Kozlowski2016-08-041-44/+84
* iommu: of: enforce const-ness of struct iommu_opsRobin Murphy2016-05-091-1/+1
* Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2016-03-201-0/+2
|\
| * dma: Provide simple noop dma opsChristian Borntraeger2016-03-021-0/+2
* | Merge branch 'mm-pat-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2016-03-141-8/+17
|\ \
| * | dma, mm/pat: Rename dma_*_writecombine() to dma_*_wc()Luis R. Rodriguez2016-03-091-8/+17
| |/
* / dma-mapping: avoid oops when parameter cpu_addr is nullZhen Lei2016-03-091-1/+1
|/
* dma-mapping: use offset_in_page macroGeliang Tang2016-01-201-2/+2
* dma-mapping: remove <asm-generic/dma-coherent.h>Christoph Hellwig2016-01-201-6/+28
* dma-mapping: always provide the dma_map_ops based implementationChristoph Hellwig2016-01-201-18/+361
* dma-mapping: tidy up dma_parms default handlingRobin Murphy2015-11-061-7/+11
* include/dma-mapping: Clarify output of dma_map_sgRicardo Ribalda Delgado2015-03-091-0/+4
* dma-mapping: detect and configure IOMMU in of_dma_configureWill Deacon2014-12-011-1/+7
* dma-mapping: replace set_arch_dma_coherent_ops with arch_setup_dma_opsWill Deacon2014-12-011-5/+2
* dma-mapping: Provide write-combine allocationsThierry Reding2014-08-261-0/+26
* Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-arm into nextLinus Torvalds2014-06-051-0/+7
|\
| * of: configure the platform device dma parametersSantosh Shilimkar2014-05-071-0/+7
* | DMA-API: Change dma_declare_coherent_memory() CPU address to phys_addr_tBjorn Helgaas2014-05-201-3/+4
* | DMA-API: Clarify physical/bus address distinctionBjorn Helgaas2014-05-201-0/+6
|/
* ARM: 7795/1: mm: dma-mapping: Add dma_max_pfn(dev) helper functionSantosh Shilimkar2013-10-311-0/+7
* DMA-API: provide a helper to setup DMA masksRussell King2013-10-311-0/+10
* DMA-API: provide a helper to set both DMA and coherent DMA masksRussell King2013-09-171-0/+14
* drivers:net: Convert dma_alloc_coherent(...__GFP_ZERO) to dma_zalloc_coherentJoe Perches2013-08-291-3/+2
* common: dma-mapping: introduce dma_get_sgtable() functionMarek Szyprowski2012-07-301-0/+3
* Merge branch 'for-linus' of git://git.linaro.org/people/mszyprowski/linux-dma...Linus Torvalds2012-04-041-4/+9
|\
| * common: dma-mapping: introduce mmap methodMarek Szyprowski2012-03-281-0/+3
| * common: dma-mapping: remove old alloc_coherent and free_coherent methodsMarek Szyprowski2012-03-281-4/+0
| * common: dma-mapping: introduce generic alloc() and free() methodsMarek Szyprowski2012-03-281-0/+6
* | ARM: dma-mapping: convert ARCH_HAS_DMA_SET_COHERENT_MASK to kconfig symbolRob Herring2012-03-251-1/+1
|/
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds2011-11-061-0/+3
|\
| * dma-mapping: Add get_required_mask if arch overrides defaultMilton Miller2011-09-201-0/+3
* | include/linux/dma-mapping.h: add dma_zalloc_coherent()Andrew Morton2011-11-021-0/+10
|/
* include/linux/dma-mapping.h: remove DMA_xxBIT_MASK macrosWANG Cong2011-07-261-21/+0
* net: remove mm.h inclusion from netdevice.hAlexey Dobriyan2011-06-211-9/+1
* arm: fix "arm: fix pci_set_consistent_dma_mask for dmabounce devices"FUJITA Tomonori2010-09-221-0/+4
* dma-mapping: fix build errors on !HAS_DMA architecturesHeiko Carstens2010-08-131-0/+2