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