dmaengine.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-03-06 13:02:18 to 2023-03-13 22:21:34 UTC [more...]

[PATCH RESEND v2 00/11] PCI: dwc: Relatively simple fixes and cleanups
 2023-03-13 22:21 UTC  (14+ messages)
` [PATCH RESEND v2 01/11] PCI: dwc: Fix port link CSR improper init if CDM check enabled
` [PATCH RESEND v2 02/11] PCI: dwc: Fix erroneous version type test helper
` [PATCH RESEND v2 03/11] PCI: dwc: Fix inbound iATU entries out-of-bounds warning message
` [PATCH RESEND v2 04/11] PCI: bt1: Enable async probe type
` [PATCH RESEND v2 05/11] PCI: bt1: Fix printing false error message
` [PATCH RESEND v2 06/11] PCI: dwc: Drop duplicated fast-link-mode flag unsetting
` [PATCH RESEND v2 07/11] PCI: dwc: Drop empty line from dw_pcie_link_set_max_speed()
` [PATCH RESEND v2 08/11] PCI: visconti: Convert to using generic resources getter
` [PATCH RESEND v2 09/11] MAINTAINERS: Add all generic DW PCIe RP/EP DT-schemas
` [PATCH RESEND v2 10/11] MAINTAINERS: Add myself as the DW PCIe core reviewer
` [PATCH RESEND v2 11/11] MAINTAINERS: Add myself as the DW eDMA driver reviewer

[PATCH] dmaengine: imx-dma: Remove a redundant memset() call
 2023-03-13 21:52 UTC 

(no subject)
 2023-03-13 20:41 UTC  (8+ messages)
` [PATCH v6 1/7] iommu/vt-d: Remove virtual command interface
` [PATCH v6 2/7] iommu/sva: Move PASID helpers to sva code
` [PATCH v6 3/7] iommu/sva: Remove PASID to mm lookup function
` [PATCH v6 4/7] iommu/sva: Stop using ioasid_set for SVA
` [PATCH v6 5/7] iommu/sva: Use GFP_KERNEL for pasid allocation
` [PATCH v6 6/7] iommu/ioasid: Rename INVALID_IOASID
` [PATCH v6 7/7] iommu: Remove ioasid infrastructure

[PATCH 32/36] dmaengine: idxd: use const struct bus_type *
 2023-03-13 19:07 UTC  (2+ messages)

[PATCH 0/5] dma: don't set chancnt
 2023-03-13 17:36 UTC  (7+ messages)
` [PATCH 1/5] dmaengine: dw-axi-dmac: Don't "
` [PATCH 2/5] dmaengine: axi-dmac: "
` [PATCH 3/5] dmaengine: plx_dma: "
` [PATCH 4/5] dmaengine: hidma: "
` [PATCH 5/5] dmaengine: sprd: "

[PATCH 00/11] dmaengine: dw-axi_dmac: bug fix clean up and more features
 2023-03-13 17:04 UTC  (12+ 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 03/11] dmaengine: dw-axi-dmac: remove unnecessary axi_dma_enable() calling
` [PATCH 04/11] dmaengine: dw-axi-dmac: remove redudant axi_dma_disable() calling
` [PATCH 05/11] dmaengine: dw-axi-dmac: delay irq getting until request_irq
` [PATCH 06/11] dmaengine: dw-axi-dmac: move ch irq handling into common routine
` [PATCH 07/11] dmaengine: dw-axi-dmac: support per channel irq
` [PATCH 08/11] dmaengine: dw-axi-dmac: support dma-channel-mask
` [PATCH 09/11] dmaengine: dw-axi-dmac: try best to get residue when tx is running
` [PATCH 10/11] dmaengine: dw-axi-dmac: move dma_chan_tx_status()
` [PATCH 11/11] dmaengine: dw-axi-dmac: support polled mode

[PATCH v3 00/16] Enable DSA 2.0 Event Log and completion record faulting features
 2023-03-13 17:02 UTC  (17+ messages)
` [PATCH v3 01/16] dmaengine: idxd: make misc interrupt one shot
` [PATCH v3 02/16] dmaengine: idxd: add event log size sysfs attribute
` [PATCH v3 03/16] dmaengine: idxd: setup event log configuration
` [PATCH v3 04/16] dmaengine: idxd: add interrupt handling for event log
` [PATCH v3 05/16] dmanegine: idxd: add debugfs for event log dump
` [PATCH v3 06/16] dmaengine: idxd: add per DSA wq workqueue for processing cr faults
` [PATCH v3 07/16] dmaengine: idxd: create kmem cache for event log fault items
` [PATCH v3 08/16] dmaengine: idxd: define idxd_copy_cr()
` [PATCH v3 09/16] dmaengine: idxd: process user page faults for completion record
` [PATCH v3 10/16] dmaengine: idxd: add descs_completed field "
` [PATCH v3 11/16] dmaengine: idxd: process batch descriptor completion record faults
` [PATCH v3 12/16] dmaengine: idxd: add per file user counters for "
` [PATCH v3 13/16] dmaengine: idxd: add a device to represent the file opened
` [PATCH v3 14/16] dmaengine: idxd: expose fault counters to sysfs
` [PATCH v3 15/16] dmaengine: idxd: add pid to exported sysfs attribute for opened file
` [PATCH v3 16/16] dmaengine: idxd: add per wq PRS disable

[PATCH 0/6] bus: fsl-mc: Make remove function return void
 2023-03-13 15:47 UTC  (4+ messages)
` [PATCH 6/6] "

