messages from 2023-04-07 20:32:38 to 2023-04-27 17:46:06 UTC [more...]
[PATCH v5 0/7] Re-enable IDXD kernel workqueue under DMA API
2023-04-27 17:49 UTC (8+ messages)
` [PATCH v5 1/7] iommu: Generalize default PCIe requester ID PASID
` [PATCH v5 2/7] iommu/sva: Explicitly exclude RID_PASID from SVA
` [PATCH v5 3/7] iommu: Move global PASID allocation from SVA to core
` [PATCH v5 4/7] iommu/vt-d: Factoring out PASID set up helper function
` [PATCH v5 5/7] iommu/vt-d: Prepare PASID attachment beyond RID_PASID
` [PATCH v5 6/7] iommu/vt-d: Implement set_dev_pasid domain op
` [PATCH v5 7/7] dmaengine/idxd: Re-enable kernel workqueue under DMA API
[PATCH v2 0/8] DMA40 SRAM refactoring and cleanup
2023-04-27 17:39 UTC (10+ messages)
` [PATCH v2 1/8] dt-bindings: dma: dma40: Prefer to pass sram through phandle
` [PATCH v2 2/8] dmaengine: ste_dma40: Get LCPA SRAM from SRAM node
` [PATCH v2 3/8] dmaengine: ste_dma40: Add dev helper variable
` [PATCH v2 4/8] dmaengine: ste_dma40: Remove platform data
` [PATCH v2 5/8] dmaengine: ste_dma40: Pass dev to OF function
` [PATCH v2 6/8] dmaengine: ste_dma40: Use managed resources
` [PATCH v2 7/8] dmaengine: ste_dma40: Return error codes properly
` [PATCH v2 8/8] ARM: dts: ux500: Add eSRAM nodes
[PATCH 00/43] ep93xx device tree conversion
2023-04-26 21:06 UTC (9+ messages)
` [PATCH 20/43] dt-bindings: dma: Add DT bindings ep93xx dma
` [PATCH 21/43] dma: cirrus: add DT support for Cirrus EP93xx
[PATCH] dmaengine: xilinx: enable on RISC-V platform
2023-04-26 14:28 UTC (2+ messages)
[RFC PATCH] dmaengine: ti: k3-psil-j721s2: Add PSI-L thread map for main CPSW2G
2023-04-26 8:39 UTC
[PATCH v3 0/6] Introduce STM32 system bus
2023-04-25 7:56 UTC (9+ messages)
` [PATCH v3 6/6] ARM: dts: stm32: add ETZPC as a system bus for STM32MP13x boards
` [Linux-stm32] "
Question: dmaengine: dma_request_chan_by_mask() and DMA controller probe order
2023-04-24 19:16 UTC (2+ messages)
[PATCH v4 0/1] Switchtec Switch DMA Engine Driver
2023-04-24 1:36 UTC (3+ messages)
` [PATCH v4 1/1] dmaengine: switchtec-dma: Introduce Switchtec DMA engine PCI driver
[PATCH v4 00/14] PCI: dwc: Relatively simple fixes and cleanups
2023-04-20 20:39 UTC (16+ messages)
` [PATCH v4 01/14] PCI: dwc: Fix erroneous version type test helper
` [PATCH v4 02/14] PCI: dwc: Fix inbound iATU entries out-of-bounds warning message
` [PATCH v4 03/14] PCI: bt1: Enable async probe type
` [PATCH v4 04/14] PCI: bt1: Fix printing false error message
` [PATCH v4 05/14] PCI: dwc: Drop duplicated fast-link-mode flag unsetting
` [PATCH v4 06/14] PCI: dwc: Drop empty line from dw_pcie_link_set_max_speed()
` [PATCH v4 07/14] PCI: visconti: Convert to using generic resources getter
` [PATCH v4 08/14] MAINTAINERS: Add all generic DW PCIe RP/EP DT-schemas
` [PATCH v4 09/14] MAINTAINERS: Demote Gustavo Pimentel to DW PCIe core reviewer
` [PATCH v4 10/14] MAINTAINERS: Add Manivannan to DW PCIe core maintainers list
` [PATCH v4 11/14] MAINTAINERS: Add myself as the DW PCIe core reviewer
` [PATCH v4 12/14] MAINTAINERS: Demote Gustavo Pimentel to DW EDMA driver reviewer
` [PATCH v4 13/14] MAINTAINERS: Add Manivannan to DW eDMA driver maintainers list
` [PATCH v4 14/14] MAINTAINERS: Add myself as the DW eDMA driver reviewer
[PATCH v4 0/7] Re-enable IDXD kernel workqueue under DMA API
2023-04-19 21:05 UTC (19+ messages)
` [PATCH v4 3/7] iommu: Support allocation of global PASIDs outside SVA
` [PATCH v4 4/7] iommu/vt-d: Reserve RID_PASID from global PASID space
` [PATCH v4 5/7] iommu/vt-d: Make device pasid attachment explicit
[PATCH 0/7] DMA40 SRAM refactoring and cleanup
2023-04-18 22:41 UTC (12+ messages)
` [PATCH 1/7] dt-bindings: dma: dma40: Prefer to pass sram through phandle
` [PATCH 2/7] dmaengine: ste_dma40: Get LCPA SRAM from SRAM node
` [PATCH 3/7] dmaengine: ste_dma40: Add dev helper variable
` [PATCH 4/7] dmaengine: ste_dma40: Remove platform data
` [PATCH 5/7] dmaengine: ste_dma40: Pass dev to OF function
` [PATCH 6/7] dmaengine: ste_dma40: Use managed resources
` [PATCH 7/7] dmaengine: ste_dma40: Return error codes properly
[PATCH] dmaengine: virt-dma: fix a potential NULL-pointer dereference
2023-04-18 19:16 UTC
[PATCH v3 00/11] iio: new DMABUF based API, v3
2023-04-18 8:08 UTC (19+ messages)
` [PATCH v3 01/11] dmaengine: Add API function dmaengine_prep_slave_dma_array()
` [PATCH v3 03/11] iio: buffer-dma: Get rid of outgoing queue
` [PATCH v3 04/11] iio: buffer-dma: Enable buffer write support
` [PATCH v3 05/11] iio: buffer-dmaengine: Support specifying buffer direction
` [PATCH v3 06/11] iio: buffer-dmaengine: Enable write support
` [PATCH v3 07/11] iio: core: Add new DMABUF interface infrastructure
` [PATCH v3 09/11] iio: buffer-dma: Enable support for DMABUFs
` [PATCH v3 10/11] iio: buffer-dmaengine: Support new DMABUF based userspace API
[PATCH v2 0/5] dma: don't set chancnt
2023-04-17 16:50 UTC (7+ messages)
` [PATCH v2 1/5] dmaengine: dw-axi-dmac: Don't "
` [PATCH v2 2/5] dmaengine: axi-dmac: "
` [PATCH v2 3/5] dmaengine: plx_dma: "
` [PATCH v2 4/5] dmaengine: hidma: "
` [PATCH v2 5/5] dmaengine: sprd: "
Odlitky-pořádek
2023-04-17 7:50 UTC
[PATCH 0/6] QCM2290 compatibles
2023-04-16 15:44 UTC (3+ messages)
` [PATCH 1/6] dt-bindings: watchdog: qcom-wdt: add QCM2290
[PATCH v2 00/11] dmaengine: dw-axi_dmac: bug fix clean up and more features
2023-04-15 10:36 UTC (12+ messages)
` [PATCH v2 01/11] dmaengine: dw-axi-dmac: fix reading register when runtime suspended
` [PATCH v2 02/11] dmaengine: dw-axi-dmac: remove unnecessary devm_free_irq() calling
` [PATCH v2 03/11] dmaengine: dw-axi-dmac: remove unnecessary axi_dma_enable() calling
` [PATCH v2 04/11] dmaengine: dw-axi-dmac: remove redundant axi_dma_disable() calling
` [PATCH v2 05/11] dmaengine: dw-axi-dmac: delay irq getting until request_irq
` [PATCH v2 06/11] dmaengine: dw-axi-dmac: move ch irq handling into common routine
` [PATCH v2 07/11] dmaengine: dw-axi-dmac: support per channel irq
` [PATCH v2 08/11] dmaengine: dw-axi-dmac: support dma-channel-mask
` [PATCH v2 09/11] dmaengine: dw-axi-dmac: try best to get residue when tx is running
` [PATCH v2 10/11] dmaengine: dw-axi-dmac: move dma_chan_tx_status()
` [PATCH v2 11/11] dmaengine: dw-axi-dmac: support polled mode
[PATCH 00/11] dmaengine: dw-axi_dmac: bug fix clean up and more features
2023-04-15 10:03 UTC (9+ messages)
` [PATCH 01/11] dmaengine: dw-axi-dmac: fix reading register hen runtime suspended
` [PATCH 02/11] dmaengine: dw-axi-dmac: remove unnecessary devm_free_irq() calling
` [PATCH 04/11] dmaengine: dw-axi-dmac: remove redudant axi_dma_disable() calling
[PATCH v3 0/1] Switchtec Switch DMA Engine Driver
2023-04-14 23:33 UTC (4+ messages)
` [PATCH v3 1/1] dmaengine: switchtec-dma: Introduce Switchtec DMA engine PCI driver
[PATCH v2 0/1] Switchtec Switch DMA Engine Driver
2023-04-14 23:08 UTC (10+ messages)
` [PATCH v2 1/1] dmaengine: switchtec-dma: Introduce Switchtec DMA engine PCI driver
[PATCH RESEND v9 0/4] dmaengine: dw-edma: Add support for native HDMA
2023-04-14 0:41 UTC (11+ messages)
` [PATCH RESEND v9 1/4] dmaengine: dw-edma: Rename dw_edma_core_ops structure to dw_edma_plat_ops
` [PATCH RESEND v9 2/4] dmaengine: dw-edma: Create a new dw_edma_core_ops structure to abstract controller operation
` [PATCH RESEND v9 3/4] dmaengine: dw-edma: Add support for native HDMA
` [PATCH RESEND v9 4/4] dmaengine: dw-edma: Add HDMA DebugFS support
[PATCH RESEND v3 00/10] PCI: dwc: Relatively simple fixes and cleanups
2023-04-14 0:25 UTC (29+ messages)
` [PATCH RESEND v3 01/10] PCI: dwc: Fix erroneous version type test helper
` [PATCH RESEND v3 02/10] PCI: dwc: Fix inbound iATU entries out-of-bounds warning message
` [PATCH RESEND v3 03/10] PCI: bt1: Enable async probe type
` [PATCH RESEND v3 04/10] PCI: bt1: Fix printing false error message
` [PATCH RESEND v3 05/10] PCI: dwc: Drop duplicated fast-link-mode flag unsetting
` [PATCH RESEND v3 06/10] PCI: dwc: Drop empty line from dw_pcie_link_set_max_speed()
` [PATCH RESEND v3 07/10] PCI: visconti: Convert to using generic resources getter
` [PATCH RESEND v3 08/10] MAINTAINERS: Add all generic DW PCIe RP/EP DT-schemas
` [PATCH RESEND v3 09/10] MAINTAINERS: Add myself as the DW PCIe core reviewer
` [PATCH RESEND v3 10/10] MAINTAINERS: Add myself as the DW eDMA driver reviewer
[PATCH 0/6] bus: fsl-mc: Make remove function return void
2023-04-13 6:00 UTC (4+ messages)
[PATCH v6 0/4] Add DMA driver for StarFive JH7110 SoC
2023-04-13 1:29 UTC (3+ messages)
[GIT PULL]: dmaengine fixes for v6.3
2023-04-13 0:44 UTC (2+ messages)
[PATCH v4 00/16] Enable DSA 2.0 Event Log and completion record faulting features
2023-04-12 17:49 UTC (8+ messages)
` [PATCH v4 12/16] dmaengine: idxd: add per file user counters for completion record faults
` [PATCH v4 13/16] dmaengine: idxd: add a device to represent the file opened
` [PATCH v4 14/16] dmaengine: idxd: expose fault counters to sysfs
` [PATCH v4 15/16] dmaengine: idxd: add pid to exported sysfs attribute for opened file
` [PATCH v4 16/16] dmaengine: idxd: add per wq PRS disable
[PATCH 0/7] dmaengine: at_xdmac: fixes for suspend/resume
2023-04-12 17:47 UTC (2+ messages)
[PATCH] dt-bindings: dma: Drop unneeded quotes
2023-04-12 17:21 UTC (2+ messages)
[PATCH v2 1/2] dmaengine: dw-edma: Fix to change for continuous transfer
2023-04-12 17:15 UTC (3+ messages)
` [PATCH v2 2/2] dmaengine: dw-edma: Fix to enable to issue dma request on DMA processing
[PATCH] dmaengine: qcom_hidma: Add explicit platform_device.h and of_device.h includes
2023-04-12 17:13 UTC (3+ messages)
[PATCH v9 0/4] dmaengine: dw-edma: Add support for native HDMA
2023-04-12 16:59 UTC (4+ messages)
[PATCH v3 0/5] RZ/G2L DMAC enhancements
2023-04-12 15:24 UTC (6+ messages)
` [PATCH v3 1/5] dmaengine: sh: rz-dmac: Add rz_dmac_invalidate_lmdesc()
` [PATCH v3 2/5] dmaengine: sh: rz-dmac: Add device_tx_status() callback
` [PATCH v3 3/5] dmaengine: sh: rz-dmac: Add device_{pause,resume}() callbacks
` [PATCH v3 4/5] dmaengine: sh: rz-dmac: Trivial code clean-ups
` [PATCH v3 5/5] dmaengine: sh: rz-dmac: rz_dmac_prepare_descs_for_slave_sg() improvements
[PATCH v2 0/5] RZ/G2L DMAC enhancements
2023-04-12 7:29 UTC (3+ messages)
` [PATCH v2 5/5] dmaengine: sh: rz-dmac: rz_dmac_prepare_descs_for_slave_sg() improvements
[PATCH] dma: gpi: remove spurious unlock in gpi_ch_init
2023-04-09 23:33 UTC
[PATCH V3] dmaengine: dw-axi-dmac: add spinlock for multi-channel DMA
2023-04-09 15:47 UTC (3+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).