summaryrefslogtreecommitdiff
path: root/drivers/base/dma-coherent.c
Commit message (Expand)AuthorAge
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-02
* dma-coherent: fix rmem_dma_device_init regressionArnd Bergmann2017-09-17
* dma-coherent: fix dma_declare_coherent_memory() logic errorArnd Bergmann2017-09-05
* dma-coherent: remove an unused variableChristoph Hellwig2017-09-04
* dma-coherent: remove the DMA_MEMORY_MAP and DMA_MEMORY_IO flagsChristoph Hellwig2017-09-01
* dma-coherent: remove the DMA_MEMORY_INCLUDES_CHILDREN flagChristoph Hellwig2017-09-01
* dma-coherent: introduce interface for default DMA poolVladimir Murzin2017-07-20
* drivers: dma-coherent: Introduce default DMA poolVladimir Murzin2017-06-28
* drivers: dma-coherent: Account dma_pfn_offset when used with device treeVladimir Murzin2017-06-28
* drivers: dma-coherent: Move spinlock in dma_alloc_from_coherent()Bastian Hecht2016-09-28
* drivers: dma-coherent: Fix DMA coherent size for less than pageGeorge G. Davis2016-09-28
* drivers: dma-coherent: use vma_pages().Muhammad Falak R Wani2016-08-31
* drivers: dma-coherent: use memset_io for DMA_MEMORY_IO mappingsBrian Starkey2016-03-22
* drivers: dma-coherent: use MEMREMAP_WC for DMA_MEMORY_MAPBrian Starkey2016-03-22
* drivers: dma-coherent: simplify dma_init_coherent_memory return valueMichal Nazarewicz2016-02-09
* drivers: dma-coherent: add initialization from device treeMarek Szyprowski2014-10-14
* DMA-API: Change dma_declare_coherent_memory() CPU address to phys_addr_tBjorn Helgaas2014-05-20
* drivers: dma-coherent: Fix typo in dma_mmap_from_coherent documentationLaurent Pinchart2012-10-23
* driver core: fix some kernel-doc warnings in dma*.cRandy Dunlap2012-06-14
* common: add dma_mmap_from_coherent() functionMarek Szyprowski2012-05-21
* drivers/base: dma-coherent.c is a module and needs module.hPaul Gortmaker2011-10-31
* Driver core: internal struct dma_coherent_mem, change type of a member.Marin Mitov2010-08-05
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-30
* driver-core: move dma-coherent.c from kernel to driver/baseMing Lei2009-09-15