summaryrefslogtreecommitdiffstats
path: root/kernel/dma-coherent.c
Commit message (Expand)AuthorAgeFilesLines
* driver-core: move dma-coherent.c from kernel to driver/baseMing Lei2009-09-151-176/+0
* dma-coherent: Restore dma_alloc_from_coherent() large alloc fall back policy.Paul Mundt2009-01-211-22/+23
* dma-coherent: per-device coherent area is in pages, not bytes.Adrian McMenamin2009-01-211-2/+2
* dma-coherent: catch oversized requests to dma_alloc_from_coherent()Johannes Weiner2009-01-061-0/+2
* dma_alloc_coherent: clean it upAndrew Morton2009-01-061-25/+29
* dma_alloc_from_coherent(): fix fallback to generic memoryAndrew Morton2009-01-061-1/+15
* dma-coherent: export dma_[alloc|release]_from_coherent methodsIngo Molnar2008-08-221-0/+2
* DMA: make dma-coherent.c documentation kdoc-friendlyDmitry Baryshkov2008-08-071-5/+5
* dma: fix order calculation in dma_mark_declared_memory_occupied()Jan Beulich2008-08-051-3/+2
* dma-coherent: add documentation to new interfacesDmitry Baryshkov2008-07-201-0/+28
* Generic dma-coherent: fix DMA_MEMORY_EXCLUSIVEDmitry Baryshkov2008-07-181-2/+1
* generic: per-device coherent dma allocatorDmitry Baryshkov2008-06-301-0/+127