1. 4073723 Merge branch 'misc' into devel by Russell King · 14 years ago
  2. 4ec3eb1 Merge branch 'smp' into misc by Russell King · 14 years ago
  3. 24056f5 ARM: DMA: add support for DMA debugging by Russell King · 14 years ago
  4. 9eedd96 ARM: DMA: Replace page_to_dma()/dma_to_page() with pfn_to_dma()/dma_to_pfn() by Russell King · 14 years ago
  5. 39af22a ARM: get rid of kmap_high_l1_vipt() by Nicolas Pitre · 14 years ago
  6. c947f69 ARM: Fix DMA coherent allocator alignment by Russell King · 14 years ago
  7. c017780 ARM: 6379/1: Assume new page cache pages have dirty D-cache by Catalin Marinas · 14 years ago
  8. 2be23c4 ARM: Ensure PTE modifications via dma_alloc_coherent are visible by Russell King · 14 years ago
  9. 5bc23d3 ARM: DMA coherent allocator: align remapped addresses by Russell King · 14 years ago
  10. a5e9d38 ARM: 6186/1: Avoid the CONSISTENT_DMA_SIZE warning on noMMU builds by Catalin Marinas · 14 years ago
  11. 7e5a69e ARM: 6007/1: fix highmem with VIPT cache and DMA by Nicolas Pitre · 14 years ago
  12. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 15 years ago
  13. 2741ecb Merge branch 'misc2' into devel by Russell King · 15 years ago
  14. a7bd08c ARM: 5927/1: Make delimiters of DMA area globally visibly. by Fenkart/Bostandzhyan · 15 years ago
  15. 2ffe2da ARM: dma-mapping: fix for speculative prefetching by Russell King · 15 years ago
  16. a9c9147 ARM: dma-mapping: provide per-cpu type map/unmap functions by Russell King · 15 years ago
  17. 93f1d62 ARM: dma-mapping: simplify dma_cache_maint_page by Russell King · 15 years ago
  18. 65af191 ARM: dma-mapping: move selection of page ops out of dma_cache_maint_contiguous by Russell King · 15 years ago
  19. 4ea0d73 ARM: dma-mapping: push buffer ownership down into dma-mapping.c by Russell King · 15 years ago
  20. 18eabe2 ARM: dma-mapping: introduce the idea of buffer ownership by Russell King · 15 years ago
  21. 26a26d3 ARM: dma-mapping: switch ARMv7 DMA mappings to retain 'memory' attribute by Russell King · 15 years ago
  22. acaac25 ARM: dma-mapping: get rid of setting/clearing the reserved page bit by Russell King · 15 years ago
  23. 31ebf94 ARM: dma-mapping: Factor out noMMU dma buffer allocation code by Russell King · 15 years ago
  24. ebd7a84 ARM: dma-mapping: clean up coherent arch dma allocation by Russell King · 15 years ago
  25. 88c58f3 ARM: dma-mapping: move consistent_init into CONFIG_MMU section by Russell King · 15 years ago
  26. 695ae0a ARM: dma-mapping: factor dma_free_coherent() common code by Russell King · 15 years ago
  27. 04da569 ARM: dma-mapping: fix nommu dma_alloc_coherent() by Russell King · 15 years ago
  28. 3e82d01 ARM: dma-mapping: fix coherent arch dma_alloc_coherent() by Russell King · 15 years ago
  29. 7a9a32a ARM: dma-mapping: functions to allocate/free a coherent buffer by Russell King · 15 years ago
  30. 13ccf3a ARM: dma-mapping: split out vmregion code from dma coherent mapping code by Russell King · 15 years ago
  31. c06e004 ARM: Use GFP_DMA only for masks _less_ than 32-bit by Russell King · 15 years ago
  32. ab6494f nommu: Add noMMU support to the DMA API by Catalin Marinas · 15 years ago
  33. 4337745 [ARM] introduce dma_cache_maint_page() by Nicolas Pitre · 16 years ago
  34. 1522ac3 [ARM] Fix virtual to physical translation macro corner cases by Russell King · 16 years ago
  35. 9c93af1 NOMMU: Rename ARM's struct vm_region by David Howells · 16 years ago
  36. 309dbba [ARM] dma: don't touch cache on dma_*_for_cpu() by Russell King · 16 years ago
  37. 2638b4d [ARM] dma: Reduce to one dma_sync_sg_* implementation by Russell King · 16 years ago
  38. 01135d92 [ARM] dma: Reduce to one dma_map_sg()/dma_unmap_sg() implementation by Russell King · 16 years ago
  39. afd1a32 [ARM] Update dma_map_sg()/dma_unmap_sg() API by Russell King · 16 years ago
  40. 0ddbccd [ARM] dma: rename consistent.c to dma-mapping.c by Russell King · 16 years ago[Renamed (99%) from arch/arm/mm/consistent.c]
  41. 1fe5326 ARM: support generic per-device coherent dma mem by Dmitry Baryshkov · 16 years ago
  42. 6d6a54d [ARM] remove useless setting of VM_RESERVED by Russell King · 17 years ago
  43. 84aa462 [ARM] Rename consistent_sync() as dma_cache_maint() by Russell King · 17 years ago
  44. 3e1a80f [ARM] 4153/1: fix consistent_sync() off-by-one BUG check by Lennert Buytenhek · 18 years ago
  45. 7ae5a76 [ARM] Convert DMA cache handling to take const void * args by Russell King · 18 years ago
  46. 953233d [ARM] 4134/1: Add generic support for outer caches by Catalin Marinas · 18 years ago
  47. ad1ae2f [ARM] Unuse another Linux PTE bit by Russell King · 18 years ago
  48. 105ef9a [ARM] 3942/1: ARM: comment: consistent_sync should not be called directly by Dan Williams · 18 years ago
  49. 23759dc [ARM] 3439/2: xsc3: add I/O coherency support by Lennert Buytenhek · 18 years ago
  50. 8dfcc9b [PATCH] mm: split highorder pages by Nick Piggin · 19 years ago
  51. 37134cd [ARM] 3209/1: Configurable DMA-consistent memory region by Kevin Hilman · 19 years ago
  52. 78ff18a [ARM] Cleanup ARM includes by Russell King · 19 years ago
  53. 5edf71a [ARM] Do not call flush_tlb_kernel_range() with IRQs disabled. by Russell King · 19 years ago
  54. 872fec1 [PATCH] mm: init_mm without ptlock by Hugh Dickins · 19 years ago
  55. f9e3214 [PATCH] gfp_t: dma-mapping (arm) by Al Viro · 19 years ago
  56. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago