1. a6d71ba Merge 4.9.62 into android-4.9 by Greg Kroah-Hartman · 7 years ago
  2. dea9c75 arm64: dma-mapping: Only swizzle DMA ops for IOMMU_DOMAIN_DMA by Will Deacon · 7 years ago
  3. 45e0d34 arm64: dma-mapping: Fix dma_mapping_error() when bypassing SWIOTLB by Robin Murphy · 7 years ago
  4. a812304 arm64: dma-mapping: Fix dma_mapping_error() when bypassing SWIOTLB by Robin Murphy · 7 years ago
  5. cd08287 Merge tag 'v4.9.6' into android-4.9 by Dmitry Shmidt · 7 years ago
  6. 7663ed4 ANDROID: arm64: pass return address to dma_common_contiguous_remap by Jin Qian · 9 years ago
  7. 1fd1e6c swiotlb: Convert swiotlb_force from int to enum by Geert Uytterhoeven · 8 years ago
  8. 56e520c Merge tag 'iommu-updates-v4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu by Linus Torvalds · 8 years ago
  9. fade1ec iommu/dma: Avoid PCI host bridge windows by Robin Murphy · 8 years ago
  10. 5a9e3e1 arm64: apply __ro_after_init to some objects by Jisheng Zhang · 8 years ago
  11. d34fdb7 arm64: mm: convert __dma_* routines to use start, size by Kwangwoo Lee · 8 years ago
  12. 00085f1 dma-mapping: use unsigned long for dma_attrs by Krzysztof Kozlowski · 8 years ago
  13. 16c1132 arm64: mm: change IOMMU notifier action to attach DMA ops by Lorenzo Pieralisi · 8 years ago
  14. b67a8b2 arm64: mm: only initialize swiotlb when necessary by Jisheng Zhang · 8 years ago
  15. e0fb1b3 Merge tag 'iommu-updates-v4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu by Linus Torvalds · 8 years ago
  16. 3b6b7e1 iommu/dma: Finish optimising higher-order allocations by Robin Murphy · 8 years ago
  17. 53c92d7 iommu: of: enforce const-ness of struct iommu_ops by Robin Murphy · 8 years ago
  18. 921b1f5 arm64/dma-mapping: Remove default domain workaround by Robin Murphy · 8 years ago
  19. 226d89c arm64/dma-mapping: Extend DMA ops workaround to PCI devices by Robin Murphy · 8 years ago
  20. 722ec35 arm64: dma-mapping: fix handling of devices registered before arch_initcall by Marek Szyprowski · 8 years ago
  21. a7c61a3 arm64: add __init/__initdata section marker to some functions/variables by Jisheng Zhang · 9 years ago
  22. 1dccb59 arm64: simplify dma_get_ops by Arnd Bergmann · 9 years ago
  23. bd1c6ff arm64/dma-mapping: Fix sizes in __iommu_{alloc,free}_attrs by Robin Murphy · 9 years ago
  24. ce5c2d2 arm64: fixup for mm renames by Andrew Morton · 9 years ago
  25. d0164ad mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep and avoiding waking kswapd by Mel Gorman · 9 years ago
  26. 876945d arm64: Hook up IOMMU dma_ops by Robin Murphy · 9 years ago
  27. 13b8629 arm64: Add IOMMU dma_ops by Robin Murphy · 9 years ago
  28. ba9cc45 arm64: dma-mapping: check whether cma area is initialized or not by Jisheng Zhang · 9 years ago
  29. 97942c2 arm64: dma-mapping: Simplify pgprot handling by Robin Murphy · 9 years ago
  30. 1d1ddf6 arm64: dma-mapping: implement dma_get_sgtable() by Robin Murphy · 9 years ago
  31. aaf6f2f arm64: consolidate __swiotlb_mmap by Robin Murphy · 9 years ago
  32. b6197b9 arm64 : Introduce support for ACPI _CCA object by Suthikulpanit, Suravee · 9 years ago
  33. 2cff98b arm64: add missing PAGE_ALIGN() to __dma_free() by Dean Nelson · 9 years ago
  34. 6829e27 arm64: dma-mapping: always clear allocated buffers by Marek Szyprowski · 9 years ago
  35. 7132813 arm64: Honor __GFP_ZERO in dma allocations by Suzuki K. Poulose · 9 years ago
  36. a1e50a8 arm64: Increase the swiotlb buffer size 64MB by Catalin Marinas · 9 years ago
  37. 9d3bfbb arm64: Combine coherent and non-coherent swiotlb dma_ops by Catalin Marinas · 9 years ago
  38. d4932f9 arm64: add atomic pool for non-coherent and CMA allocations by Laura Abbott · 10 years ago
  39. a52ce12 arm64: Use DMA_ERROR_CODE to denote failed allocation by Sean Paul · 10 years ago
  40. 2189064 arm64: Implement set_arch_dma_coherent_ops() to replace bus notifiers by Catalin Marinas · 10 years ago
  41. a501e32 arm64: Clean up the default pgprot setting by Catalin Marinas · 10 years ago
  42. 6ecba8e arm64: Use bus notifiers to set per-device coherent DMA ops by Catalin Marinas · 10 years ago
  43. c7a4a76 arm64: Make default dma_ops to be noncoherent by Ritesh Harjani · 10 years ago
  44. 196adf2 arm64: Remove pgprot_dmacoherent() by Catalin Marinas · 10 years ago
  45. 214fdbe arm64: Support DMA_ATTR_WRITE_COMBINE by Laura Abbott · 10 years ago
  46. 6e8d796 arm64: Implement custom mmap functions for dma mapping by Laura Abbott · 10 years ago
  47. 7363590 arm64: Implement coherent DMA API based on swiotlb by Catalin Marinas · 11 years ago
  48. 3690951 arm64: Use swiotlb late initialisation by Catalin Marinas · 10 years ago
  49. 19e7640 arm64: Replace ZONE_DMA32 with ZONE_DMA by Catalin Marinas · 10 years ago
  50. bb10eb7 arm64: Change misleading function names in dma-mapping by Ritesh Harjani · 10 years ago
  51. ccc9e24 arm64: Align CMA sizes to PAGE_SIZE by Laura Abbott · 10 years ago
  52. 6ac2104 arm64: Enable CMA by Laura Abbott · 11 years ago
  53. c666e8d arm64: Warn on NULL device structure for dma APIs by Laura Abbott · 11 years ago
  54. 27222a3 arm64: Call swiotlb_init() instead of swiotlb_init_with_default_size() by Catalin Marinas · 12 years ago
  55. 09b5541 arm64: DMA mapping API by Catalin Marinas · 12 years ago