index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2019-09-04
dmaengine: ti: omap-dma: Remove variable override in omap_dma_tx_status()
Peter Ujfalusi
1
-1
/
+0
2019-09-04
dmaengine: ti: omap-dma: Remove 'Assignment in if condition'
Peter Ujfalusi
1
-4
/
+7
2019-09-04
dmaengine: ti: edma: Remove 'Assignment in if condition'
Peter Ujfalusi
1
-5
/
+10
2019-08-21
dmaengine: dw: platform: Split OF helpers to separate module
Andy Shevchenko
4
-113
/
+149
2019-08-21
dmaengine: dw: platform: Split ACPI helpers to separate module
Andy Shevchenko
4
-53
/
+63
2019-08-21
dmaengine: dw: platform: Move handle check to dw_dma_acpi_controller_register()
Andy Shevchenko
1
-4
/
+8
2019-08-21
dmaengine: dw: platform: Switch to acpi_dma_controller_register()
Andy Shevchenko
1
-2
/
+12
2019-08-21
dmaengine: dw: platform: Use devm_platform_ioremap_resource()
Andy Shevchenko
1
-3
/
+1
2019-08-21
dmaengine: dw: platform: Enable iDMA 32-bit on Intel Elkhart Lake
Andy Shevchenko
1
-5
/
+11
2019-08-21
dmaengine: dw: platform: Use struct dw_dma_chip_pdata
Andy Shevchenko
1
-11
/
+31
2019-08-21
dmaengine: dw: Export struct dw_dma_chip_pdata for wider use
Andy Shevchenko
2
-44
/
+44
2019-08-21
dmaengine: acpi: Add kernel doc parameter descriptions
Andy Shevchenko
1
-2
/
+3
2019-08-21
dmaengine: acpi: Set up DMA mask based on CSRT
Andy Shevchenko
1
-0
/
+7
2019-08-20
dmaengine: change alignment of mux_configure32 and fsl_edma_chan_mux
Mao Wenan
1
-2
/
+2
2019-08-20
dmaengine: make mux_configure32 static
Mao Wenan
1
-1
/
+1
2019-08-20
dmaengine: mv_xor_v2: Fix -Wshift-negative-value
Nathan Huckleberry
1
-7
/
+4
2019-08-20
MAINTAINERS: dmaengine: dw axi dmac: Fix typo in a path
Denis Efremov
1
-1
/
+1
2019-08-20
dmaengine: dw: Update Intel Elkhart Lake Service Engine acronym
Jarkko Nikula
1
-1
/
+1
2019-08-20
dt-bindings: dmaengine: nbpfaxi: Rename bindings documentation file
Simon Horman
1
-0
/
+0
2019-08-13
dmaengine: fsldma: Mark expected switch fall-through
Gustavo A. R. Silva
1
-0
/
+1
2019-08-13
dmaengine: ti: unexport filter functions
Arnd Bergmann
2
-2
/
+0
2019-08-08
dmaengine: fsl-edma: implement .device_synchronize callback
Andrey Smirnov
1
-0
/
+8
2019-08-08
dmaengine: pl330: use the same attributes when freeing pl330->mcode_cpu
Fuqian Huang
1
-4
/
+5
2019-08-08
dmaengine: qcom: hidma_mgmt: Add of_node_put() before goto
Nishka Dasgupta
1
-2
/
+6
2019-08-08
dmaengine: fsl-edma: add i.mx7ulp edma2 version support
Robin Gong
3
-1
/
+86
2019-08-08
dmaengine: qcom_hidma: Remove call to memset after dmam_alloc_coherent
Fuqian Huang
1
-2
/
+0
2019-08-08
dmaengine: imx-sdma: Remove call to memset after dma_alloc_coherent
Fuqian Huang
1
-4
/
+0
2019-07-31
dmaengine: Remove dev_err() usage after platform_get_irq()
Stephen Boyd
15
-57
/
+17
2019-07-31
dmaengine: imx-dma: Mark expected switch fall-through
Gustavo A. R. Silva
1
-0
/
+1
2019-07-31
dmaengine: tegra210-adma: Don't program FIFO threshold
Jonathan Hunter
1
-10
/
+2
2019-07-29
dmaengine: stm32-mdma: Switch to use device_property_count_u32()
Andy Shevchenko
1
-2
/
+1
2019-07-29
dmaengine: stm32-dmamux: Switch to use device_property_count_u32()
Andy Shevchenko
1
-2
/
+1
2019-07-29
dt-bindings: dmaengine: shdma: Rename bindings documentation file
Simon Horman
1
-0
/
+0
2019-07-29
dt-bindings: dmaengine: Convert Allwinner A31 and A64 DMA to a schema
Maxime Ripard
3
-81
/
+150
2019-07-29
dt-bindings: dmaengine: Convert Allwinner A10 DMA to a schema
Maxime Ripard
2
-45
/
+55
2019-07-29
dt-bindings: dmaengine: Add YAML schemas for the generic DMA bindings
Maxime Ripard
4
-113
/
+131
2019-07-29
dmaengine: ti: edma: Support for polled (memcpy) completion
Peter Ujfalusi
1
-4
/
+33
2019-07-29
dmaengine: ti: edma: Correct the residue calculation (fix for memcpy)
Peter Ujfalusi
1
-8
/
+23
2019-07-29
dmaengine: ti: edma: Clean up the 2x32bit array register accesses
Peter Ujfalusi
1
-45
/
+61
2019-07-29
dmaengine: ti: omap-dma: Improved memcpy polling support
Peter Ujfalusi
1
-16
/
+28
2019-07-29
dmaengine: ti: omap-dma: Readability cleanup in omap_dma_tx_status()
Peter Ujfalusi
1
-4
/
+6
2019-07-25
dmaengine: dma-jz4780: Break descriptor chains on JZ4740
Paul Cercueil
1
-3
/
+12
2019-07-25
dmaengine: tegra-apb: Support per-burst residue granularity
Dmitry Osipenko
1
-7
/
+68
2019-07-22
dmaengine: bcm2835: Print error in case setting DMA mask fails
Stefan Wahren
1
-1
/
+3
2019-07-22
dmaengine: edma: make edma_filter_fn private
Arnd Bergmann
2
-31
/
+3
2019-07-22
dmaengine: omap-dma: make omap_dma_filter_fn private
Arnd Bergmann
3
-21
/
+2
2019-07-21
Linus 5.3-rc1
v5.3-rc1
Linus Torvalds
1
-2
/
+2
2019-07-21
Merge tag 'devicetree-fixes-for-5.3' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
11
-122
/
+119
2019-07-21
Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
1
-1
/
+1
2019-07-21
Merge tag '5.3-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6
Linus Torvalds
8
-31
/
+126
[next]