1. a6cbb2d dmaengine: imx-dma: remove unused arg of imxdma_sg_next. by Javier Martin · 12 years ago
  2. 2d9c2fc dmaengine: imx-dma: remove internal structure. by Javier Martin · 12 years ago
  3. 6b0e2f5 dmaengine: imx-dma: remove 'resbytes' field of 'internal' structure. by Javier Martin · 12 years ago
  4. e4756b5 dmaengine: imx-dma: remove 'in_use' field of 'internal' structure. by Javier Martin · 12 years ago
  5. 833bc03 dmaengine: imx-dma: remove sg member from internal structure. by Javier Martin · 12 years ago
  6. 359291a dmaengine: imx-dma: remove 'imxdma_setup_sg_hw' function. by Javier Martin · 12 years ago
  7. bdc0c75 dmaengine: imx-dma: remove 'imxdma_config_channel_hw' function. by Javier Martin · 12 years ago
  8. 3b4b6df dmaengine: imx-dma: remove 'imxdma_setup_mem2mem_hw' function. by Javier Martin · 12 years ago
  9. 2efc344 dmaengine: imx-dma: remove dma_mode member of internal structure. by Javier Martin · 12 years ago
  10. 232e3c2 dmaengine: imx-dma: remove data member from internal structure. by Javier Martin · 12 years ago
  11. 6bd0812 dmaengine: imx-dma: merge old dma-v1.c with imx-dma.c by Javier Martin · 12 years ago
  12. beeaa10 dmaengine: at_hdmac: add slave config operation by Nicolas Ferre · 12 years ago
  13. 185ecb5 dmaengine: add context parameter to prep_slave_sg and prep_dma_cyclic by Alexandre Bounine · 12 years ago
  14. 1605282 dmaengine/dma_slave: introduce inline wrappers by Alexandre Bounine · 12 years ago
  15. ad1122e dma: imx-sdma: Treat firmware messages as warnings instead of erros by Fabio Estevam · 12 years ago
  16. 1f3d6dc Merge branch 'rmk_cookie_fixes2' into next by Vinod Koul · 12 years ago
  17. 949ff5b dmaengine: fix for cookie changes and merge by Vinod Koul · 12 years ago
  18. 8867bd5 dmaengine: pl330: fix the pl330 build after cookie cleanup by Vinod Koul · 12 years ago
  19. 8ac6954 dmaengine: ensure all DMA engine drivers initialize their cookies by Russell King - ARM Linux · 12 years ago
  20. 2a926e4 dmaengine: fix cookie handling in iop-adma.c and ppc4xx/adma.c by Russell King - ARM Linux · 12 years ago
  21. d3ee98cdc dmaengine: consolidate initialization of cookies by Russell King - ARM Linux · 12 years ago
  22. 96a2af4 dmaengine: consolidate tx_status functions by Russell King - ARM Linux · 12 years ago
  23. f7fbce0 dmaengine: provide a common function for completing a dma descriptor by Russell King - ARM Linux · 12 years ago
  24. 884485e dmaengine: consolidate assignment of DMA cookies by Russell King - ARM Linux · 12 years ago
  25. d2ebfb3 dmaengine: add private header file by Russell King - ARM Linux · 12 years ago
  26. 4d4e58d dmaengine: move last completed cookie into generic dma_chan structure by Russell King - ARM Linux · 12 years ago
  27. 08714f6 dmaengine: mv_xor: remove write-only is_complete_cookie by Russell King - ARM Linux · 12 years ago
  28. 5170c05 Revert "drivers/dma: linux/module.h included twice" by Vinod Koul · 12 years ago
  29. 3ecf51a DMA: PL330: Support MEMTOMEM transmit w/o RMB, WMB by Boojin Kim · 13 years ago
  30. b06db6e DMA: PL330: Removes useless function by Boojin Kim · 13 years ago
  31. b7d861d DMA: PL330: Merge PL330 driver into drivers/dma/ by Boojin Kim · 13 years ago
  32. 6d0d7e2 dma: imx-sdma: Print a message when firmare fails to be requested by Fabio Estevam · 12 years ago
  33. 6602b0d dma: imx-sdma: Let the driver be probed even if no firware is found by Fabio Estevam · 12 years ago
  34. 9e15db7 dmaengine: Add support for multiple descriptors for imx-dma. by Javier Martin · 12 years ago
  35. 6c05f09 dmaengine: Add support for MEMCPY for imx-dma. by Javier Martin · 12 years ago
  36. d8b5348 dma: dmaengine: Distinguish between 'dmaengine: failed to get' messages by Fabio Estevam · 12 years ago
  37. 865d943 drivers/dma: linux/module.h included twice by Danny Kukawka · 12 years ago
  38. a1c4601 dmaengine/dw_dmac: Remove unused fields in struct dw_dma_slave by Viresh Kumar · 12 years ago
  39. e2b35f3 dmaengine/dw_dmac: Fix dw_dmac user drivers to adapt to slave_config changes by Viresh Kumar · 12 years ago
  40. 327e697 dmaengine/dw_dmac: Add support for DMA_SLAVE_CONFIG by Viresh Kumar · 12 years ago
  41. 6bc711f dmaengine/dw_dmac: Add 64 bit access width support for slave xfers on mem side by Viresh Kumar · 12 years ago
  42. ff7b05f dmaengine/dw_dmac: Don't handle block interrupts by Viresh Kumar · 12 years ago
  43. 6c618c9 dmaengine/dw_dmac: Use dev_get_platdata() instead of accessing dev directly by Viresh Kumar · 12 years ago
  44. e8d9f87 dmaengine/dw_dmac: Don't use magic number for total number of channels by Viresh Kumar · 12 years ago
  45. 8c9f7aa dmaengine/amba-pl08x: Take flow controller info from DMA_SLAVE_CONFIG by Viresh Kumar · 12 years ago
  46. 258aea7 dmaengine: Pass dma_slave_config .device_fc = NULL for all existing users by Viresh Kumar · 12 years ago
  47. dcc043d dmaengine: Add flow controller information to dma_slave_config by Viresh Kumar · 12 years ago
  48. 7414a1b dmaengine/dw_dmac: Hibernation support in dw_dmac by Rajeev KUMAR · 12 years ago
  49. 91c1c9e dmaengine: intel_mid_dma: move pm_runtime_put by Adrian Hunter · 12 years ago
  50. 7f99a42 dmaengine: intel_mid_dma: fix error status mask by Adrian Hunter · 12 years ago
  51. b63fd6c i.MX SDMA: Fix burstsize settings by Philippe Rétornaz · 12 years ago
  52. e721171 Merge branch 'fixes' into next by Vinod Koul · 12 years ago
  53. c8ddf03 ARM: mach-shmobile: both USB DMAC instances on sh7372 are slave-only by Guennadi Liakhovetski · 12 years ago
  54. e9c8d7a0 dma: sh_dma: not all SH DMAC implementations support MEMCPY by Guennadi Liakhovetski · 12 years ago
  55. ba79323 Merge branch 'fixes' into next by Vinod Koul · 12 years ago
  56. a5044cd Merge branch fixes of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/dmaengine.git by Vinod Koul · 12 years ago
  57. bda3a47 at_hdmac: bugfix for enabling channel irq by Nikolaus Voss · 12 years ago
  58. 0bbc141 dma/imx-sdma: convernt to use bit ops by Richard Zhao · 12 years ago
  59. b78bd91 dma/imx-sdma: use num_events to validate event_id0 by Richard Zhao · 12 years ago
  60. c2c744d dma/imx-sdma: move clk_enable out of sdma_request_channel by Richard Zhao · 12 years ago
  61. 3bb5e7c dma/imx-sdma: call sdma_set_channel_priority after sdma_request_channel by Richard Zhao · 12 years ago
  62. c4b5685 dma/imx-sdma: use readl_relaxed/writel_relaxed and use writel when necessary by Richard Zhao · 12 years ago
  63. b9a59166 dma/imx-sdma: let sdma_run_channel call sdma_enable_channel by Richard Zhao · 12 years ago
  64. 880db3f drivers/dma/amba-pl08x.c: adjust double test by Julia Lawall · 12 years ago
  65. 7bec78e drivers/dma/pl330.c: add missing iounmap by Julia Lawall · 12 years ago
  66. 2b4f130 dma: imx-sdma: start transfer in issue_pending by Sascha Hauer · 12 years ago
  67. 5b31687 dma: imx-dma: start transfer in issue_pending by Sascha Hauer · 12 years ago
  68. c0fa6c8 ASoC: i.MX: Add missing dma_async_issue_pending by Sascha Hauer · 12 years ago
  69. 439aa0e mmc: mxcmmc: add missing dma_async_issue_pending by Sascha Hauer · 12 years ago
  70. d07a74a dmaengine: fix missing 'cnt' in ?: in dmatest by Dr. David Alan Gilbert · 13 years ago
  71. dcd6c92 Linux 3.3-rc1 by Linus Torvalds · 12 years ago
  72. 567e479 Merge branches 'sched-urgent-for-linus', 'perf-urgent-for-linus' and 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  73. 99d1edc Merge tag 'gpio-for-linus' of git://git.secretlab.ca/git/linux-2.6 by Linus Torvalds · 12 years ago
  74. e19c29e Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 12 years ago
  75. 4f2f81a x86, syscall: Need __ARCH_WANT_SYS_IPC for 32 bits by H. Peter Anvin · 12 years ago
  76. 282f445 Merge remote-tracking branch 'linus/master' into x86/urgent by H. Peter Anvin · 12 years ago
  77. afd2909 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 12 years ago
  78. 8bc5191 qnx4: don't leak ->BitMap on late failure exits by Al Viro · 12 years ago
  79. 4134bf8 qnx4: reduce the insane nesting in qnx4_checkroot() by Al Viro · 12 years ago
  80. 1aab323 qnx4: di_fname is an array, for crying out loud... by Al Viro · 12 years ago
  81. 456a816 KEYS: Permit key_serial() to be called with a const key pointer by David Howells · 12 years ago
  82. f6b2457 keys: fix user_defined key sparse messages by Mimi Zohar · 12 years ago
  83. 3db59dd ima: fix cred sparse warning by Mimi Zohar · 12 years ago
  84. 90a4c0f uml: fix compile for x86-64 by Linus Torvalds · 12 years ago
  85. 4bf1924 MPILIB: Add a missing ENOMEM check by David Howells · 12 years ago
  86. f59e842 Merge branch 'for-next-merge' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending by Linus Torvalds · 12 years ago
  87. 4ba3069 Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending by Linus Torvalds · 12 years ago
  88. 507a03c Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux by Linus Torvalds · 12 years ago
  89. be40541 tpm: fix (ACPI S3) suspend regression by Stefan Berger · 12 years ago
  90. 93c3d65 nvme: fix merge error due to change of 'make_request_fn' fn type by Linus Torvalds · 12 years ago
  91. 9ef9b20 xen: using EXPORT_SYMBOL requires including export.h by Stephen Rothwell · 12 years ago
  92. aa303f2 Merge branch 'for-linus/i2c-33' of git://git.fluff.org/bjdooks/linux by Linus Torvalds · 12 years ago
  93. 4a7c1ff Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media by Linus Torvalds · 12 years ago
  94. 9278e63 Merge branch 'fix/asoc' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound by Linus Torvalds · 12 years ago
  95. 94bd244 gpio: tps65910: Use correct offset for gpio initialization by Laxman Dewangan · 12 years ago
  96. d71f5be Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6 by Linus Torvalds · 12 years ago
  97. 92b5abb Merge git://git.infradead.org/users/willy/linux-nvme by Linus Torvalds · 12 years ago
  98. ccb19d2 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 12 years ago
  99. 79ba0db Merge branches 'einj', 'intel_idle', 'misc', 'srat' and 'turbostat-ivb' into release by Len Brown · 12 years ago
  100. c130bd6 acpi/apei/einj: Add extensions to EINJ from rev 5.0 of acpi spec by Tony Luck · 12 years ago