1. ee19637 dma-mapping: consolidate dma_supported by Christoph Hellwig · 9 years ago
  2. efa21e4 dma-mapping: cosolidate dma_mapping_error by Christoph Hellwig · 9 years ago
  3. 1e89375 dma-mapping: consolidate dma_{alloc,free}_noncoherent by Christoph Hellwig · 9 years ago
  4. 6894258 dma-mapping: consolidate dma_{alloc,free}_{attrs,coherent} by Christoph Hellwig · 9 years ago
  5. f1dc154 x86: Deinline dma_free_attrs() by Denys Vlasenko · 9 years ago
  6. 0c7965f x86: Deinline dma_alloc_attrs() by Denys Vlasenko · 9 years ago
  7. 6c9c6d6 dma-debug: New interfaces to debug dma mapping errors by Shuah Khan · 12 years ago
  8. d484864 Merge branch 'for-linus' of git://git.linaro.org/people/mszyprowski/linux-dma-mapping by Linus Torvalds · 12 years ago
  9. 0a2b9a6 X86: integrate CMA with DMA-mapping subsystem by Marek Szyprowski · 12 years ago
  10. f7219a5 x86: Introduce CONFIG_X86_DMA_REMAP by Alessandro Rubini · 12 years ago
  11. 4692d77 x86-32: Introduce CONFIG_X86_DEV_DMA_OPS by Alessandro Rubini · 12 years ago
  12. baa676f X86 & IA64: adapt for dma_map_ops changes by Andrzej Pietrasiewicz · 12 years ago
  13. 395cf96 doc: fix broken references by Paul Bolle · 13 years ago
  14. 3b9c6c1 dma-mapping: remove dma_is_consistent API by FUJITA Tomonori · 14 years ago
  15. 4565f01 dma-mapping: unify dma_get_cache_alignment implementations by FUJITA Tomonori · 14 years ago
  16. ac2b3e6 dma-mapping: fix off-by-one error in dma_capable() by Jan Beulich · 15 years ago
  17. 8fd524b x86: Kill bad_dma_address variable by FUJITA Tomonori · 15 years ago
  18. eb64713 x86/PCI: Adjust GFP mask handling for coherent allocations by Jan Beulich · 15 years ago
  19. 8d4f533 x86, IA64, powerpc: add phys_to_dma() and dma_to_phys() by FUJITA Tomonori · 15 years ago
  20. 99becac x86: add dma_capable() to replace is_buffer_dma_capable() by FUJITA Tomonori · 15 years ago
  21. 7c095e4 dma-mapping: x86: use asm-generic/dma-mapping-common.h by FUJITA Tomonori · 15 years ago
  22. 9b5cab3 kmemcheck: add hooks for page- and sg-dma-mappings by Vegard Nossum · 15 years ago
  23. d700285 kmemcheck: add DMA hooks by Vegard Nossum · 16 years ago
  24. 2f4f27d dma-mapping: replace all DMA_24BIT_MASK macro with DMA_BIT_MASK(24) by Yang Hongyang · 15 years ago
  25. 284901a dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32) by Yang Hongyang · 15 years ago
  26. 2118d0c dma-debug: x86 architecture bindings by Joerg Roedel · 15 years ago
  27. 7df4edb Merge branch 'linus' into core/iommu by Ingo Molnar · 15 years ago
  28. 5872fb9 Documentation: move DMA-mapping.txt to Doc/PCI/ by Randy Dunlap · 15 years ago
  29. 160c1d8 x86, ia64: convert to use generic dma_map_ops struct by FUJITA Tomonori · 15 years ago
  30. d7dff84 x86: remove map_single and unmap_single in struct dma_mapping_ops by FUJITA Tomonori · 15 years ago
  31. abe6602 x86: add map_page and unmap_page to struct dma_mapping_ops by FUJITA Tomonori · 15 years ago
  32. 5f34fe1 Merge branch 'core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  33. cfb80c9 x86: unify pci iommu setup and allow swiotlb to compile for 32 bit by Jeremy Fitzhardinge · 16 years ago
  34. 50cec5c x86: fix dma_mapping_error for 32bit x86, cleanup by FUJITA Tomonori · 16 years ago
  35. 7b1dedc x86: fix dma_mapping_error for 32bit x86 by Thomas Bogendoerfer · 16 years ago
  36. 75bebb7 x86: use GFP_DMA for 24bit coherent_dma_mask by FUJITA Tomonori · 16 years ago
  37. 1965aae x86: Fix ASM_X86__ header guards by H. Peter Anvin · 16 years ago
  38. bb89855 x86, um: ... and asm-x86 move by Al Viro · 16 years ago[Renamed from include/asm-x86/dma-mapping.h]
  39. 725c258 Merge branches 'core/iommu', 'x86/amd-iommu' and 'x86/iommu' into x86-v28-for-linus-phase3-B by Ingo Molnar · 16 years ago
  40. b8cd9d0 Merge branch 'x86/header-guards' into x86-v28-for-linus-phase1 by Ingo Molnar · 16 years ago
  41. 9f6ac57 x86: export pci-nommu's alloc_coherent by FUJITA Tomonori · 16 years ago
  42. 9821626 x86: convert dma_alloc_coherent to use is_device_dma_capable by FUJITA Tomonori · 16 years ago
  43. 8a493d3 x86: remove duplicated extern force_iommu by FUJITA Tomonori · 16 years ago
  44. 9fcaff0 x86: unused variable in dma_alloc_coherent_gfp_flags() by Steven Noonan · 16 years ago
  45. 823e7e8 x86: dma_alloc_coherent sets gfp flags properly by FUJITA Tomonori · 16 years ago
  46. 8a53ad6 x86: fix nommu_alloc_coherent allocation with NULL device argument by FUJITA Tomonori · 16 years ago
  47. de9f521 x86: move pci-nommu's dma_mask check to common code by FUJITA Tomonori · 16 years ago
  48. 766af9f dma-mapping.h, x86: remove last user of dma_mapping_ops->map_simple by FUJITA Tomonori · 16 years ago
  49. 6c505ce x86: move dma_*_coherent functions to include file by Joerg Roedel · 16 years ago
  50. cb28a1b Merge branch 'linus' into core/generic-dma-coherent by Ingo Molnar · 16 years ago
  51. 8d8bb39 dma-mapping: add the device argument to dma_mapping_error() by FUJITA Tomonori · 16 years ago
  52. 77ef50a x86: consolidate header guards by Vegard Nossum · 16 years ago
  53. 08e1a13 x86: reduce forbid_dac's visibility by Jan Beulich · 16 years ago
  54. 323ec00 x86: use generic per-device dma coherent allocator by Dmitry Baryshkov · 16 years ago
  55. 8e8edc6 x86: move dma_coherent functions to pci-dma.c by Glauber Costa · 16 years ago
  56. fae9a0d x86: merge iommu initialization parameters by Glauber Costa · 16 years ago
  57. bca5c09 x86: move pci fixup to pci-dma.c by Glauber Costa · 16 years ago
  58. b7107a3 x86: delete the arch-specific dma-mapping headers. by Glauber Costa · 16 years ago
  59. ae17a63b x86: move ARCH_HAS_DMA_DECLARE_COHERENT_MEMORY to dma-mapping.h by Glauber Costa · 16 years ago
  60. c786df0 x86: unify dma_mapping_error by Glauber Costa · 16 years ago
  61. 7c18341 x86: provide a bad_dma_address symbol for i386 by Glauber Costa · 16 years ago
  62. 802c1f6 x86: move dma_supported and dma_set_mask to pci-dma_32.c by Glauber Costa · 16 years ago
  63. 3cb6a91 x86: move dma_cache_sync to common header by Glauber Costa · 16 years ago
  64. 2be6214 x86: dma-ops on highmem fix by Ingo Molnar · 16 years ago
  65. 4d92fbf x86: move dma_map_page and dma_unmap_page to common header by Glauber Costa · 16 years ago
  66. 8d396de x86: move alloc and free coherent to common header by Glauber Costa · 16 years ago
  67. e7f3a91 x86: move dma_sync_sg_for_device to common header by Glauber Costa · 16 years ago
  68. ed435de x86: move dma_sync_sg_for_cpu to common header by Glauber Costa · 16 years ago
  69. 7136233 x86: move dma_sync_single_range_for_device to common header by Glauber Costa · 16 years ago
  70. 627610f x86: move dma_sync_single_range_for_cpu to common header by Glauber Costa · 16 years ago
  71. 9231b26 x86: move dma_sync_single_for_device to common header by Glauber Costa · 16 years ago
  72. c01dd8c x86: move dma_sync_single_for_cpu to common header by Glauber Costa · 16 years ago
  73. 72c784f x86: move dma_unmap_sg to common header by Glauber Costa · 16 years ago
  74. 16a3ce9 x86: move dma_map_sg to common header by Glauber Costa · 16 years ago
  75. 0cb0ae6 x86: move dma_unmap_single to common header by Glauber Costa · 16 years ago
  76. 22456b9 x86: implement dma_map_single through dma_ops by Glauber Costa · 16 years ago
  77. 6f53663 x86: move dma_ops struct definition to dma-mapping.h by Glauber Costa · 16 years ago
  78. 96a388d i386/x86_64: move headers to include/asm-x86 by Thomas Gleixner · 17 years ago