1. 964dc25 DMAENGINE: move COH901318 to arch_initcall by Linus Walleij · 14 years ago
  2. 8267f16 dma: imx-dma: fix signedness bug by Sascha Hauer · 14 years ago
  3. 42e5573 Merge branch 'dma40' into dmaengine by Dan Williams · 14 years ago
  4. 9cb047d dma/timberdale: simplify conditional by Nicolas Kaiser · 14 years ago
  5. 5c37209 ste_dma40: remove channel_type by Rabin Vincent · 14 years ago
  6. 51f5d74 ste_dma40: remove enum for endianess by Rabin Vincent · 14 years ago
  7. 4a6aed3 ste_dma40: remove TIM_FOR_LINK option by Rabin Vincent · 14 years ago
  8. 20a5b6d ste_dma40: move mode_opt to separate config by Rabin Vincent · 14 years ago
  9. 38bdbf0 ste_dma40: move channel mode to a separate field by Rabin Vincent · 14 years ago
  10. 730c187 ste_dma40: move priority to separate field by Rabin Vincent · 14 years ago
  11. ce2ca12 ste_dma40: add variable to indicate valid dma_cfg by Rabin Vincent · 14 years ago
  12. 5fc6d89 async_tx: make async_tx channel switching opt-in by Dan Williams · 14 years ago
  13. 400fb7f move async raid6 test to lib/Kconfig.debug by Dan Williams · 14 years ago
  14. 6391987 Merge branches 'dma40', 'pl08x', 'fsldma', 'imx' and 'intel-mid' into dmaengine by Dan Williams · 14 years ago
  15. 1f1846c dmaengine: Add Freescale i.MX1/21/27 DMA driver by Sascha Hauer · 14 years ago
  16. 20dd639 intel_mid_dma: change the slave interface by Koul, Vinod · 14 years ago
  17. 8b64922 intel_mid_dma: fix the WARN_ONs by Koul, Vinod · 14 years ago
  18. 576e3c3 intel_mid_dma: Add sg list support to DMA driver by Ramesh Babu K V · 14 years ago
  19. 03b96dc intel_mid_dma: Allow DMAC2 to share interrupt by Yong Wang · 14 years ago
  20. b306df5 intel_mid_dma: Allow IRQ sharing by Yong Wang · 14 years ago
  21. 53a61ba intel_mid_dma: Add runtime PM support by Koul, Vinod · 14 years ago
  22. 9646b79 DMAENGINE: define a dummy filter function for ste_dma40 by Linus Walleij · 14 years ago
  23. 661385f DMAENGINE: Remove stedma40_set_psize and pre_transfer hook in ste_dma40 by Per Forlin · 14 years ago
  24. a59670a DMAENGINE: Set burst size for phy and log chans in ste_dma40 dev_control by Per Forlin · 14 years ago
  25. 819504f DMAENGINE: ste_dma40: fix resource leaks in error paths. by Rabin Vincent · 14 years ago
  26. a2c15fa DMAENGINE: ste_dma40: fix desc_get by Rabin Vincent · 14 years ago
  27. c6134c9 DMAENGINE: ste_dma40: fix clk_get failure path by Rabin Vincent · 14 years ago
  28. f57b407 DMAENGINE: ste_dma40: fix disabled channels list by Rabin Vincent · 14 years ago
  29. 0d68866 ste_dma40: implement support for scatterlist to scatterlist copy by Ira Snyder · 14 years ago
  30. 968f19a fsldma: improved DMA_SLAVE support by Ira Snyder · 14 years ago
  31. c1433041 fsldma: implement support for scatterlist to scatterlist copy by Ira Snyder · 14 years ago
  32. a86ee03 dma: add support for scatterlist to scatterlist copy by Ira Snyder · 14 years ago
  33. 1ec1e82 dmaengine: Add Freescale i.MX SDMA support by Sascha Hauer · 14 years ago
  34. 6e3ecaf dmaengine: add wrapper functions for device control functions by Sascha Hauer · 14 years ago
  35. 782bc95 dmaengine: add possibility for cyclic transfers by Sascha Hauer · 14 years ago
  36. e8689e6 dmaengine: driver for the ARM PL080/PL081 PrimeCells v5 by Linus Walleij · 14 years ago
  37. cc60f88 dmaengine: fix interrupt clearing for mv_xor by Simon Guinot · 14 years ago
  38. d3f3cf8 missing inline keyword for static function in linux/dmaengine.h by Mathieu Lacage · 14 years ago
  39. 9f9ff20 dma/shdma: move dereference below the NULL check by Dan Carpenter · 14 years ago
  40. 3c0f240 DMAENGINE: ste_dma40: added kernel doc for struct by Jonas Aaberg · 14 years ago
  41. 3ac012a DMAENGINE: ste_dma40: don't pause/resume non-executing channels by Jonas Aaberg · 14 years ago
  42. 8f6fd7f DMAENGINE: ste_dma40: removed non-used variable from struct by Jonas Aaberg · 14 years ago
  43. 698e473 DMAENGINE: ste_dma40: rewrote LCLA entries allocation code by Jonas Aaberg · 14 years ago
  44. 69f93faa DMAENGINE: ste_dma40: fix possible use of uninitialized variable by Jonas Aaberg · 14 years ago
  45. 9dbfbd35c DMAENGINE: ste_dma40: corrected is_paused behavior by Jonas Aaberg · 14 years ago
  46. 767a967 DMAENGINE: ste_dma40: code clean-up by Jonas Aaberg · 14 years ago
  47. aa182ae DMAENGINE: ste_dma40: added support for link jobs in hw by Jonas Aaberg · 14 years ago
  48. 3ae0267 DMAENGINE: ste_dma40: removed a few magic numbers by Jonas Aaberg · 14 years ago
  49. 0246e77 DMAENGINE: ste_dma40: fix bug related to callback handling by Jonas Aaberg · 14 years ago
  50. b55912c DMAENGINE: ste_dma40: Code clean-up and removed an unneeded suspend request by Jonas Aaberg · 14 years ago
  51. 1b00348 DMAENGINE: ste_dma40: No need reading, masking and setting a set register by Jonas Aaberg · 14 years ago
  52. be8cb7d DMAENGINE: ste_dma40: Fix failed to restart logical channel bug by Jonas Aaberg · 14 years ago
  53. 0747c7ba DMAENGINE: ste_dma40: config checks by Linus Walleij · 14 years ago
  54. b30a3f6 Linux 2.6.36-rc5 by Linus Torvalds · 14 years ago
  55. 6b3d2cc Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging-2.6 by Linus Torvalds · 14 years ago
  56. 0c4ab34 Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6 by Linus Torvalds · 14 years ago
  57. 36ff4a5 Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6 by Linus Torvalds · 14 years ago
  58. dd173ab Staging: vt6655: fix buffer overflow by Dan Carpenter · 14 years ago
  59. 350aede Revert: "Staging: batman-adv: Adding netfilter-bridge hooks" by Sven Eckelmann · 14 years ago
  60. e3671ac serial: mfd: fix bug in serial_hsu_remove() by Feng Tang · 14 years ago
  61. 476f771 serial: amba-pl010: fix set_ldisc by Mika Westerberg · 14 years ago
  62. f299470 USB: musb: MAINTAINERS: Fix my mail address by Felipe Balbi · 14 years ago
  63. a0846f1 USB: serial/mos*: prevent reading uninitialized stack memory by Dan Rosenberg · 14 years ago
  64. fc8f2a7 USB: otg: twl4030: fix phy initialization(v1) by Ming Lei · 14 years ago
  65. fc92825 USB: EHCI: Disable langwell/penwell LPM capability by Alek Du · 14 years ago
  66. 024cfa5 usb: musb_debugfs: don't use the struct file private_data field with seq_files by Mathias Nyman · 14 years ago
  67. ed1cde6 frv: double syscall restarts, syscall restart in sigreturn() by Al Viro · 14 years ago
  68. 44c7aff frv: handling of restart into restart_syscall is fscked by Al Viro · 14 years ago
  69. ad0acab frv: avoid infinite loop of SIGSEGV delivery by Al Viro · 14 years ago
  70. 5f4ad04 frv: fix address verification holes in setup_frame/setup_rt_frame by Al Viro · 14 years ago
  71. 20cd514 frv: restart_block.fn needs to be reset on sigreturn by Al Viro · 14 years ago
  72. 31c4a3d mm: further fix swapin race condition by Hugh Dickins · 14 years ago
  73. 2422084 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mattst88/alpha-2.6 by Linus Torvalds · 14 years ago
  74. 81cef8e Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide-2.6 by Linus Torvalds · 14 years ago
  75. 7d7dee9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 14 years ago
  76. f1c9c97 Merge branch 's5p-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung by Linus Torvalds · 14 years ago
  77. 112d421 Coda: mount hangs because of missed REQ_WRITE rename by Jan Harkes · 14 years ago
  78. 494486a alpha: deal with multiple simultaneously pending signals by Al Viro · 14 years ago
  79. 5329363 alpha: fix a 14 years old bug in sigreturn tracing by Al Viro · 14 years ago
  80. 392fb6e alpha: unb0rk sigsuspend() and rt_sigsuspend() by Al Viro · 14 years ago
  81. 2deba1b alpha: belated ERESTART_RESTARTBLOCK race fix by Al Viro · 14 years ago
  82. bdc8b89 alpha: Shift perf event pending work earlier in timer interrupt by Michael Cree · 14 years ago
  83. 531f047 alpha: wire up fanotify and prlimit64 syscalls by Mikael Pettersson · 14 years ago
  84. 12e750d alpha: kill big kernel lock by Arnd Bergmann · 14 years ago
  85. b97f897 alpha: fix build breakage in asm/cacheflush.h by Tejun Heo · 14 years ago
  86. af96f8a alpha: remove unnecessary cast from void* in assignment. by matt mooney · 14 years ago
  87. 3101907 alpha: Use static const char * const where possible by Joe Perches · 14 years ago
  88. 4e8cec2 dca: disable dca on IOAT ver.3.0 multiple-IOH platforms by Sosnowski, Maciej · 14 years ago
  89. 4d89eca ARM: S3C64XX: Add IORESOURCE_IRQ_HIGHLEVEL flag to dm9000 on mach-real6410 by Darius Augulis · 14 years ago
  90. 591cd25 ARM: S3C64XX: Fix coding style errors on mach-real6410 by Darius Augulis · 14 years ago
  91. 5343795 ARM: S3C64XX: Prototype SPI devices by Mark Brown · 14 years ago
  92. f0f9dea netpoll: Disable IRQ around RCU dereference in netpoll_rx by Herbert Xu · 14 years ago
  93. 4bdab43 sctp: Do not reset the packet during sctp_packet_config(). by Vlad Yasevich · 14 years ago
  94. 151b6a5 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound-2.6 by Linus Torvalds · 14 years ago
  95. 509344b Merge branch 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jdelvare/staging by Linus Torvalds · 14 years ago
  96. 80214df Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixes by Linus Torvalds · 14 years ago
  97. 70057a5 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6 by Linus Torvalds · 14 years ago
  98. 343d04d Merge branch 'for-linus' of git://neil.brown.name/md by Linus Torvalds · 14 years ago
  99. 653d48b arm: fix really nasty sigreturn bug by Al Viro · 14 years ago
  100. a1984f4 Merge branch 'fix/hda' into for-linus by Takashi Iwai · 14 years ago