| Age | Commit message (Expand) | Author | Files | Lines |
| 2023-05-19 | dmaengine: ste_dma40: use proper format string for resource_size_t |  Arnd Bergmann | 1 | -2/+2 |
| 2023-05-18 | dmaengine: make QCOM_HIDMA depend on HAS_IOMEM |  Baoquan He | 1 | -0/+1 |
| 2023-05-18 | dmaengine: ste_dma40: fix typo in enum documentation |  Vinod Koul | 1 | -1/+1 |
| 2023-05-18 | dmaengine: ste_dma40: use correct print specfier for resource_size_t |  Vinod Koul | 1 | -2/+2 |
| 2023-05-17 | dmaengine: ti: k3-udma: annotate pm function with __maybe_unused |  Vinod Koul | 1 | -2/+2 |
| 2023-05-17 | dmaengine: idxd: Fix passing freed memory in idxd_cdev_open() |  Harshit Mogalapalli | 1 | -1/+0 |
| 2023-05-16 | dmaengine: ti: k3-udma: Add support for J721S2 CSI BCDMA instance |  Vaishnav Achath | 1 | -0/+25 |
| 2023-05-16 | dmaengine: ti: k3-psil-j721s2: Add PSI-L thread map for main CPSW2G |  Kishon Vijay Abraham I | 1 | -0/+11 |
| 2023-05-16 | dmaengine: ste_dma40: Return error codes properly |  Linus Walleij | 1 | -22/+24 |
| 2023-05-16 | dmaengine: ste_dma40: Use managed resources |  Linus Walleij | 1 | -119/+61 |
| 2023-05-16 | dmaengine: ste_dma40: Pass dev to OF function |  Linus Walleij | 1 | -7/+6 |
| 2023-05-16 | dmaengine: ste_dma40: Remove platform data |  Linus Walleij | 3 | -19/+150 |
| 2023-05-16 | dmaengine: ste_dma40: Add dev helper variable |  Linus Walleij | 1 | -24/+26 |
| 2023-05-16 | dmaengine: ste_dma40: Get LCPA SRAM from SRAM node |  Linus Walleij | 2 | -23/+25 |
| 2023-05-03 | Merge tag 'dmaengine-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vkoul/dmaengine |  Linus Torvalds | 32 | -253/+1725 |
| 2023-04-30 | Merge tag 'iommu-updates-v6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu |  Linus Torvalds | 4 | -13/+32 |
| 2023-04-27 | Merge tag 'modules-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/mcgrof/linux |  Linus Torvalds | 6 | -6/+0 |
| 2023-04-27 | Merge tag 'driver-core-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core |  Linus Torvalds | 1 | -2/+2 |
| 2023-04-14 | Merge branches 'iommu/fixes', 'arm/allwinner', 'arm/exynos', 'arm/mediatek', 'arm/omap', 'arm/renesas', 'arm/rockchip', 'arm/smmu', 'ppc/pamu', 'unisoc', 'x86/vt-d', 'x86/amd', 'core' and 'platform-remove_new' into next |  Joerg Roedel | 4 | -13/+32 |
| 2023-04-13 | dmaengine: remove MODULE_LICENSE in non-modules |  Nick Alcock | 4 | -4/+0 |
| 2023-04-13 | dmaengine: stm32-mdma: remove MODULE_LICENSE in non-modules |  Nick Alcock | 2 | -2/+0 |
| 2023-04-13 | dmaengine: idxd: Add enable/disable device IOPF feature |  Lu Baolu | 1 | -6/+25 |
| 2023-04-12 | dmaengine: idxd: add per wq PRS disable |  Dave Jiang | 4 | -5/+64 |
| 2023-04-12 | dmaengine: idxd: add pid to exported sysfs attribute for opened file |  Dave Jiang | 1 | -0/+11 |
| 2023-04-12 | dmaengine: idxd: expose fault counters to sysfs |  Dave Jiang | 1 | -0/+46 |
| 2023-04-12 | dmaengine: idxd: add a device to represent the file opened |  Dave Jiang | 2 | -24/+97 |
| 2023-04-12 | dmaengine: idxd: add per file user counters for completion record faults |  Dave Jiang | 3 | -0/+29 |
| 2023-04-12 | dmaengine: idxd: process batch descriptor completion record faults |  Dave Jiang | 4 | -25/+77 |
| 2023-04-12 | dmaengine: idxd: process user page faults for completion record |  Dave Jiang | 5 | -7/+136 |
| 2023-04-12 | dmaengine: idxd: add idxd_copy_cr() to copy user completion record during page fault handling |  Fenghua Yu | 4 | -5/+111 |
| 2023-04-12 | dmaengine: idxd: create kmem cache for event log fault items |  Dave Jiang | 3 | -0/+20 |
| 2023-04-12 | dmaengine: idxd: add per DSA wq workqueue for processing cr faults |  Dave Jiang | 2 | -0/+12 |
| 2023-04-12 | dmanegine: idxd: add debugfs for event log dump |  Dave Jiang | 4 | -1/+160 |
| 2023-04-12 | dmaengine: idxd: add interrupt handling for event log |  Dave Jiang | 2 | -0/+67 |
| 2023-04-12 | dmaengine: idxd: setup event log configuration |  Dave Jiang | 5 | -4/+180 |
| 2023-04-12 | dmaengine: idxd: add event log size sysfs attribute |  Dave Jiang | 4 | -1/+86 |
| 2023-04-12 | dmaengine: idxd: make misc interrupt one shot |  Dave Jiang | 1 | -26/+12 |
| 2023-04-12 | dmaengine: at_xdmac: align declaration of ret with the rest of variables |  Claudiu Beznea | 1 | -2/+1 |
| 2023-04-12 | dmaengine: at_xdmac: add a warning message regarding for unpaused channels |  Claudiu Beznea | 1 | -0/+2 |
| 2023-04-12 | dmaengine: at_xdmac: do not enable all cyclic channels |  Claudiu Beznea | 1 | -1/+4 |
| 2023-04-12 | dmaengine: at_xdmac: restore the content of grws register |  Claudiu Beznea | 1 | -0/+9 |
| 2023-04-12 | dmaengine: at_xdmac: do not resume channels paused by consumers |  Claudiu Beznea | 1 | -7/+45 |
| 2023-04-12 | dmaengine: at_xdmac: fix imbalanced runtime PM reference counter |  Claudiu Beznea | 1 | -13/+13 |
| 2023-04-12 | dmaengine: at_xdmac: disable/enable clock directly on suspend/resume |  Claudiu Beznea | 1 | -3/+9 |
| 2023-04-12 | dmaengine: dw-axi-dmac: Increase polling time to DMA transmission completion status |  Walker Chen | 1 | -1/+1 |
| 2023-04-12 | dmaengine: dw-axi-dmac: Add support for StarFive JH7110 DMA |  Walker Chen | 2 | -5/+34 |
| 2023-04-12 | dmaengine: dw-edma: Fix to enable to issue dma request on DMA processing |  Shunsuke Mie | 1 | -2/+5 |
| 2023-04-12 | dmaengine: dw-edma: Fix to change for continuous transfer |  Shunsuke Mie | 1 | -9/+11 |
| 2023-04-12 | dmaengine: qcom_hidma: Add explicit platform_device.h and of_device.h includes |  Rob Herring | 1 | -0/+2 |
| 2023-04-12 | dma: gpi: remove spurious unlock in gpi_ch_init |  Dmitry Baryshkov | 1 | -1/+0 |