messages from 2021-11-27 01:23:38 to 2021-12-09 21:23:58 UTC [more...]
[PATCH v14 0/4] Add NVIDIA Tegra GPC-DMA driver
2021-12-09 21:23 UTC (8+ messages)
` [PATCH v14 1/4] dt-bindings: dmaengine: Add doc for tegra gpcdma
` [PATCH v14 2/4] dmaengine: tegra: Add tegra gpcdma driver
` [PATCH v14 3/4] arm64: defconfig: tegra: Enable GPCDMA
` [PATCH v14 4/4] arm64: tegra: Add GPCDMA node for tegra186 and tegra194
[patch V2 00/36] genirq/msi, PCI/MSI: Spring cleaning - Part 2
2021-12-09 21:02 UTC (62+ messages)
` [patch V2 01/36] device: Move MSI related data into a struct
` [patch V2 02/36] device: Add device::msi_data pointer and struct msi_device_data
` [patch V2 03/36] PCI/MSI: Allocate MSI device data on first use
` [patch V2 04/36] platform-msi: "
` [patch V2 05/36] bus: fsl-mc-msi: "
` [patch V2 06/36] soc: ti: ti_sci_inta_msi: "
` [patch V2 07/36] genirq/msi: Provide msi_device_populate/destroy_sysfs()
` [patch V2 08/36] PCI/MSI: Let the irq code handle sysfs groups
` [patch V2 09/36] platform-msi: Let the core "
` [patch V2 10/36] genirq/msi: Remove the original sysfs interfaces
` [patch V2 11/36] platform-msi: Rename functions and clarify comments
` [patch V2 12/36] platform-msi: Store platform private data pointer in msi_device_data
` [patch V2 13/36] genirq/msi: Consolidate MSI descriptor data
` [patch V2 14/36] platform-msi: Use msi_desc::msi_index
` [patch V2 15/36] bus: fsl-mc-msi: "
` [patch V2 16/36] soc: ti: ti_sci_inta_msi: "
` [patch V2 17/36] PCI/MSI: "
` [patch V2 18/36] genirq/msi: Add msi_device_data::properties
` [patch V2 19/36] PCI/MSI: Store properties in device::msi::data
` [patch V2 20/36] x86/pci/XEN: Use device MSI properties
` [patch V2 21/36] x86/apic/msi: "
` [patch V2 22/36] genirq/msi: "
` [patch V2 23/36] powerpc/cell/axon_msi: Use MSI device properties
` [patch V2 24/36] powerpc/pseries/msi: "
` [patch V2 25/36] PCI/MSI: Provide MSI_FLAG_MSIX_CONTIGUOUS
` [patch V2 26/36] powerpc/pseries/msi: Let core code check for contiguous entries
` [patch V2 27/36] genirq/msi: Provide interface to retrieve Linux interrupt number
` [patch V2 28/36] PCI/MSI: Use __msi_get_virq() in pci_get_vector()
` [patch V2 29/36] PCI/MSI: Simplify pci_irq_get_affinity()
` [patch V2 30/36] dmaengine: mv_xor_v2: Get rid of msi_desc abuse
` [patch V2 31/36] perf/smmuv3: Use msi_get_virq()
` [patch V2 32/36] iommu/arm-smmu-v3: "
` [patch V2 33/36] mailbox: bcm-flexrm-mailbox: Rework MSI interrupt handling
` [patch V2 34/36] bus: fsl-mc: fsl-mc-allocator: Rework MSI handling
` [patch V2 35/36] soc: ti: ti_sci_inta_msi: Get rid of ti_sci_inta_msi_get_virq()
` [patch V2 36/36] dmaengine: qcom_hidma: Cleanup MSI handling
[PATCH] dma: ti: k3-udma: Fix smatch warnings
2021-12-09 18:09 UTC
[PATCH] dma: ti: k3-udma: Workaround errata i2234
2021-12-09 18:07 UTC
[PATCH 4/4] dmaengine: idxd: Use DMA API for in-kernel DMA with PASID
2021-12-08 17:36 UTC (3+ messages)
[PATCH] dmaengine: idxd: fix missed completion on abort path
2021-12-08 17:01 UTC
[PATCH] dmaengine: xilinx: Handle IRQ mapping errors
2021-12-08 12:29 UTC (2+ messages)
[PATCH] dmaengine: at_xdmac: fix compilation warning
2021-12-08 10:41 UTC (2+ messages)
[PATCH][next] dmaengine: at_xdmac: Use struct_size() in devm_kzalloc()
2021-12-08 4:55 UTC (2+ messages)
[PATCH 0/2] J721S2: Add initial support
2021-12-07 14:21 UTC (2+ messages)
[PATCH] dt-bindings: dma: ti: Add missing ti,k3-sci-common.yaml reference
2021-12-07 14:17 UTC (3+ messages)
[PATCH] dt-bindings: dma: pl08x: Fix unevaluatedProperties warnings
2021-12-07 8:41 UTC (2+ messages)
[PATCH] dmaengine: use IS_ERR_OR_NULL before PTR_ERR
2021-12-07 7:50 UTC
[PATCH] dmaengine: sprd: move pm_runtime_disable to err_rpm
2021-12-07 2:06 UTC (3+ messages)
[PATCH v2 0/6] dmaengine: jz4780: Driver updates v2
2021-12-06 17:42 UTC (7+ messages)
` [PATCH v2 1/6] dt-bindings: dma: ingenic: Add compatible strings for MDMA and BDMA
` [PATCH v2 2/6] dt-bindings: dma: ingenic: Support #dma-cells = <3>
` [PATCH v2 3/6] dmaengine: jz4780: Work around hardware bug on JZ4760 SoCs
` [PATCH v2 4/6] dmaengine: jz4780: Add support for the MDMA and BDMA in the JZ4760(B)
` [PATCH v2 5/6] dmaengine: jz4780: Replace uint32_t with u32
` [PATCH v2 6/6] dmaengine: jz4780: Support bidirectional I/O on one channel
[PATCH] dmaengine: stm32-mdma: Remove redundant initialization of pointer hwdesc
2021-12-06 8:29 UTC (2+ messages)
` [Linux-stm32] "
[PATCH] dmaengine: dw-edma: Fix error handling in dw_edma_pcied_probe()
2021-12-03 6:11 UTC
[PATCH] dt-bindings: dma: snps,dw-axi-dmac: Group tuples in snps properties
2021-12-02 10:04 UTC (3+ messages)
[PATCH] dt-bindings: dma: snps,dw-axi-dmac: Document optional reset
2021-12-01 22:44 UTC (2+ messages)
[PATCH] dt-bindings: dma: sifive,fu540-c000-pdma: Group interrupt tuples
2021-12-01 22:37 UTC (2+ messages)
[PATCH v13 0/4] Add NVIDIA Tegra GPC-DMA driver
2021-12-01 14:33 UTC (9+ messages)
` [PATCH v13 1/4] dt-bindings: dmaengine: Add doc for tegra gpcdma
` [PATCH v13 4/4] arm64: tegra: Add GPCDMA node for tegra186 and tegra194
[patch 00/37] genirq/msi, PCI/MSI: Spring cleaning - Part 2
2021-11-30 12:30 UTC (97+ messages)
` [patch 01/37] device: Move MSI related data into a struct
` [patch 02/37] device: Add device::msi_data pointer and struct msi_device_data
` [patch 03/37] PCI/MSI: Allocate MSI device data on first use
` [patch 05/37] platform-msi: "
` [patch 06/37] bus: fsl-mc-msi: "
` [patch 07/37] soc: ti: ti_sci_inta_msi: "
` [patch 08/37] genirq/msi: Provide msi_device_populate/destroy_sysfs()
` [patch 09/37] PCI/MSI: Let the irq code handle sysfs groups
` [patch 10/37] platform-msi: Let the core "
` [patch 11/37] genirq/msi: Remove the original sysfs interfaces
` [patch 12/37] platform-msi: Rename functions and clarify comments
` [patch 13/37] platform-msi: Store platform private data pointer in msi_device_data
` [patch 14/37] genirq/msi: Consolidate MSI descriptor data
` [patch 15/37] platform-msi: Use msi_desc::msi_index
` [patch 16/37] bus: fsl-mc-msi: "
` [patch 17/37] soc: ti: ti_sci_inta_msi: "
` [patch 18/37] PCI/MSI: "
` [patch 19/37] genirq/msi: Add msi_device_data::properties
` [patch 20/37] PCI/MSI: Store properties in device::msi::data
` [patch 21/37] x86/pci/XEN: Use device MSI properties
` [patch 22/37] x86/apic/msi: "
` [patch 23/37] genirq/msi: "
` [patch 24/37] powerpc/cell/axon_msi: Use MSI device properties
` [patch 25/37] powerpc/pseries/msi: "
` [patch 26/37] PCI/MSI: Provide MSI_FLAG_MSIX_CONTIGUOUS
` [patch 27/37] powerpc/pseries/msi: Let core code check for contiguous entries
` [patch 28/37] genirq/msi: Provide interface to retrieve Linux interrupt number
` [patch 29/37] PCI/MSI: Use __msi_get_virq() in pci_get_vector()
` [patch 30/37] PCI/MSI: Simplify pci_irq_get_affinity()
` [patch 31/37] dmaengine: mv_xor_v2: Get rid of msi_desc abuse
` [patch 32/37] perf/smmuv3: Use msi_get_virq()
` [patch 33/37] iommu/arm-smmu-v3: "
` [patch 34/37] mailbox: bcm-flexrm-mailbox: Rework MSI interrupt handling
` [patch 35/37] bus: fsl-mc: fsl-mc-allocator: Rework MSI handling
` [patch 36/37] soc: ti: ti_sci_inta_msi: Get rid of ti_sci_inta_msi_get_virq()
` [patch 37/37] dmaengine: qcom_hidma: Cleanup MSI handling
` [patch 04/37] PCI/MSI: Use lock from msi_device_data
[PATCH 0/4] dmaengine: sun6i: Allwinner D1 support
2021-11-29 23:13 UTC (3+ messages)
` [PATCH 1/4] dt-bindings: dma: sun50i-a64: Add compatible for D1
[PATCH v2] dmaengine: idxd: add knob for enqcmds retries
2021-11-29 17:19 UTC
[PATCH] dmaengine: idxd: add knob for enqcmds retries
2021-11-29 16:47 UTC (3+ messages)
[PATCH v13 2/4] dmaengine: tegra: Add tegra gpcdma driver
2021-11-27 8:41 UTC (2+ 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).