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
path:
root
/
drivers
/
dma
Age
Commit message (
Expand
)
Author
Files
Lines
2022-04-27
dmaengine: imx-sdma: fix init of uart scripts
Kevin Groeneveld
1
-14
/
+14
2022-04-27
dma: at_xdmac: fix a missing check on list iterator
Xiaomeng Tong
1
-5
/
+7
2022-04-27
dmaengine: idxd: skip clearing device context when device is read-only
Dave Jiang
1
-0
/
+3
2022-04-27
dmaengine: idxd: add RO check for wq max_transfer_size write
Dave Jiang
1
-0
/
+3
2022-04-27
dmaengine: idxd: add RO check for wq max_batch_size write
Dave Jiang
1
-0
/
+3
2022-04-27
dmaengine: dw-edma: Fix unaligned 64bit access
Herve Codina
1
-2
/
+5
2022-04-27
dmaengine: mediatek:Fix PM usage reference leak of mtk_uart_apdma_alloc_chan_...
zhangqilong
1
-3
/
+6
2022-04-27
dmaengine: imx-sdma: Fix error checking in sdma_event_remap
Miaoqian Lin
1
-2
/
+2
2022-04-27
dmaengine: idxd: fix device cleanup on disable
Dave Jiang
1
-2
/
+1
2022-04-13
dmaengine: Revert "dmaengine: shdma: Fix runtime PM imbalance on error"
Vinod Koul
1
-3
/
+1
2022-04-08
dmaengine: hisi_dma: fix MSI allocate fail when reload hisi_dma
Jie Hai
1
-1
/
+1
2022-04-08
dmaengine: idxd: restore traffic class defaults after wq reset
Dave Jiang
1
-2
/
+7
2022-04-08
dmaengine: idxd: change bandwidth token to read buffers
Dave Jiang
5
-50
/
+49
2022-04-08
dmaengine: idxd: check GENCAP config support for gencfg register
Dave Jiang
1
-1
/
+1
2022-03-08
dmaengine: shdma: Fix runtime PM imbalance on error
Yongzhi Liu
1
-1
/
+3
2022-02-23
dmaengine: ptdma: Fix the error handling path in pt_core_init()
Christophe JAILLET
1
-8
/
+9
2022-02-23
dmaengine: sh: rcar-dmac: Check for error num after dma_set_max_seg_size
Jiasheng Jiang
1
-1
/
+4
2022-02-23
dmaengine: stm32-dmamux: Fix PM disable depth imbalance in stm32_dmamux_probe
Miaoqian Lin
1
-1
/
+3
2022-02-23
dmaengine: sh: rcar-dmac: Check for error num after setting mask
Jiasheng Jiang
1
-1
/
+3
2022-01-27
dmaengine: at_xdmac: Fix at_xdmac_lld struct definition
Tudor Ambarus
1
-9
/
+9
2022-01-27
dmaengine: at_xdmac: Fix lld view setting
Tudor Ambarus
1
-1
/
+3
2022-01-27
dmaengine: at_xdmac: Fix concurrency over xfers_list
Tudor Ambarus
1
-7
/
+10
2022-01-27
dmaengine: at_xdmac: Print debug message after realeasing the lock
Tudor Ambarus
1
-2
/
+4
2022-01-27
dmaengine: at_xdmac: Start transfer for cyclic channels in issue_pending
Tudor Ambarus
1
-5
/
+3
2022-01-27
dmaengine: at_xdmac: Don't start transactions at tx_submit level
Tudor Ambarus
1
-6
/
+0
2022-01-27
dmaengine: stm32-mdma: fix STM32_MDMA_CTBR_TSEL_MASK
Amelie Delaunay
1
-1
/
+1
2022-01-27
dmaengine: idxd: fix wq settings post wq disable
Dave Jiang
1
-2
/
+10
2022-01-27
dmaengine: uniphier-xdmac: Fix type of address variables
Kunihiko Hayashi
1
-2
/
+3
2022-01-27
dmaengine: pxa/mmp: stop referencing config->slave_id
Arnd Bergmann
2
-13
/
+0
2021-12-22
dmaengine: st_fdma: fix MODULE_ALIAS
Alyssa Ross
1
-1
/
+1
2021-12-22
dmaengine: idxd: fix missed completion on abort path
Dave Jiang
1
-1
/
+17
2021-12-22
dmaengine: idxd: fix calling wq quiesce inside spinlock
Dave Jiang
1
-1
/
+1
2021-12-22
dmaengine: idxd: add halt interrupt support
Dave Jiang
2
-0
/
+6
2021-11-25
dmaengine: remove debugfs #ifdef
Arnd Bergmann
1
-14
/
+1
2021-11-18
dmaengine: bestcomm: fix system boot lockups
Anatolij Gustschin
4
-16
/
+16
2021-11-18
dmaengine: ti: k3-udma: Set r/tchan or rflow to NULL if request fail
Kishon Vijay Abraham I
1
-4
/
+20
2021-11-18
dmaengine: ti: k3-udma: Set bchan to NULL if a channel request fail
Kishon Vijay Abraham I
1
-2
/
+6
2021-11-18
dmaengine: stm32-dma: avoid 64-bit division in stm32_dma_get_max_width
Arnd Bergmann
1
-3
/
+3
2021-11-18
dmaengine: stm32-dma: fix burst in case of unaligned memory address
Amelie Delaunay
1
-4
/
+16
2021-11-18
dmaengine: idxd: fix resource leak on dmaengine driver disable
Dave Jiang
1
-2
/
+1
2021-11-18
dmaengine: idxd: reconfig device after device reset command
Dave Jiang
1
-0
/
+2
2021-11-18
dmanegine: idxd: fix resource free ordering on driver removal
Dave Jiang
1
-3
/
+11
2021-11-18
dmaengine: tegra210-adma: fix pm runtime unbalance
Dongliang Mu
1
-1
/
+1
2021-11-18
dmaengine: dmaengine_desc_callback_valid(): Check for `callback_result`
Lars-Peter Clausen
1
-1
/
+1
2021-11-18
dmaengine: stm32-dma: fix stm32_dma_get_max_width
Amelie Delaunay
1
-2
/
+1
2021-11-18
dmaengine: at_xdmac: fix AT_XDMAC_CC_PERID() macro
Claudiu Beznea
1
-1
/
+1
2021-11-18
dmaengine: at_xdmac: call at_xdmac_axi_config() on resume path
Claudiu Beznea
1
-24
/
+27
2021-11-18
dmaengine: idxd: move out percpu_ref_exit() to ensure it's outside submission
Dave Jiang
2
-1
/
+2
2021-09-09
Merge tag 'dmaengine-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
45
-917
/
+3882
2021-09-02
Merge tag 'drivers-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/soc...
Linus Torvalds
1
-23
/
+70
[next]