1. c2e07b3 Fix spelling contorller -> controller in comments by Stefan Weil · 14 years ago
  2. f1bbbb6 Merge branch 'master' into for-next by Jiri Kosina · 14 years ago
  3. 421f91d fix typos concerning "initiali[zs]e" by Uwe Kleine-König · 14 years ago
  4. 05c0254 of/dma: fix build breakage in ppc4xx adma driver by Anatolij Gustschin · 14 years ago
  5. b4a75c9 of/dma: mpc512x_dma.c: Fix build failures by Anatolij Gustschin · 14 years ago
  6. e38c1e5 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/async_tx by Linus Torvalds · 14 years ago
  7. 4be929b kernel-wide: replace USHORT_MAX, SHORT_MAX and SHORT_MIN with USHRT_MAX, SHRT_MAX and SHRT_MIN by Alexey Dobriyan · 14 years ago
  8. 0fed2b5c Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6 by Linus Torvalds · 14 years ago
  9. b3040e4 DMA: PL330: Add dma api driver by Jassi Brar · 14 years ago
  10. 9255f1d sh: guard cookie consistency across termination in the DMA driver by Guennadi Liakhovetski · 14 years ago
  11. 7a5c106 sh: prevent the DMA driver from unloading, while in use by Guennadi Liakhovetski · 14 years ago
  12. cf9b59e9d Merge remote branch 'origin' into secretlab/next-devicetree by Grant Likely · 14 years ago
  13. 4018294 of: Remove duplicate fields from of_platform_driver by Grant Likely · 14 years ago
  14. 6f68fba Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/async_tx by Linus Torvalds · 14 years ago
  15. 7c7cbaf Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6 by Linus Torvalds · 14 years ago
  16. 61c7a08 of: Always use 'struct device.of_node' to get device node pointer. by Grant Likely · 14 years ago
  17. 0b28330 Merge branch 'ioat' into dmaengine by Dan Williams · 14 years ago
  18. 0582763 DMAENGINE: extend the control command to include an arg by Linus Walleij · 14 years ago
  19. caa20d97 async_tx: trim dma_async_tx_descriptor in 'no channel switch' case by Dan Williams · 14 years ago
  20. 4aed79b DMAENGINE: DMA40 fix for allocation of logical channel 0 by Marcin Mielczarczyk · 14 years ago
  21. a5ebca4 DMAENGINE: DMA40 support paused channel status by Jonas Aaberg · 14 years ago
  22. 8381fc3 dmaengine: mpc512x: Use resource_size by Tobias Klauser · 14 years ago
  23. cc05ea0 DMA ENGINE: Do not reset 'private' of channel by Jassi Brar · 14 years ago
  24. bbfdbe9 Merge branch 'sh/for-2.6.34' of git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6 by Linus Torvalds · 14 years ago
  25. c86e140 ioat: Remove duplicated devm_kzalloc() calls for ioatdma_device by Minskey Guo · 14 years ago
  26. 2adfc55 ioat3: disable cacheline-unaligned transfers for raid operations by Dan Williams · 14 years ago
  27. 074cc47 ioat2,3: convert to producer/consumer locking by Dan Williams · 14 years ago
  28. abb12df ioat: convert to circ_buf by Dan Williams · 14 years ago
  29. b0b4ce3 MIPS: TXx9: Add missing MODULE_ALIAS definitions for TXx9 platform devices by Geert Uytterhoeven · 14 years ago
  30. e195534 Merge branch 'sh/stable-updates' by Paul Mundt · 14 years ago
  31. 83515bc SH: fix error paths in DMA driver by Guennadi Liakhovetski · 14 years ago
  32. 5bac942 SH: constify multiple DMA related objects and references to them by Guennadi Liakhovetski · 14 years ago
  33. 8d318a5 DMAENGINE: Support for ST-Ericssons DMA40 block v3 by Linus Walleij · 14 years ago
  34. 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
  35. 6a3cd3e async_tx: use of kzalloc/kfree requires the include of slab.h by Stephen Rothwell · 14 years ago
  36. bca3469 dmaengine: provide helper for setting txstate by Dan Williams · 14 years ago
  37. 0793448 DMAENGINE: generic channel status v2 by Linus Walleij · 14 years ago
  38. c3635c7 DMAENGINE: generic slave control v2 by Linus Walleij · 14 years ago
  39. 0f65169 dma: timb-dma: Update comment and fix compiler warning by Richard Röjfors · 14 years ago
  40. de5d445 dma: Add timb-dma by Richard Röjfors · 14 years ago
  41. 84c8447 DMAENGINE: COH 901 318 fix bytesleft by Linus Walleij · 14 years ago
  42. cecd87d DMAENGINE: COH 901 318 rename confusing vars by Linus Walleij · 14 years ago
  43. b2623a6 dmaengine: shdma: Introduce include/linux/sh_dma.h by Magnus Damm · 14 years ago
  44. 02ca508 dmaengine: shdma: Common SH_DMA_SLAVE_NUMBER by Magnus Damm · 14 years ago
  45. 4bab9d4 dmaengine: shdma: Remove sh_dmae_slave_chan_id enum by Magnus Damm · 14 years ago
  46. c32da02 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 14 years ago
  47. 318ae2e Merge branch 'for-next' into for-linus by Jiri Kosina · 14 years ago
  48. 52cf25d Driver core: Constify struct sysfs_ops in struct kobj_type by Emese Revfy · 14 years ago
  49. 4a31c08 Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6 by Linus Torvalds · 14 years ago
  50. 984b3f5 bitops: rename for_each_bit() to for_each_set_bit() by Akinobu Mita · 14 years ago
  51. 9bb6769 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/async_tx by Linus Torvalds · 14 years ago
  52. dd58ffc Merge branch 'coh' into dmaengine by Dan Williams · 14 years ago
  53. aa4d72a ioat: cleanup ->timer_fn() and ->cleanup_fn() prototypes by Dan Williams · 14 years ago
  54. b9cc986 ioat3: interrupt coalescing by Dan Williams · 14 years ago
  55. aa75db0 ioat: close potential BUG_ON race in the descriptor cleanup path by Dan Williams · 14 years ago
  56. 281befa ioat2: kill pending flag by Dan Williams · 14 years ago
  57. b372ec2 ioat3: use ioat2_quiesce() by Dan Williams · 14 years ago
  58. 773d9e2 ioat3: cleanup, don't enable DCA completion writes by Dan Williams · 14 years ago
  59. 0a135ba Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu by Linus Torvalds · 14 years ago
  60. 56a5d3c DMAENGINE: COH 901 318 lli sg offset fix by Linus Walleij · 14 years ago
  61. 516fd43 DMAENGINE: COH 901 318 configure channel direction by Linus Walleij · 14 years ago
  62. 0b58828 DMAENGINE: COH 901 318 remove irq counting by Linus Walleij · 14 years ago
  63. b87108a DMAENGINE: COH 901 318 descriptor pool refactoring by Linus Walleij · 14 years ago
  64. 848ad12 DMAENGINE: COH 901 318 cleanups by Linus Walleij · 14 years ago
  65. 0fb6f73 dma: Add MPC512x DMA driver by Piotr Ziecik · 14 years ago
  66. 6c664a8 Debugging options for the DMA engine subsystem by Linus Walleij · 14 years ago
  67. c014906 dmaengine: shdma: extend .device_terminate_all() to record partial transfer by Guennadi Liakhovetski · 14 years ago
  68. 20f2a3b dmaengine: shdma: add runtime PM support. by Guennadi Liakhovetski · 14 years ago
  69. 8b1935e dmaengine: shdma: separate DMA headers. by Guennadi Liakhovetski · 14 years ago
  70. 027811b dmaengine: shdma: convert to platform device resources by Guennadi Liakhovetski · 14 years ago
  71. 47a4dc2 dmaengine: shdma: fix DMA error handling. by Guennadi Liakhovetski · 14 years ago
  72. 67b9124 dmatest: fix handling of an even number of xor_sources by Dan Williams · 14 years ago
  73. 94de648 dmatest: correct raid6 PQ test by Anatolij Gustschin · 14 years ago
  74. 76bd061 fsldma: Fix cookie issues by Steven J. Magnani · 14 years ago
  75. 6ca3a7a fsldma: Fix cookie issues by Steven J. Magnani · 14 years ago
  76. a29d8b8 percpu: add __percpu sparse annotations to what's left by Tejun Heo · 14 years ago
  77. 028c5d5d Merge branch 'sh/stable-updates' by Paul Mundt · 14 years ago
  78. 734c299 drivers/dma: Correct NULL test by Julia Lawall · 14 years ago
  79. 8f98781 async-tx: fix buffer submission error handling in ipu_idma.c by Guennadi Liakhovetski · 14 years ago
  80. 3ad2f3f tree-wide: Assorted spelling fixes by Daniel Mack · 14 years ago
  81. cfefe99 sh: implement DMA_SLAVE capability in SH dmaengine driver by Guennadi Liakhovetski · 14 years ago
  82. 623b4ac sh: fix Transfer Size calculation in both DMA drivers by Guennadi Liakhovetski · 14 years ago
  83. fc46185 sh: prepare the DMA driver for slave functionality by Guennadi Liakhovetski · 14 years ago
  84. b953df7 dmaengine: correct onstack wait_queue_head declaration by Yong Zhang · 14 years ago
  85. 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
  86. 4b1cf1f dma: make Open Firmware device id constant by Márton Németh · 14 years ago
  87. 7e55a70 ioat: fix infinite timeout checking in ioat2_quiesce by Dan Williams · 14 years ago
  88. adef477 dmaengine: fix memleak in dma_async_device_unregister by Anatolij Gustschin · 14 years ago
  89. 9c3a50b fsldma: major cleanups and fixes by Ira Snyder · 14 years ago
  90. a1c0331 fsldma: rename fsl_chan to chan by Ira Snyder · 14 years ago
  91. d3f620b fsldma: simplify IRQ probing and handling by Ira Snyder · 14 years ago
  92. e7a2915 fsldma: clean up the OF subsystem routines by Ira Snyder · 14 years ago
  93. 738f5f7 fsldma: rename dest to dst for uniformity by Ira Snyder · 14 years ago
  94. a4f56d4 fsldma: rename struct fsl_dma_chan to struct fsldma_chan by Ira Snyder · 14 years ago
  95. 4ce0e95 fsldma: remove unused structure members by Ira Snyder · 14 years ago
  96. 272ca65 fsldma: reduce kernel text size by Ira Snyder · 14 years ago
  97. 05a6254 Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/async_tx by Linus Torvalds · 14 years ago
  98. f80ca16 Merge branch 'ioat' into fixes by Dan Williams · 15 years ago
  99. 0794ec8 drivers/dma: Correct use after free by Julia Lawall · 15 years ago
  100. 1e9d1b1 drivers/dma: drop unnecesary memset by Julia Lawall · 15 years ago