summaryrefslogtreecommitdiffstats
path: root/drivers/base/dma-coherent.c
Commit message (Expand)AuthorAgeFilesLines
* dma-mapping: move all DMA mapping code to kernel/dmaChristoph Hellwig2018-06-141-434/+0
* dma-coherent: clarify dma_mmap_from_dev_coherent documentationRobin Murphy2018-04-231-2/+3
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* dma-coherent: fix rmem_dma_device_init regressionArnd Bergmann2017-09-171-10/+9
* dma-coherent: fix dma_declare_coherent_memory() logic errorArnd Bergmann2017-09-051-13/+25
* dma-coherent: remove an unused variableChristoph Hellwig2017-09-041-1/+0
* dma-coherent: remove the DMA_MEMORY_MAP and DMA_MEMORY_IO flagsChristoph Hellwig2017-09-011-32/+14
* dma-coherent: remove the DMA_MEMORY_INCLUDES_CHILDREN flagChristoph Hellwig2017-09-011-2/+0
* dma-coherent: introduce interface for default DMA poolVladimir Murzin2017-07-201-58/+106
* drivers: dma-coherent: Introduce default DMA poolVladimir Murzin2017-06-281-7/+52
* drivers: dma-coherent: Account dma_pfn_offset when used with device treeVladimir Murzin2017-06-281-2/+13
* drivers: dma-coherent: Move spinlock in dma_alloc_from_coherent()Bastian Hecht2016-09-281-2/+4
* drivers: dma-coherent: Fix DMA coherent size for less than pageGeorge G. Davis2016-09-281-1/+1
* drivers: dma-coherent: use vma_pages().Muhammad Falak R Wani2016-08-311-1/+1
* drivers: dma-coherent: use memset_io for DMA_MEMORY_IO mappingsBrian Starkey2016-03-221-1/+4
* drivers: dma-coherent: use MEMREMAP_WC for DMA_MEMORY_MAPBrian Starkey2016-03-221-4/+16
* drivers: dma-coherent: simplify dma_init_coherent_memory return valueMichal Nazarewicz2016-02-091-17/+11
* drivers: dma-coherent: add initialization from device treeMarek Szyprowski2014-10-141-22/+129
* DMA-API: Change dma_declare_coherent_memory() CPU address to phys_addr_tBjorn Helgaas2014-05-201-5/+5
* drivers: dma-coherent: Fix typo in dma_mmap_from_coherent documentationLaurent Pinchart2012-10-231-3/+2
* driver core: fix some kernel-doc warnings in dma*.cRandy Dunlap2012-06-141-0/+1
* common: add dma_mmap_from_coherent() functionMarek Szyprowski2012-05-211-0/+42
* drivers/base: dma-coherent.c is a module and needs module.hPaul Gortmaker2011-10-311-0/+1
* Driver core: internal struct dma_coherent_mem, change type of a member.Marin Mitov2010-08-051-1/+1
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* driver-core: move dma-coherent.c from kernel to driver/baseMing Lei2009-09-151-0/+176
OpenPOWER on IntegriCloud