index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
move async raid6 test to lib/Kconfig.debug
Dan Williams
2010-10-08
2
-13
/
+13
*
-
-
-
-
-
.
Merge branches 'dma40', 'pl08x', 'fsldma', 'imx' and 'intel-mid' into dmaengine
Dan Williams
2010-10-08
19
-424
/
+4988
|
\
\
\
\
|
|
|
|
*
intel_mid_dma: change the slave interface
Koul, Vinod
2010-10-08
3
-39
/
+53
|
|
|
|
*
intel_mid_dma: fix the WARN_ONs
Koul, Vinod
2010-10-08
1
-3
/
+3
|
|
|
|
*
intel_mid_dma: Add sg list support to DMA driver
Ramesh Babu K V
2010-10-08
3
-50
/
+250
|
|
|
|
*
intel_mid_dma: Allow DMAC2 to share interrupt
Yong Wang
2010-10-08
1
-4
/
+1
|
|
|
|
*
intel_mid_dma: Allow IRQ sharing
Yong Wang
2010-10-08
1
-11
/
+14
|
|
|
|
*
intel_mid_dma: Add runtime PM support
Koul, Vinod
2010-10-08
2
-8
/
+129
|
|
|
*
|
dmaengine: Add Freescale i.MX1/21/27 DMA driver
Sascha Hauer
2010-10-08
3
-0
/
+431
|
|
|
*
|
dmaengine: Add Freescale i.MX SDMA support
Sascha Hauer
2010-10-06
6
-6
/
+1487
|
|
|
*
|
dmaengine: add wrapper functions for device control functions
Sascha Hauer
2010-10-06
1
-0
/
+34
|
|
|
*
|
dmaengine: add possibility for cyclic transfers
Sascha Hauer
2010-10-06
2
-1
/
+10
|
|
*
|
|
ste_dma40: implement support for scatterlist to scatterlist copy
Ira Snyder
2010-10-07
1
-0
/
+17
|
|
*
|
|
fsldma: improved DMA_SLAVE support
Ira Snyder
2010-10-07
3
-319
/
+47
|
|
*
|
|
fsldma: implement support for scatterlist to scatterlist copy
Ira Snyder
2010-10-07
1
-3
/
+125
|
|
*
|
|
dma: add support for scatterlist to scatterlist copy
Ira Snyder
2010-10-07
2
-0
/
+8
|
|
|
|
/
|
|
|
/
|
|
|
*
|
dmaengine: fix interrupt clearing for mv_xor
Simon Guinot
2010-09-23
1
-1
/
+1
|
|
*
|
missing inline keyword for static function in linux/dmaengine.h
Mathieu Lacage
2010-09-23
1
-1
/
+1
|
|
*
|
dma/shdma: move dereference below the NULL check
Dan Carpenter
2010-09-23
1
-1
/
+2
|
|
|
/
|
*
/
dmaengine: driver for the ARM PL080/PL081 PrimeCells v5
Linus Walleij
2010-09-30
4
-0
/
+2398
|
|
/
*
|
DMAENGINE: define a dummy filter function for ste_dma40
Linus Walleij
2010-10-07
1
-0
/
+19
*
|
DMAENGINE: Remove stedma40_set_psize and pre_transfer hook in ste_dma40
Per Forlin
2010-10-07
2
-74
/
+2
*
|
DMAENGINE: Set burst size for phy and log chans in ste_dma40 dev_control
Per Forlin
2010-10-07
1
-8
/
+26
*
|
DMAENGINE: ste_dma40: fix resource leaks in error paths.
Rabin Vincent
2010-10-07
1
-4
/
+13
*
|
DMAENGINE: ste_dma40: fix desc_get
Rabin Vincent
2010-10-07
1
-9
/
+14
*
|
DMAENGINE: ste_dma40: fix clk_get failure path
Rabin Vincent
2010-10-07
1
-1
/
+1
*
|
DMAENGINE: ste_dma40: fix disabled channels list
Rabin Vincent
2010-10-07
1
-3
/
+5
*
|
DMAENGINE: ste_dma40: added kernel doc for struct
Jonas Aaberg
2010-09-22
1
-7
/
+15
*
|
DMAENGINE: ste_dma40: don't pause/resume non-executing channels
Jonas Aaberg
2010-09-22
1
-0
/
+6
*
|
DMAENGINE: ste_dma40: removed non-used variable from struct
Jonas Aaberg
2010-09-22
2
-3
/
+0
*
|
DMAENGINE: ste_dma40: rewrote LCLA entries allocation code
Jonas Aaberg
2010-09-22
3
-309
/
+218
*
|
DMAENGINE: ste_dma40: fix possible use of uninitialized variable
Jonas Aaberg
2010-09-22
1
-2
/
+2
*
|
DMAENGINE: ste_dma40: corrected is_paused behavior
Jonas Aaberg
2010-09-22
1
-4
/
+10
*
|
DMAENGINE: ste_dma40: code clean-up
Jonas Aaberg
2010-09-22
4
-66
/
+57
*
|
DMAENGINE: ste_dma40: added support for link jobs in hw
Jonas Aaberg
2010-09-22
2
-116
/
+202
*
|
DMAENGINE: ste_dma40: removed a few magic numbers
Jonas Aaberg
2010-09-22
2
-6
/
+15
*
|
DMAENGINE: ste_dma40: fix bug related to callback handling
Jonas Aaberg
2010-09-22
3
-23
/
+14
*
|
DMAENGINE: ste_dma40: Code clean-up and removed an unneeded suspend request
Jonas Aaberg
2010-09-22
1
-30
/
+16
*
|
DMAENGINE: ste_dma40: No need reading, masking and setting a set register
Jonas Aaberg
2010-09-22
1
-4
/
+1
*
|
DMAENGINE: ste_dma40: Fix failed to restart logical channel bug
Jonas Aaberg
2010-09-22
1
-12
/
+8
*
|
DMAENGINE: ste_dma40: config checks
Linus Walleij
2010-09-22
2
-3
/
+28
|
/
*
Linux 2.6.36-rc5
v2.6.36-rc5
Linus Torvalds
2010-09-21
1
-1
/
+1
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging-2.6
Linus Torvalds
2010-09-21
3
-22
/
+10
|
\
|
*
Staging: vt6655: fix buffer overflow
Dan Carpenter
2010-09-21
1
-3
/
+8
|
*
Revert: "Staging: batman-adv: Adding netfilter-bridge hooks"
Sven Eckelmann
2010-09-21
2
-19
/
+2
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6
Linus Torvalds
2010-09-21
6
-32
/
+66
|
\
\
|
*
|
USB: musb: MAINTAINERS: Fix my mail address
Felipe Balbi
2010-09-21
1
-2
/
+2
|
*
|
USB: serial/mos*: prevent reading uninitialized stack memory
Dan Rosenberg
2010-09-21
2
-0
/
+6
|
*
|
USB: otg: twl4030: fix phy initialization(v1)
Ming Lei
2010-09-21
1
-27
/
+51
|
*
|
USB: EHCI: Disable langwell/penwell LPM capability
Alek Du
2010-09-21
1
-0
/
+5
[next]