aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/base/dma-coherent.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-09-17dma-coherent: fix rmem_dma_device_init regressionArnd Bergmann1-10/+9
2017-09-05dma-coherent: fix dma_declare_coherent_memory() logic errorArnd Bergmann1-13/+25
2017-09-04dma-coherent: remove an unused variableChristoph Hellwig1-1/+0
2017-09-01dma-coherent: remove the DMA_MEMORY_MAP and DMA_MEMORY_IO flagsChristoph Hellwig1-32/+14
2017-09-01dma-coherent: remove the DMA_MEMORY_INCLUDES_CHILDREN flagChristoph Hellwig1-2/+0
2017-07-20dma-coherent: introduce interface for default DMA poolVladimir Murzin1-58/+106
2017-06-28drivers: dma-coherent: Introduce default DMA poolVladimir Murzin1-7/+52
2017-06-28drivers: dma-coherent: Account dma_pfn_offset when used with device treeVladimir Murzin1-2/+13
2016-09-28drivers: dma-coherent: Move spinlock in dma_alloc_from_coherent()Bastian Hecht1-2/+4
2016-09-28drivers: dma-coherent: Fix DMA coherent size for less than pageGeorge G. Davis1-1/+1
2016-08-31drivers: dma-coherent: use vma_pages().Muhammad Falak R Wani1-1/+1
2016-03-22drivers: dma-coherent: use memset_io for DMA_MEMORY_IO mappingsBrian Starkey1-1/+4
2016-03-22drivers: dma-coherent: use MEMREMAP_WC for DMA_MEMORY_MAPBrian Starkey1-4/+16
2016-02-09drivers: dma-coherent: simplify dma_init_coherent_memory return valueMichal Nazarewicz1-17/+11
2014-10-14drivers: dma-coherent: add initialization from device treeMarek Szyprowski1-22/+129
2014-05-20DMA-API: Change dma_declare_coherent_memory() CPU address to phys_addr_tBjorn Helgaas1-5/+5
2012-10-23drivers: dma-coherent: Fix typo in dma_mmap_from_coherent documentationLaurent Pinchart1-3/+2
2012-06-14driver core: fix some kernel-doc warnings in dma*.cRandy Dunlap1-0/+1
2012-05-21common: add dma_mmap_from_coherent() functionMarek Szyprowski1-0/+42
2011-10-31drivers/base: dma-coherent.c is a module and needs module.hPaul Gortmaker1-0/+1
2010-08-05Driver core: internal struct dma_coherent_mem, change type of a member.Marin Mitov1-1/+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
2009-09-15driver-core: move dma-coherent.c from kernel to driver/baseMing Lei1-0/+176