index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
dma
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
ioatdma: Adding Haswell devid for ioatdma
Dave Jiang
2013-04-15
3
-6
/
+55
*
dmaengine: OMAP: Register SDMA controller with Device Tree DMA driver
Jon Hunter
2013-04-15
1
-2
/
+36
*
dw_dmac: remove unnecessary ENODEV check
Andy Shevchenko
2013-04-15
1
-1
/
+1
*
dmaengine: dw_dmac: simplify master selection
Arnd Bergmann
2013-04-15
2
-48
/
+33
*
dw_dmac: rename DT related methods to reflect their belonging
Andy Shevchenko
2013-04-15
1
-11
/
+13
*
dw_dmac: fix style of the comments
Andy Shevchenko
2013-04-15
1
-15
/
+15
*
dma: Make the 'mask' parameter of __dma_request_channel const
Lars-Peter Clausen
2013-04-15
1
-3
/
+6
*
dmaengine:sirf:take clock and enable it while probing
Barry Song
2013-04-15
1
-0
/
+11
*
dw_dmac: don't wait for FIFO_EMPTY endlessly in dwc_chan_pause
Andy Shevchenko
2013-04-15
1
-2
/
+3
*
dma: imx-dma: Remove redundant NULL check before kfree
Syam Sidhardhan
2013-04-15
1
-2
/
+1
*
dma: ipu: ipu_idmac: Fix section mismatch
Fabio Estevam
2013-04-15
1
-1
/
+1
*
dma: tegra: assume CONFIG_OF
Stephen Warren
2013-04-15
1
-15
/
+7
*
dma: pl330: Convert to devm_ioremap_resource()
Sachin Kamat
2013-04-15
1
-3
/
+4
*
dmatest: append verify result to results
Andy Shevchenko
2013-04-15
1
-54
/
+128
*
dmatest: gather test results in the linked list
Andy Shevchenko
2013-04-15
1
-30
/
+204
*
dmatest: define MAX_ERROR_COUNT constant
Andy Shevchenko
2013-04-15
1
-3
/
+6
*
dmatest: return actual state in 'run' file
Andy Shevchenko
2013-04-15
1
-2
/
+21
*
dmatest: run test via debugfs
Andy Shevchenko
2013-04-15
1
-2
/
+255
*
dmatest: split test parameters to separate structure
Andy Shevchenko
2013-04-15
1
-47
/
+62
*
dmatest: move dmatest_channels and nr_channels to dmatest_info
Andy Shevchenko
2013-04-15
1
-13
/
+16
*
dmatest: create dmatest_info to keep test parameters
Andy Shevchenko
2013-04-15
1
-47
/
+113
*
dmatest: allocate memory for pq_coefs from heap
Andy Shevchenko
2013-04-15
1
-2
/
+9
*
dmatest: cancel thread immediately when asked for
Andy Shevchenko
2013-04-15
1
-1
/
+2
*
ioatdma: allow all channels to have irq coalescing support
Dave Jiang
2013-04-15
1
-9
/
+3
*
ioatdma: make debug output more readable
Dave Jiang
2013-04-15
2
-2
/
+3
*
dma: Remove erroneous __exit and __exit_p() references
Maxin B. John
2013-04-15
6
-14
/
+14
*
dma: timb_dma: Fix compiler warning
Maxin B. John
2013-04-15
1
-1
/
+1
*
pch_dma: Use GFP_ATOMIC because called from interrupt context
Tomoya MORINAGA
2013-04-15
1
-1
/
+1
*
DMA: PL330: allow submitting 2 requests at a time
Jassi Brar
2013-04-15
1
-2
/
+1
*
Merge branch 'fixes' of git://git.infradead.org/users/vkoul/slave-dma
Linus Torvalds
2013-04-12
2
-17
/
+41
|
\
|
*
dmaengine: omap-dma: Start DMA without delay for cyclic channels
Peter Ujfalusi
2013-04-10
1
-6
/
+14
|
*
DMA: PL330: Add check if device tree compatible
Padmavathi Venna
2013-04-02
1
-11
/
+27
*
|
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...
Linus Torvalds
2013-04-03
1
-0
/
+1
|
\
\
|
|
/
|
/
|
|
*
drivers/Kconfig: add several missing GENERIC_HARDIRQS dependencies
Heiko Carstens
2013-03-21
1
-0
/
+1
*
|
dw_dmac: adjust slave_id accordingly to request line base
Andy Shevchenko
2013-03-30
2
-1
/
+17
*
|
dmaengine: dw_dma: fix endianess for DT xlate function
Arnd Bergmann
2013-03-30
1
-3
/
+3
|
/
*
Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dma
Linus Torvalds
2013-03-03
2
-77
/
+75
|
\
|
*
dmaengine: dw_dmac: move to generic DMA binding
Arnd Bergmann
2013-02-28
2
-77
/
+75
*
|
dmaengine: convert to idr_alloc()
Tejun Heo
2013-02-28
1
-10
/
+6
*
|
Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dma
Linus Torvalds
2013-02-26
35
-632
/
+1701
|
\
|
|
*
DMA: PL330: Register the DMA controller with the generic DMA helpers
Padmavathi Venna
2013-02-14
1
-0
/
+10
|
*
DMA: PL330: Add xlate function
Padmavathi Venna
2013-02-14
1
-0
/
+25
|
*
DMA: PL330: Add new pl330 filter for DT case.
Padmavathi Venna
2013-02-14
1
-14
/
+15
|
*
dma: tegra20-apb-dma: remove unnecessary assignment
Andy Shevchenko
2013-02-14
1
-1
/
+0
|
*
edma: do not waste memory for dma_mask
Andy Shevchenko
2013-02-14
1
-2
/
+4
|
*
dma: coh901318: set residue only if dma is in progress
Andy Shevchenko
2013-02-14
1
-1
/
+3
|
*
dma: coh901318: avoid unbalanced locking
Andy Shevchenko
2013-02-14
1
-1
/
+1
|
*
dma: of-dma: protect list write operation by spin_lock
Andy Shevchenko
2013-02-14
1
-0
/
+2
|
*
dmaengine: ste_dma40: do not remove descriptors for cyclic transfers
Fabio Baltieri
2013-02-14
1
-3
/
+3
|
*
dma: of-dma.c: fix memory leakage
Cong Ding
2013-02-14
1
-0
/
+1
[next]