1. 45d9a22 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  2. 5d30b42 coh901318: don't open-code simple_read_from_buffer() by Al Viro · 11 years ago
  3. 542a086 Merge tag 'driver-core-3.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 11 years ago
  4. b3b4911 Merge tag 'usb-3.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb by Linus Torvalds · 11 years ago
  5. ac0bc78 Merge branch 'fixes' of git://git.infradead.org/users/vkoul/slave-dma by Linus Torvalds · 11 years ago
  6. 2d17f7f dma: cppi41: off by one in desc_to_chan() by Dan Carpenter · 11 years ago
  7. d6aafa2 dma: cpp41: enable pm_runtime during init by Sebastian Andrzej Siewior · 11 years ago
  8. bd2fbf3 dma: cpp41: make it compile with CONFIG_BUG=n by Sebastian Andrzej Siewior · 11 years ago
  9. 7644804 dma/Kconfig: TI_EDMA needs to be boolean by Guenter Roeck · 11 years ago
  10. bd479f2 Merge 3.11-rc6 into usb-next by Greg Kroah-Hartman · 11 years ago
  11. 165f606 Merge tag 'usb-for-v3.12' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-next by Greg Kroah-Hartman · 11 years ago
  12. 9b3452d usb: musb dma: add cppi41 dma driver by Sebastian Andrzej Siewior · 11 years ago
  13. 67ef626 Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 11 years ago
  14. 3c4d927 shdma: fixup sh_dmae_get_partial() calculation error by Kuninori Morimoto · 11 years ago
  15. fc51446 dma: pl330: Fix cyclic transfers by Lars-Peter Clausen · 11 years ago
  16. 58b267d dma: convert dma_devclass to use dev_groups by Greg Kroah-Hartman · 11 years ago
  17. 27abb2f pch_dma: fix error return code in pch_dma_probe() by Wei Yongjun · 11 years ago
  18. f9f0a7d drivers/dma/iop-adma.c: fix new warnings by Olof Johansson · 11 years ago
  19. d2b4a64 Merge branch 'for-linus' of git://git.infradead.org/users/vkoul/slave-dma by Linus Torvalds · 11 years ago
  20. 67eacc1 DMA: shdma: add DT support by Guennadi Liakhovetski · 11 years ago
  21. fa74326 DMA: shdma: (cosmetic) don't re-calculate a pointer by Guennadi Liakhovetski · 11 years ago
  22. f784d9c dmaengine: at_hdmac: prepare clk before calling enable by Boris BREZILLON · 11 years ago
  23. c3dbc60 dmaengine/trivial: at_hdmac: add curly brackets to if/else expressions by Nicolas Ferre · 11 years ago
  24. 538eea6 dmaengine: at_hdmac: remove unsuded atc_cleanup_descriptors() by Nicolas Ferre · 11 years ago
  25. 62971b2 dmaengine: at_hdmac: add FIFO configuration parameter to DMA DT binding by Ludovic Desroches · 11 years ago
  26. 25ce6c3 MIPS: jz4740: Remove custom DMA API by Lars-Peter Clausen · 11 years ago
  27. 7c169a4 dma: Add a jz4740 dmaengine driver by Lars-Peter Clausen · 11 years ago
  28. 8e3c518 dma: mmp_tdma: disable irq when disabling dma channel by Qiao Zhou · 11 years ago
  29. d7cabee dmaengine: PL08x: Avoid collisions with get_signal() macro by Mark Brown · 11 years ago
  30. e368b51 dmaengine: dw: select DW_DMAC_BIG_ENDIAN_IO automagically by Vinod Koul · 11 years ago
  31. fed42c1 dma: dw: add PCI part of the driver by Andy Shevchenko · 11 years ago
  32. 9cade1a dma: dw: split driver to library part and platform code by Andy Shevchenko · 11 years ago
  33. 61a7649 dma: move dw_dmac driver to an own directory by Andy Shevchenko · 11 years ago
  34. 0b95961 dw_dmac: don't check resource with devm_ioremap_resource by Andy Shevchenko · 11 years ago
  35. fed8c45 dma: pl330: use dma_addr_t for describing bus addresses by Will Deacon · 11 years ago
  36. 0967717 dma: pl330: rip out broken, redundant ID probing by Will Deacon · 11 years ago
  37. 9479e17 dma: imx-sdma: move to generic device tree bindings by Shawn Guo · 11 years ago
  38. add93b5 dmaengine: sirf: set dma residue based on the current dma transfer position by Rongjun Ying · 11 years ago
  39. 7bdc1e2 dma: tegra: avoid channel lock up after free by Dmitry Osipenko · 11 years ago
  40. ac7ae75 dma: tegra20-apbdma: err message correction by Dmitry Osipenko · 11 years ago
  41. 8004cbb dw_dmac: remove inline marking of EXPORT_SYMBOL functions by Denis Efremov · 11 years ago
  42. c1a9d39 dma: timb_dma: remove unnecessary platform_set_drvdata() by Jingoo Han · 11 years ago
  43. 36c6df5 dma: at_hdmac: remove unnecessary platform_set_drvdata() by Jingoo Han · 11 years ago
  44. 3208b37 dma: mxs-dma: Staticize mxs_dma_xlate by Fabio Estevam · 11 years ago
  45. dd3daca dma: use platform_{get,set}_drvdata() by Jingoo Han · 11 years ago
  46. d48de6f DMA: AT91: Get residual bytes in dma buffer by Elen Song · 11 years ago
  47. d088c33 DMA: AT91: Get transfer width by Elen Song · 11 years ago
  48. 6c22770 dmaengine: at_hdmac/trivial: rearrange CFG register bits assignment by Nicolas Ferre · 11 years ago
  49. 72ae6e4 dmaengine: at_hdmac: extend hardware handshaking interface identification by Nicolas Ferre · 11 years ago
  50. ea7e790 dmaengine: at_hdmac/trivial: correct typo in comment by Nicolas Ferre · 11 years ago
  51. 5c6b3e7 DMA: imx-dma: imxdma->dev used uninitialized by Markus Pargmann · 11 years ago
  52. 290ad0f dma: imx-dma: Add oftree support by Markus Pargmann · 11 years ago
  53. 7f0ef02 Merge branch 'akpm' (updates from Andrew Morton) by Linus Torvalds · 11 years ago
  54. 48a9db4 drivers/dma: remove unused support for MEMSET operations by Bartlomiej Zolnierkiewicz · 11 years ago
  55. da331ba drivers/dma/pl330.c: fix locking in pl330_free_chan_resources() by Bartlomiej Zolnierkiewicz · 11 years ago
  56. f991fae Merge tag 'pm+acpi-3.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 11 years ago
  57. 0bf6a21 Merge tag 'drivers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 11 years ago
  58. e52cff8 Merge branch 'pm-assorted' by Rafael J. Wysocki · 11 years ago
  59. 5c913a9 Merge tag 'ux500-dma40-for-arm-soc-3' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson into next/drivers by Olof Johansson · 11 years ago
  60. 8ecb6ca Merge tag 'davinci-for-v3.11/soc-2' of git://git.kernel.org/pub/scm/linux/kernel/git/nsekhar/linux-davinci into next/soc by Arnd Bergmann · 11 years ago
  61. b4a1ccd dmaengine: ste_dma40: Declare memcpy config as static by Fabio Baltieri · 11 years ago
  62. e65abbb dmaengine: edma: enable build for AM33XX by Matt Porter · 11 years ago
  63. a063994 Merge tag 'davinci-for-v3.11/soc-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/nsekhar/linux-davinci into next/soc by Arnd Bergmann · 11 years ago
  64. c3b693d Merge tag 'u300-multiplatform' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson into next/soc by Arnd Bergmann · 11 years ago
  65. 3ad7a42 ARM: davinci: move private EDMA API to arm/common by Matt Porter · 11 years ago
  66. faadc6e dma: coh901318: add devicetree support by Linus Walleij · 11 years ago
  67. 2c3165e Merge tag 'ux500-dma40-for-arm-soc-2' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson into next/drivers by Olof Johansson · 11 years ago
  68. ff299f1 Merge tag 's3c24xx-driver-1' of git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung into next/drivers by Olof Johansson · 11 years ago
  69. 8552bb4 dma: of: Remove check on always true condition by Lars-Peter Clausen · 11 years ago
  70. ff0e0f4 dma: of: Remove restriction that #dma-cells can't be 0 by Lars-Peter Clausen · 11 years ago
  71. bcc567e dmatest: do not allow to interrupt ongoing tests by Andy Shevchenko · 11 years ago
  72. 8581bbc dmaengine: ste_dma40: fix error return code in d40_probe() by Wei Yongjun · 11 years ago
  73. 499c2bc dmaengine: ste_dma40: Fetch disabled channels from DT by Lee Jones · 11 years ago
  74. fd59f9e dmaengine: ste_dma40: Fetch the number of physical channels from DT by Lee Jones · 11 years ago
  75. a7dacb6 dmaengine: ste_dma40: Allow memcpy channels to be configured from DT by Lee Jones · 11 years ago
  76. 8cc5af1 dmaengine: ste_dma40_ll: Replace meaningless register set with comment by Lee Jones · 11 years ago
  77. 43f2e1a dmaengine: ste_dma40: Convert data_width from register bit format to value by Lee Jones · 11 years ago
  78. 16db341 dmaengine: ste_dma40_ll: Use the BIT macro to replace ugly '(1 << x)'s by Lee Jones · 11 years ago
  79. 2c2b62d dmaengine: ste_dma40: Replace ST-E's home-brew DMA direction defs with generic ones by Lee Jones · 11 years ago
  80. 8a3b6e1 dmaengine: ste_dma40: Use the BIT macro to replace ugly '(1 << x)'s by Lee Jones · 11 years ago
  81. 45f0a85 PM / Runtime: Rework the "runtime idle" helper routine by Rafael J. Wysocki · 11 years ago
  82. 6f39ef5 Merge tag 'ux500-dma40-for-arm-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson into next/drivers by Olof Johansson · 11 years ago
  83. 9ecb41b dmaengine: ste_dma40: fix pm runtime ref counting by Rabin Vincent · 11 years ago
  84. 27a24cf Merge branch 'fixes' of git://git.infradead.org/users/vkoul/slave-dma by Linus Torvalds · 11 years ago
  85. 01c935c4 dmaengine: ste_dma40: Remove redundant address fetching function by Lee Jones · 11 years ago
  86. ef9c89b3 dmaengine: ste_dma40: Only use addresses passed as configuration information by Lee Jones · 11 years ago
  87. 9b233f9 dmaengine: ste_dma40: Don't configure runtime configurable setup during allocate by Lee Jones · 11 years ago
  88. 57e65ad dmaengine: ste_dma40: Remove unnecessary call to d40_phy_cfg() by Lee Jones · 11 years ago
  89. 9778256 dmaengine: ste_dma40: Separate Logical Global Interrupt Mask (GIM) unmasking by Lee Jones · 11 years ago
  90. fa332de dmaengine: ste_dma40: Supply full Device Tree parsing support by Lee Jones · 11 years ago
  91. 1814a17 dmaengine: ste_dma40: Allow driver to be probe()able when DT is enabled by Lee Jones · 11 years ago
  92. bb75d93 dmaengine: ste_dma40: Allocate plat_data on declaration by Lee Jones · 11 years ago
  93. b2abb24 dmaengine: ste_dma40: Also report the number of logical channels by Lee Jones · 11 years ago
  94. 8b2fe9b dmaengine: ste_dma40: Move rev error-check up to revision acquisition by Lee Jones · 11 years ago
  95. 8a59fed dmaengine: ste_dma40: Remove 'always true' checking by Lee Jones · 11 years ago
  96. db72da9 dmaengine: ste_dma40: Calculate number of logical channels from physical ones by Lee Jones · 11 years ago
  97. 84b3da1 dmaengine: ste_dma40: Remove home-brew MAX() macro by Lee Jones · 11 years ago
  98. 26955c07d dmaengine: ste_dma40: Amalgamate DMA source and destination channel numbers by Lee Jones · 11 years ago
  99. 4f8fc46 dmaengine: ste_dma40: Rectify incorrect configuration validation checking by Lee Jones · 11 years ago
  100. 29027a1 dmaengine: ste_dma40: Move default memcpy configs into the driver by Lee Jones · 11 years ago