index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
dma
Age
Commit message (
Expand
)
Author
Files
Lines
2019-03-12
Merge branch 'topic/dw' into for-linus
Vinod Koul
10
-248
/
+420
2019-03-12
Merge branch 'topic/brcm' into for-linus
Vinod Koul
1
-61
/
+31
2019-03-09
Merge tag 'pci-v5.1-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-1
/
+0
2019-03-05
mm: replace all open encodings for NUMA_NO_NODE
Anshuman Khandual
1
-1
/
+3
2019-02-25
dmaengine: imx-sdma: fix consistent dma test failures
Angus Ainslie (Purism)
1
-0
/
+1
2019-02-25
dmaengine: imx-sdma: add a test for imx8mq multi sdma devices
Angus Ainslie (Purism)
1
-0
/
+6
2019-02-25
dmaengine: imx-sdma: add clock ratio 1:1 check
Angus Ainslie (Purism)
1
-4
/
+14
2019-02-25
dmaengine: dmatest: move test data alloc & free into functions
Alexandru Ardelean
1
-55
/
+55
2019-02-25
dmaengine: dmatest: add short-hand `buf_size` var in dmatest_func()
Alexandru Ardelean
1
-15
/
+17
2019-02-25
dmaengine: dmatest: wrap src & dst data into a struct
Alexandru Ardelean
1
-94
/
+101
2019-02-25
dmaengine: ioatdma: support latency tolerance report (LTR) for v3.4
Dave Jiang
2
-0
/
+41
2019-02-25
dmaengine: ioatdma: add descriptor pre-fetch support for v3.4
Dave Jiang
3
-2
/
+28
2019-02-25
dmaengine: ioatdma: disable DCA enabling on IOATDMA v3.4
Dave Jiang
2
-0
/
+3
2019-02-25
dmaengine: ioatdma: Add Snow Ridge ioatdma device id
Dave Jiang
3
-1
/
+6
2019-02-25
dmaengine: sprd: Change channel id to slave id for DMA cell specifier
Baolin Wang
1
-15
/
+4
2019-02-19
dmaengine: mv_xor: Use correct device for DMA API
Robin Murphy
1
-1
/
+1
2019-02-10
Merge tag 'dmaengine-fix-5.0-rc6' of git://git.infradead.org/users/vkoul/slav...
Linus Torvalds
4
-76
/
+53
2019-02-04
dmaengine: dmatest: Abort test in case of mapping error
Andy Shevchenko
1
-18
/
+14
2019-02-04
dmaengine: k3dma: Add support for dma-channel-mask
Li Yu
1
-1
/
+19
2019-02-04
dmaengine: k3dma: Delete axi_config
Li Yu
1
-3
/
+0
2019-02-04
dmaengine: k3dma: Upgrade k3dma driver to support hisi_asp_dma hardware
Youlin Wang
1
-5
/
+33
2019-02-04
Merge branch 'fix/brcm' into fixes
Vinod Koul
1
-45
/
+25
2019-02-04
dmaengine: fsldma: Add 64-bit I/O accessors for powerpc64
Scott Wood
1
-1
/
+6
2019-02-04
dmaengine: bcm2835: Drop outdated comment on supported transactions
Lukas Wunner
1
-3
/
+0
2019-02-04
dmaengine: bcm2835: Drop gratuitous list deletion
Lukas Wunner
1
-10
/
+0
2019-02-04
dmaengine: bcm2835: Enforce control block alignment
Lukas Wunner
1
-1
/
+5
2019-02-04
dmaengine: bcm2835: Return void from abort of transactions
Lukas Wunner
1
-3
/
+2
2019-02-04
dmaengine: bcm2835: Fix abort of transactions
Lukas Wunner
1
-32
/
+9
2019-02-04
dmaengine: bcm2835: Fix interrupt race on RT
Lukas Wunner
1
-15
/
+18
2019-02-04
dmaengine: imx-dma: fix wrong callback invoke
Leonid Iziumtsev
1
-4
/
+4
2019-02-04
dmaengine: fsl-edma: dma map slave device address
Laurentiu Tudor
4
-4
/
+68
2019-02-02
dmaengine: at_xdmac: Fix wrongfull report of a channel as in use
Codrin Ciubotariu
1
-9
/
+10
2019-02-01
PCI: Move Rohm Vendor ID to generic list
Andy Shevchenko
1
-1
/
+0
2019-01-20
dmaengine: usb-dmac: Make DMAC system sleep callbacks explicit
Phuong Nguyen
1
-0
/
+2
2019-01-20
dmaengine: imx-sdma: pass ->dev to dma_alloc_coherent() API
Andy Duan
1
-7
/
+8
2019-01-20
dmaengine: imx-dma: change return of 'imxdma_sg_next' to void
Vinod Koul
1
-3
/
+1
2019-01-20
dmaengine: imx-dma: change variable 'now' type to size_t
Vinod Koul
1
-1
/
+1
2019-01-20
dmaengine: imx-dma: fix warning comparison of distinct pointer types
Anders Roxell
1
-1
/
+1
2019-01-20
dmaengine: xilinx_dma: remove set but not used variable 'tail_segment'
YueHaibing
1
-4
/
+0
2019-01-20
dmaengine: axi-dmac: Use struct_size() in kzalloc()
Gustavo A. R. Silva
1
-2
/
+1
2019-01-20
dmaengine: timb_dma: Use struct_size() in kzalloc()
Gustavo A. R. Silva
1
-2
/
+2
2019-01-20
dmaengine: tegra210-adma: Use struct_size() in devm_kzalloc()
Gustavo A. R. Silva
1
-2
/
+3
2019-01-20
Merge branch 'topic/qcom' into for-linus
Vinod Koul
3
-12
/
+14
2019-01-20
dmaengine: qcom_hidma: assign channel cookie correctly
Shunyong Yang
1
-8
/
+9
2019-01-20
dmaengine: qcom_hidma: initialize tx flags in hidma_prep_dma_*
Shunyong Yang
1
-0
/
+2
2019-01-08
dmaengine: dw-axi-dmac: Fix trivia typo
Andy Shevchenko
1
-1
/
+1
2019-01-08
dmaengine: imx-sdma: refine to load context only once
Robin Gong
1
-0
/
+7
2019-01-08
cross-tree: phase out dma_zalloc_coherent()
Luis Chamberlain
6
-21
/
+21
2019-01-07
dmaengine: fsl-edma: use struct_size() in kzalloc()
Gustavo A. R. Silva
1
-3
/
+1
2019-01-07
dmaengine: tegra-apb: Use struct_size() in devm_kzalloc()
Gustavo A. R. Silva
1
-2
/
+3
[prev]
[next]