summaryrefslogtreecommitdiffstats
path: root/include/linux/dma-mapping.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* dma-mapping: unify dma_get_cache_alignment implementationsFUJITA Tomonori2010-08-111-0/+8
* dma-mapping: remove deprecated dma_sync_single and dma_sync_sg APIFUJITA Tomonori2010-05-271-15/+0
* dma-mapping: remove unnecessary sync_single_range_* in dma_map_opsFUJITA Tomonori2010-05-271-10/+0
* dma-mapping: dma-mapping.h: add dma_set_coherent_maskFUJITA Tomonori2010-03-121-0/+8
* dma-mapping.h: add the dma_unmap state APIFUJITA Tomonori2010-03-121-0/+16
* dma: Add set_dma_mask hook to struct dma_map_opsFUJITA Tomonori2009-08-281-0/+1
* remove is_buffer_dma_capable()FUJITA Tomonori2009-07-281-5/+0
* dma-mapping: mark dma_sync_single and dma_sync_sg as deprecatedFUJITA Tomonori2009-06-191-3/+14
* dma-mapping: mark DMA_nBITS_MASK as deprecatedJiri Slaby2009-06-191-12/+14
* dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32)Yang Hongyang2009-04-071-1/+1
* generic: add common struct for dma map operationsFUJITA Tomonori2009-01-061-0/+48
* convert swiotlb to use dma_get_maskFUJITA Tomonori2008-09-191-1/+1
* iommu: add dma_get_mask helper functionFUJITA Tomonori2008-09-141-0/+7
* add is_buffer_dma_capable helper functionFUJITA Tomonori2008-09-101-0/+5
* dma: add dma_*map*_attrs() interfacesArthur Kepner2008-04-291-0/+17
* iommu sg merging: add accessors for segment_boundary_mask in device_dma_param...FUJITA Tomonori2008-02-051-0/+15
* iommu sg merging: add device_dma_parameters structureFUJITA Tomonori2008-02-051-0/+15
* linux/dma-mapping.h: rename macro to prevent multiple inclusionRobert P. J. Day2008-02-031-2/+2
* stop using DMA_xxBIT_MASKAndrew Morton2007-10-181-2/+8
* unify DMA_..BIT_MASK definitions: v3.1Borislav Petkov2007-10-181-10/+14
* introduce DMA_MASK_NONE as a signal for unable to do DMAJames Bottomley2007-10-161-0/+7
* dma-mapping: prevent dma dependent code from linking on !HAS_DMA archsDan Williams2007-07-161-0/+4
* devres: device resource managementTejun Heo2007-02-091-1/+28
* [PATCH] Move valid_dma_direction() from x86_64 to generic codeRolf Eike Beer2006-09-291-0/+7
* dl2k: use DMA_48BIT_MASK constantFrancois Romieu2006-05-101-0/+1
* [PATCH] Last DMA_xBIT_MASK cleanupsTobias Klauser2006-04-111-1/+1
* [PATCH] Replace 0xff.. with correct DMA_xBIT_MASKMatthias Gehre2006-03-281-0/+1
* [PATCH] Intruduce DMA_28BIT_MASKTobias Klauser2006-03-221-0/+1
* [SCSI] Add DMA mask constants other than 32 and 64 bitLee Revell2005-06-171-0/+5
* Linux-2.6.12-rc2Linus Torvalds2005-04-161-0/+56