index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
dma
Age
Commit message (
Expand
)
Author
Files
Lines
2015-10-27
dmaengine: edma: Do not allocate memory for edma_rsv_info in case of DT boot
Peter Ujfalusi
1
-6
/
+0
2015-10-27
dmaengine: edma: Refactor the dma device and channel struct initialization
Peter Ujfalusi
1
-42
/
+37
2015-10-27
dmaengine: edma: Get qDMA channel information from HW also
Peter Ujfalusi
1
-0
/
+6
2015-10-27
dmaengine: edma: Merge map_dmach_to_queue into assign_channel_eventq
Peter Ujfalusi
1
-34
/
+22
2015-10-27
dmaengine: edma: Correct PaRAM access function names (_parm_ to _param_)
Peter Ujfalusi
1
-12
/
+12
2015-10-27
dmaengine: edma: Simplify function parameter list for channel operations
Peter Ujfalusi
1
-273
/
+123
2015-10-27
dmaengine: edma: Optimize memcpy operation
Peter Ujfalusi
1
-21
/
+75
2015-10-27
dmaengine: edma: Remove alignment constraint for memcpy
Peter Ujfalusi
1
-7
/
+6
2015-10-26
Merge branch 'device-properties'
Rafael J. Wysocki
1
-8
/
+17
2015-10-25
dmaengine: ste_dma40: fix a trivial typo
Geliang Tang
1
-1
/
+1
2015-10-18
dmaengine: hsu: remove platform data
Heikki Krogerus
3
-18
/
+9
2015-10-18
dmaengine: hsu: make the UART driver in control of selecting this driver
Heikki Krogerus
1
-7
/
+2
2015-10-14
dmaengine: xgene-dma: Remove memcpy offload support due to performance drop
Rameshwar Prasad Sahu
1
-58
/
+1
2015-10-14
dmaengine: edma: Dynamic paRAM slot handling if HW supports it
Peter Ujfalusi
1
-49
/
+52
2015-10-14
dmaengine: edma: Rename bitfields for slot and channel usage tracking
Peter Ujfalusi
1
-25
/
+26
2015-10-14
dmaengine: edma: Read channel mapping support only once from HW
Peter Ujfalusi
1
-2
/
+6
2015-10-14
dmaengine: edma: Simplify and optimize ccerr interrupt handler
Peter Ujfalusi
1
-47
/
+35
2015-10-14
dmaengine: edma: Move the pending error check into helper function
Peter Ujfalusi
1
-8
/
+12
2015-10-14
dmaengine: edma: Simplify the interrupt handling
Peter Ujfalusi
1
-245
/
+205
2015-10-14
dmaengine: edma: Consolidate the comments for functions
Peter Ujfalusi
1
-75
/
+11
2015-10-14
dmaengine: edma: Print warning when linking slots from different eDMA
Peter Ujfalusi
1
-0
/
+3
2015-10-14
dmaengine: edma: Use the edma_write_slot instead open coded memcpy_toio
Peter Ujfalusi
1
-2
/
+1
2015-10-14
dmaengine: edma: Use dev_dbg instead pr_debug
Peter Ujfalusi
1
-12
/
+12
2015-10-14
dmaengine: edma: Cleanup regarding the use of dev around the code
Peter Ujfalusi
1
-31
/
+30
2015-10-14
dmaengine: edma: Use devm_kcalloc when possible
Peter Ujfalusi
1
-2
/
+2
2015-10-14
dmaengine: edma: Allocate memory dynamically for bitmaps and structures
Peter Ujfalusi
1
-28
/
+34
2015-10-14
ARM/dmaengine: edma: Merge the two drivers under drivers/dma/
Peter Ujfalusi
2
-76
/
+1431
2015-10-14
ARM/dmaengine: edma: Remove limitation on the number of eDMA controllers
Peter Ujfalusi
1
-9
/
+8
2015-10-14
ARM/dmaengine: edma: Public API to use private struct pointer
Peter Ujfalusi
1
-36
/
+43
2015-10-14
ARM/dmaengine: edma: Move of_dma_controller_register to the dmaengine driver
Peter Ujfalusi
1
-0
/
+16
2015-10-14
dmaengine: edma: Simplify and optimize the edma_execute path
Peter Ujfalusi
1
-47
/
+29
2015-10-07
dmaengine: imx-sdma: Remove unneeded dev_info()
Fabio Estevam
1
-3
/
+0
2015-10-07
dmaengine: imx-sdma: Move message level to debug
Fabio Estevam
1
-1
/
+1
2015-10-06
Merge 4.3-rc4 into char-misc-next
Greg Kroah-Hartman
8
-53
/
+77
2015-10-05
dmaengine: omap-dma: Enable packed accesses for cyclic transfers
Misael Lopez Cruz
1
-1
/
+5
2015-10-04
dma: Add support to program MIC x100 status descriptiors
Siva Yerramreddy
1
-1
/
+38
2015-10-02
Merge tag 'dmaengine-fix-4.3-rc4' of git://git.infradead.org/users/vkoul/slav...
Linus Torvalds
8
-53
/
+77
2015-10-01
dmaengine: pxa_dma: fix residue corner case
Robert Jarzmik
1
-0
/
+10
2015-10-01
dmaengine: pxa_dma: fix the no-requestor case
Robert Jarzmik
1
-6
/
+14
2015-10-01
dmaengine: zxdma: Fix off-by-one for testing valid pchan request
Axel Lin
1
-1
/
+1
2015-10-01
dmaengine: xilinx: Fix module autoload for OF platform driver
Luis de Bethencourt
1
-0
/
+1
2015-10-01
dmaengine: sun6i: Fix module autoload for OF platform driver
Luis de Bethencourt
1
-0
/
+1
2015-10-01
dmaengine: sirf: Fix module autoload for OF platform driver
Luis de Bethencourt
1
-0
/
+1
2015-10-01
dmaengine: mpc512x: Fix module autoload for OF platform driver
Luis de Bethencourt
1
-0
/
+1
2015-10-01
dmaengine: moxart-dma: Fix module autoload for OF platform driver
Luis de Bethencourt
1
-0
/
+1
2015-10-01
dmaengine: fsldma: Fix module autoload for OF platform driver
Luis de Bethencourt
1
-0
/
+1
2015-10-01
dmaengine: at_xdmac: fix memory leak in interleaved mode
Ludovic Desroches
1
-0
/
+4
2015-10-01
dmaengine: at_xdmac: handle numf > 1
Maxime Ripard
1
-54
/
+50
2015-10-01
dmaengine: at_xdmac: clean used descriptor
Ludovic Desroches
1
-1
/
+10
2015-10-01
dmaengine: at_xdmac: change block increment addressing mode
Maxime Ripard
1
-2
/
+2
[prev]
[next]