index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2015-08-24
dmaengine: sort the makefile
Vinod Koul
1
-41
/
+47
2015-08-23
drivers/dma: make mv_xor.c driver explicitly non-modular
Paul Gortmaker
1
-33
/
+3
2015-08-23
dmaengine: Add support for the Analog Devices AXI-DMAC DMA controller
Lars-Peter Clausen
4
-0
/
+708
2015-08-23
devicetree: Add bindings documentation for Analog Devices AXI-DMAC
Lars-Peter Clausen
2
-0
/
+109
2015-08-23
Merge branch 'topic/zxdma' into for-linus
Vinod Koul
4
-0
/
+997
2015-08-23
Merge branch 'topic/ti-xbar' into for-linus
Vinod Koul
1
-10
/
+31
2015-08-23
Merge branch 'topic/at_xdmac' into for-linus
Vinod Koul
1
-6
/
+6
2015-08-21
dmaengine: xgene-dma: Fix the lock to allow client for further submission of ...
Rameshwar Prasad Sahu
1
-11
/
+22
2015-08-21
dmaengine: ioatdma: fix coccinelle warning
Dave Jiang
1
-4
/
+3
2015-08-21
dmaengine: ioatdma: fix zero day warning on incompatible pointer type
Dave Jiang
1
-1
/
+1
2015-08-20
dmaengine: tegra-apb: Simplify locking for device using global pause
Jon Hunter
1
-4
/
+28
2015-08-20
dmaengine: tegra-apb: Remove unnecessary return statements and variables
Jon Hunter
1
-12
/
+4
2015-08-20
dmaengine: tegra-apb: Avoid unnecessary channel base address calculation
Jon Hunter
1
-5
/
+6
2015-08-20
dmaengine: tegra-apb: Remove unused variables
Jon Hunter
1
-4
/
+0
2015-08-20
dmaengine: Stricter legacy checking in dma_request_slave_channel_compat()
Geert Uytterhoeven
1
-0
/
+3
2015-08-20
dmaengine: xgene-dma: Add ACPI support for X-Gene DMA engine driver
Rameshwar Prasad Sahu
1
-7
/
+21
2015-08-20
dmaengine: imx-sdma: Check for clk_enable() errors
Fabio Estevam
1
-7
/
+22
2015-08-20
dmaengine: sun4i: Add support for the DMA engine on sun[457]i SoCs
Emilio López
4
-0
/
+1346
2015-08-19
dmaengine: mv_xor: optimize performance by using a subset of the XOR channels
Thomas Petazzoni
1
-1
/
+23
2015-08-19
dmaengine: mv_xor: remove support for dmacap,* DT properties
Thomas Petazzoni
2
-12
/
+7
2015-08-19
dmaengine: pl330: do not emit loop for 1 byte transfer.
Michal Suchanek
1
-0
/
+3
2015-08-19
dmaengine: kill off set_irq_flags usage
Rob Herring
1
-6
/
+2
2015-08-19
dmaengine: imx-sdma: Add imx6sx platform support
Zidan Wang
1
-0
/
+73
2015-08-19
dmaengine: at_xdmac: fix bug in prep_dma_cyclic
Ludovic Desroches
1
-4
/
+1
2015-08-18
dmaengine: jz4780: Kill tasklets before unregistering the device
Alex Smith
1
-0
/
+6
2015-08-18
dmaengine: jz4780: Don't use devm_*_irq() functions
Alex Smith
1
-4
/
+8
2015-08-18
dmaengine: jz4780: Remove request type number definitions header
Alex Smith
1
-49
/
+0
2015-08-18
dmaengine: jz4780: Ensure channel is on correct controller in filter
Alex Smith
1
-3
/
+8
2015-08-18
dmaengine: jz4780: Use dma_get_slave_channel when requesting a specific channel
Alex Smith
1
-2
/
+7
2015-08-18
dmaengine: jz4780: Fix error handling/signedness issues
Alex Smith
1
-16
/
+17
2015-08-18
dmaengine: jz4780: Fall back on smaller transfer sizes where necessary
Alex Smith
1
-14
/
+23
2015-08-18
dmaengine: jz4780: Fix up dmaengine API function prototypes
Alex Smith
1
-5
/
+9
2015-08-18
dmaengine: sirf: clear pending DMA interrupt when DMA terminates
Yanchang Li
1
-0
/
+3
2015-08-18
doc: dt: dma: add bindings for lpc1850-dmamux
Joachim Eastwood
1
-0
/
+54
2015-08-18
dmaengine: add driver for lpc18xx dmamux
Joachim Eastwood
3
-0
/
+193
2015-08-18
doc: dt: dma: add binding doc for pl08x
Linus Walleij
1
-0
/
+54
2015-08-18
dmaengine: pl08x: support dt channel assignment
Linus Walleij
1
-3
/
+189
2015-08-18
dmaengine: pxa_dma: fix debug information
Robert Jarzmik
1
-5
/
+4
2015-08-17
dmaengine: Make __dma_request_slave_channel_compat() name argument constant
Jarkko Nikula
1
-1
/
+1
2015-08-17
dmaengine: pxa_dma: don't use config direction parameter
Robert Jarzmik
1
-3
/
+3
2015-08-17
dmaengine: Add DMA_CTRL_REUSE
Vinod Koul
1
-0
/
+40
2015-08-17
Documentation: dmaengine: Add DMA_CTRL_REUSE documentation
Vinod Koul
1
-0
/
+17
2015-08-17
Documentation: dmaengine: fix the DMA_CTRL_ACK documentation
Vinod Koul
1
-6
/
+6
2015-08-17
dmaengine: ioatdma: Clean up IOAT_COMPLETION_PENDING flag
Dave Jiang
2
-3
/
+0
2015-08-17
dmaengine: ioatdma: fixup kernel doc errors from dma.h
Dave Jiang
1
-3
/
+7
2015-08-17
dmanegine: ioatdma: remove function ptrs in ioatdma_device
Dave Jiang
3
-32
/
+13
2015-08-17
dmaengine: ioatdma: removal of dma_v3.c and relevant ioat3 references
Dave Jiang
6
-617
/
+487
2015-08-17
dmaengine: ioatdma: move dma prep functions to single location
Dave Jiang
6
-749
/
+769
2015-08-17
dmaengine: ioatdma: move all the init routines
Dave Jiang
6
-1372
/
+1375
2015-08-17
dmaengine: ioatdma: move all sysfs related code
Dave Jiang
3
-109
/
+136
[next]