summaryrefslogtreecommitdiff
path: root/include/linux/dma-mapping.h
AgeCommit message (Expand)AuthorFilesLines
2016-10-12dma-mapping: introduce the DMA_ATTR_NO_WARN attributeMauricio Faria de Oliveira1-0/+5
2016-10-07Merge tag 'dmaengine-4.9-rc1' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds1-0/+41
2016-09-29dma-mapping: fix m32r build warningNiklas Söderlund1-2/+1
2016-09-29dma-mapping: fix ia64 build, use PHYS_PFNNiklas Söderlund1-1/+1
2016-09-29dma-mapping.h: preserve unmap info for CONFIG_DMA_API_DEBUGAndrey Smirnov1-1/+1
2016-09-26dma-mapping: add dma_{map,unmap}_resourceNiklas Söderlund1-0/+36
2016-09-26dma-mapping: add {map,unmap}_resource to dma_map_opsNiklas Söderlund1-0/+6
2016-08-04dma-mapping: use unsigned long for dma_attrsKrzysztof Kozlowski1-44/+84
2016-05-09iommu: of: enforce const-ness of struct iommu_opsRobin Murphy1-1/+1
2016-03-20Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-0/+2
2016-03-15Merge branch 'mm-pat-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-8/+17
2016-03-10dma-mapping: avoid oops when parameter cpu_addr is nullZhen Lei1-1/+1
2016-03-09dma, mm/pat: Rename dma_*_writecombine() to dma_*_wc()Luis R. Rodriguez1-8/+17
2016-03-02dma: Provide simple noop dma opsChristian Borntraeger1-0/+2
2016-01-21dma-mapping: use offset_in_page macroGeliang Tang1-2/+2
2016-01-21dma-mapping: remove <asm-generic/dma-coherent.h>Christoph Hellwig1-6/+28
2016-01-21dma-mapping: always provide the dma_map_ops based implementationChristoph Hellwig1-18/+361
2015-11-07dma-mapping: tidy up dma_parms default handlingRobin Murphy1-7/+11
2015-03-09include/dma-mapping: Clarify output of dma_map_sgRicardo Ribalda Delgado1-0/+4
2014-12-01dma-mapping: detect and configure IOMMU in of_dma_configureWill Deacon1-1/+7
2014-12-01dma-mapping: replace set_arch_dma_coherent_ops with arch_setup_dma_opsWill Deacon1-5/+2
2014-08-26dma-mapping: Provide write-combine allocationsThierry Reding1-0/+26
2014-06-06Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-arm into nextLinus Torvalds1-0/+7
2014-05-21DMA-API: Change dma_declare_coherent_memory() CPU address to phys_addr_tBjorn Helgaas1-3/+4
2014-05-21DMA-API: Clarify physical/bus address distinctionBjorn Helgaas1-0/+6
2014-05-07of: configure the platform device dma parametersSantosh Shilimkar1-0/+7
2013-10-31ARM: 7795/1: mm: dma-mapping: Add dma_max_pfn(dev) helper functionSantosh Shilimkar1-0/+7
2013-10-31DMA-API: provide a helper to setup DMA masksRussell King1-0/+10
2013-09-17DMA-API: provide a helper to set both DMA and coherent DMA masksRussell King1-0/+14
2013-08-30drivers:net: Convert dma_alloc_coherent(...__GFP_ZERO) to dma_zalloc_coherentJoe Perches1-3/+2
2012-07-30common: dma-mapping: introduce dma_get_sgtable() functionMarek Szyprowski1-0/+3
2012-04-05Merge branch 'for-linus' of git://git.linaro.org/people/mszyprowski/linux-dma...Linus Torvalds1-4/+9
2012-03-28common: dma-mapping: introduce mmap methodMarek Szyprowski1-0/+3
2012-03-28common: dma-mapping: remove old alloc_coherent and free_coherent methodsMarek Szyprowski1-4/+0
2012-03-28common: dma-mapping: introduce generic alloc() and free() methodsMarek Szyprowski1-0/+6
2012-03-25ARM: dma-mapping: convert ARCH_HAS_DMA_SET_COHERENT_MASK to kconfig symbolRob Herring1-1/+1
2011-11-07Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds1-0/+3
2011-11-03include/linux/dma-mapping.h: add dma_zalloc_coherent()Andrew Morton1-0/+10
2011-09-20dma-mapping: Add get_required_mask if arch overrides defaultMilton Miller1-0/+3
2011-07-27include/linux/dma-mapping.h: remove DMA_xxBIT_MASK macrosWANG Cong1-21/+0
2011-06-22net: remove mm.h inclusion from netdevice.hAlexey Dobriyan1-9/+1
2010-09-23arm: fix "arm: fix pci_set_consistent_dma_mask for dmabounce devices"FUJITA Tomonori1-0/+4
2010-08-13dma-mapping: fix build errors on !HAS_DMA architecturesHeiko Carstens1-0/+2
2010-08-11dma-mapping: unify dma_get_cache_alignment implementationsFUJITA Tomonori1-0/+8
2010-05-27dma-mapping: remove deprecated dma_sync_single and dma_sync_sg APIFUJITA Tomonori1-15/+0
2010-05-27dma-mapping: remove unnecessary sync_single_range_* in dma_map_opsFUJITA Tomonori1-10/+0
2010-03-13dma-mapping: dma-mapping.h: add dma_set_coherent_maskFUJITA Tomonori1-0/+8
2010-03-13dma-mapping.h: add the dma_unmap state APIFUJITA Tomonori1-0/+16
2009-08-28dma: Add set_dma_mask hook to struct dma_map_opsFUJITA Tomonori1-0/+1
2009-07-28remove is_buffer_dma_capable()FUJITA Tomonori1-5/+0