1. cf65a0f dma-mapping: move all DMA mapping code to kernel/dma by Christoph Hellwig · 7 years ago[Renamed from drivers/base/dma-coherent.c]
  2. 41d0bbc dma-coherent: clarify dma_mmap_from_dev_coherent documentation by Robin Murphy · 7 years ago
  3. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  4. 6d57339 dma-coherent: fix rmem_dma_device_init regression by Arnd Bergmann · 7 years ago
  5. d35b099 dma-coherent: fix dma_declare_coherent_memory() logic error by Arnd Bergmann · 7 years ago
  6. 34bbf13 dma-coherent: remove an unused variable by Christoph Hellwig · 7 years ago
  7. 2436bdc dma-coherent: remove the DMA_MEMORY_MAP and DMA_MEMORY_IO flags by Christoph Hellwig · 7 years ago
  8. b32dbc1 dma-coherent: remove the DMA_MEMORY_INCLUDES_CHILDREN flag by Christoph Hellwig · 7 years ago
  9. 43fc509 dma-coherent: introduce interface for default DMA pool by Vladimir Murzin · 8 years ago
  10. 93228b4 drivers: dma-coherent: Introduce default DMA pool by Vladimir Murzin · 8 years ago
  11. c41f9ea drivers: dma-coherent: Account dma_pfn_offset when used with device tree by Vladimir Murzin · 8 years ago
  12. dd01c75 drivers: dma-coherent: Move spinlock in dma_alloc_from_coherent() by Bastian Hecht · 8 years ago
  13. 9ca5d4f drivers: dma-coherent: Fix DMA coherent size for less than page by George G. Davis · 8 years ago
  14. e688f14 drivers: dma-coherent: use vma_pages(). by Muhammad Falak R Wani · 9 years ago
  15. 20d7a35 drivers: dma-coherent: use memset_io for DMA_MEMORY_IO mappings by Brian Starkey · 9 years ago
  16. 6b03ae0 drivers: dma-coherent: use MEMREMAP_WC for DMA_MEMORY_MAP by Brian Starkey · 9 years ago
  17. 9e5b3d6 drivers: dma-coherent: simplify dma_init_coherent_memory return value by Michal Nazarewicz · 9 years ago
  18. 7bfa5ab drivers: dma-coherent: add initialization from device tree by Marek Szyprowski · 10 years ago
  19. 88a984b DMA-API: Change dma_declare_coherent_memory() CPU address to phys_addr_t by Bjorn Helgaas · 11 years ago
  20. ba4d93b drivers: dma-coherent: Fix typo in dma_mmap_from_coherent documentation by Laurent Pinchart · 12 years ago
  21. 6e7b4a5 driver core: fix some kernel-doc warnings in dma*.c by Randy Dunlap · 13 years ago
  22. bca0fa5 common: add dma_mmap_from_coherent() function by Marek Szyprowski · 13 years ago
  23. 08a999c drivers/base: dma-coherent.c is a module and needs module.h by Paul Gortmaker · 14 years ago
  24. ed1d218 Driver core: internal struct dma_coherent_mem, change type of a member. by Marin Mitov · 15 years ago
  25. 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
  26. a56af87 driver-core: move dma-coherent.c from kernel to driver/base by Ming Lei · 16 years ago[Renamed from kernel/dma-coherent.c]
  27. 0609697 dma-coherent: Restore dma_alloc_from_coherent() large alloc fall back policy. by Paul Mundt · 16 years ago
  28. cdf57ca dma-coherent: per-device coherent area is in pages, not bytes. by Adrian McMenamin · 16 years ago
  29. 58c6d3d dma-coherent: catch oversized requests to dma_alloc_from_coherent() by Johannes Weiner · 16 years ago
  30. eccd83e dma_alloc_coherent: clean it up by Andrew Morton · 16 years ago
  31. 0bef3c2 dma_alloc_from_coherent(): fix fallback to generic memory by Andrew Morton · 16 years ago
  32. a38409f dma-coherent: export dma_[alloc|release]_from_coherent methods by Ingo Molnar · 16 years ago
  33. cb3952b DMA: make dma-coherent.c documentation kdoc-friendly by Dmitry Baryshkov · 16 years ago
  34. d2dc1f4 dma: fix order calculation in dma_mark_declared_memory_occupied() by Jan Beulich · 16 years ago
  35. b6d4f7e dma-coherent: add documentation to new interfaces by Dmitry Baryshkov · 17 years ago
  36. 538c29d Generic dma-coherent: fix DMA_MEMORY_EXCLUSIVE by Dmitry Baryshkov · 17 years ago
  37. ee7e551 generic: per-device coherent dma allocator by Dmitry Baryshkov · 17 years ago