aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/dma-mapping.h
AgeCommit message (Expand)Author
2016-08-04dma-mapping: use unsigned long for dma_attrsKrzysztof Kozlowski
2016-05-09iommu: of: enforce const-ness of struct iommu_opsRobin Murphy
2016-03-20Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds
2016-03-14Merge branch 'mm-pat-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2016-03-09dma-mapping: avoid oops when parameter cpu_addr is nullZhen Lei
2016-03-09dma, mm/pat: Rename dma_*_writecombine() to dma_*_wc()Luis R. Rodriguez
2016-03-02dma: Provide simple noop dma opsChristian Borntraeger
2016-01-20dma-mapping: use offset_in_page macroGeliang Tang
2016-01-20dma-mapping: remove <asm-generic/dma-coherent.h>Christoph Hellwig
2016-01-20dma-mapping: always provide the dma_map_ops based implementationChristoph Hellwig
2015-11-06dma-mapping: tidy up dma_parms default handlingRobin Murphy
2015-03-09include/dma-mapping: Clarify output of dma_map_sgRicardo Ribalda Delgado
2014-12-01dma-mapping: detect and configure IOMMU in of_dma_configureWill Deacon
2014-12-01dma-mapping: replace set_arch_dma_coherent_ops with arch_setup_dma_opsWill Deacon
2014-08-26dma-mapping: Provide write-combine allocationsThierry Reding
2014-06-05Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-arm into nextLinus Torvalds
2014-05-20DMA-API: Change dma_declare_coherent_memory() CPU address to phys_addr_tBjorn Helgaas
2014-05-20DMA-API: Clarify physical/bus address distinctionBjorn Helgaas
2014-05-07of: configure the platform device dma parametersSantosh Shilimkar
2013-10-31ARM: 7795/1: mm: dma-mapping: Add dma_max_pfn(dev) helper functionSantosh Shilimkar
2013-10-31DMA-API: provide a helper to setup DMA masksRussell King
2013-09-17DMA-API: provide a helper to set both DMA and coherent DMA masksRussell King
2013-08-29drivers:net: Convert dma_alloc_coherent(...__GFP_ZERO) to dma_zalloc_coherentJoe Perches
2012-07-30common: dma-mapping: introduce dma_get_sgtable() functionMarek Szyprowski
2012-04-04Merge branch 'for-linus' of git://git.linaro.org/people/mszyprowski/linux-dma...Linus Torvalds
2012-03-28common: dma-mapping: introduce mmap methodMarek Szyprowski
2012-03-28common: dma-mapping: remove old alloc_coherent and free_coherent methodsMarek Szyprowski
2012-03-28common: dma-mapping: introduce generic alloc() and free() methodsMarek Szyprowski
2012-03-25ARM: dma-mapping: convert ARCH_HAS_DMA_SET_COHERENT_MASK to kconfig symbolRob Herring
2011-11-06Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds
2011-11-02include/linux/dma-mapping.h: add dma_zalloc_coherent()Andrew Morton
2011-09-20dma-mapping: Add get_required_mask if arch overrides defaultMilton Miller
2011-07-26include/linux/dma-mapping.h: remove DMA_xxBIT_MASK macrosWANG Cong
2011-06-21net: remove mm.h inclusion from netdevice.hAlexey Dobriyan
2010-09-22arm: fix "arm: fix pci_set_consistent_dma_mask for dmabounce devices"FUJITA Tomonori
2010-08-13dma-mapping: fix build errors on !HAS_DMA architecturesHeiko Carstens
2010-08-11dma-mapping: unify dma_get_cache_alignment implementationsFUJITA Tomonori
2010-05-27dma-mapping: remove deprecated dma_sync_single and dma_sync_sg APIFUJITA Tomonori
2010-05-27dma-mapping: remove unnecessary sync_single_range_* in dma_map_opsFUJITA Tomonori
2010-03-12dma-mapping: dma-mapping.h: add dma_set_coherent_maskFUJITA Tomonori
2010-03-12dma-mapping.h: add the dma_unmap state APIFUJITA Tomonori
2009-08-28dma: Add set_dma_mask hook to struct dma_map_opsFUJITA Tomonori
2009-07-28remove is_buffer_dma_capable()FUJITA Tomonori
2009-06-19dma-mapping: mark dma_sync_single and dma_sync_sg as deprecatedFUJITA Tomonori
2009-06-19dma-mapping: mark DMA_nBITS_MASK as deprecatedJiri Slaby
2009-04-07dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32)Yang Hongyang
2009-01-06generic: add common struct for dma map operationsFUJITA Tomonori
2008-09-19convert swiotlb to use dma_get_maskFUJITA Tomonori
2008-09-14iommu: add dma_get_mask helper functionFUJITA Tomonori
2008-09-10add is_buffer_dma_capable helper functionFUJITA Tomonori