1. 522d974 ioat: add missing DMA unmap to ioat_dma_self_test() by Bartlomiej Zolnierkiewicz · 12 years ago
  2. ac49898 ioat: Fix DMA memory sync direction correct flag by Shuah Khan · 12 years ago
  3. 4bf27b8 Drivers: dma: remove __dev* attributes. by Greg Kroah-Hartman · 11 years ago
  4. 6be35c7 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 11 years ago
  5. a7d6e3e dma: remove use of __devexit_p by Bill Pemberton · 12 years ago
  6. 07bd34d ioat: Do not enable DCA if tag map is invalid by Alexander Duyck · 12 years ago
  7. b7e97d2 Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dma by Linus Torvalds · 12 years ago
  8. 921eead dmaengine: use kmem_cache_zalloc instead of kmem_cache_alloc/memset by Wei Yongjun · 12 years ago
  9. ff8dd30 ioat: remove unused #defines by Jon Mason · 12 years ago
  10. 8eb4da2 ioat: Adding Ivy Bridge IOATDMA PCI device IDs by Dave Jiang · 12 years ago
  11. 94fb175 Merge tag 'dmaengine-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/dmaengine by Linus Torvalds · 12 years ago
  12. f26df1a ioatdma: DMA copy alignment needed to address IOAT DMA silicon errata by Dave Jiang · 12 years ago
  13. 21b764e ioat: ring size variables need to be 32bit to avoid overflow by Dave Jiang · 12 years ago
  14. 2750293 ioat: fix size of 'completion' for Xen by Dan Williams · 12 years ago
  15. 949ff5b dmaengine: fix for cookie changes and merge by Vinod Koul · 12 years ago
  16. 8ac6954 dmaengine: ensure all DMA engine drivers initialize their cookies by Russell King - ARM Linux · 12 years ago
  17. 96a2af4 dmaengine: consolidate tx_status functions by Russell King - ARM Linux · 12 years ago
  18. f7fbce0 dmaengine: provide a common function for completing a dma descriptor by Russell King - ARM Linux · 12 years ago
  19. 884485e dmaengine: consolidate assignment of DMA cookies by Russell King - ARM Linux · 12 years ago
  20. d2ebfb3 dmaengine: add private header file by Russell King - ARM Linux · 12 years ago
  21. 4d4e58d dmaengine: move last completed cookie into generic dma_chan structure by Russell King - ARM Linux · 12 years ago
  22. d0b0c8c ioat: fix xor_idx_to_desc by Dan Williams · 13 years ago
  23. 9b487ce Avoid section type conflict in dma/ioat/dma_v3.c by Andi Kleen · 13 years ago
  24. 3baef94 ioat: Adding PCI IDs for IOAT devices on SandyBridge platforms by Dave Jiang · 13 years ago
  25. 4cb865d Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/async_tx by Linus Torvalds · 13 years ago
  26. 19d78a6 x86: poll waiting for I/OAT DMA channel status by Dimitri Sivanich · 13 years ago
  27. 70c7160 Add appropriate <linux/prefetch.h> include for prefetch users by Paul Gortmaker · 13 years ago
  28. bca364d drivers/dma/ioat: Use the ccflag-y instead of EXTRA_CFLAGS by Tracey Dent · 14 years ago
  29. c50a898 ioat2: fix performance regression by Dan Williams · 14 years ago
  30. 556ab45 ioat2: catch and recover from broken vtd configurations v6 by Dan Williams · 14 years ago
  31. 0b28330 Merge branch 'ioat' into dmaengine by Dan Williams · 14 years ago
  32. c86e140 ioat: Remove duplicated devm_kzalloc() calls for ioatdma_device by Minskey Guo · 14 years ago
  33. 2adfc55 ioat3: disable cacheline-unaligned transfers for raid operations by Dan Williams · 14 years ago
  34. 074cc47 ioat2,3: convert to producer/consumer locking by Dan Williams · 14 years ago
  35. abb12df ioat: convert to circ_buf by Dan Williams · 14 years ago
  36. 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
  37. bca3469 dmaengine: provide helper for setting txstate by Dan Williams · 14 years ago
  38. 0793448 DMAENGINE: generic channel status v2 by Linus Walleij · 14 years ago
  39. 52cf25d Driver core: Constify struct sysfs_ops in struct kobj_type by Emese Revfy · 14 years ago
  40. 984b3f5 bitops: rename for_each_bit() to for_each_set_bit() by Akinobu Mita · 14 years ago
  41. dd58ffc Merge branch 'coh' into dmaengine by Dan Williams · 14 years ago
  42. aa4d72a ioat: cleanup ->timer_fn() and ->cleanup_fn() prototypes by Dan Williams · 14 years ago
  43. b9cc986 ioat3: interrupt coalescing by Dan Williams · 14 years ago
  44. aa75db0 ioat: close potential BUG_ON race in the descriptor cleanup path by Dan Williams · 14 years ago
  45. 281befa ioat2: kill pending flag by Dan Williams · 14 years ago
  46. b372ec2 ioat3: use ioat2_quiesce() by Dan Williams · 14 years ago
  47. 773d9e2 ioat3: cleanup, don't enable DCA completion writes by Dan Williams · 14 years ago
  48. 7e55a70 ioat: fix infinite timeout checking in ioat2_quiesce by Dan Williams · 14 years ago
  49. a6d52d7 ioat2,3: put channel hardware in known state at init by Dan Williams · 14 years ago
  50. cd78809 ioat3: fix p-disabled q-continuation by Dan Williams · 14 years ago
  51. 49954c1 ioat3: fix pq completion versus channel deallocation race by Dan Williams · 15 years ago
  52. 7b3cc2b async_tx: build-time toggling of async_{syndrome,xor}_val dma support by Dan Williams · 15 years ago
  53. b57014d ioat2,3: report all uncorrectable errors by Dan Williams · 15 years ago
  54. de581b6 ioat3: specify valid address for disabled-Q or disabled-P by Dan Williams · 15 years ago
  55. 6f82b83 ioat2,3: disable asynchronous error notifications by Dan Williams · 15 years ago
  56. 228c4f5 ioat3: dca and raid operations are incompatible by Dan Williams · 15 years ago
  57. e22dde9 ioat: silence "dca disabled" messages by Dan Williams · 15 years ago
  58. cdef57d ioat3: fix uninitialized var warnings by Dan Williams · 15 years ago
  59. f477f5b drivers/dma/ioat/dma_v2.c: fix warnings by Andrew Morton · 15 years ago
  60. 376ec37 ioat2: clarify ring size limits by Dan Williams · 15 years ago
  61. 3208ca5 ioat: driver version 4.0 by Dan Williams · 15 years ago
  62. 1a5aeee dca: registering requesters in multiple dca domains by Maciej Sosnowski · 15 years ago
  63. bbb2008 Merge branch 'dmaengine' into async-tx-next by Dan Williams · 15 years ago
  64. 162b96e ioat2,3: cacheline align software descriptor allocations by Dan Williams · 15 years ago
  65. ea25968a ioat: implement a private tx_list by Dan Williams · 15 years ago
  66. a6417dd I/OAT: Convert to PCI_VDEVICE() by Roland Dreier · 15 years ago
  67. 6506cbc Add MODULE_DEVICE_TABLE() so ioatdma module is autoloaded by Roland Dreier · 15 years ago
  68. e323271 ioat3: segregate raid engines by Dan Williams · 15 years ago
  69. b265b11 ioat3: ioat3.2 pci ids for Jasper Forest by Tom Picard · 15 years ago
  70. 58c8649 ioat3: interrupt descriptor support by Dan Williams · 15 years ago
  71. ae78662 ioat3: support xor via pq descriptors by Dan Williams · 15 years ago
  72. d69d235b ioat3: pq support by Dan Williams · 15 years ago
  73. 9de6fc7 ioat3: xor self test by Dan Williams · 15 years ago
  74. b094ad3 ioat3: xor support by Dan Williams · 15 years ago
  75. e61daca ioat3: enable dca for completion writes by Dan Williams · 15 years ago
  76. 5669e31 ioat: add 'ioat' sysfs attributes by Dan Williams · 15 years ago
  77. bf40a68 ioat3: split ioat3 support to its own file, add memset by Dan Williams · 15 years ago
  78. 2aec048 ioat3: hardware version 3.2 register / descriptor definitions by Dan Williams · 15 years ago
  79. 128f2d5 ioat2+: add fence support by Dan Williams · 15 years ago
  80. a309218 ioat2,3: dynamically resize descriptor ring by Dan Williams · 15 years ago
  81. 09c8a5b ioat: switch watchdog and reset handler from workqueue to timer by Dan Williams · 15 years ago
  82. ad643f5 ioat1: trim ioat_dma_desc_sw by Dan Williams · 15 years ago
  83. 345d852 ioat: ___devinit annotate the initialization paths by Dan Williams · 15 years ago
  84. f6ab95b ioat: preserve chanctrl bits when re-arming interrupts by Dan Williams · 15 years ago
  85. bb32078 ioat: ignore reserved bits for chancnt and xfercap by Dan Williams · 15 years ago
  86. 4fb9b9e ioat: cleanup completion status reads by Dan Williams · 15 years ago
  87. 6df9183 ioat: add some dev_dbg() calls by Dan Williams · 15 years ago
  88. 38e12f6 ioat1: kill unused unmap parameters by Dan Williams · 15 years ago
  89. 5cbafa6 ioat2,3: convert to a true ring buffer by Dan Williams · 15 years ago
  90. dcbc853 ioat: prepare the code for ioat[12]_dma_chan split by Dan Williams · 15 years ago
  91. a6a39ca ioat: fix self test interrupts by Dan Williams · 15 years ago
  92. a0587bc ioat1: move descriptor allocation from submit to prep by Dan Williams · 15 years ago
  93. c7984f4 ioat: define descriptor control bit-field by Dan Williams · 15 years ago
  94. 77867ff ioat: fix type mismatch for ->dmacount by Dan Williams · 15 years ago
  95. f2427e2 ioat: split ioat_dma_probe into core/version-specific routines by Dan Williams · 15 years ago
  96. b31b78f ioat: kill function prototype ifdef guards by Dan Williams · 15 years ago
  97. bc3c702 ioat: cleanup some long deref chains and 80 column collisions by Dan Williams · 15 years ago
  98. e6c0b69 ioat: convert ioat_probe to pcim/devm by Dan Williams · 15 years ago
  99. 1f27adc2 ioat: move definitions to dma.h by Dan Williams · 15 years ago
  100. 584ec22 ioat: move to drivers/dma/ioat/ by Dan Williams · 15 years ago