1. 5ec9424 Merge branch 'mm-pat-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  2. 25c5e96 dmaengine: at_xdmac: fix residue computation by Ludovic Desroches · 9 years ago
  3. f6e4566 dma, mm/pat: Rename dma_*_writecombine() to dma_*_wc() by Luis R. Rodriguez · 9 years ago
  4. a9af316 dmaengine: fsldma: fix memory leak by Xuelin Shi · 9 years ago
  5. f169212 dmaengine: pxa_dma: fix cyclic transfers by Robert Jarzmik · 9 years ago
  6. ee1cdcd dmaengine: dw: disable BLOCK IRQs for non-cyclic xfer by Andy Shevchenko · 9 years ago
  7. 4ac31d1 dmaengine: edma: fix residue race for cyclic by John Ogness · 9 years ago
  8. 3efaf2a dmaengine: dw: pci: add ID for WildcatPoint PCH by Andy Shevchenko · 9 years ago
  9. 8a695db dmaengine: IOATDMA: fix timer code that continues to restart channels during idle by Dave Jiang · 9 years ago
  10. 9fa6860 Merge tag 'dmaengine-fix-4.5-rc1' of git://git.infradead.org/users/vkoul/slave-dma by Linus Torvalds · 9 years ago
  11. 611dcad dmaengine: at_xdmac: fix resume for cyclic transfers by Songjun Wu · 9 years ago
  12. a016af2 Merge tag 'sound-4.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound by Linus Torvalds · 9 years ago
  13. 2895b2c dmaengine: dw: fix cyclic transfer callbacks by Mans Rullgard · 9 years ago
  14. df3bb8a dmaengine: dw: fix cyclic transfer setup by Mans Rullgard · 9 years ago
  15. d6a3227 Merge tag 'dmaengine-4.5-rc1' of git://git.infradead.org/users/vkoul/slave-dma by Linus Torvalds · 9 years ago
  16. d20313b dmaengine: edma: Fix paRAM slot allocation for entry channel 0 by Peter Ujfalusi · 9 years ago
  17. 1e3f28a Merge branch 'acpi-soc' by Rafael J. Wysocki · 9 years ago
  18. bc0bb1f Revert "dmaengine: dw: platform: provide platform data for Intel" by Andy Shevchenko · 9 years ago
  19. 02a21b7 dmaengine: dw: return immediately from IRQ when DMA isn't in use by Andy Shevchenko · 9 years ago
  20. 3214658 dmaengine: dw: platform: power on device on shutdown by Andy Shevchenko · 9 years ago
  21. b0b7902 dmaengine: xgene-dma: Fix double IRQ issue by setting IRQ_DISABLE_UNLAZY flag by Rameshwar Prasad Sahu · 9 years ago
  22. 8b64843 dmaengine: mv_xor: add suspend/resume support by Thomas Petazzoni · 9 years ago
  23. 81aafb3 dmaengine: mv_xor: de-duplicate mv_chan_set_mode*() by Thomas Petazzoni · 9 years ago
  24. 7cbafa0 dmaengine: mv_xor: remove mv_xor_chan->current_type field by Thomas Petazzoni · 9 years ago
  25. 9406de3 Merge branch 'topic/ti-xbar' into for-linus by Vinod Koul · 9 years ago
  26. 2a2d0f6 Merge branch 'topic/tegra' into for-linus by Vinod Koul · 9 years ago
  27. c8b9dd2 Merge branch 'topic/stm32' into for-linus by Vinod Koul · 9 years ago
  28. 62ddae37 Merge branch 'topic/ste' into for-linus by Vinod Koul · 9 years ago
  29. a6eaf23 Merge branch 'topic/rcar' into for-linus by Vinod Koul · 9 years ago
  30. c81bc96 Merge branch 'topic/omap' into for-linus by Vinod Koul · 9 years ago
  31. e3c3736 Merge branch 'topic/ioatdma' into for-linus by Vinod Koul · 9 years ago
  32. 9fd5ca5 Merge branch 'topic/idma' into for-linus by Vinod Koul · 9 years ago
  33. d3f1e93 Merge branch 'topic/async' into for-linus by Vinod Koul · 9 years ago
  34. 7c7b680 Merge branch 'topic/univ_api' into for-linus by Vinod Koul · 9 years ago
  35. 5eec943 Merge branch 'topic/desc_reuse' into for-linus by Vinod Koul · 9 years ago
  36. 16605e8 dmaengine: Revert "dmaengine: mic_x100: add missing spin_unlock" by Ashutosh Dixit · 9 years ago
  37. 14418aa Merge remote-tracking branches 'asoc/topic/samsung', 'asoc/topic/sh', 'asoc/topic/ssm2518' and 'asoc/topic/sti' into asoc-next by Mark Brown · 9 years ago
  38. 020c62a dmaengine: omap-dma: Add support for DMA filter mapping to slave devices by Peter Ujfalusi · 9 years ago
  39. 23e6723 dmaengine: edma: Add support for DMA filter mapping to slave devices by Peter Ujfalusi · 9 years ago
  40. a8135d0 dmaengine: core: Introduce new, universal API to request a channel by Peter Ujfalusi · 9 years ago
  41. 7bd903c dmaengine: core: Move and merge the code paths using private_candidate by Peter Ujfalusi · 9 years ago
  42. 26b6425 dmaengine: core: Skip mask matching when it is not provided to private_candidate by Peter Ujfalusi · 9 years ago
  43. 0c328de dmaengine: mdc: Correct terminate_all handling by Damien.Horsley · 9 years ago
  44. 4fa2d09 dmaengine: edma: Add probe callback to edma_tptc_driver by Peter Ujfalusi · 9 years ago
  45. 2b574ba dmaengine: dw: fix potential memory leak in dw_dma_parse_dt() by Mans Rullgard · 9 years ago
  46. aa876cd dmaengine: at_xdmac: fix at_xdmac_prep_dma_memcpy() by Cyrille Pitchen · 9 years ago
  47. aea08a5 dmaengine: stm32-dma: Fix unchecked deference of chan->desc by M'boumba Cedric Madianga · 9 years ago
  48. 4d42e95 dmaengine: sh: Remove unused R-Car HPB-DMAC driver by Geert Uytterhoeven · 9 years ago
  49. aeb8974 ste_dma40: Delete an unnecessary variable initialisation in d40_probe() by Markus Elfring · 9 years ago
  50. a9bae06 ste_dma40: Delete another unnecessary check in d40_probe() by Markus Elfring · 9 years ago
  51. e0f8c58 ste_dma40: Delete an unnecessary check before the function call "kmem_cache_destroy" by Markus Elfring · 9 years ago
  52. bcb4b61 Merge branch 'fix/edma' into fixes by Vinod Koul · 9 years ago
  53. ae0add7 dmaengine: edma: DT: Change reserved slot array from 16bit to 32bit type by Peter Ujfalusi · 9 years ago
  54. ecb7dec dmaengine: edma: DT: Change memcpy channel array from 16bit to 32bit type by Peter Ujfalusi · 9 years ago
  55. 05e866b dmaengine: tegra-apb: Free interrupts before killing tasklets by Jon Hunter · 9 years ago
  56. 8fe9739 dmaengine: tegra-apb: Update driver to use GFP_NOWAIT by Jon Hunter · 9 years ago
  57. 4aad5be dmaengine: tegra-apb: Only save channel state for those in use by Jon Hunter · 9 years ago
  58. 68ae7a9 dmaengine: tegra-apb: Save and restore word count by Jon Hunter · 9 years ago
  59. 286a644 dmaengine: tegra-apb: Use dev_get_drvdata() by Jon Hunter · 9 years ago
  60. edd3bdb dmaengine: tegra-apb: Correct runtime-pm usage by Jon Hunter · 9 years ago
  61. e958e07 dmaengine: mic_x100: add missing spin_unlock by Saurabh Sengar · 9 years ago
  62. 9ff6818 dmaengine: img-mdc: Remove unnecessary synchronize_irq() before devm_free_irq() by Lars-Peter Clausen · 9 years ago
  63. 1f28179 dmaengine: at_xdmac: Remove unnecessary synchronize_irq() before free_irq() by Lars-Peter Clausen · 9 years ago
  64. 82d149b dmaengine: fsl-edma: add PM suspend/resume support by Yuan Yao · 9 years ago
  65. 27bc944 dmaengine: bcm2835-dma: Convert to use DMA pool by Peter Ujfalusi · 9 years ago
  66. ef10b0b dmaengine: at_xdmac: fix bad behavior in interleaved mode by Sylvain ETIENNE · 9 years ago
  67. f5a00eb dmaengine: at_xdmac: fix false condition for memset_sg transfers by Ludovic Desroches · 9 years ago
  68. f0579c8 dmaengine: hsu: speed up residue calculation by Andy Shevchenko · 9 years ago
  69. f94cf9f dmaengine: acpi-dma: check for 64-bit MMIO address by Andy Shevchenko · 9 years ago
  70. 390c49f dmaengine: idma64: use local variable to index descriptor by Andy Shevchenko · 9 years ago
  71. ac02979 dmaengine: idma64: convert idma64_hw_desc_fill() to return void by Andy Shevchenko · 9 years ago
  72. e3fdb18 dmaengine: idma64: set maximum allowed segment size for DMA by Andy Shevchenko · 9 years ago
  73. 3758055 dmaengine: idma64: drop IRQ enable / disable in handler by Andy Shevchenko · 9 years ago
  74. 15a0385 dmaengine: at_xdmac: fix macro typo by Ludovic Desroches · 9 years ago
  75. 95da0c1 dmaengine: at_xdmac: fix spurious flag status for mem2mem transfers by Ludovic Desroches · 9 years ago
  76. d9f5efa dmaengine: usb-dmac: fix endless loop in usb_dmac_chan_terminate_all() by Yoshihiro Shimoda · 9 years ago
  77. 1a7cf7b dmaengine: omap-dma: Handle cases when the channel is polled for completion by Peter Ujfalusi · 9 years ago
  78. 1c1d25f dmaengine: omap-dma: Remove tasklet to start the transfers by Peter Ujfalusi · 9 years ago
  79. e8a5e79 dmaengine: omap-dma: Clean up the prep_slave_sg sg list walk code by Peter Ujfalusi · 9 years ago
  80. adf850b dmaengine: omap-dma: Correct status reporting for memcpy by Peter Ujfalusi · 9 years ago
  81. 0f73f3e dmaengine: ti-dma-crossbar: dra7: Support for reserving DMA event ranges by Peter Ujfalusi · 9 years ago
  82. ec9bfa1 dmaengine: ti-dma-crossbar: dra7: Use bitops instead of idr by Peter Ujfalusi · 9 years ago
  83. 2adb274 dmaengine: ti-dma-crossbar: dra7: Support for eDMA with new bindings by Peter Ujfalusi · 9 years ago
  84. 9bdca82 ASoC: samsung: pass filter function as pointer by Arnd Bergmann · 9 years ago
  85. 2bb129e dmaengine: ioatdma: constify dca_ops structures by Julia Lawall · 9 years ago
  86. 2c5d740 dmaengine: at_hdmac: use %pad format string for dma_addr_t by Arnd Bergmann · 9 years ago
  87. 268914f dmaengine: at_xdmac: use %pad format string for dma_addr_t by Arnd Bergmann · 9 years ago
  88. 29f493d dmaengine: imx-sdma: remove __init annotation on sdma_event_remap by Jason Liu · 9 years ago
  89. d3cd63f dmaengine: IOATDMA: Cleanup pre v3.0 chansts register reads by Dave Jiang · 9 years ago
  90. f5ea7ad dmaengine: edma: predecence bug in GET_NUM_QDMACH() by Dan Carpenter · 9 years ago
  91. 638bdc8 dmaengine: edma: fix build without CONFIG_OF by Arnd Bergmann · 9 years ago
  92. d8b4683 dmaengine: Add STM32 DMA driver by M'boumba Cedric Madianga · 9 years ago
  93. bf55555 dmaengine: sh: usb-dmac: Fix pm_runtime_{enable,disable}() imbalance by Geert Uytterhoeven · 9 years ago
  94. 36fa4a5 dmaengine: sh: usb-dmac: Fix crash on runtime suspend by Geert Uytterhoeven · 9 years ago
  95. d3651b8 dmaengine: pxa_dma: declare transfer are reusable by Robert Jarzmik · 9 years ago
  96. 9eeacd3 dmaengine: enable DMA_CTRL_REUSE by Robert Jarzmik · 9 years ago
  97. 13bb26a dmaengine: virt-dma: don't always free descriptor upon completion by Robert Jarzmik · 9 years ago
  98. 860dd64 dmaengine: axi_dmac: Add synchronization support by Lars-Peter Clausen · 9 years ago
  99. 2ed0862 dmaengine: virt-dma: Add synchronization helper function by Lars-Peter Clausen · 9 years ago
  100. b36f09c dmaengine: Add transfer termination synchronization support by Lars-Peter Clausen · 9 years ago