- 9fbd8dc dma-mapping: use 'bitmap_zalloc()' when applicable by Christophe JAILLET · 3 years, 3 months ago
- 22f9feb dma-mapping: make the global coherent pool conditional by Christoph Hellwig · 3 years, 7 months ago
- 39a2d35 dma-mapping: add a dma_init_global_coherent helper by Christoph Hellwig · 3 years, 7 months ago
- a693357 dma-mapping: simplify dma_init_coherent_memory by Christoph Hellwig · 3 years, 7 months ago
- 70d6aa0 dma-mapping: allow using the global coherent pool for !ARM by Christoph Hellwig · 3 years, 7 months ago
- bab1622 dma-mapping: remove a trailing space by Zhen Lei · 3 years, 7 months ago
- 0a0f0d8 dma-mapping: split <linux/dma-mapping.h> by Christoph Hellwig · 4 years, 4 months ago
- e0d0727 dma-mapping: introduce DMA range map, supplanting dma_pfn_offset by Jim Quinlan · 4 years, 4 months ago
- a92df4f dma-mapping: move the dma_declare_coherent_memory documentation by Christoph Hellwig · 4 years, 5 months ago
- 286c21d dma-coherent: fix integer overflow in the reserved-memory dma allocation by Kevin Grandemange · 4 years, 10 months ago
- a445e940 dma-mapping: fix handling of dma-ranges for reserved memory (again) by Vladimir Murzin · 5 years ago
- d929553 dma-mapping: remove the dma_declare_coherent_memory export by Christoph Hellwig · 5 years ago
- 7a01ee4 dma-mapping: remove the dma_mmap_from_dev_coherent export by Christoph Hellwig · 5 years ago
- 1fa0682 dma-mapping: remove dma_release_declared_memory by Christoph Hellwig · 5 years ago
- 82c5de0 dma-mapping: remove the DMA_MEMORY_EXCLUSIVE flag by Christoph Hellwig · 6 years ago
- 91a6fda dma-mapping: remove dma_mark_declared_memory_occupied by Christoph Hellwig · 6 years ago
- be4311a dma-mapping: remove an incorrect __iommem annotation by Christoph Hellwig · 6 years ago
- 48e638f dma-mapping: remove a few unused exports by Christoph Hellwig · 6 years ago
- cf65a0f dma-mapping: move all DMA mapping code to kernel/dma by Christoph Hellwig · 7 years ago[Renamed from drivers/base/dma-coherent.c]
- 41d0bbc dma-coherent: clarify dma_mmap_from_dev_coherent documentation by Robin Murphy · 7 years ago
- b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
- 6d57339 dma-coherent: fix rmem_dma_device_init regression by Arnd Bergmann · 7 years ago
- d35b099 dma-coherent: fix dma_declare_coherent_memory() logic error by Arnd Bergmann · 7 years ago
- 34bbf13 dma-coherent: remove an unused variable by Christoph Hellwig · 7 years ago
- 2436bdc dma-coherent: remove the DMA_MEMORY_MAP and DMA_MEMORY_IO flags by Christoph Hellwig · 7 years ago
- b32dbc1 dma-coherent: remove the DMA_MEMORY_INCLUDES_CHILDREN flag by Christoph Hellwig · 7 years ago
- 43fc509 dma-coherent: introduce interface for default DMA pool by Vladimir Murzin · 7 years ago
- 93228b4 drivers: dma-coherent: Introduce default DMA pool by Vladimir Murzin · 8 years ago
- c41f9ea drivers: dma-coherent: Account dma_pfn_offset when used with device tree by Vladimir Murzin · 8 years ago
- dd01c75 drivers: dma-coherent: Move spinlock in dma_alloc_from_coherent() by Bastian Hecht · 8 years ago
- 9ca5d4f drivers: dma-coherent: Fix DMA coherent size for less than page by George G. Davis · 8 years ago
- e688f14 drivers: dma-coherent: use vma_pages(). by Muhammad Falak R Wani · 9 years ago
- 20d7a35 drivers: dma-coherent: use memset_io for DMA_MEMORY_IO mappings by Brian Starkey · 9 years ago
- 6b03ae0 drivers: dma-coherent: use MEMREMAP_WC for DMA_MEMORY_MAP by Brian Starkey · 9 years ago
- 9e5b3d6 drivers: dma-coherent: simplify dma_init_coherent_memory return value by Michal Nazarewicz · 9 years ago
- 7bfa5ab drivers: dma-coherent: add initialization from device tree by Marek Szyprowski · 10 years ago
- 88a984b DMA-API: Change dma_declare_coherent_memory() CPU address to phys_addr_t by Bjorn Helgaas · 11 years ago
- ba4d93b drivers: dma-coherent: Fix typo in dma_mmap_from_coherent documentation by Laurent Pinchart · 12 years ago
- 6e7b4a5 driver core: fix some kernel-doc warnings in dma*.c by Randy Dunlap · 13 years ago
- bca0fa5 common: add dma_mmap_from_coherent() function by Marek Szyprowski · 13 years ago
- 08a999c drivers/base: dma-coherent.c is a module and needs module.h by Paul Gortmaker · 14 years ago
- ed1d218 Driver core: internal struct dma_coherent_mem, change type of a member. by Marin Mitov · 15 years ago
- 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 15 years ago
- a56af87 driver-core: move dma-coherent.c from kernel to driver/base by Ming Lei · 16 years ago[Renamed from kernel/dma-coherent.c]
- 0609697 dma-coherent: Restore dma_alloc_from_coherent() large alloc fall back policy. by Paul Mundt · 16 years ago
- cdf57ca dma-coherent: per-device coherent area is in pages, not bytes. by Adrian McMenamin · 16 years ago
- 58c6d3d dma-coherent: catch oversized requests to dma_alloc_from_coherent() by Johannes Weiner · 16 years ago
- eccd83e dma_alloc_coherent: clean it up by Andrew Morton · 16 years ago
- 0bef3c2 dma_alloc_from_coherent(): fix fallback to generic memory by Andrew Morton · 16 years ago
- a38409f dma-coherent: export dma_[alloc|release]_from_coherent methods by Ingo Molnar · 16 years ago
- cb3952b DMA: make dma-coherent.c documentation kdoc-friendly by Dmitry Baryshkov · 16 years ago
- d2dc1f4 dma: fix order calculation in dma_mark_declared_memory_occupied() by Jan Beulich · 16 years ago
- b6d4f7e dma-coherent: add documentation to new interfaces by Dmitry Baryshkov · 17 years ago
- 538c29d Generic dma-coherent: fix DMA_MEMORY_EXCLUSIVE by Dmitry Baryshkov · 17 years ago
- ee7e551 generic: per-device coherent dma allocator by Dmitry Baryshkov · 17 years ago