1. 39b0f20 ARM: dma-mapping: fix incorrect freeing of atomic allocations by Aaro Koskinen · 12 years ago
  2. cb4d7a6 ARM: dma-mapping: remove custom consistent dma region by Marek Szyprowski · 12 years ago
  3. 8892fbb ARM: mm: fix MMU mapping of CMA regions by Chris Brand · 12 years ago
  4. 29edccf Merge "ARM: dma-mapping: Allow highmem pages to not have a mapping" by Linux Build Service Account · 11 years ago
  5. b52d473 Merge "ARM: dma-mapping: add support for CMA regions placed in highmem zone" by Linux Build Service Account · 11 years ago
  6. e4e9dc8 ARM: DMA: Fix struct page iterator in dma_cache_maint() to work with sparsemem by Russell King · 12 years ago
  7. 5f06ec8 ARM: dma-mapping: Allow highmem pages to not have a mapping by Laura Abbott · 12 years ago
  8. 44d60d6 ARM: dma-mapping: add support for CMA regions placed in highmem zone by Marek Szyprowski · 12 years ago
  9. 4f5b9de arm: dma: Allow CMA pages to not have a kernel mapping. by Laura Abbott · 12 years ago
  10. b203402 arm: dma: Expand the page protection attributes by Laura Abbott · 12 years ago
  11. b1fc902 ARM: dma-mapping: fix buffer chunk allocation order by Marek Szyprowski · 12 years ago
  12. bf8effb ARM: dma-mapping: Add missing static storage class specifier by Sachin Kamat · 12 years ago
  13. 808e303 ARM: dma-mapping: use PMD size for section unmap by Vitaly Andrianov · 12 years ago
  14. bebe3ac ARM: dma-mapping: add support for IOMMU mapper by Marek Szyprowski · 12 years ago
  15. a93786a ARM: dma-mapping: use alloc, mmap, free from dma_ops by Marek Szyprowski · 12 years ago
  16. abe2a2f ARM: dma-mapping: remove redundant code and do the cleanup by Marek Szyprowski · 12 years ago
  17. 75cd651 ARM: dma-mapping: move all dma bounce code to separate dma ops structure by Marek Szyprowski · 12 years ago
  18. 253a140 ARM: dma-mapping: implement dma sg methods on top of any generic dma ops by Marek Szyprowski · 12 years ago
  19. f6fe282 ARM: dma-mapping: use asm-generic/dma-mapping-common.h by Marek Szyprowski · 12 years ago
  20. 2d0d5ba ARM: dma-mapping: remove offset parameter to prepare for generic dma_ops by Marek Szyprowski · 12 years ago
  21. 1dc8f00 ARM: dma-mapping: introduce DMA_ERROR_CODE constant by Marek Szyprowski · 12 years ago
  22. e2a8e41 ARM: dma-mapping: use pr_* instread of printk by Marek Szyprowski · 12 years ago
  23. f504f8e ARM: dma-mapping: use dma_mmap_from_coherent() by Marek Szyprowski · 12 years ago
  24. 5ee6b06 ARM: dma-mapping: remove unconditional dependency on CMA by Marek Szyprowski · 12 years ago
  25. d4398df ARM: integrate CMA with DMA-mapping subsystem by Marek Szyprowski · 13 years ago
  26. f132c6c Merge commit 'AU_LINUX_ANDROID_ICS.04.00.04.00.126' into msm-3.4 by Steve Muckle · 12 years ago
  27. 45cd529 ARM: add dma coherent region reporting via procfs by Russell King · 13 years ago
  28. ea2e705 ARM: 7172/1: dma: Drop GFP_COMP for DMA memory allocations by Sumit Bhattacharya · 13 years ago
  29. 53cbcbc ARM: 7166/1: Use PMD_SHIFT instead of PGDIR_SHIFT in dma-consistent.c by Catalin Marinas · 13 years ago
  30. d074fa2 Merge remote-tracking branch 'common/android-3.0' into msm-3.0 by Bryan Huntsman · 13 years ago
  31. 1fdb24e Merge branch 'devel-stable' of http://ftp.arm.linux.org.uk/pub/linux/arm/kernel/git-cur/linux-2.6-arm by Linus Torvalds · 13 years ago
  32. 06afb1a Merge branches 'arnd-randcfg-fixes', 'debug', 'io' (early part), 'l2x0', 'p2v', 'pgt' (early part) and 'smp' into for-linus by Russell King · 13 years ago
  33. 017a4b5 ARM: dma-mapping: free allocated page if unable to map by Russell King · 13 years ago
  34. 3f2bc4d Initial Contribution by Bryan Huntsman · 13 years ago
  35. d8e89b4 ARM: dma-mapping: free allocated page if unable to map by Russell King · 13 years ago
  36. e73fc88 ARM: 7059/1: LPAE: Use PMD_(SHIFT|SIZE|MASK) instead of PGDIR_* by Catalin Marinas · 13 years ago
  37. 97fef8b ARM: Remove support for macro CONSISTENT_DMA_SIZE by Jon Medhurst · 13 years ago
  38. 99d1717 ARM: Add init_consistent_dma_size() by Jon Medhurst · 13 years ago
  39. 022ae53 ARM: dma: replace ISA_DMA_THRESHOLD with a variable by Russell King · 13 years ago
  40. 196f020 Merge branches 'fixes', 'pgt-next' and 'versatile' into devel by Russell King · 13 years ago
  41. 516295e ARM: pgtable: add pud-level code by Russell King · 14 years ago
  42. 0adfca6 ARM: 6622/1: fix dma_unmap_sg() documentation by Linus Walleij · 14 years ago
  43. 4073723 Merge branch 'misc' into devel by Russell King · 14 years ago
  44. 4ec3eb1 Merge branch 'smp' into misc by Russell King · 14 years ago
  45. 24056f5 ARM: DMA: add support for DMA debugging by Russell King · 14 years ago
  46. 9eedd96 ARM: DMA: Replace page_to_dma()/dma_to_page() with pfn_to_dma()/dma_to_pfn() by Russell King · 14 years ago
  47. 39af22a ARM: get rid of kmap_high_l1_vipt() by Nicolas Pitre · 14 years ago
  48. c947f69 ARM: Fix DMA coherent allocator alignment by Russell King · 14 years ago
  49. c017780 ARM: 6379/1: Assume new page cache pages have dirty D-cache by Catalin Marinas · 14 years ago
  50. 2be23c4 ARM: Ensure PTE modifications via dma_alloc_coherent are visible by Russell King · 14 years ago
  51. 5bc23d3 ARM: DMA coherent allocator: align remapped addresses by Russell King · 14 years ago
  52. a5e9d38 ARM: 6186/1: Avoid the CONSISTENT_DMA_SIZE warning on noMMU builds by Catalin Marinas · 14 years ago
  53. 7e5a69e ARM: 6007/1: fix highmem with VIPT cache and DMA by Nicolas Pitre · 14 years ago
  54. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 14 years ago
  55. 2741ecb Merge branch 'misc2' into devel by Russell King · 14 years ago
  56. a7bd08c ARM: 5927/1: Make delimiters of DMA area globally visibly. by Fenkart/Bostandzhyan · 15 years ago
  57. 2ffe2da ARM: dma-mapping: fix for speculative prefetching by Russell King · 15 years ago
  58. a9c9147 ARM: dma-mapping: provide per-cpu type map/unmap functions by Russell King · 15 years ago
  59. 93f1d62 ARM: dma-mapping: simplify dma_cache_maint_page by Russell King · 15 years ago
  60. 65af191 ARM: dma-mapping: move selection of page ops out of dma_cache_maint_contiguous by Russell King · 15 years ago
  61. 4ea0d73 ARM: dma-mapping: push buffer ownership down into dma-mapping.c by Russell King · 15 years ago
  62. 18eabe2 ARM: dma-mapping: introduce the idea of buffer ownership by Russell King · 15 years ago
  63. 26a26d3 ARM: dma-mapping: switch ARMv7 DMA mappings to retain 'memory' attribute by Russell King · 15 years ago
  64. acaac25 ARM: dma-mapping: get rid of setting/clearing the reserved page bit by Russell King · 15 years ago
  65. 31ebf94 ARM: dma-mapping: Factor out noMMU dma buffer allocation code by Russell King · 15 years ago
  66. ebd7a84 ARM: dma-mapping: clean up coherent arch dma allocation by Russell King · 15 years ago
  67. 88c58f3 ARM: dma-mapping: move consistent_init into CONFIG_MMU section by Russell King · 15 years ago
  68. 695ae0a ARM: dma-mapping: factor dma_free_coherent() common code by Russell King · 15 years ago
  69. 04da569 ARM: dma-mapping: fix nommu dma_alloc_coherent() by Russell King · 15 years ago
  70. 3e82d01 ARM: dma-mapping: fix coherent arch dma_alloc_coherent() by Russell King · 15 years ago
  71. 7a9a32a ARM: dma-mapping: functions to allocate/free a coherent buffer by Russell King · 15 years ago
  72. 13ccf3a ARM: dma-mapping: split out vmregion code from dma coherent mapping code by Russell King · 15 years ago
  73. c06e004 ARM: Use GFP_DMA only for masks _less_ than 32-bit by Russell King · 15 years ago
  74. ab6494f nommu: Add noMMU support to the DMA API by Catalin Marinas · 15 years ago
  75. 4337745 [ARM] introduce dma_cache_maint_page() by Nicolas Pitre · 15 years ago
  76. 1522ac3 [ARM] Fix virtual to physical translation macro corner cases by Russell King · 15 years ago
  77. 9c93af1 NOMMU: Rename ARM's struct vm_region by David Howells · 16 years ago
  78. 309dbba [ARM] dma: don't touch cache on dma_*_for_cpu() by Russell King · 16 years ago
  79. 2638b4d [ARM] dma: Reduce to one dma_sync_sg_* implementation by Russell King · 16 years ago
  80. 01135d9 [ARM] dma: Reduce to one dma_map_sg()/dma_unmap_sg() implementation by Russell King · 16 years ago
  81. afd1a32 [ARM] Update dma_map_sg()/dma_unmap_sg() API by Russell King · 16 years ago
  82. 0ddbccd [ARM] dma: rename consistent.c to dma-mapping.c by Russell King · 16 years ago[Renamed (99%) from arch/arm/mm/consistent.c]
  83. 1fe5326 ARM: support generic per-device coherent dma mem by Dmitry Baryshkov · 16 years ago
  84. 6d6a54d [ARM] remove useless setting of VM_RESERVED by Russell King · 17 years ago
  85. 84aa462 [ARM] Rename consistent_sync() as dma_cache_maint() by Russell King · 17 years ago
  86. 3e1a80f [ARM] 4153/1: fix consistent_sync() off-by-one BUG check by Lennert Buytenhek · 18 years ago
  87. 7ae5a76 [ARM] Convert DMA cache handling to take const void * args by Russell King · 18 years ago
  88. 953233d [ARM] 4134/1: Add generic support for outer caches by Catalin Marinas · 18 years ago
  89. ad1ae2f [ARM] Unuse another Linux PTE bit by Russell King · 18 years ago
  90. 105ef9a [ARM] 3942/1: ARM: comment: consistent_sync should not be called directly by Dan Williams · 18 years ago
  91. 23759dc [ARM] 3439/2: xsc3: add I/O coherency support by Lennert Buytenhek · 18 years ago
  92. 8dfcc9b [PATCH] mm: split highorder pages by Nick Piggin · 18 years ago
  93. 37134cd [ARM] 3209/1: Configurable DMA-consistent memory region by Kevin Hilman · 19 years ago
  94. 78ff18a [ARM] Cleanup ARM includes by Russell King · 19 years ago
  95. 5edf71a [ARM] Do not call flush_tlb_kernel_range() with IRQs disabled. by Russell King · 19 years ago
  96. 872fec1 [PATCH] mm: init_mm without ptlock by Hugh Dickins · 19 years ago
  97. f9e3214 [PATCH] gfp_t: dma-mapping (arm) by Al Viro · 19 years ago
  98. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago