aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/base/dma-mapping.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-09-01dma-coherent: remove the DMA_MEMORY_MAP and DMA_MEMORY_IO flagsChristoph Hellwig1-5/+2
2017-07-20dma-coherent: introduce interface for default DMA poolVladimir Murzin1-1/+1
2017-07-06Merge tag 'dma-mapping-4.13' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds1-42/+18
2017-06-30drivers: dma-mapping: allow dma_common_mmap() for NOMMUVladimir Murzin1-2/+2
2017-06-28dma-mapping: replace dmam_alloc_noncoherent with dmam_alloc_attrsChristoph Hellwig1-20/+16
2017-06-28dma-mapping: remove dmam_free_noncoherentChristoph Hellwig1-20/+0
2017-06-03drivers: dma-mapping: Do not leave an invalid area->pages pointer in dma_common_contiguous_remap()Catalin Marinas1-9/+24
2017-05-09Merge tag 'iommu-updates-v4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommuLinus Torvalds1-0/+41
2017-04-20drivers: acpi: Handle IOMMU lookup failure with deferred probing or errorSricharan R1-1/+1
2017-04-20iommu: of: Handle IOMMU lookup failure with deferred probing or errorLaurent Pinchart1-2/+3
2017-04-20of/acpi: Configure dma operations at probe time for platform/amba/pci bus devicesSricharan R1-0/+40
2017-04-08drivers: base: dma-mapping: use nth_page helperGeliang Tang1-3/+2
2016-11-30drivers: base: dma-mapping: Fix typo in dmam_alloc_non_coherent commentsFlorian Fainelli1-2/+2
2016-08-31drivers/base dmam_declare_coherent_memory leaksVyacheslav V. Yurkov1-2/+5
2016-08-31dma-mapping: use vma_pages().Muhammad Falak R Wani1-1/+1
2016-08-31drivers: base: dma-mapping: page align the size when unmap_kernel_rangePeng Fan1-1/+1
2016-01-20dma-mapping: remove <asm-generic/dma-coherent.h>Christoph Hellwig1-2/+1
2016-01-20dma-mapping: make the generic coherent dma mmap implementation optionalChristoph Hellwig1-2/+2
2015-03-25drivers: base: dma-mapping: Erase blank space after pointerMarius Cristian Eseanu1-1/+1
2014-10-09common: dma-mapping: introduce common remapping functionsLaura Abbott1-0/+72
2014-05-20DMA-API: Change dma_declare_coherent_memory() CPU address to phys_addr_tBjorn Helgaas1-3/+3
2012-11-27[media] dma-mapping: fix dma_common_get_sgtable() conditional compilationMarek Szyprowski1-2/+2
2012-07-30common: dma-mapping: introduce dma_get_sgtable() functionMarek Szyprowski1-0/+18
2012-07-30common: dma-mapping: add support for generic dma_mmap_* callsMarek Szyprowski1-0/+31
2011-10-31drivers/base: Add export.h for EXPORT_SYMBOL/THIS_MODULE as required.Paul Gortmaker1-0/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2007-02-09devres: device resource managementTejun Heo1-0/+218