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
Age
Commit message (
Expand
)
Author
Files
Lines
2020-01-24
dmaengine: add support to dynamic register/unregister of channels
Dave Jiang
2
-8
/
+30
2020-01-24
dmaengine: break out channel registration
Dave Jiang
1
-54
/
+81
2020-01-24
x86/asm: add iosubmit_cmds512() based on MOVDIR64B CPU instruction
Dave Jiang
1
-0
/
+36
2020-01-23
dmaengine: ti: k3-udma: fix spelling mistake "limted" -> "limited"
Colin Ian King
1
-2
/
+2
2020-01-23
dmaengine: s3c24xx-dma: fix spelling mistake "to" -> "too"
Colin Ian King
1
-1
/
+1
2020-01-21
dmaengine: Move dma_get_{,any_}slave_channel() to private dmaengine.h
Geert Uytterhoeven
3
-2
/
+5
2020-01-21
dmaengine: Remove dma_request_slave_channel_compat() wrapper
Geert Uytterhoeven
1
-4
/
+2
2020-01-21
dmaengine: Remove dma_device_satisfies_mask() wrapper
Geert Uytterhoeven
1
-6
/
+3
2020-01-21
dt-bindings: fsl-imx-sdma: Add i.MX8MM/i.MX8MN/i.MX8MP compatible string
Anson Huang
1
-0
/
+3
2020-01-21
dmaengine: zynqmp_dma: fix burst length configuration
Matthias Fend
1
-9
/
+15
2020-01-21
dmaengine: sun4i: Add support for cyclic requests with dedicated DMA
Stefan Mavrodiev
1
-21
/
+24
2020-01-21
dmaengine: fsl-qdma: fix duplicated argument to &&
Chen Zhou
1
-1
/
+1
2020-01-21
dmaengine: ti: k3-psil: make symbols static
Peter Ujfalusi
4
-7
/
+8
2020-01-21
dmaengine: ti: k3-udma: Add glue layer for non DMAengine users
Grygorii Strashko
7
-1
/
+1567
2020-01-21
dmaengine: ti: New driver for K3 UDMA
Peter Ujfalusi
4
-0
/
+3505
2020-01-21
dt-bindings: dma: ti: Add document for K3 UDMA
Peter Ujfalusi
1
-0
/
+184
2020-01-21
dmaengine: ti: k3 PSI-L remote endpoint configuration
Peter Ujfalusi
7
-0
/
+604
2020-01-21
dmaengine: ti: Add cppi5 header for K3 NAVSS/UDMA
Peter Ujfalusi
1
-0
/
+1059
2020-01-21
dmaengine: Add helper function to convert direction value to text
Peter Ujfalusi
1
-0
/
+19
2020-01-21
dmaengine: Add support for reporting DMA cached data amount
Peter Ujfalusi
2
-0
/
+10
2020-01-21
dmaengine: Add metadata_ops for dma_async_tx_descriptor
Peter Ujfalusi
2
-0
/
+185
2020-01-21
dmaengine: doc: Add sections for per descriptor metadata support
Peter Ujfalusi
2
-0
/
+135
2020-01-21
Merge TI ringacc driver from Santosh
Vinod Koul
5
-0
/
+1472
2020-01-15
soc: ti: k3: add navss ringacc driver
Grygorii Strashko
4
-0
/
+1413
2020-01-15
bindings: soc: ti: add documentation for k3 ringacc
Grygorii Strashko
1
-0
/
+59
2020-01-15
dmaengine: plx-dma: Implement descriptor submission
Logan Gunthorpe
1
-0
/
+119
2020-01-15
dmaengine: plx-dma: Implement hardware initialization and cleanup
Logan Gunthorpe
1
-0
/
+370
2020-01-15
dmaengine: plx-dma: Introduce PLX DMA engine PCI driver skeleton
Logan Gunthorpe
4
-0
/
+165
2019-12-26
dmaengine: imx-sdma: Fix memory leak
Sascha Hauer
1
-8
/
+11
2019-12-26
dmaengine: imx-sdma: find desc first in sdma_tx_status
Sascha Hauer
1
-4
/
+8
2019-12-26
dmaengine: imx-sdma: rename function
Sascha Hauer
1
-3
/
+3
2019-12-26
dmaengine: virt-dma: use vchan_vdesc_fini() to free descriptors
Sascha Hauer
1
-10
/
+2
2019-12-26
dmaengine: virt-dma: Add missing locking around list operations
Sascha Hauer
1
-2
/
+7
2019-12-26
dmaengine: virt-dma: Do not call desc_free() under a spin_lock
Sascha Hauer
2
-9
/
+10
2019-12-26
dmaengine: virt-dma: remove debug message
Sascha Hauer
1
-1
/
+0
2019-12-26
dmaengine: virt-dma: Add missing locking
Sascha Hauer
7
-22
/
+25
2019-12-26
dmaengine: bcm2835: do not call vchan_vdesc_fini() with lock held
Sascha Hauer
1
-4
/
+1
2019-12-26
dmaengine: print more meaningful error message
Vinod Koul
1
-1
/
+1
2019-12-26
dmaengine: move module_/dma_device_put() after route free
Vinod Koul
1
-3
/
+3
2019-12-24
dmaengine: ioat: Support in-use unbind
Logan Gunthorpe
1
-12
/
+26
2019-12-24
dmaengine: Add reference counting to dma_device struct
Logan Gunthorpe
2
-9
/
+56
2019-12-24
dmaengine: Move dma_channel_rebalance() infrastructure up in code
Logan Gunthorpe
1
-144
/
+144
2019-12-24
dmaengine: Call module_put() after device_free_chan_resources()
Logan Gunthorpe
1
-1
/
+2
2019-12-24
dmaengine: Store module owner in dma_device struct
Logan Gunthorpe
2
-1
/
+5
2019-12-23
dmaengine: JZ4780: Add support for the X1830.
周琰杰 (Zhou Yanjie)
1
-0
/
+7
2019-12-23
dt-bindings: dmaengine: Add X1830 bindings.
周琰杰 (Zhou Yanjie)
2
-2
/
+43
2019-12-18
dmaengine: fsl-edma: Add eDMA support for QorIQ LS1028A platform
Peng Ma
3
-0
/
+14
2019-12-18
dt-bindings: dma: fsl-edma: add new fsl,fsl,ls1028a-edma
Peng Ma
1
-0
/
+1
2019-12-18
dmaengine: ti: edma: Fix error return code in edma_probe()
Wei Yongjun
1
-1
/
+3
2019-12-11
dmaengine: axi-dmac: add a check for devm_regmap_init_mmio
Chuhong Yuan
1
-1
/
+9
[next]