aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/dma-mapping.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-09-12Merge tag 'dma-mapping-4.14' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds1-22/+6
2017-09-01dma-coherent: remove the DMA_MEMORY_MAP and DMA_MEMORY_IO flagsChristoph Hellwig1-4/+2
2017-09-01dma-coherent: remove the DMA_MEMORY_INCLUDES_CHILDREN flagChristoph Hellwig1-2/+1
2017-08-29dma-mapping: remove dma_alloc_noncoherent and dma_free_noncoherentChristoph Hellwig1-14/+0
2017-08-26Merge branch 'linus' into x86/mm to pick up fixes and to fix conflictsIngo Molnar1-8/+32
2017-08-25dma-mapping: reduce dma_mapping_error inline bloatRobin Murphy1-3/+4
2017-07-20dma-coherent: introduce interface for default DMA poolVladimir Murzin1-8/+32
2017-07-18swiotlb: Add warnings for use of bounce buffers with SMETom Lendacky1-0/+13
2017-06-28dma-mapping: replace dmam_alloc_noncoherent with dmam_alloc_attrsChristoph Hellwig1-2/+3
2017-06-28dma-mapping: remove dmam_free_noncoherentChristoph Hellwig1-2/+0
2017-06-28dma-mapping: remove the set_dma_mask methodChristoph Hellwig1-6/+0
2017-06-28dma-mapping: remove HAVE_ARCH_DMA_SUPPORTEDChristoph Hellwig1-2/+0
2017-06-28dma-mapping: remove DMA_ERROR_CODEChristoph Hellwig1-5/+0
2017-04-20of/acpi: Configure dma operations at probe time for platform/amba/pci bus devicesSricharan R1-0/+12
2017-02-25Merge tag 'for-next-dma_ops' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdmaLinus Torvalds1-21/+34
2017-01-24lib/dma-virt: Add dma_virt_opsBart Van Assche1-0/+1
2017-01-24treewide: Consolidate get_dma_ops() implementationsBart Van Assche1-0/+7
2017-01-24treewide: Consolidate set_dma_ops() implementationsBart Van Assche1-0/+5
2017-01-24treewide: Constify most dma_map_ops structuresBart Van Assche1-21/+21
2017-01-19common: DMA-mapping: add DMA_ATTR_PRIVILEGED attributeMitchel Humpherys1-0/+7
2016-12-14dma: add calls for dma_map_page_attrs and dma_unmap_page_attrsAlexander Duyck1-7/+13
2016-10-11dma-mapping: introduce the DMA_ATTR_NO_WARN attributeMauricio Faria de Oliveira1-0/+5
2016-10-06Merge 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-28dma-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-14Merge branch 'mm-pat-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-8/+17
2016-03-09dma-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-20dma-mapping: use offset_in_page macroGeliang Tang1-2/+2
2016-01-20dma-mapping: remove <asm-generic/dma-coherent.h>Christoph Hellwig1-6/+28
2016-01-20dma-mapping: always provide the dma_map_ops based implementationChristoph Hellwig1-18/+361
2015-11-06dma-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-05Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-arm into nextLinus Torvalds1-0/+7
2014-05-20DMA-API: Change dma_declare_coherent_memory() CPU address to phys_addr_tBjorn Helgaas1-3/+4
2014-05-20DMA-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