Linux DMA Engine
[Prev Page][Next Page]
- [PATCH v14 1/4] dt-bindings: dmaengine: Add doc for tegra gpcdma, (continued)
- [PATCH] dmaengine: sprd: move pm_runtime_disable to err_rpm,
Dongliang Mu
- [PATCH] dmaengine: stm32-mdma: Remove redundant initialization of pointer hwdesc,
Colin Ian King
- [PATCH] dmaengine: dw-edma: Fix error handling in dw_edma_pcied_probe(), Zheyu Ma
- [PATCH v2] dmaengine: idxd: add knob for enqcmds retries,
Dave Jiang
- [patch 00/37] genirq/msi, PCI/MSI: Spring cleaning - Part 2,
Thomas Gleixner
- [patch 01/37] device: Move MSI related data into a struct, Thomas Gleixner
- [patch 05/37] platform-msi: Allocate MSI device data on first use, Thomas Gleixner
- [patch 09/37] PCI/MSI: Let the irq code handle sysfs groups, Thomas Gleixner
- [patch 08/37] genirq/msi: Provide msi_device_populate/destroy_sysfs(), Thomas Gleixner
- [patch 06/37] bus: fsl-mc-msi: Allocate MSI device data on first use, Thomas Gleixner
- [patch 07/37] soc: ti: ti_sci_inta_msi: Allocate MSI device data on first use, Thomas Gleixner
- [patch 10/37] platform-msi: Let the core code handle sysfs groups, Thomas Gleixner
- [patch 12/37] platform-msi: Rename functions and clarify comments, Thomas Gleixner
- [patch 11/37] genirq/msi: Remove the original sysfs interfaces, Thomas Gleixner
- [patch 13/37] platform-msi: Store platform private data pointer in msi_device_data, Thomas Gleixner
- [patch 14/37] genirq/msi: Consolidate MSI descriptor data, Thomas Gleixner
- [patch 15/37] platform-msi: Use msi_desc::msi_index, Thomas Gleixner
- [patch 16/37] bus: fsl-mc-msi: Use msi_desc::msi_index, Thomas Gleixner
- [patch 17/37] soc: ti: ti_sci_inta_msi: Use msi_desc::msi_index, Thomas Gleixner
- [patch 18/37] PCI/MSI: Use msi_desc::msi_index, Thomas Gleixner
- [patch 19/37] genirq/msi: Add msi_device_data::properties, Thomas Gleixner
- [patch 20/37] PCI/MSI: Store properties in device::msi::data, Thomas Gleixner
- [patch 21/37] x86/pci/XEN: Use device MSI properties, Thomas Gleixner
- [patch 22/37] x86/apic/msi: Use device MSI properties, Thomas Gleixner
- [patch 23/37] genirq/msi: Use device MSI properties, Thomas Gleixner
- [patch 24/37] powerpc/cell/axon_msi: Use MSI device properties, Thomas Gleixner
- [patch 02/37] device: Add device::msi_data pointer and struct msi_device_data, Thomas Gleixner
- [patch 26/37] PCI/MSI: Provide MSI_FLAG_MSIX_CONTIGUOUS, Thomas Gleixner
- [patch 28/37] genirq/msi: Provide interface to retrieve Linux interrupt number, Thomas Gleixner
- [patch 25/37] powerpc/pseries/msi: Use MSI device properties, Thomas Gleixner
- [patch 03/37] PCI/MSI: Allocate MSI device data on first use, Thomas Gleixner
- [patch 27/37] powerpc/pseries/msi: Let core code check for contiguous entries, Thomas Gleixner
- [patch 30/37] PCI/MSI: Simplify pci_irq_get_affinity(), Thomas Gleixner
- [patch 31/37] dmaengine: mv_xor_v2: Get rid of msi_desc abuse, Thomas Gleixner
- [patch 32/37] perf/smmuv3: Use msi_get_virq(), Thomas Gleixner
- [patch 33/37] iommu/arm-smmu-v3: Use msi_get_virq(), Thomas Gleixner
- [patch 35/37] bus: fsl-mc: fsl-mc-allocator: Rework MSI handling, Thomas Gleixner
- [patch 34/37] mailbox: bcm-flexrm-mailbox: Rework MSI interrupt handling, Thomas Gleixner
- [patch 36/37] soc: ti: ti_sci_inta_msi: Get rid of ti_sci_inta_msi_get_virq(), Thomas Gleixner
- [patch 37/37] dmaengine: qcom_hidma: Cleanup MSI handling, Thomas Gleixner
- [patch 29/37] PCI/MSI: Use __msi_get_virq() in pci_get_vector(), Thomas Gleixner
- [patch 04/37] PCI/MSI: Use lock from msi_device_data, Thomas Gleixner
- Re: [patch 00/37] genirq/msi, PCI/MSI: Spring cleaning - Part 2, Greg Kroah-Hartman
- Re: [patch 00/37] genirq/msi, PCI/MSI: Spring cleaning - Part 2, Jason Gunthorpe
- [PATCH] dmaengine: tegra: fix platform_no_drv_owner.cocci warnings, Julia Lawall
- [PATCH] dmaengine: tegra: fix flexible_array.cocci warnings, Julia Lawall
- [PATCH] dmaengine: st_fdma: fix MODULE_ALIAS,
Alyssa Ross
- [PATCH] dt-bindings: dma: snps,dw-axi-dmac: Document optional reset,
Geert Uytterhoeven
- [PATCH] dt-bindings: dma: snps,dw-axi-dmac: Group tuples in snps properties,
Geert Uytterhoeven
- [PATCH] dt-bindings: dma: sifive,fu540-c000-pdma: Group interrupt tuples,
Geert Uytterhoeven
- [PATCH v2 00/13] dmaengine: at_xdmac: Various fixes,
Tudor Ambarus
- [PATCH v2 01/13] dmaengine: at_xdmac: Don't start transactions at tx_submit level, Tudor Ambarus
- [PATCH v2 03/13] tty: serial: atmel: Call dma_async_issue_pending(), Tudor Ambarus
- [PATCH v2 02/13] tty: serial: atmel: Check return code of dmaengine_submit(), Tudor Ambarus
- [PATCH v2 04/13] dmaengine: at_xdmac: Start transfer for cyclic channels in issue_pending, Tudor Ambarus
- [PATCH v2 05/13] dmaengine: at_xdmac: Print debug message after realeasing the lock, Tudor Ambarus
- [PATCH v2 06/13] dmaengine: at_xdmac: Fix concurrency over chan's completed_cookie, Tudor Ambarus
- [PATCH v2 07/13] dmaengine: at_xdmac: Fix race for the tx desc callback, Tudor Ambarus
- [PATCH v2 08/13] dmaengine: at_xdmac: Move the free desc to the tail of the desc list, Tudor Ambarus
- [PATCH v2 09/13] dmaengine: at_xdmac: Fix concurrency over xfers_list, Tudor Ambarus
- [PATCH v2 11/13] dmaengine: at_xdmac: Fix lld view setting, Tudor Ambarus
- [PATCH v2 12/13] dmaengine: at_xdmac: Fix at_xdmac_lld struct definition, Tudor Ambarus
- [PATCH v2 10/13] dmaengine: at_xdmac: Remove a level of indentation in at_xdmac_advance_work(), Tudor Ambarus
- [PATCH v2 13/13] dmaengine: at_xdmac: Fix race over irq_status, Tudor Ambarus
- [PATCH] dmaengine: sh: Use bitmap_zalloc() when applicable,
Christophe JAILLET
- [PATCH v2 00/11] dmaengine: kill off dma_slave_config->slave_id,
Arnd Bergmann
- [PATCH v2 01/11] ASoC: tegra20-spdif: stop setting slave_id, Arnd Bergmann
- [PATCH v2 02/11] ASoC: dai_dma: remove slave_id field, Arnd Bergmann
- [PATCH v2 03/11] spi: pic32: stop setting dma_config->slave_id, Arnd Bergmann
- [PATCH v2 04/11] mmc: bcm2835: stop setting chan_config->slave_id, Arnd Bergmann
- [PATCH v2 05/11] dmaengine: shdma: remove legacy slave_id parsing, Arnd Bergmann
- [PATCH v2 06/11] dmaengine: pxa/mmp: stop referencing config->slave_id, Arnd Bergmann
- [PATCH v2 07/11] dmaengine: sprd: stop referencing config->slave_id, Arnd Bergmann
- [PATCH v2 08/11] dmaengine: qcom-adm: stop abusing slave_id config, Arnd Bergmann
- [PATCH v2 09/11] dmaengine: xilinx_dpdma: stop using slave_id field, Arnd Bergmann
- [PATCH v2 11/11] dmaengine: remove slave_id config field, Arnd Bergmann
- [PATCH v2 10/11] dmaengine: tegra20-apb: stop checking config->slave_id, Arnd Bergmann
- Re: [PATCH v2 00/11] dmaengine: kill off dma_slave_config->slave_id, Mark Brown
- Re: [PATCH v2 00/11] dmaengine: kill off dma_slave_config->slave_id, Vinod Koul
- [PATCH] dmaengine: stm32-mdma: Use bitfield helpers,
Geert Uytterhoeven
- [PATCH v13 0/4] Add NVIDIA Tegra GPC-DMA driver,
Akhil R
- compile error for 5.15.4,
Toralf Förster
- [PATCH 0/2] J721S2: Add initial support,
Aswath Govindraju
- [PATCH 0/4] dmaengine: sun6i: Allwinner D1 support,
Samuel Holland
- [PATCH] dmaengine: ti: edma: Use 'for_each_set_bit' when possible,
Christophe JAILLET
- [PATCH v3] dmaengine: idxd: fix calling wq quiesce inside spinlock,
Dave Jiang
- [PATCH 00/13] dmaengine: at_xdmac: Various fixes,
Tudor Ambarus
- [PATCH 01/13] dmaengine: at_xdmac: Don't start transactions at tx_submit level, Tudor Ambarus
- [PATCH 02/13] tty: serial: atmel: Check return code of dmaengine_submit(), Tudor Ambarus
- [PATCH 03/13] tty: serial: atmel: Call dma_async_issue_pending(), Tudor Ambarus
- [PATCH 04/13] dmaengine: at_xdmac: Start transfer for cyclic channels in issue_pending, Tudor Ambarus
- [PATCH 05/13] dmaengine: at_xdmac: Print debug message after realeasing the lock, Tudor Ambarus
- [PATCH 06/13] dmaengine: at_xdmac: Fix concurrency over chan's completed_cookie, Tudor Ambarus
- [PATCH 07/13] dmaengine: at_xdmac: Fix race for the tx desc callback, Tudor Ambarus
- [PATCH 08/13] dmaengine: at_xdmac: Move the free desc to the tail of the desc list, Tudor Ambarus
- [PATCH 10/13] dmaengine: at_xdmac: Remove a level of indentation in at_xdmac_advance_work(), Tudor Ambarus
- [PATCH 12/13] dmaengine: at_xdmac: Fix at_xdmac_lld struct definition, Tudor Ambarus
- [PATCH 09/13] dmaengine: at_xdmac: Fix concurrency over xfers_list, Tudor Ambarus
- [PATCH 13/13] dmaengine: at_xdmac: Fix race over irq_status, Tudor Ambarus
- [PATCH 11/13] dmaengine: at_xdmac: Fix lld view setting, Tudor Ambarus
- [PATCH] dmaengine: qcom: gpi: Remove unnecessary print function dev_err(),
Xu Wang
- [PATCH 00/11] dmaengine: kill off dma_slave_config->slave_id,
Arnd Bergmann
- [PATCH 01/11] ASoC: dai_dma: remove slave_id field, Arnd Bergmann
- [PATCH 02/11] spi: pic32: stop setting dma_config->slave_id, Arnd Bergmann
- [PATCH 03/11] mmc: bcm2835: stop setting chan_config->slave_id, Arnd Bergmann
- [PATCH 04/11] dmaengine: shdma: remove legacy slave_id parsing, Arnd Bergmann
- [PATCH 05/11] dmaengine: pxa/mmp: stop referencing config->slave_id, Arnd Bergmann
- [PATCH 06/11] dmaengine: sprd: stop referencing config->slave_id, Arnd Bergmann
- [PATCH 08/11] dmaengine: xilinx_dpdma: stop using slave_id field, Arnd Bergmann
- [PATCH 07/11] dmaengine: qcom-adm: stop abusing slave_id config, Arnd Bergmann
- [PATCH 09/11] dmaengine: tegra20-apb: stop checking config->slave_id, Arnd Bergmann
- [PATCH 11/11] dmaengine: remove slave_id config field, Arnd Bergmann
- [PATCH 10/11] staging: ralink-gdma: stop using slave_id config, Arnd Bergmann
- [PATCH] dmaengine: ppc4xx: remove unused variable `rval',
Jason Wang
- [PATCH v3 0/5] Update STMicroelectronics maintainers email,
patrice.chotard
- [GIT PULL]: dmaengine updates for v5.16-rc1,
Vinod Koul
- [PATCH] dmaengine: dw-edma: Fix (and simplify) the probe broken since ecb8c88bd31c,
Christophe JAILLET
- [PATCH] dmaengine: idxd: add knob for enqcmds retries,
Dave Jiang
- [PATCH 1/1] dmaengine: stm32-dma: avoid 64-bit division in stm32_dma_get_max_width,
Amelie Delaunay
- [PATCH v4 0/2] dmaengine: ti: k3-udma: Fix NULL pointer dereference error,
Kishon Vijay Abraham I
- [PATCH v3 0/2] dmaengine: ti: k3-udma: Fix NULL pointer dereference error,
Kishon Vijay Abraham I
- [PATCH v11 0/4] Add NVIDIA Tegra GPC-DMA driver,
Akhil R
- [RESEND PATCH v2 0/2] dmaengine: ti: k3-udma: Fix NULL pointer dereference error,
Kishon Vijay Abraham I
- [PATCH 1/2] dmaengine: ti: k3-udma: Fix NULL pointer dereference error for BCDMA,
Kishon Vijay Abraham I
- [PATCH] dmaengine: idxd: set defaults for wq configs,
Dave Jiang
- [PATCH v2 0/7] dmaengine: idxd: Add interrupt handle revoke support,
Dave Jiang
- [PATCH] dmaengine: dw-axi-dmac: Simplify assignment in dma_chan_pause(),
Geert Uytterhoeven
- [PATCH V4 1/1] dmaengine: fsl-edma: support edma memcpy,
Joy Zou
- [PATCH] dmaengine: sa11x0: Mark PM functions as __maybe_unused,
Cai Huoqing
- [PATCH v10 0/4] Add NVIDIA Tegra GPC-DMA driver,
Akhil R
- [PATCH v2] dmaengine: idxd: fix resource leak on dmaengine driver disable,
Dave Jiang
- [PATCH v2] dmaengine: idxd: cleanup completion record allocation,
Dave Jiang
- [PATCH 1/3] dmaengine: altera-msgdma: Correctly handle descriptor callbacks,
Lars-Peter Clausen
- [PATCH] dmaengine: at_xdmac: fix compilation warning,
Claudiu Beznea
- [PATCH] dmaengine: dmaengine_desc_callback_valid(): Check for `callback_result`,
Lars-Peter Clausen
- [PATCH 4/5] driver core: inhibit automatic driver binding on reserved devices,
Zev Weiss
- [PATCH 1/2] bindings: fsl-imx-sdma: Document 'HDMI Audio' transfer,
Joy Zou
- [PATCH 2/2] dmaengine: imx-sdma: support hdmi audio,
Joy Zou
- [PATCH] dmaengine: tegra210-adma: fix pm runtime unbalance in tegra_adma_remove,
Dongliang Mu
- [PATCH] dmaengine: tegra210-adma: fix pm runtime unbalance,
Dongliang Mu
- [PATCH 0/7] dmaengine: idxd: Add interrupt handle revoke support,
Dave Jiang
- [PATCH] dmaengine: idxd: remove kernel wq type set when load configuration,
Dave Jiang
- [PATCH] dmaengine: rcar-dmac: refactor the error handling code of rcar_dmac_probe,
Dongliang Mu
- dt-bindings: treewide: Update @st.com email address to @foss.st.com,
patrice.chotard
- [PATCH] dmaengine: idxd: fix resource leak on dmaengine driver disable,
Dave Jiang
- [PATCH] dmaengine: idxd: cleanup completion record allocation,
Dave Jiang
- [PATCH][linux-next] dmaengine: dw-axi-dmac: Fix uninitialized variable in axi_chan_block_xfer_start(),
Tim Gardner
- [PATCH] dmaengine: stm32-dma: avoid 64-bit division in stm32_dma_get_max_width,
Arnd Bergmann
- [PATCH V3 1/1] dmaengine: fsl-edma: support edma memcpy,
Joy Zou
- [PATCH v3 0/2] dmaengine: qcom: bam_dma: Add "powered remotely" mode for BAM-DMUX,
Stephan Gerhold
- [PATCH] dmaengine: Remove redundant initialization of variable err,
Colin King
- [PATCH] dmaengine: bestcomm: fix system boot lockups,
Anatolij Gustschin
- [PATCH] dmaengine: idxd: check GENCAP config support for gencfg register,
Dave Jiang
- [PATCH] dmaengine: idxd: remove gen cap field per spec 1.2 update,
Dave Jiang
- [PATCH net-next v2 0/4] net: wwan: Add Qualcomm BAM-DMUX WWAN network driver,
Stephan Gerhold
- [PATCH 0/5] dmaengine: dma-jz4780: Driver updates,
Paul Cercueil
- [PATCH V2 1/1] dmaengine: fsl-edma: support edma memcpy,
Joy Zou
- [PATCH 0/3] dmaengine: stm32-dma: some corner case fixes,
Amelie Delaunay
- [PATCH] dmaengine: dw-edma: Remove an unused variable,
Christophe JAILLET
- [PATCH 1/1] dmaengine: fsl-edma: support edma memcpy,
Joy Zou
- [PATCH V3 0/7] switch from 'pci_' to 'dma_' API,
Qing Wang
- [PATCH 0/4] dmaengine: at_xdmac: fixes and code enhancements,
Claudiu Beznea
- [PATCH v9 0/4] Add NVIDIA Tegra GPC-DMA driver,
Akhil R
- [PATCH V3 0/3] Add DMA support for transfers in multiple cases,
pandith . n
- [PATCH][next] dmaengine: stm32-mdma: Use struct_size() helper in devm_kzalloc(),
Gustavo A. R. Silva
- [PATCH] dmaengine: idxd: move out percpu_ref_exit() to ensure it's outside submission,
Dave Jiang
- [PATCH 1/4] dmaengine: imx-sdma: remove useless braces,
Flavio Suligoi
- [PATCH V2] dma: dw-edma-pcie: switch from 'pci_' to 'dma_' API,
Qing Wang
- [PATCH V2] dma: ioat: switch from 'pci_' to 'dma_' API, Qing Wang
- [PATCH V2] dma: hsu: switch from 'pci_' to 'dma_' API, Qing Wang
- [PATCH V2] dma: hisi_dma: switch from 'pci_' to 'dma_' API, Qing Wang
- [PATCH V2] dma: dw: switch from 'pci_' to 'dma_' API,
Qing Wang
- [PATCH V2] dma: plx_dma: switch from 'pci_' to 'dma_' API,
Qing Wang
- [PATCH v8 0/4] Add Nvidia Tegra GPC-DMA driver,
Akhil R
- [PATCH v2] dmaengine: sh: rz-dmac: Add DMA clock handling,
Biju Das
- [PATCH] dmaengine: sh: rz-dmac: Add DMA clock handling,
Biju Das
- [PATCH] dmanegine: idxd: fix resource free ordering on driver removal,
Dave Jiang
- [PATCH] dmaengine: remove debugfs #ifdef,
Arnd Bergmann
- [PATCH 0/9] treewide: simplify getting .driver_data,
Wolfram Sang
- [RFC PATCH 0/3] DMAengine: Add support for Immediate commands,
Sireesh Kodali
- [PATCH 0/1] Add support for metadata in bam_dma,
Sireesh Kodali
- [PATCH] dmaengine: pxa_dma: Prefer struct_size over open coded arithmetic,
Len Baker
- [PATCH v6 0/4] Add Nvidia Tegra GPC-DMA driver,
Akhil R
- [PATCH] dma: plx_dma: switch from 'pci_' to 'dma_' API,
Qing Wang
- [PATCH] dma: dw: switch from 'pci_' to 'dma_' API,
Qing Wang
- [PATCH] dma: hisi_dma: switch from 'pci_' to 'dma_' API, Qing Wang
- [PATCH] dma: hsu: switch from 'pci_' to 'dma_' API, Qing Wang
- [PATCH] dma: ioat: switch from 'pci_' to 'dma_' API, Qing Wang
- [PATCH] dma: dw-edma-pcie: switch from 'pci_' to 'dma_' API, Qing Wang
- [PATCH v2] dmaengine: idxd: fix calling wq quiesce inside spinlock, Dave Jiang
- [RESEND PATCH 0/3] Few Tegra210 ADMA fixes,
Sameer Pujar
- [PATCH][V2] dmaengine: sh: make array ds_lut static,
Colin King
- [PATCH] dmaengine: sh: make array descs static,
Colin King
- [PATCH 0/4] ZynqMP DMA fixes,
Harini Katakam
- [PATCH AUTOSEL 4.4 1/8] dmaengine: ioat: depends on !UML, Sasha Levin
- [PATCH AUTOSEL 4.9 1/9] dmaengine: ioat: depends on !UML,
Sasha Levin
- [PATCH AUTOSEL 4.14 1/9] dmaengine: ioat: depends on !UML,
Sasha Levin
- [PATCH AUTOSEL 4.19 01/10] dmaengine: sprd: Add missing MODULE_DEVICE_TABLE,
Sasha Levin
- [PATCH AUTOSEL 5.4 01/12] dmaengine: sprd: Add missing MODULE_DEVICE_TABLE,
Sasha Levin
- [PATCH AUTOSEL 5.10 01/16] dmaengine: idxd: depends on !UML,
Sasha Levin
- [PATCH AUTOSEL 5.13 01/19] dmaengine: idxd: depends on !UML,
Sasha Levin
- [PATCH AUTOSEL 5.14 01/25] dmaengine: idxd: depends on !UML,
Sasha Levin
- [PATCH] dmaengine: xilinx_dma: Fix kernel-doc warnings,
Radhey Shyam Pandey
- [PATCH] drivers/dma: fix reference count leaks in mmp_pdma_probe,
Xin Xiong
- [PATCH] dmaengine: idxd: add halt interrupt support,
Dave Jiang
- [PATCH -next] dmaengine: idxd: Use list_move_tail instead of list_del/list_add_tail,
Bixuan Cui
- [GIT PULL]: dmaengine updates for v5.15-rc1,
Vinod Koul
- [PATCH] dmaengine: milbeaut-hdmac: Prefer kcalloc over open coded arithmetic,
Len Baker
- [PATCH] dmaengine: idxd: reconfig device after device reset command,
Dave Jiang
- [PATCH] dmaengine: fsl-edma: fix for missing dmamux module,
Angelo Dureghello
- [PATCH] MAINTAINERS: Fix AMD PTDMA DRIVER entry,
Geert Uytterhoeven
- [PATCH 0/3] Few Tegra210 ADMA fixes,
Sameer Pujar
- [PATCH] dmaengine: jz4780: Set max number of SGs per burst,
Artur Rojek
- [PATCH][next] dmaengine: sh: Fix unused initialization of pointer lmdesc,
Colin King
- [PATCH] dmaengine: sa11x0: Make use of the helper macro SET_NOIRQ_SYSTEM_SLEEP_PM_OPS(),
Cai Huoqing
- [PATCH] dmaengine: sh: fix some NULL dereferences,
Dan Carpenter
- [PATCH] dmaengine: fsl-dpaa2-qdma: Fix spelling mistake "faile" -> "failed",
Colin King
[Index of Archives]
[Security]
[Linux ARM]
[Fedora ARM]
[eCos]
[Linux MIPS]
[Bugtraq]