1. 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
  2. c32da02 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 14 years ago
  3. 318ae2e Merge branch 'for-next' into for-linus by Jiri Kosina · 14 years ago
  4. 52cf25d Driver core: Constify struct sysfs_ops in struct kobj_type by Emese Revfy · 14 years ago
  5. 4a31c08 Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6 by Linus Torvalds · 14 years ago
  6. 984b3f5 bitops: rename for_each_bit() to for_each_set_bit() by Akinobu Mita · 14 years ago
  7. 9bb6769 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/async_tx by Linus Torvalds · 14 years ago
  8. dd58ffc Merge branch 'coh' into dmaengine by Dan Williams · 14 years ago
  9. aa4d72a ioat: cleanup ->timer_fn() and ->cleanup_fn() prototypes by Dan Williams · 14 years ago
  10. b9cc986 ioat3: interrupt coalescing by Dan Williams · 14 years ago
  11. aa75db0 ioat: close potential BUG_ON race in the descriptor cleanup path by Dan Williams · 14 years ago
  12. 281befa ioat2: kill pending flag by Dan Williams · 14 years ago
  13. b372ec2 ioat3: use ioat2_quiesce() by Dan Williams · 14 years ago
  14. 773d9e2 ioat3: cleanup, don't enable DCA completion writes by Dan Williams · 14 years ago
  15. 0a135ba Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu by Linus Torvalds · 14 years ago
  16. 56a5d3c DMAENGINE: COH 901 318 lli sg offset fix by Linus Walleij · 14 years ago
  17. 516fd43 DMAENGINE: COH 901 318 configure channel direction by Linus Walleij · 14 years ago
  18. 0b58828 DMAENGINE: COH 901 318 remove irq counting by Linus Walleij · 14 years ago
  19. b87108a DMAENGINE: COH 901 318 descriptor pool refactoring by Linus Walleij · 14 years ago
  20. 848ad12 DMAENGINE: COH 901 318 cleanups by Linus Walleij · 14 years ago
  21. 0fb6f73 dma: Add MPC512x DMA driver by Piotr Ziecik · 14 years ago
  22. 6c664a8 Debugging options for the DMA engine subsystem by Linus Walleij · 14 years ago
  23. c014906 dmaengine: shdma: extend .device_terminate_all() to record partial transfer by Guennadi Liakhovetski · 14 years ago
  24. 20f2a3b dmaengine: shdma: add runtime PM support. by Guennadi Liakhovetski · 14 years ago
  25. 8b1935e dmaengine: shdma: separate DMA headers. by Guennadi Liakhovetski · 14 years ago
  26. 027811b dmaengine: shdma: convert to platform device resources by Guennadi Liakhovetski · 14 years ago
  27. 47a4dc2 dmaengine: shdma: fix DMA error handling. by Guennadi Liakhovetski · 14 years ago
  28. 67b9124 dmatest: fix handling of an even number of xor_sources by Dan Williams · 14 years ago
  29. 94de648 dmatest: correct raid6 PQ test by Anatolij Gustschin · 14 years ago
  30. 76bd061 fsldma: Fix cookie issues by Steven J. Magnani · 14 years ago
  31. 6ca3a7a fsldma: Fix cookie issues by Steven J. Magnani · 14 years ago
  32. a29d8b8 percpu: add __percpu sparse annotations to what's left by Tejun Heo · 14 years ago
  33. 028c5d5d Merge branch 'sh/stable-updates' by Paul Mundt · 14 years ago
  34. 734c299 drivers/dma: Correct NULL test by Julia Lawall · 14 years ago
  35. 8f98781 async-tx: fix buffer submission error handling in ipu_idma.c by Guennadi Liakhovetski · 14 years ago
  36. 3ad2f3f tree-wide: Assorted spelling fixes by Daniel Mack · 14 years ago
  37. cfefe99 sh: implement DMA_SLAVE capability in SH dmaengine driver by Guennadi Liakhovetski · 14 years ago
  38. 623b4ac sh: fix Transfer Size calculation in both DMA drivers by Guennadi Liakhovetski · 14 years ago
  39. fc46185 sh: prepare the DMA driver for slave functionality by Guennadi Liakhovetski · 14 years ago
  40. b953df7 dmaengine: correct onstack wait_queue_head declaration by Yong Zhang · 14 years ago
  41. 9ad7bd2 dma: cases IPU_PIX_FMT_BGRA32, BGR32 and ABGR32 are the same in ipu_ch_param_set_size() by Roel Kluin · 14 years ago
  42. 4b1cf1f dma: make Open Firmware device id constant by Márton Németh · 14 years ago
  43. 7e55a70 ioat: fix infinite timeout checking in ioat2_quiesce by Dan Williams · 15 years ago
  44. adef477 dmaengine: fix memleak in dma_async_device_unregister by Anatolij Gustschin · 14 years ago
  45. 9c3a50b fsldma: major cleanups and fixes by Ira Snyder · 15 years ago
  46. a1c0331 fsldma: rename fsl_chan to chan by Ira Snyder · 15 years ago
  47. d3f620b fsldma: simplify IRQ probing and handling by Ira Snyder · 15 years ago
  48. e7a2915 fsldma: clean up the OF subsystem routines by Ira Snyder · 15 years ago
  49. 738f5f7 fsldma: rename dest to dst for uniformity by Ira Snyder · 15 years ago
  50. a4f56d4 fsldma: rename struct fsl_dma_chan to struct fsldma_chan by Ira Snyder · 15 years ago
  51. 4ce0e95 fsldma: remove unused structure members by Ira Snyder · 15 years ago
  52. 272ca65 fsldma: reduce kernel text size by Ira Snyder · 15 years ago
  53. 05a6254 Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/async_tx by Linus Torvalds · 15 years ago
  54. f80ca16 Merge branch 'ioat' into fixes by Dan Williams · 15 years ago
  55. 0794ec8 drivers/dma: Correct use after free by Julia Lawall · 15 years ago
  56. 1e9d1b1 drivers/dma: drop unnecesary memset by Julia Lawall · 15 years ago
  57. a6d52d7 ioat2,3: put channel hardware in known state at init by Dan Williams · 15 years ago
  58. cd78809 ioat3: fix p-disabled q-continuation by Dan Williams · 15 years ago
  59. 3542a11 sh: fix DMA driver's descriptor chaining and cookie assignment by Guennadi Liakhovetski · 15 years ago
  60. 7949456 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/async_tx by Linus Torvalds · 15 years ago
  61. 4297a46 dma: at_hdmac: correct incompatible type for argument 1 of 'spin_lock_bh' by Nicolas Ferre · 15 years ago
  62. 4714521 const: constify remaining dev_pm_ops by Alexey Dobriyan · 15 years ago
  63. d031655 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu by Linus Torvalds · 15 years ago
  64. 12458ea ppc440spe-adma: adds updated ppc440spe adma driver by Anatolij Gustschin · 15 years ago
  65. 2e032b6 iop-adma.c: use resource_size() by H Hartley Sweeten · 15 years ago
  66. 86d61b3 sh: stylistic improvements for the DMA driver by Guennadi Liakhovetski · 15 years ago
  67. cfe4f27 dmaengine: fix dmatest to verify minimum transfer length and test buffer size by Guennadi Liakhovetski · 15 years ago
  68. ddb4f0f sh: DMA driver has to specify its alignment requirements by Guennadi Liakhovetski · 15 years ago
  69. 4ef58d4 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 15 years ago
  70. d014d04 Merge branch 'for-next' into for-linus by Jiri Kosina · 15 years ago
  71. e28edb7 Merge branches 'at91', 'ep93xx', 'etm', 'ks8695', 'nuc', 'u300' and 'u8500' into devel by Russell King · 15 years ago
  72. af901ca tree-wide: fix assorted typos all over the place by André Goddard Rosa · 15 years ago
  73. 56adf7e shdma: fix initialization error handling by Dan Williams · 15 years ago
  74. 61f135b Add COH 901 318 DMA block driver v5 by Linus Walleij · 15 years ago
  75. 49954c1 ioat3: fix pq completion versus channel deallocation race by Dan Williams · 15 years ago
  76. 7b3cc2b async_tx: build-time toggling of async_{syndrome,xor}_val dma support by Dan Williams · 15 years ago
  77. 4499a24 dmaengine: include xor/pq validate in device_has_all_tx_types() by Dan Williams · 15 years ago
  78. b57014d ioat2,3: report all uncorrectable errors by Dan Williams · 15 years ago
  79. de581b6 ioat3: specify valid address for disabled-Q or disabled-P by Dan Williams · 15 years ago
  80. 6f82b83 ioat2,3: disable asynchronous error notifications by Dan Williams · 15 years ago
  81. 228c4f5 ioat3: dca and raid operations are incompatible by Dan Williams · 15 years ago
  82. e22dde9 ioat: silence "dca disabled" messages by Dan Williams · 15 years ago
  83. cd3abf9 ARM: 5770/1: Add DMA Engine support to at91sam9g45 by Yegor Yefremov · 15 years ago
  84. e7dcaa4 this_cpu: Eliminate get/put_cpu by Christoph Lameter · 15 years ago
  85. 4b3df56 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/async_tx into for-linus by NeilBrown · 15 years ago
  86. cdef57d ioat3: fix uninitialized var warnings by Dan Williams · 15 years ago
  87. f477f5b drivers/dma/ioat/dma_v2.c: fix warnings by Andrew Morton · 15 years ago
  88. 376ec37 ioat2: clarify ring size limits by Dan Williams · 15 years ago
  89. 33f82d1 at_hdmac: Rework suspend_late()/resume_early() by Dan Williams · 15 years ago
  90. 3208ca5 ioat: driver version 4.0 by Dan Williams · 15 years ago
  91. 1a5aeee dca: registering requesters in multiple dca domains by Maciej Sosnowski · 15 years ago
  92. 9a8de63 async_tx: remove HIGHMEM64G restriction by Dan Williams · 15 years ago
  93. d8902ad dmaengine: sh: Add Support SuperH DMA Engine driver by Nobuhiro Iwamatsu · 15 years ago
  94. bbb2008 Merge branch 'dmaengine' into async-tx-next by Dan Williams · 15 years ago
  95. 3e48e65 Merge branch 'iop-raid6' into async-tx-next by Dan Williams · 15 years ago
  96. 657a77fa dmaengine: Move all map_sg/unmap_sg for slave channel to its client by Atsushi Nemoto · 15 years ago
  97. bbea0b6 fsldma: Add DMA_SLAVE support by Ira Snyder · 15 years ago
  98. e6c7ecb fsldma: split apart external pause and request count features by Ira Snyder · 15 years ago
  99. 162b96e ioat2,3: cacheline align software descriptor allocations by Dan Williams · 15 years ago
  100. 0803172 dmaengine: kill tx_list by Dan Williams · 15 years ago