1. ebcf9b8 dmaengine: at_hdmac: trivial add precision to unmapping comment by Nicolas Ferre · 16 years ago
  2. 0f70e8c dmaengine: at_hdmac: use dma_address to program DMA hardware by Nicolas Ferre · 16 years ago
  3. 2cdf245 pch_dma: support new device ML7213 IOH by Tomoya MORINAGA · 16 years ago
  4. bc0fa81 Merge branches 'amba' and 'dma40' into dmaengine by Dan Williams · 16 years ago
  5. b7f7586 ARM: PL08x: prevent dma_set_runtime_config() reconfiguring memcpy channels by Russell King - ARM Linux · 16 years ago
  6. f0fd944 ARM: PL08x: allow dma_set_runtime_config() to return errors by Russell King - ARM Linux · 16 years ago
  7. c370e59 ARM: PL08x: fix locking between prepare function and submit function by Russell King - ARM Linux · 16 years ago
  8. 8087aac ARM: PL08x: introduce 'phychan_hold' to hold on to physical channels by Russell King - ARM Linux · 16 years ago
  9. 501e67e ARM: PL08x: put txd's on the pending list in pl08x_tx_submit() by Russell King - ARM Linux · 16 years ago
  10. 15c1723 ARM: PL08x: rename 'desc_list' as 'pend_list' by Russell King - ARM Linux · 16 years ago
  11. 3d992e1 ARM: PL08x: implement unmapping of memcpy buffers by Russell King - ARM Linux · 16 years ago
  12. c042879 ARM: PL08x: store prep_* flags in async_tx structure by Russell King - ARM Linux · 16 years ago
  13. d7244e9 ARM: PL08x: shrink srcbus/dstbus in txd structure by Russell King - ARM Linux · 16 years ago
  14. 542361f ARM: PL08x: don't manipulate txd->srcbus or txd->dstbus during LLI fill by Russell King - ARM Linux · 16 years ago
  15. 5f638b4 ARM: PL08x: fix fill_bytes calculation by Russell King - ARM Linux · 16 years ago
  16. d6cf7b5 ARM: PL08x: use min() to calculate target_len by Russell King - ARM Linux · 16 years ago
  17. b61be8d ARM: PL08x: ensure pl08x_pre_boundary() works for any value of addr by Russell King - ARM Linux · 16 years ago
  18. 0059005 ARM: PL08x: make pl08x_fill_lli_for_desc() return void by Russell King - ARM Linux · 16 years ago
  19. 858c21c ARM: PL08x: move callback outside spinlock'd region by Russell King - ARM Linux · 16 years ago
  20. 30749cb ARM: PL08x: allow AHB master port selection to be configured by Russell King - ARM Linux · 16 years ago
  21. c7da9a5 ARM: PL08x: move AHB master port selection into prep_* functions by Russell King - ARM Linux · 16 years ago
  22. 1cae78f ARM: PL08x: move cctl increment and protection setup to prep_slave_sg by Russell King - ARM Linux · 16 years ago
  23. 70b5ed6 ARM: PL08x: move default cctl into txd structure by Russell King - ARM Linux · 16 years ago
  24. 09b3c32 ARM: PL08x: assign ccfg DMA request signal in prep_phy_channel() by Russell King - ARM Linux · 16 years ago
  25. 4983a04 ARM: PL08x: move ccfg into txd structure by Russell King - ARM Linux · 16 years ago
  26. 19524d7 ARM: PL08x: avoid duplicating registers in txd and phychan structures by Russell King - ARM Linux · 16 years ago
  27. c885bee ARM: PL08x: combine functions to start DMA into one function by Russell King - ARM Linux · 16 years ago
  28. db9f136 ARM: PL08x: clean up LLI lookup by Russell King - ARM Linux · 16 years ago
  29. bfddfb4 ARM: PL08x: rename lli.next to lli.lli by Russell King - ARM Linux · 16 years ago
  30. e25761d ARM: PL08x: use 'u32' for LLI structure members, not dma_addr_t by Russell King - ARM Linux · 16 years ago
  31. cace658 ARM: PL08x: use 'size_t' for lengths by Russell King - ARM Linux · 16 years ago
  32. 56b6188 ARM: PL08x: don't try to use llis_bus as a pointer by Russell King - ARM Linux · 16 years ago
  33. 4c0df6a ARM: PL08x: don't assume that the LLI pointer has the bus bit clear by Russell King - ARM Linux · 16 years ago
  34. 19386b3 ARM: PL08x: ensure loops use cpu_relax() by Russell King - ARM Linux · 16 years ago
  35. 8c8cc2b ARM: PL08x: consolidate physical channel release code by Russell King - ARM Linux · 16 years ago
  36. ac3cd20 ARM: PL08x: consolidate common txd initialization by Russell King - ARM Linux · 16 years ago
  37. 7cb72ad ARM: PL08x: avoid 'void *' struct fields when we can type them properly by Russell King - ARM Linux · 16 years ago
  38. f96ca9e ARM: PL08x: constify vendor data pointers by Russell King - ARM Linux · 16 years ago
  39. b58b6b5 ARM: PL08x: remove circular buffer support by Russell King - ARM Linux · 16 years ago
  40. ad0a3ad ARM: PL08x: remove unnecessary NULL and BUG checks by Russell King - ARM Linux · 16 years ago
  41. 730404a ARM: PL08x: remove unnecessary includes by Russell King - ARM Linux · 16 years ago
  42. 9c13299 ARM: PL08x: prefix hex numbers with 0x by Russell King - ARM Linux · 16 years ago
  43. b05cd8f ARM: PL08x: improve the announcement printk by Russell King - ARM Linux · 16 years ago
  44. 9dc2c20 ARM: PL08x: add comment explaining the flow control methods by Russell King - ARM Linux · 16 years ago
  45. 3e2a037 ARM: PL08x: fix sparse warnings by Russell King - ARM Linux · 16 years ago
  46. 98838f9 ARM: PL08x: fix deadlock in terminate_all by Russell King - ARM Linux · 16 years ago
  47. 9c0bb43 ARM: PL08x: fix missed spin-unlock in pl08x_issue_pending() by Russell King - ARM Linux · 16 years ago
  48. dafa731 ARM: PL08x: fix a leak when preparing TXDs by Russell King - ARM Linux · 16 years ago
  49. bf072af ARM: PL08x: fix locking in tasklet by Russell King - ARM Linux · 16 years ago
  50. 91aa5fa ARM: PL08x: fix atomic_t usage and tx_submit() return value range by Russell King - ARM Linux · 16 years ago
  51. 4440aac ARM: PL08x: fix array overflow in dma_set_runtime_config() by Russell King - ARM Linux · 16 years ago
  52. e8b5e11 ARM: PL08x: fix spelling errors by Russell King - ARM Linux · 16 years ago
  53. d49278e dmaengine: dma40: Add support to split up large elements by Per Forlin · 16 years ago
  54. 0a4bbdd Merge branches 'fsldma' and 'intel-mid' into dmaengine by Dan Williams · 16 years ago
  55. c989a7f dmaengine i.MX SDMA: initialize on module_init by Sascha Hauer · 16 years ago
  56. 943d8d8 dma : EG20T PCH: Fix miss-setting DMA descriptor by Tomoya MORINAGA · 16 years ago
  57. 0be035f intel_mid_dma: add support for single item scatter-gather list by Feng Tang · 16 years ago
  58. cf2f9c5 intel_mid_dma: fix section mismatch warnings by Dan Williams · 16 years ago
  59. d2f5c27 dmaengine: imx-sdma: fix bug in buffer descriptor initialization by Anatolij Gustschin · 16 years ago
  60. a584bff drivers/dma/ppc4xx: Use printf extension %pR for struct resource by Joe Perches · 16 years ago
  61. bca364d drivers/dma/ioat: Use the ccflag-y instead of EXTRA_CFLAGS by Tracey Dent · 16 years ago
  62. e2c8e425 fsldma: add support to 36-bit physical address by Li Yang · 16 years ago
  63. 87e5110 drivers/dma/: Use the ccflag-y instead of EXTRA_CFLAGS by Tracey Dent · 16 years ago
  64. 51a1efe dma: intel_mid_dma: fix double free on mid_setup_dma error path by Axel Lin · 16 years ago
  65. cbeae41 dma: imx-dma: fix imxdma_probe error path by Axel Lin · 16 years ago
  66. 66bde0b dma/intel_mid_dma: remove unneeded null check by Dan Carpenter · 16 years ago
  67. e8a7e48 Linux 2.6.37-rc4 by Linus Torvalds · 16 years ago
  68. 32e1572 Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc by Linus Torvalds · 16 years ago
  69. f2e785e powerpc: Use call_rcu_sched() for pagetables by Peter Zijlstra · 16 years ago
  70. bcb38ce Revert "debug_locks: set oops_in_progress if we will log messages." by Dave Airlie · 16 years ago
  71. 8f1b1a5 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6 by Linus Torvalds · 16 years ago
  72. a01af8e Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 16 years ago
  73. a9735c8 Merge branch 'omap-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap-2.6 by Linus Torvalds · 16 years ago
  74. 3f0d3d0 tpm: Autodetect itpm devices by Matthew Garrett · 16 years ago
  75. aa3fc52 Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable by Linus Torvalds · 16 years ago
  76. 555bdae Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/bp/bp by Linus Torvalds · 16 years ago
  77. 1bfe4ee Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixes by Linus Torvalds · 16 years ago
  78. 25888e3 af_unix: limit recursion level by Eric Dumazet · 16 years ago
  79. 50a4205 pch_gbe driver: The wrong of initializer entry by Toshiharu Okada · 16 years ago
  80. a1dcfcb pch_gbe dreiver: chang author by Toshiharu Okada · 16 years ago
  81. 5a92bc8 Btrfs: don't use migrate page without CONFIG_MIGRATION by Chris Mason · 16 years ago
  82. d830418 ucc_geth: fix ucc halt problem in half duplex mode by Yang Li · 16 years ago
  83. b4ff3c9 inet: Fix __inet_inherit_port() to correctly increment bsockets and num_owners by Nagendra Tomar · 16 years ago
  84. 5c7e57f ehea: Add some info messages and fix an issue by Breno Leitao · 16 years ago
  85. 163cf09 Btrfs: deal with DIO bios that span more than one ordered extent by Chris Mason · 16 years ago
  86. 7208364 Un-inline get_pipe_info() helper function by Linus Torvalds · 16 years ago
  87. c66fb34 Export 'get_pipe_info()' to other users by Linus Torvalds · 16 years ago
  88. 71993e6 Rename 'pipe_info()' to 'get_pipe_info()' by Linus Torvalds · 16 years ago
  89. a9e40a2 Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  90. 75f5d2c Merge branch 'fwnet' of git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6 by Linus Torvalds · 16 years ago
  91. 8e65c0e hso: fix disable_net by Filip Aben · 16 years ago
  92. 03fe5f3 NET: wan/x25_asy, move lapb_unregister to x25_asy_close_tty by Jiri Slaby · 16 years ago
  93. 42eb59d cxgb4vf: fix setting unicast/multicast addresses ... by Casey Leedom · 16 years ago
  94. bcc70bb net, ppp: Report correct error code if unit allocation failed by Cyrill Gorcunov · 16 years ago
  95. 3c6f27b DECnet: don't leak uninitialized stack byte by Dan Rosenberg · 16 years ago
  96. 462ca99 au1000_eth: fix invalid address accessing the MAC enable register by Wolfgang Grandegger · 16 years ago
  97. 0ac7887 dccp: fix error in updating the GAR by Gerrit Renker · 16 years ago
  98. a301e17 Merge branch 'vhost-net' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost by David S. Miller · 16 years ago
  99. 0147fc0 tcp: restrict net.ipv4.tcp_adv_win_scale (#20312) by Alexey Dobriyan · 16 years ago
  100. 8475ef9 netns: Don't leak others' openreq-s in proc by Pavel Emelyanov · 16 years ago