1. a9a7b06 powerpc: merge __dma_set_mask into dma_set_mask by Christoph Hellwig · 8 years ago
  2. 8cc9c26 dma-mapping: remove the set_dma_mask method by Christoph Hellwig · 8 years ago
  3. 5657933 treewide: Move dma_ops from struct dev_archdata into struct device by Bart Van Assche · 8 years ago
  4. 5299709 treewide: Constify most dma_map_ops structures by Bart Van Assche · 8 years ago
  5. 6f77480 arch/powerpc: add option to skip DMA sync as a part of mapping by Alexander Duyck · 8 years ago
  6. 00085f1 dma-mapping: use unsigned long for dma_attrs by Krzysztof Kozlowski · 8 years ago
  7. 977bf06 powerpc/dma: dma_set_coherent_mask() should not be GPL only by Benjamin Herrenschmidt · 9 years ago
  8. 53522982 powerpc/powernv: move dma_get_required_mask from pnv_phb to pci_controller_ops by Andrew Donnellan · 9 years ago
  9. 817820b powerpc/iommu: Support "hybrid" iommu/direct DMA ops for coherent_mask < dma_mask by Benjamin Herrenschmidt · 10 years ago
  10. 3405c25 powerpc/pci: add dma_set_mask to pci_controller_ops by Daniel Axtens · 10 years ago
  11. e89dafb powerpc: Only do dynamic DMA zone limits on platforms that need it by Michael Ellerman · 10 years ago
  12. 75d43b2 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/scottwood/linux.git by Michael Ellerman · 10 years ago
  13. fe7e85c powerpc/powernv: Override dma_get_required_mask() by Gavin Shan · 10 years ago
  14. 6397fc3 powerpc/64: Honor swiotlb limit in coherent allocations by Scott Wood · 10 years ago
  15. 1c98025 powerpc: Dynamic DMA zone limits by Scott Wood · 10 years ago
  16. cd15b04 powerpc/powernv: Add iommu DMA bypass support for IODA2 by Benjamin Herrenschmidt · 11 years ago
  17. 3d26752 powerpc/kernel: Remove uses of abs_to_virt() and virt_to_abs() by Michael Ellerman · 12 years ago
  18. 6f51f51 Merge branch 'for-linus-for-3.6-rc1' of git://git.linaro.org/people/mszyprowski/linux-dma-mapping by Linus Torvalds · 12 years ago
  19. 64ccc9c common: dma-mapping: add support for generic dma_mmap_* calls by Marek Szyprowski · 13 years ago
  20. a980349 powerpc: Call dma_debug_add_bus for PCI and VIO buses by Anton Blanchard · 13 years ago
  21. bfbf7d6 PowerPC: adapt for dma_map_ops changes by Andrzej Pietrasiewicz · 13 years ago
  22. 32aaeff Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux by Linus Torvalds · 13 years ago
  23. 66b15db powerpc: add export.h to files making use of EXPORT_SYMBOL by Paul Gortmaker · 14 years ago
  24. 2eccacd powerpc: Tidy up dma_map_ops after adding new hook by Milton Miller · 14 years ago
  25. d24f9c6 powerpc: Use the newly added get_required_mask dma_map_ops hook by Milton Miller · 14 years ago
  26. 6a5c7be powerpc: Override dma_get_required_mask by platform hook and ops by Milton Miller · 14 years ago
  27. 6471fc6 powerpc: Dont require a dma_ops struct to set dma mask by Kumar Gala · 14 years ago
  28. 6090912 powerpc: Implement dma_mmap_coherent() by Benjamin Herrenschmidt · 14 years ago
  29. ffa56e55 powerpc/dma: Fix check for direct DMA support by Nishanth Aravamudan · 14 years ago
  30. 5b6e9ff powerpc/dma: Add optional platform override of dma_set_mask() by Benjamin Herrenschmidt · 14 years ago
  31. 95f72d1 lmb: rename to memblock by Yinghai Lu · 15 years ago
  32. 712d3e2 powerpc: remove unnecessary sync_single_range_* in swiotlb_dma_ops by FUJITA Tomonori · 15 years ago
  33. 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
  34. 1cebd7a powerpc: Rename get_dma_direct_offset get_dma_offset by Becky Bruce · 15 years ago
  35. 80d3e8a powerpc: Add CONFIG_DMA_API_DEBUG support by FUJITA Tomonori · 15 years ago
  36. 45223c5 powerpc: use dma_map_ops struct by FUJITA Tomonori · 15 years ago
  37. b2f2e8f powerpc/dma: pci_set_dma_mask() shouldn't fail if mask fits in RAM by Benjamin Herrenschmidt · 15 years ago
  38. ec3cf2e powerpc: Add support for swiotlb on 32-bit by Becky Bruce · 16 years ago
  39. 8b31e49 powerpc: Fix up dma_alloc_coherent() on platforms without cache coherency. by Benjamin Herrenschmidt · 16 years ago
  40. 284901a dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32) by Yang Hongyang · 16 years ago
  41. 15e09c0 powerpc: Add sync_*_for_* to dma_ops by Becky Bruce · 16 years ago
  42. 2434bbb powerpc: Fix dma_map_sg() cache flushing on non coherent platforms by Benjamin Herrenschmidt · 16 years ago
  43. 8aa2659 powerpc: Fix DMA offset for non-coherent DMA by Benjamin Herrenschmidt · 16 years ago
  44. 4fc665b powerpc: Merge 32 and 64-bit dma code by Becky Bruce · 16 years ago
  45. 8fae035 powerpc: Drop archdata numa_node by Becky Bruce · 16 years ago
  46. 8dd0e95 powerpc: Move iommu dma ops from dma.c to dma-iommu.c by Becky Bruce · 16 years ago
  47. 7c05d7e powerpc: Rename dma_64.c to dma.c by Becky Bruce · 16 years ago[Renamed from arch/powerpc/kernel/dma_64.c]
  48. 3a4c6f0 powerpc: move device_to_mask() to dma-mapping.h by Mark Nelson · 17 years ago
  49. 3affedc powerpc/dma: implement new dma_*map*_attrs() interfaces by Mark Nelson · 17 years ago
  50. c869236 powerpc/dma: Add struct iommu_table argument to iommu_map_sg() by Mark Nelson · 17 years ago
  51. fb3475e iommu sg: powerpc: convert iommu to use the IOMMU helper by FUJITA Tomonori · 17 years ago
  52. 740c3ce iommu sg merging: ppc: make iommu respect the segment size limits by FUJITA Tomonori · 17 years ago
  53. bd83fbd [POWERPC] Remove bogus comment in dma_direct_alloc_coherent() by Michael Ellerman · 17 years ago
  54. 31d1b49 [POWERPC] Remove the global dma_direct_offset by Michael Ellerman · 17 years ago
  55. 35e4a6e [POWERPC] Use archdata.dma_data in dma_direct_ops and add the offset by Michael Ellerman · 17 years ago
  56. 58b053e Update arch/ to use sg helpers by Jens Axboe · 17 years ago
  57. 78bdc31 PPC: sg chaining support by Jens Axboe · 17 years ago
  58. c80d913 [POWERPC] Make direct DMA use node local allocations by Benjamin Herrenschmidt · 18 years ago
  59. 92b20c4 [POWERPC] Add an optional offset to direct DMA on 64 bits by Benjamin Herrenschmidt · 18 years ago
  60. 12d04ee [POWERPC] Refactor 64 bits DMA operations by Benjamin Herrenschmidt · 18 years ago
  61. 5d33eeb [POWERPC] Simplify dma_ops bug conditions by Jeremy Kerr · 19 years ago
  62. d7a3010 [PATCH] powerpc: IBMEBUS bus support by Heiko J Schick · 19 years ago
  63. 7568cb4 powerpc: Move most remaining ppc64 files over to arch/powerpc by Paul Mackerras · 19 years ago[Renamed from arch/ppc64/kernel/dma.c]
  64. dd0fc66 [PATCH] gfp flags annotations - part 1 by Al Viro · 19 years ago
  65. 145d01e [PATCH] ppc64 iSeries: allow build with no PCI by Stephen Rothwell · 20 years ago
  66. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 20 years ago