summaryrefslogtreecommitdiff
path: root/drivers/dma
AgeCommit message (Expand)AuthorFilesLines
2021-07-21dmaengine: idxd: move wq_disable() to device.cDave Jiang3-37/+39
2021-07-21dmaengine: idxd: move wq_enable() to device.cDave Jiang3-123/+126
2021-07-21dmaengine: idxd: remove IDXD_DEV_CONF_READYDave Jiang4-19/+2
2021-07-21dmaengine: idxd: add 'struct idxd_dev' as wrapper for conf_devDave Jiang6-185/+251
2021-07-21dmaengine: idxd: add driver nameDave Jiang3-3/+3
2021-07-21dmaengine: idxd: add driver register helperDave Jiang3-5/+26
2021-07-21Merge branch 'fixes' into nextVinod Koul3-17/+99
2021-07-20dmaengine: idxd: fix sequence for pci driver remove() and shutdown()Dave Jiang2-11/+17
2021-07-20dmaengine: idxd: fix submission race windowDave Jiang3-18/+101
2021-07-20dmaengine: idxd: fix sequence for pci driver remove() and shutdown()Dave Jiang2-11/+17
2021-07-20dmaengine: idxd: fix desc->vector that isn't being updatedDave Jiang1-2/+1
2021-07-15Merge branch 'fixes' into nextVinod Koul3-2/+16
2021-07-15dmaengine: sprd: Add missing MODULE_DEVICE_TABLEZou Wei1-0/+1
2021-07-14dmaengine: mpc512x: Fix fall-through warning for ClangGustavo A. R. Silva1-0/+1
2021-07-14dmaengine: idxd: depends on !UMLJohannes Berg1-1/+1
2021-07-14dmaengine: idxd: assign MSIX vectors to each WQ rather than roundrobinDave Jiang2-30/+8
2021-07-14dmaengine: idxd: add missing percpu ref put on failureDave Jiang1-1/+3
2021-07-14dmaengine: idxd: fix setup sequence for MSIXPERM tableDave Jiang1-1/+3
2021-07-14dmaengine: idxd: fix array index when int_handles are being usedDave Jiang1-13/+2
2021-07-14dmaengine: idxd: have command status always setDave Jiang1-4/+5
2021-07-14dmaengine: idxd: Add wq occupancy information to sysfs attributeDave Jiang2-0/+22
2021-07-14dmanegine: idxd: cleanup all device related bits after disabling deviceDave Jiang4-46/+74
2021-07-14dmaengine: usb-dmac: Fix PM reference leak in usb_dmac_probe()Yu Kuai1-1/+1
2021-07-14dmaengine: xilinx_dma: Fix read-after-free bug when terminating transfersAdrian Larumbe1-0/+12
2021-07-14dmaengine: idxd: Simplify code and axe the use of a deprecated APIChristophe JAILLET1-8/+2
2021-07-14dmaengine: dw: Program xBAR hardware for Elkhart LakeAndy Shevchenko4-9/+157
2021-07-13dmaengine: ti: k3-udma: Fix fall-through warning for ClangGustavo A. R. Silva1-0/+1
2021-07-13dmaengine: ipu: Fix fall-through warning for ClangGustavo A. R. Silva1-0/+2
2021-07-05Merge tag 'driver-core-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+1
2021-07-05Merge tag 'dmaengine-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds13-104/+122
2021-06-24dmaengine: imx-sdma: Remove platform data headerVladimir Zapolskiy1-1/+55
2021-06-24dmaengine: xilinx: dpdma: Fix spacing around addr[i-1]Michal Simek1-1/+1
2021-06-24dmaengine: xilinx: dpdma: Use kernel type u32 over uint32_tMichal Simek1-1/+1
2021-06-16Merge tag 'dmaengine-fix-5.13' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds14-26/+122
2021-06-16dmaengine: altera-msgdma: add OF supportOlivier Dautricourt1-0/+20
2021-06-16dmaengine: xilinx: dpdma: fix kernel-docYang Li1-1/+1
2021-06-16dmaengine: sf-pdma: apply proper spinlock flags in sf_pdma_prep_dma_memcpy()Austin Kim1-2/+3
2021-06-16dmaengine: sh: Remove unused shdma-of driverGeert Uytterhoeven2-77/+1
2021-06-16dmaengine: qcom: gpi: Add SM8250 compatibleKonrad Dybcio1-0/+1
2021-06-14Merge tag 'v5.13-rc6' into driver-core-nextGreg Kroah-Hartman1-2/+2
2021-06-07dmaengine: sun4i: Use list_move_tail instead of list_del/list_add_tailZou Wei1-3/+2
2021-06-07dmaengine: mediatek: use GFP_NOWAIT instead of GFP_ATOMIC in prep_dmaGuillaume Ranquet1-1/+1
2021-06-07dmaengine: mediatek: do not issue a new desc if one is still currentGuillaume Ranquet1-8/+12
2021-06-07dmaengine: mediatek: free the proper desc in desc_free handlerGuillaume Ranquet1-4/+1
2021-06-03dmaengine: idxd: Use cpu_feature_enabled()Borislav Petkov1-2/+2
2021-06-03dmaengine: ipu: fix doc warning in ipu_irq.cYang Yingliang1-1/+1
2021-06-03dmaengine: rcar-dmac: Fix PM reference leak in rcar_dmac_probe()Zou Wei1-1/+1
2021-06-03dmaengine: idxd: Fix missing error code in idxd_cdev_open()Jiapeng Chong1-0/+1
2021-05-31Merge 5.13-rc4 into driver-core-nextGreg Kroah-Hartman1-1/+16
2021-05-31dmaengine: ti: omap-dma: Skip pointless cpu_pm context restore on errorsTony Lindgren1-1/+2