1. 5299709 treewide: Constify most dma_map_ops structures by Bart Van Assche · 9 years ago
  2. 256ff1c ARM: 8628/1: dma-mapping: preallocate DMA-debug hash tables in core_initcall by Marek Szyprowski · 9 years ago
  3. 553911c Merge tag 'dmaengine-4.9-rc1' of git://git.infradead.org/users/vkoul/slave-dma by Linus Torvalds · 9 years ago
  4. 24ed5d2 arm: dma-mapping: add {map,unmap}_resource for iommu ops by Niklas Söderlund · 9 years ago
  5. bf31c5e ARM: 8587/1: dma-mapping: Use %zu for printing a size_t variable by Fabio Estevam · 9 years ago
  6. 00085f1 dma-mapping: use unsigned long for dma_attrs by Krzysztof Kozlowski · 9 years ago
  7. 56506822 ARM: 8561/4: dma-mapping: Fix the coherent case when iommu is used by Gregory CLEMENT · 9 years ago
  8. f127089 ARM: 8561/3: dma-mapping: Don't use outer_flush_range when the L2C is coherent by Gregory CLEMENT · 9 years ago
  9. a1c28b7 Merge branch 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-arm by Linus Torvalds · 9 years ago
  10. 53c92d7 iommu: of: enforce const-ness of struct iommu_ops by Robin Murphy · 9 years ago
  11. 9c18fcf ARM: 8551/2: DMA: Fix kzalloc flags in __dma_alloc by Alexandre Courbot · 9 years ago
  12. b67dd2e ARM: 8548/1: dma-mapping: remove arm_dma_set_mask() by Alexandre Courbot · 9 years ago
  13. b426867 ARM: 8546/1: dma-mapping: refactor to fix coherent+cma+gfp=0 by Rabin Vincent · 9 years ago
  14. 19e6e5e ARM: 8547/1: dma-mapping: store buffer information by Rabin Vincent · 9 years ago
  15. 14d3ae2 ARM: 8507/1: dma-mapping: Use DMA_ATTR_ALLOC_SINGLE_PAGES hint to optimize alloc by Doug Anderson · 10 years ago
  16. 33298ef ARM: 8505/1: dma-mapping: Optimize allocation by Doug Anderson · 10 years ago
  17. 1d5cfdb tree wide: use kvfree() than conditional kfree()/vfree() by Tetsuo Handa · 10 years ago
  18. 3e6110f Revert "scatterlist: use sg_phys()" by Dan Williams · 10 years ago
  19. d0164ad mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep and avoiding waking kswapd by Mel Gorman · 10 years ago
  20. 7e31210 ARM: 8427/1: dma-mapping: add support for offset parameter in dma_mmap() by Marek Szyprowski · 10 years ago
  21. 371f0f0 ARM: 8426/1: dma-mapping: add missing range check in dma_mmap() by Marek Szyprowski · 10 years ago
  22. 99bc721 Merge branch 'fixes' of git://ftp.arm.linux.org.uk/~rmk/linux-arm by Linus Torvalds · 10 years ago
  23. 90cde55 ARM: 8437/1: dma-mapping: fix build warning with new DMA_ERROR_CODE definition by Andre Przywara · 10 years ago
  24. 6894258 dma-mapping: consolidate dma_{alloc,free}_{attrs,coherent} by Christoph Hellwig · 10 years ago
  25. c706c7e Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-arm by Linus Torvalds · 10 years ago
  26. 40d3f02 Merge branches 'cleanup', 'fixes', 'misc', 'omap-barrier' and 'uaccess' into for-linus by Russell King · 10 years ago
  27. d975f30 Merge branch 'for-4.3/sg' of git://git.kernel.dk/linux-block by Linus Torvalds · 10 years ago
  28. db0fa0c scatterlist: use sg_phys() by Dan Williams · 10 years ago
  29. 21caf3a ARM: 8398/1: arm DMA: Fix allocation from CMA for coherent DMA by Lorenzo Nava · 10 years ago
  30. 1234e3f ARM: reduce visibility of dmac_* functions by Russell King · 10 years ago
  31. 462859aa ARM: 8404/1: dma-mapping: fix off-by-one error in bitmap size check by Marek Szyprowski · 10 years ago
  32. 9de44aa Merge branches 'arnd-fixes', 'clk', 'misc', 'v7' and 'fixes' into for-next by Russell King · 10 years ago
  33. 55af8a9 ARM: 8387/1: arm/mm/dma-mapping.c: Add arm_coherent_dma_mmap by Mike Looijmans · 10 years ago
  34. 1424532 ARM: 8347/1: dma-mapping: fix off-by-one check in arm_setup_iommu_dma_ops by Marek Szyprowski · 10 years ago
  35. bb0fd7a Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-arm by Linus Torvalds · 10 years ago
  36. c848791f Merge branches 'misc', 'vdso' and 'fixes' into for-next by Russell King · 10 years ago
  37. 3be1b98 Merge tag 'pci-v4.1-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 10 years ago
  38. 49f28aa ARM: 8337/1: mm: Do not invoke OOM for higher order IOMMU DMA allocations by Tomasz Figa · 10 years ago
  39. 89cfdb1 ARM: 8289/1: dma-mapping: use to_dma_iommu_mapping instead of accessing archdata by Will Deacon · 11 years ago
  40. 22b3c18 arm: dma-mapping: limit IOMMU mapping size by Murali Karicheri · 10 years ago
  41. 8bf1268 ARM: dma-api: fix off-by-one error in __dma_supported() by Russell King · 10 years ago
  42. 6e8266e ARM: 8304/1: Respect NO_KERNEL_MAPPING when we don't have an IOMMU by Carlo Caione · 10 years ago
  43. 90c453c Merge branch 'fixes' of git://ftp.arm.linux.org.uk/~rmk/linux-arm by Linus Torvalds · 10 years ago
  44. 23be7fd ARM: 8305/1: DMA: Fix kzalloc flags in __iommu_alloc_buffer() by Alexandre Courbot · 10 years ago
  45. 5659c0e Merge branch 'fixes' of git://ftp.arm.linux.org.uk/~rmk/linux-arm by Linus Torvalds · 10 years ago
  46. eab8d65 arm: dma-mapping: Set DMA IOMMU ops in arm_iommu_attach_device() by Laurent Pinchart · 11 years ago
  47. c2273a1 ARM: 8288/1: dma-mapping: don't detach devices without an IOMMU during teardown by Will Deacon · 11 years ago
  48. 6f51ee7 Merge tag 'iommu-config-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 11 years ago
  49. 4bb2578 arm: dma-mapping: plumb our iommu mapping ops into arch_setup_dma_ops by Will Deacon · 11 years ago
  50. 0057572 ARM: 8181/1: Drop extra return statement by Laura Abbott · 11 years ago
  51. 36d0fd2 arm: use genalloc for the atomic pool by Laura Abbott · 11 years ago
  52. 513510d common: dma-mapping: introduce common remapping functions by Laura Abbott · 11 years ago
  53. a254129 CMA: generalize CMA reserved area management functionality by Joonsoo Kim · 11 years ago
  54. 6b07699 ARM: DMA: ensure that old section mappings are flushed from the TLB by Russell King · 11 years ago
  55. eb3d3ec Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-arm into next by Linus Torvalds · 11 years ago
  56. bd63ce2 Merge branch 'devel-stable' into for-next by Russell King · 11 years ago
  57. 1fb3334 Merge branches 'alignment', 'fixes', 'l2c' (early part) and 'misc' into for-next by Russell King · 11 years ago
  58. 6b74f61 Merge tag 'dt-dma-properties-for-arm' of git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone into devel-stable by Russell King · 11 years ago
  59. deace4a ARM: dma-mapping: avoid calling dma_cache_maint_page() on dev=>cpu by Russell King · 11 years ago
  60. e464ef1 arm: dma-mapping: add checking cma area initialized by Gioh Kim · 11 years ago
  61. 006f841 arm: dma-iommu: Clean up redundant variable by Ritesh Harjani · 11 years ago
  62. 2161c24 ARM: dma: use phys_addr_t in __dma_page_[cpu_to_dev/dev_to_cpu] by Santosh Shilimkar · 11 years ago
  63. 59f0f11 arm: dma-mapping: Fix mapping size value by Ritesh Harjani · 11 years ago
  64. 2d1eb87 Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-arm by Linus Torvalds · 11 years ago
  65. bce5669 Merge branch 'devel-stable' into for-next by Russell King · 11 years ago
  66. 68efd7d arm: dma-mapping: remove order parameter from arm_iommu_create_mapping() by Marek Szyprowski · 11 years ago
  67. 4d852ef arm: dma-mapping: Add support to extend DMA IOMMU mappings by Andreas Herrmann · 11 years ago
  68. 6ea41c8 ARM: 7979/1: mm: Remove hugetlb warning from Coherent DMA allocator by Steven Capper · 11 years ago
  69. 10c8562 ARM: dma-mapping: fix GFP_ATOMIC macro usage by Marek Szyprowski · 12 years ago
  70. 6f14d77 Merge branches 'amba', 'fixes', 'kees', 'misc' and 'unstable/sa11x0' into for-next by Russell King · 12 years ago
  71. 71b5566 ARM: fix executability of CMA mappings by Russell King · 12 years ago
  72. 9f28cde ARM: another fix for the DMA mapping checks by Russell King · 12 years ago
  73. 11a5aa3 ARM: dma-mapping: check DMA mask against available memory by Russell King · 12 years ago
  74. f47671e Merge branch 'for-linus' of git://git.linaro.org/people/rmk/linux-arm by Linus Torvalds · 12 years ago
  75. 8ceafbf Merge branch 'for-linus-dma-masks' of git://git.linaro.org/people/rmk/linux-arm by Linus Torvalds · 12 years ago
  76. 42cbe82 Merge branches 'fixes', 'mmci' and 'sa11x0' into for-next by Russell King · 12 years ago
  77. 4dcfa60 ARM: DMA-API: better handing of DMA masks for coherent allocations by Russell King · 12 years ago
  78. 0ea1ec7 ARM: dma-mapping: don't allow DMA mappings to be marked executable by Russell King · 12 years ago
  79. c9b2499 ARM: dma-mapping: Always pass proper prot flags to iommu_map() by Andreas Herrmann · 12 years ago
  80. 2e03285 Merge branch 'for-linus' of git://git.linaro.org/people/rmk/linux-arm by Linus Torvalds · 12 years ago
  81. bf550fc Merge remote-tracking branch 'origin/next' into kvm-ppc-next by Alexander Graf · 12 years ago
  82. 792a843 ARM: mm: remove redundant dsb() prior to range TLB invalidation by Will Deacon · 12 years ago
  83. 20f7462 Merge remote-tracking branch 'cmadma/for-v3.12-cma-dma' into kvm-ppc-next by Alexander Graf · 12 years ago
  84. 8b70a90 Merge branch 'for-v3.11' of git://git.linaro.org/people/mszyprowski/linux-dma-mapping by Linus Torvalds · 12 years ago
  85. f825c73 mm/cma: Move dma contiguous changes into a seperate config by Aneesh Kumar K.V · 12 years ago
  86. 3c0c01a Merge branch 'devel-stable' into for-next by Russell King · 12 years ago
  87. 5b91a98 ARM: dma: Drop __GFP_COMP for iommu dma memory allocations by Richard Zhao · 12 years ago
  88. 63c1819 ARM: DMA-mapping: mark all !DMA_TO_DEVICE pages in unmapping as clean by Ming Lei · 12 years ago
  89. 9e4b259 ARM: dma-mapping: NULLify dev->archdata.mapping pointer on detach by Will Deacon · 12 years ago
  90. 13987d6 ARM: dma-mapping: convert DMA direction into IOMMU protection attributes by Will Deacon · 12 years ago
  91. 836bfa0 ARM: dma-mapping: Get pages if the cpu_addr is out of atomic_pool by YoungJun Cho · 12 years ago
  92. 1355e2a ARM: mm: HugeTLB support for LPAE systems. by Catalin Marinas · 13 years ago
  93. b2a234e ARM: 7730/1: DMA-mapping: mark all !DMA_TO_DEVICE pages in unmapping as clean by Ming Lei · 12 years ago
  94. 946342d Merge branches 'devel-stable', 'entry', 'fixes', 'mach-types', 'misc' and 'smp-hotplug' into for-linus by Russell King · 12 years ago
  95. dd0f67f ARM: 7693/1: mm: clean-up in order to reduce to call kmap_high_get() by Joonsoo Kim · 12 years ago
  96. 9d1400c ARM: DMA-mapping: add missing GFP_DMA flag for atomic buffer allocation by Marek Szyprowski · 12 years ago
  97. d589829 ARM: DMA-mapping: fix memory leak in IOMMU dma-mapping implementation by Marek Szyprowski · 12 years ago
  98. 60460ab ARM: dma-mapping: Add maximum alignment order for dma iommu buffers by Seung-Woo Kim · 12 years ago
  99. f8669be ARM: dma-mapping: use himem for DMA buffers for IOMMU-mapped devices by Marek Szyprowski · 13 years ago
  100. 9848e48 ARM: dma-mapping: add support for CMA regions placed in highmem zone by Marek Szyprowski · 13 years ago