[PATCH v6 0/5] dmaengine: dw-edma: Add support for native HDMA
 2023-03-13  3:52 UTC  (11+ messages)
` [PATCH v6 1/5] dmaengine: dw-edma: Rename dw_edma_core_ops structure to dw_edma_plat_ops
` [PATCH v6 2/5] dmaengine: dw-edma: Create a new dw_edma_core_ops structure to abstract controller operation
` [PATCH v6 3/5] dmaengine: dw-edma: Add support for native HDMA
` [PATCH v6 4/5] dmaengine: dw-edma: Add HDMA DebugFS support
` [PATCH v6 5/5] dmaengine: dw-edma: Optimization in dw_edma_v0_core_handle_int

[PATCH v2 00/16] Enable DSA 2.0 Event Log and completion record faulting features
 2023-03-11 17:31 UTC  (23+ messages)
` [PATCH v2 01/16] dmaengine: idxd: make misc interrupt one shot
` [PATCH v2 02/16] dmaengine: idxd: add event log size sysfs attribute
` [PATCH v2 03/16] dmaengine: idxd: setup event log configuration
` [PATCH v2 04/16] dmaengine: idxd: add interrupt handling for event log
` [PATCH v2 05/16] dmanegine: idxd: add debugfs for event log dump
` [PATCH v2 06/16] dmaengine: idxd: add per DSA wq workqueue for processing cr faults
` [PATCH v2 07/16] dmaengine: idxd: create kmem cache for event log fault items
` [PATCH v2 08/16] iommu: define and export iommu_access_remote_vm()
` [PATCH v2 09/16] dmaengine: idxd: process user page faults for completion record
` [PATCH v2 10/16] dmaengine: idxd: add descs_completed field "
` [PATCH v2 11/16] dmaengine: idxd: process batch descriptor completion record faults
` [PATCH v2 12/16] dmaengine: idxd: add per file user counters for "
` [PATCH v2 13/16] dmaengine: idxd: add a device to represent the file opened
` [PATCH v2 14/16] dmaengine: idxd: expose fault counters to sysfs
` [PATCH v2 15/16] dmaengine: idxd: add pid to exported sysfs attribute for opened file
` [PATCH v2 16/16] dmaengine: idxd: add per wq PRS disable

[PATCH v4 0/6] Remove VT-d virtual command interface and IOASID
 2023-03-11 17:18 UTC  (13+ messages)
` [PATCH v4 3/6] iommu/sva: Stop using ioasid_set for SVA

[PATCH v5 0/7] Remove VT-d virtual command interface and IOASID
 2023-03-10 21:36 UTC  (16+ messages)
