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
path:
root
/
drivers
/
dma
Age
Commit message (
Expand
)
Author
Files
Lines
2020-07-15
dmaengine: iop-adma: Function parameter documentation must adhere to correct ...
Lee Jones
1
-2
/
+1
2020-07-15
dmaengine: imx-sdma: Correct formatting issue and provide 2 new descriptions
Lee Jones
1
-1
/
+3
2020-07-15
dmaengine: fsl-qdma: Fix 'struct fsl_qdma_format' formatting issue
Lee Jones
1
-1
/
+1
2020-07-15
dmaengine: sun4i-dma: Demote obvious misuse of kerneldoc to standard comment ...
Lee Jones
1
-6
/
+6
2020-07-15
dmaengine: at_hdmac: Repair parameter misspelling and demote non-kerneldoc he...
Lee Jones
1
-3
/
+3
2020-07-15
dmaengine: altera-msgdma: Fix struct documentation blocks
Lee Jones
1
-2
/
+4
2020-07-15
dmaengine: ste_dma40: Supply 2 missing struct attribute descriptions
Lee Jones
1
-0
/
+2
2020-07-15
dmaengine: pl330: Demote obvious misuse of kerneldoc to standard comment block
Lee Jones
1
-1
/
+1
2020-07-15
dmaengine: mmp_pdma: Demote obvious misuse of kerneldoc to standard comment b...
Lee Jones
1
-3
/
+3
2020-07-15
dmaengine: ep93xx_dma: Provide some missing struct attribute documentation
Lee Jones
1
-0
/
+2
2020-07-15
dmaengine: of-dma: Fix misspellings/formatting issues in some function headers
Lee Jones
1
-4
/
+4
2020-07-15
dmaengine: mediatek: mtk-hsdma: Fix formatting in 'struct mtk_hsdma_pdesc' do...
Lee Jones
1
-4
/
+4
2020-07-15
dmaengine: ti: k3-udma: Use struct_size() in kzalloc()
Gustavo A. R. Silva
1
-2
/
+2
2020-07-15
dmaengine: ti: k3-udma: Use udma_chan instead of tchan/rchan for IO functions
Peter Ujfalusi
1
-85
/
+78
2020-07-15
dmaengine: ti: k3-udma-private: Use udma_read/write for register access
Peter Ujfalusi
1
-2
/
+6
2020-07-15
dmaengine: ti: k3-udma: Use common defines for TCHANRT/RCHANRT registers
Peter Ujfalusi
3
-139
/
+115
2020-07-15
dmaengine: ti: k3-udma: Do not use ring_get_occ in udma_pop_from_ring
Peter Ujfalusi
1
-15
/
+13
2020-07-15
dmaengine: ti: k3-udma: Remove dma_sync_single calls for descriptors
Peter Ujfalusi
1
-35
/
+2
2020-07-15
dmaengine: idxd: fix PCI_MSI build errors
Randy Dunlap
1
-0
/
+1
2020-07-15
dmaengine: pl330: Add quirk 'arm,pl330-periph-burst'
Sugar Zhang
1
-1
/
+9
2020-07-15
dmaengine: pl330: Improve transfer efficiency for the dregs
Sugar Zhang
1
-11
/
+21
2020-07-15
dmaengine: pl330: Remove the burst limit for quirk 'NO-FLUSHP'
Sugar Zhang
1
-8
/
+2
2020-07-13
dmaengine: idxd: move idxd interrupt handling to mask instead of ignore
Dave Jiang
3
-46
/
+13
2020-07-13
dmaengine: idxd: add work queue drain support
Dave Jiang
6
-132
/
+112
2020-07-07
PCI: Use 'pci_channel_state_t' instead of 'enum pci_channel_state'
Luc Van Oostenryck
1
-1
/
+1
2020-07-06
dmaengine: ioat setting ioat timeout as module parameter
Leonid Ravich
2
-2
/
+12
2020-07-06
dmaengine: fsl-edma: fix wrong tcd endianness for big-endian cpu
Angelo Dureghello
1
-12
/
+14
2020-07-06
dmaengine: dmatest: stop completed threads when running without set channel
Peter Ujfalusi
1
-0
/
+2
2020-07-06
dmaengine: fsl-edma-common: correct DSIZE_32BYTE
Robin Gong
1
-1
/
+1
2020-07-06
dmaengine: dw: Initialize channel before each transfer
Andy Shevchenko
1
-12
/
+0
2020-07-02
dmaengine: idxd: fix misc interrupt handler thread unmasking
Dave Jiang
1
-1
/
+2
2020-07-02
dmaengine: idxd: cleanup workqueue config after disabling
Dave Jiang
3
-0
/
+31
2020-06-30
iov_iter: Move unnecessary inclusion of crypto/hash.h
Herbert Xu
3
-0
/
+3
2020-06-26
PCI: Convert PCIe capability PCIBIOS errors to errno
Bolarinwa Olayemi Saheed
1
-2
/
+2
2020-06-24
dmaengine: tegra210-adma: Fix runtime PM imbalance on error
Dinghao Liu
1
-1
/
+4
2020-06-24
dmaengine: pl330: Make sure the debug is idle before doing DMAGO
Sugar Zhang
1
-6
/
+6
2020-06-24
dmaengine: mcf-edma: Fix NULL pointer exception in mcf_edma_tx_handler
Krzysztof Kozlowski
1
-0
/
+7
2020-06-24
dmaengine: fsl-edma: Fix NULL pointer exception in fsl_edma_tx_handler
Krzysztof Kozlowski
1
-0
/
+7
2020-06-24
dmaengine: fsl-edma: Add lockdep assert for exported function
Krzysztof Kozlowski
1
-0
/
+2
2020-06-24
dmaengine: idxd: move submission to sbitmap_queue
Dave Jiang
5
-70
/
+46
2020-06-24
dmaengine: ti: k3-udma: add missing put_device() call in of_xudma_dev_get()
Yu Kuai
1
-0
/
+1
2020-06-24
dmaengine: sh: usb-dmac: set tx_result parameters
Yoshihiro Shimoda
1
-0
/
+2
2020-06-24
dmaengine: ti: k3-udma: Fix delayed_work usage for tx drain workaround
Peter Ujfalusi
1
-3
/
+1
2020-06-24
dmaengine: acpi: Drop double check for ACPI companion device
Andy Shevchenko
1
-11
/
+6
2020-06-24
dmaengine: hisilicon: Use struct_size() in devm_kzalloc()
Gustavo A. R. Silva
1
-4
/
+1
2020-06-24
dmaengine: idxd: fix cdev locking for open and release
Nikhil Rao
1
-3
/
+16
2020-06-24
dmaengine: imx-sdma: Fix: Remove 'always true' comparison
Fabio Estevam
1
-7
/
+4
2020-06-17
dmaengine: cookie bypass for out of order completion
Dave Jiang
2
-2
/
+12
2020-06-16
dmaengine: mmp_tdma: share the IRQ line
Lubomir Rintel
1
-1
/
+1
2020-06-16
dmaengine: mmp_pdma: Do not warn when IRQ is shared by all chans
Lubomir Rintel
1
-1
/
+1
[prev]
[next]