summaryrefslogtreecommitdiff
path: root/include/linux/dma-mapping.h
Commit message (Expand)AuthorAge
* dma-mapping: tidy up dma_parms default handlingRobin Murphy2015-11-06
* include/dma-mapping: Clarify output of dma_map_sgRicardo Ribalda Delgado2015-03-09
* dma-mapping: detect and configure IOMMU in of_dma_configureWill Deacon2014-12-01
* dma-mapping: replace set_arch_dma_coherent_ops with arch_setup_dma_opsWill Deacon2014-12-01
* dma-mapping: Provide write-combine allocationsThierry Reding2014-08-26
* Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-arm into nextLinus Torvalds2014-06-05
|\
| * of: configure the platform device dma parametersSantosh Shilimkar2014-05-07
* | DMA-API: Change dma_declare_coherent_memory() CPU address to phys_addr_tBjorn Helgaas2014-05-20
* | DMA-API: Clarify physical/bus address distinctionBjorn Helgaas2014-05-20
|/
* ARM: 7795/1: mm: dma-mapping: Add dma_max_pfn(dev) helper functionSantosh Shilimkar2013-10-31
* DMA-API: provide a helper to setup DMA masksRussell King2013-10-31
* DMA-API: provide a helper to set both DMA and coherent DMA masksRussell King2013-09-17
* drivers:net: Convert dma_alloc_coherent(...__GFP_ZERO) to dma_zalloc_coherentJoe Perches2013-08-29
* common: dma-mapping: introduce dma_get_sgtable() functionMarek Szyprowski2012-07-30
* Merge branch 'for-linus' of git://git.linaro.org/people/mszyprowski/linux-dma...Linus Torvalds2012-04-04
|\
| * common: dma-mapping: introduce mmap methodMarek Szyprowski2012-03-28
| * common: dma-mapping: remove old alloc_coherent and free_coherent methodsMarek Szyprowski2012-03-28
| * common: dma-mapping: introduce generic alloc() and free() methodsMarek Szyprowski2012-03-28
* | ARM: dma-mapping: convert ARCH_HAS_DMA_SET_COHERENT_MASK to kconfig symbolRob Herring2012-03-25
|/
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds2011-11-06
|\
| * dma-mapping: Add get_required_mask if arch overrides defaultMilton Miller2011-09-20
* | include/linux/dma-mapping.h: add dma_zalloc_coherent()Andrew Morton2011-11-02
|/
* include/linux/dma-mapping.h: remove DMA_xxBIT_MASK macrosWANG Cong2011-07-26
* net: remove mm.h inclusion from netdevice.hAlexey Dobriyan2011-06-21
* arm: fix "arm: fix pci_set_consistent_dma_mask for dmabounce devices"FUJITA Tomonori2010-09-22
* dma-mapping: fix build errors on !HAS_DMA architecturesHeiko Carstens2010-08-13
* dma-mapping: unify dma_get_cache_alignment implementationsFUJITA Tomonori2010-08-11
* dma-mapping: remove deprecated dma_sync_single and dma_sync_sg APIFUJITA Tomonori2010-05-27
* dma-mapping: remove unnecessary sync_single_range_* in dma_map_opsFUJITA Tomonori2010-05-27
* dma-mapping: dma-mapping.h: add dma_set_coherent_maskFUJITA Tomonori2010-03-12
* dma-mapping.h: add the dma_unmap state APIFUJITA Tomonori2010-03-12
* dma: Add set_dma_mask hook to struct dma_map_opsFUJITA Tomonori2009-08-28
* remove is_buffer_dma_capable()FUJITA Tomonori2009-07-28
* dma-mapping: mark dma_sync_single and dma_sync_sg as deprecatedFUJITA Tomonori2009-06-19
* dma-mapping: mark DMA_nBITS_MASK as deprecatedJiri Slaby2009-06-19
* dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32)Yang Hongyang2009-04-07
* generic: add common struct for dma map operationsFUJITA Tomonori2009-01-06
* convert swiotlb to use dma_get_maskFUJITA Tomonori2008-09-19
* iommu: add dma_get_mask helper functionFUJITA Tomonori2008-09-14
* add is_buffer_dma_capable helper functionFUJITA Tomonori2008-09-10
* dma: add dma_*map*_attrs() interfacesArthur Kepner2008-04-29
* iommu sg merging: add accessors for segment_boundary_mask in device_dma_param...FUJITA Tomonori2008-02-05
* iommu sg merging: add device_dma_parameters structureFUJITA Tomonori2008-02-05
* linux/dma-mapping.h: rename macro to prevent multiple inclusionRobert P. J. Day2008-02-03
* stop using DMA_xxBIT_MASKAndrew Morton2007-10-18
* unify DMA_..BIT_MASK definitions: v3.1Borislav Petkov2007-10-18
* introduce DMA_MASK_NONE as a signal for unable to do DMAJames Bottomley2007-10-16
* dma-mapping: prevent dma dependent code from linking on !HAS_DMA archsDan Williams2007-07-16
* devres: device resource managementTejun Heo2007-02-09
* [PATCH] Move valid_dma_direction() from x86_64 to generic codeRolf Eike Beer2006-09-29