1. 2d6e4ec md/raid6: eliminate BUG_ON with side effect by Dan Williams · 15 years ago
  2. 084dac5 dca: module load should not be an error message by Stephen Hemminger · 15 years ago
  3. 3208ca5 ioat: driver version 4.0 by Dan Williams · 15 years ago
  4. 1a5aeee dca: registering requesters in multiple dca domains by Maciej Sosnowski · 15 years ago
  5. 9a8de63 async_tx: remove HIGHMEM64G restriction by Dan Williams · 15 years ago
  6. d8902ad dmaengine: sh: Add Support SuperH DMA Engine driver by Nobuhiro Iwamatsu · 15 years ago
  7. 9134d02 Merge commit 'md/for-linus' into async-tx-next by Dan Williams · 15 years ago
  8. bbb2008 Merge branch 'dmaengine' into async-tx-next by Dan Williams · 15 years ago
  9. 3e48e65 Merge branch 'iop-raid6' into async-tx-next by Dan Williams · 15 years ago
  10. 657a77fa dmaengine: Move all map_sg/unmap_sg for slave channel to its client by Atsushi Nemoto · 15 years ago
  11. bbea0b6 fsldma: Add DMA_SLAVE support by Ira Snyder · 15 years ago
  12. e6c7ecb fsldma: split apart external pause and request count features by Ira Snyder · 15 years ago
  13. 162b96e ioat2,3: cacheline align software descriptor allocations by Dan Williams · 15 years ago
  14. 0803172 dmaengine: kill tx_list by Dan Williams · 15 years ago
  15. 1979b18 txx9dmac: implement a private tx_list by Dan Williams · 15 years ago
  16. 285a3c7 at_hdmac: implement a private tx_list by Dan Williams · 15 years ago
  17. 64203b6 mv_xor: implement a private tx_list by Dan Williams · 15 years ago
  18. ea25968a ioat: implement a private tx_list by Dan Williams · 15 years ago
  19. 308136d iop-adma: implement a private tx_list by Dan Williams · 15 years ago
  20. eda3423 fsldma: implement a private tx_list by Dan Williams · 15 years ago
  21. e0bd0f8 dw_dmac: implement a private tx_list by Dan Williams · 15 years ago
  22. e12c4fa Merge branch 'ioat' into dmaengine by Dan Williams · 15 years ago
  23. a6417dd I/OAT: Convert to PCI_VDEVICE() by Roland Dreier · 15 years ago
  24. 6506cbc Add MODULE_DEVICE_TABLE() so ioatdma module is autoloaded by Roland Dreier · 15 years ago
  25. e323271 ioat3: segregate raid engines by Dan Williams · 15 years ago
  26. b265b11 ioat3: ioat3.2 pci ids for Jasper Forest by Tom Picard · 15 years ago
  27. 58c8649 ioat3: interrupt descriptor support by Dan Williams · 15 years ago
  28. ae78662 ioat3: support xor via pq descriptors by Dan Williams · 15 years ago
  29. d69d235b ioat3: pq support by Dan Williams · 15 years ago
  30. 9de6fc7 ioat3: xor self test by Dan Williams · 15 years ago
  31. b094ad3 ioat3: xor support by Dan Williams · 15 years ago
  32. e61daca ioat3: enable dca for completion writes by Dan Williams · 15 years ago
  33. 5669e31 ioat: add 'ioat' sysfs attributes by Dan Williams · 15 years ago
  34. bf40a68 ioat3: split ioat3 support to its own file, add memset by Dan Williams · 15 years ago
  35. 2aec048 ioat3: hardware version 3.2 register / descriptor definitions by Dan Williams · 15 years ago
  36. 128f2d5 ioat2+: add fence support by Dan Williams · 15 years ago
  37. 83544ae dmaengine, async_tx: support alignment checks by Dan Williams · 15 years ago
  38. 9308add dmaengine: cleanup unused transaction types by Dan Williams · 15 years ago
  39. 138f4c3 dmaengine, async_tx: add a "no channel switch" allocator by Dan Williams · 15 years ago
  40. 0403e38 dmaengine: add fence support by Dan Williams · 15 years ago
  41. f9dd213 Merge branch 'md-raid6-accel' into ioat3.2 by Dan Williams · 15 years ago
  42. 4b652f0 net_dma: poll for a descriptor after allocation failure by Dan Williams · 15 years ago
  43. a309218 ioat2,3: dynamically resize descriptor ring by Dan Williams · 15 years ago
  44. 09c8a5b ioat: switch watchdog and reset handler from workqueue to timer by Dan Williams · 15 years ago
  45. ad643f5 ioat1: trim ioat_dma_desc_sw by Dan Williams · 15 years ago
  46. 345d852 ioat: ___devinit annotate the initialization paths by Dan Williams · 15 years ago
  47. f6ab95b ioat: preserve chanctrl bits when re-arming interrupts by Dan Williams · 15 years ago
  48. bb32078 ioat: ignore reserved bits for chancnt and xfercap by Dan Williams · 15 years ago
  49. 4fb9b9e ioat: cleanup completion status reads by Dan Williams · 15 years ago
  50. 6df9183 ioat: add some dev_dbg() calls by Dan Williams · 15 years ago
  51. 38e12f6 ioat1: kill unused unmap parameters by Dan Williams · 15 years ago
  52. 5cbafa6 ioat2,3: convert to a true ring buffer by Dan Williams · 15 years ago
  53. dcbc853 ioat: prepare the code for ioat[12]_dma_chan split by Dan Williams · 15 years ago
  54. a6a39ca ioat: fix self test interrupts by Dan Williams · 15 years ago
  55. a0587bc ioat1: move descriptor allocation from submit to prep by Dan Williams · 15 years ago
  56. c7984f4 ioat: define descriptor control bit-field by Dan Williams · 15 years ago
  57. 77867ff ioat: fix type mismatch for ->dmacount by Dan Williams · 15 years ago
  58. f2427e2 ioat: split ioat_dma_probe into core/version-specific routines by Dan Williams · 15 years ago
  59. b31b78f ioat: kill function prototype ifdef guards by Dan Williams · 15 years ago
  60. bc3c702 ioat: cleanup some long deref chains and 80 column collisions by Dan Williams · 15 years ago
  61. e6c0b69 ioat: convert ioat_probe to pcim/devm by Dan Williams · 15 years ago
  62. 1f27adc2 ioat: move definitions to dma.h by Dan Williams · 15 years ago
  63. a348a7e6 Merge commit 'v2.6.31-rc1' into dmaengine by Dan Williams · 15 years ago
  64. 07a3b41 md/raid456: distribute raid processing over multiple cores by Dan Williams · 15 years ago
  65. b774ef4 md/raid6: remove synchronous infrastructure by Yuri Tikhonov · 15 years ago
  66. 6c0069c md/raid6: asynchronous handle_stripe6 by Yuri Tikhonov · 15 years ago
  67. d82dfee md/raid6: asynchronous handle_parity_check6 by Dan Williams · 15 years ago
  68. a9b39a7 md/raid6: asynchronous handle_stripe_dirtying6 by Yuri Tikhonov · 15 years ago
  69. 5599bec md/raid6: asynchronous handle_stripe_fill6 by Yuri Tikhonov · 15 years ago
  70. c0f7bdd md/raid5,6: common schedule_reconstruction for raid5/6 by Yuri Tikhonov · 15 years ago
  71. ac6b53b md/raid6: asynchronous raid6 operations by Dan Williams · 15 years ago
  72. 4e7d2c0 md/raid5: factor out mark_uptodate from ops_complete_compute5 by Dan Williams · 15 years ago
  73. f6dbf65 iop-adma: P+Q self test by Dan Williams · 15 years ago
  74. 7bf649a iop-adma: P+Q support for iop13xx adma engines by Dan Williams · 15 years ago
  75. 72be12f iop-adma: fix lockdep false positive by Dan Williams · 15 years ago
  76. 507fbec iop-adma: cleanup iop_adma_run_tx_complete_actions by Dan Williams · 15 years ago
  77. cb3c829 async_tx: raid6 recovery self test by Dan Williams · 15 years ago
  78. 58691d6 dmatest: add pq support by Dan Williams · 15 years ago
  79. 0a82a62 async_tx: add support for asynchronous RAID6 recovery operations by Dan Williams · 15 years ago
  80. b2f46fd async_tx: add support for asynchronous GF multiplication by Dan Williams · 15 years ago
  81. 95475e5 async_tx: remove walk of tx->parent chain in dma_wait_for_async_tx by Dan Williams · 15 years ago
  82. af1f951 async_tx: kill needless module_{init|exit} by Dan Williams · 15 years ago
  83. ad283ea async_tx: add sum check flags by Dan Williams · 15 years ago
  84. d6f38f3 md/raid5,6: add percpu scribble region for buffer lists by Dan Williams · 15 years ago
  85. 36d1c64 md/raid6: move the spare page to a percpu allocation by Dan Williams · 15 years ago
  86. 80ffb3c Fix new incorrect error return from do_md_stop. by NeilBrown · 15 years ago
  87. 4d484a4 md: allow upper limit for resync/reshape to be set when array is read-only by NeilBrown · 15 years ago
  88. 1a67dde md/raid5: Properly remove excess drives after shrinking a raid5/6 by NeilBrown · 15 years ago
  89. a639755 md/raid5: make sure a reshape restarts at the correct address. by NeilBrown · 15 years ago
  90. 67ac601 md/raid5: allow new reshape modes to be restarted in the middle. by NeilBrown · 15 years ago
  91. 51d5668 md: never advance 'events' counter by more than 1. by NeilBrown · 15 years ago
  92. c8c00a6 Remove deadlock potential in md_open by NeilBrown · 15 years ago
  93. 7b2aa03 Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6 by Linus Torvalds · 15 years ago
  94. 710ad84 Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging-2.6 by Linus Torvalds · 15 years ago
  95. b32b8e6 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/anholt/drm-intel by Linus Torvalds · 15 years ago
  96. d6a0967 Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable by Linus Torvalds · 15 years ago
  97. fb38500 Merge git://git.kernel.org/pub/scm/linux/kernel/git/hch/xfs-icache-races by Linus Torvalds · 15 years ago
  98. 749d00d Staging: rspiusb: Fix buffer overflow by Roel Kluin · 15 years ago
  99. 5fb4d25 staging: add dependencies on PCI for drivers that require it by Jeff Mahoney · 15 years ago
  100. ce9c010 Staging: rtl8192su: fix build error by Greg Kroah-Hartman · 15 years ago