1. 8d4f533 x86, IA64, powerpc: add phys_to_dma() and dma_to_phys() by FUJITA Tomonori · 15 years ago
  2. 99becac x86: add dma_capable() to replace is_buffer_dma_capable() by FUJITA Tomonori · 15 years ago
  3. 7c095e4 dma-mapping: x86: use asm-generic/dma-mapping-common.h by FUJITA Tomonori · 15 years ago
  4. 9b5cab3 kmemcheck: add hooks for page- and sg-dma-mappings by Vegard Nossum · 15 years ago
  5. d700285 kmemcheck: add DMA hooks by Vegard Nossum · 16 years ago
  6. 2f4f27d dma-mapping: replace all DMA_24BIT_MASK macro with DMA_BIT_MASK(24) by Yang Hongyang · 15 years ago
  7. 284901a dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32) by Yang Hongyang · 15 years ago
  8. 2118d0c dma-debug: x86 architecture bindings by Joerg Roedel · 16 years ago
  9. 7df4edb Merge branch 'linus' into core/iommu by Ingo Molnar · 15 years ago
  10. 5872fb9 Documentation: move DMA-mapping.txt to Doc/PCI/ by Randy Dunlap · 15 years ago
  11. 160c1d8 x86, ia64: convert to use generic dma_map_ops struct by FUJITA Tomonori · 16 years ago
  12. d7dff84 x86: remove map_single and unmap_single in struct dma_mapping_ops by FUJITA Tomonori · 16 years ago
  13. abe6602 x86: add map_page and unmap_page to struct dma_mapping_ops by FUJITA Tomonori · 16 years ago
  14. 5f34fe1 Merge branch 'core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  15. cfb80c9 x86: unify pci iommu setup and allow swiotlb to compile for 32 bit by Jeremy Fitzhardinge · 16 years ago
  16. 50cec5c x86: fix dma_mapping_error for 32bit x86, cleanup by FUJITA Tomonori · 16 years ago
  17. 7b1dedc x86: fix dma_mapping_error for 32bit x86 by Thomas Bogendoerfer · 16 years ago
  18. 75bebb7 x86: use GFP_DMA for 24bit coherent_dma_mask by FUJITA Tomonori · 16 years ago
  19. 1965aae x86: Fix ASM_X86__ header guards by H. Peter Anvin · 16 years ago
  20. bb89855 x86, um: ... and asm-x86 move by Al Viro · 16 years ago[Renamed from include/asm-x86/dma-mapping.h]
  21. 725c258 Merge branches 'core/iommu', 'x86/amd-iommu' and 'x86/iommu' into x86-v28-for-linus-phase3-B by Ingo Molnar · 16 years ago
  22. b8cd9d0 Merge branch 'x86/header-guards' into x86-v28-for-linus-phase1 by Ingo Molnar · 16 years ago
  23. 9f6ac57 x86: export pci-nommu's alloc_coherent by FUJITA Tomonori · 16 years ago
  24. 9821626 x86: convert dma_alloc_coherent to use is_device_dma_capable by FUJITA Tomonori · 16 years ago
  25. 8a493d3 x86: remove duplicated extern force_iommu by FUJITA Tomonori · 16 years ago
  26. 9fcaff0 x86: unused variable in dma_alloc_coherent_gfp_flags() by Steven Noonan · 16 years ago
  27. 823e7e8 x86: dma_alloc_coherent sets gfp flags properly by FUJITA Tomonori · 16 years ago
  28. 8a53ad6 x86: fix nommu_alloc_coherent allocation with NULL device argument by FUJITA Tomonori · 16 years ago
  29. de9f521 x86: move pci-nommu's dma_mask check to common code by FUJITA Tomonori · 16 years ago
  30. 766af9f dma-mapping.h, x86: remove last user of dma_mapping_ops->map_simple by FUJITA Tomonori · 16 years ago
  31. 6c505ce x86: move dma_*_coherent functions to include file by Joerg Roedel · 16 years ago
  32. cb28a1b Merge branch 'linus' into core/generic-dma-coherent by Ingo Molnar · 16 years ago
  33. 8d8bb39 dma-mapping: add the device argument to dma_mapping_error() by FUJITA Tomonori · 16 years ago
  34. 77ef50a x86: consolidate header guards by Vegard Nossum · 16 years ago
  35. 08e1a13 x86: reduce forbid_dac's visibility by Jan Beulich · 16 years ago
  36. 323ec00 x86: use generic per-device dma coherent allocator by Dmitry Baryshkov · 16 years ago
  37. 8e8edc6 x86: move dma_coherent functions to pci-dma.c by Glauber Costa · 16 years ago
  38. fae9a0d x86: merge iommu initialization parameters by Glauber Costa · 16 years ago
  39. bca5c09 x86: move pci fixup to pci-dma.c by Glauber Costa · 16 years ago
  40. b7107a3 x86: delete the arch-specific dma-mapping headers. by Glauber Costa · 16 years ago
  41. ae17a63b x86: move ARCH_HAS_DMA_DECLARE_COHERENT_MEMORY to dma-mapping.h by Glauber Costa · 16 years ago
  42. c786df0 x86: unify dma_mapping_error by Glauber Costa · 16 years ago
  43. 7c18341 x86: provide a bad_dma_address symbol for i386 by Glauber Costa · 16 years ago
  44. 802c1f6 x86: move dma_supported and dma_set_mask to pci-dma_32.c by Glauber Costa · 16 years ago
  45. 3cb6a91 x86: move dma_cache_sync to common header by Glauber Costa · 16 years ago
  46. 2be6214 x86: dma-ops on highmem fix by Ingo Molnar · 16 years ago
  47. 4d92fbf x86: move dma_map_page and dma_unmap_page to common header by Glauber Costa · 16 years ago
  48. 8d396de x86: move alloc and free coherent to common header by Glauber Costa · 16 years ago
  49. e7f3a91 x86: move dma_sync_sg_for_device to common header by Glauber Costa · 16 years ago
  50. ed435de x86: move dma_sync_sg_for_cpu to common header by Glauber Costa · 16 years ago
  51. 7136233 x86: move dma_sync_single_range_for_device to common header by Glauber Costa · 16 years ago
  52. 627610f x86: move dma_sync_single_range_for_cpu to common header by Glauber Costa · 16 years ago
  53. 9231b26 x86: move dma_sync_single_for_device to common header by Glauber Costa · 16 years ago
  54. c01dd8c x86: move dma_sync_single_for_cpu to common header by Glauber Costa · 16 years ago
  55. 72c784f x86: move dma_unmap_sg to common header by Glauber Costa · 16 years ago
  56. 16a3ce9 x86: move dma_map_sg to common header by Glauber Costa · 16 years ago
  57. 0cb0ae6 x86: move dma_unmap_single to common header by Glauber Costa · 16 years ago
  58. 22456b9 x86: implement dma_map_single through dma_ops by Glauber Costa · 16 years ago
  59. 6f53663 x86: move dma_ops struct definition to dma-mapping.h by Glauber Costa · 16 years ago
  60. 96a388d i386/x86_64: move headers to include/asm-x86 by Thomas Gleixner · 17 years ago