` [PATCH v5 1/7] iommu/vt-d: Remove virtual command interface
` [PATCH v5 2/7] iommu/sva: Move PASID helpers to sva code
` [PATCH v5 3/7] iommu/sva: Remove PASID to mm lookup function
` [PATCH v5 4/7] iommu/sva: Stop using ioasid_set for SVA
` [PATCH v5 5/7] iommu/sva: Use GFP_KERNEL for pasid allocation
` [PATCH v5 6/7] iommu/ioasid: Rename INVALID_IOASID
` [PATCH v5 7/7] iommu: Remove ioasid infrastructure

[PATCH] dmaengine: Use of_property_present() for testing DT property presence
 2023-03-10 14:47 UTC 

[PATCH 0/4] Re-enable IDXD kernel workqueue under DMA API
 2023-03-09 17:06 UTC  (33+ messages)
` [PATCH 1/4] iommu/vt-d: Implement set device pasid op for default domain
` [PATCH 3/4] iommu/sva: Support reservation of global PASIDs

[PATCH 00/16] crypto: Add Intel Analytics Accelerator (IAA) crypto compression driver
 2023-03-09 10:14 UTC  (23+ messages)
` [PATCH 01/16] dmaengine: idxd: add wq driver name support for accel-config user tool
` [PATCH 02/16] dmaengine: idxd: add external module driver support for dsa_bus_type
` [PATCH 03/16] dmaengine: idxd: Export drv_enable/disable and related functions
` [PATCH 04/16] dmaengine: idxd: Export descriptor management functions
` [PATCH 05/16] dmaengine: idxd: Export wq resource "
` [PATCH 06/16] dmaengine: idxd: Add private_data to struct idxd_wq
` [PATCH 07/16] dmaengine: idxd: add callback support for iaa crypto
` [PATCH 08/16] crypto: iaa - Add IAA Compression Accelerator Documentation
` [PATCH 09/16] crypto: iaa - Add Intel IAA Compression Accelerator crypto driver core
` [PATCH 10/16] crypto: iaa - Add per-cpu workqueue table with rebalancing
` [PATCH 11/16] crypto: iaa - Add compression mode management along with fixed mode
` [PATCH 12/16] crypto: iaa - Add support for iaa_crypto deflate compression algorithm
` [PATCH 13/16] crypto: iaa - Add support for default IAA 'canned' compression mode
` [PATCH 14/16] crypto: iaa - Add support for iaa_crypto async deflate compression algorithm
` [PATCH 15/16] crypto: iaa - Add irq support for the crypto async interface
` [PATCH 16/16] crypto: iaa - Add IAA Compression Accelerator stats

[PATCH v2 0/5] Refactor code for non-PRI IOPF
 2023-03-09  3:51 UTC  (8+ messages)
` [PATCH v2 1/5] dmaengine: idxd: Add enable/disable device IOPF feature
` [PATCH v2 2/5] iommu/vt-d: Allow SVA with device-specific IOPF
` [PATCH v2 3/5] iommu/vt-d: Move iopf code from SVA to IOPF enabling path
` [PATCH v2 4/5] iommu/vt-d: Move pfsid and ats_qdep calculation to device probe path
` [PATCH v2 5/5] iommu/vt-d: Move PRI handling to IOPF feature path

[PATCH] dmaengine: ti: k3-psil: Add PSI-L thread support for J784s4
 2023-03-08 20:15 UTC 

[PATCH v1 1/1] dmaengine: Actually use devm_add_action_or_reset()
 2023-03-08 16:39 UTC  (2+ messages)

Bid Estimate
 2023-03-08 15:01 UTC 

[PATCH V2] dmaengine: dw-axi-dmac: add spinlock for multi-channel DMA
 2023-03-08 14:10 UTC 

[PATCH v4 0/3] Add DMA driver for StarFive JH7110 SoC
 2023-03-08  1:08 UTC  (12+ messages)
` [PATCH v4 1/3] dt-bindings: dma: snps,dw-axi-dmac: constrain resets items for JH7110 dma
` [PATCH v4 2/3] dmaengine: dw-axi-dmac: Add support for StarFive JH7110 DMA
` [PATCH v4 3/3] riscv: dts: starfive: add dma controller node

[PATCH] dmaengine: ioat: use PCI core macros for PCIe Capability
 2023-03-07 21:50 UTC  (2+ messages)

[PATCH 0/2] PCI/AER: Remove redundant Device Control Error Reporting Enable
 2023-03-07 20:56 UTC  (6+ messages)
` [PATCH 1/2] dmaengine: ioat: Drop redundant pci_enable_pcie_error_reporting()
` [PATCH 2/2] dmaengine: idxd: Remove unnecessary aer.h include

[PATCH 5.15 336/567] dmaengine: dw-axi-dmac: Do not dereference NULL structure
 2023-03-07 17:01 UTC 

[PATCH 6.1 485/885] dmaengine: dw-axi-dmac: Do not dereference NULL structure
 2023-03-07 16:56 UTC 

[PATCH 6.2 0566/1001] dmaengine: dw-axi-dmac: Do not dereference NULL structure
 2023-03-07 16:55 UTC 

[PATCH v5 0/4] dmaengine: dw-edma: Add support for native HDMA
 2023-03-06 15:08 UTC  (9+ messages)
` [PATCH v5 1/4] dmaengine: dw-edma: Rename dw_edma_core_ops structure to dw_edma_plat_ops
` [PATCH v5 2/4] dmaengine: dw-edma: Create a new dw_edma_core_ops structure to abstract controller operation


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).