| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge tag 'timers-core-2024-01-21' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2024-01-21 | 4 | -11/+27 |
|\ |
|
| * | clocksource/drivers/ep93xx: Fix error handling during probe | Arnd Bergmann | 2023-12-27 | 1 | -3/+2 |
| * | clocksource/drivers/cadence-ttc: Fix some kernel-doc warnings | Randy Dunlap | 2023-12-27 | 1 | -6/+16 |
| * | clocksource/drivers/timer-ti-dm: Fix make W=n kerneldoc warnings | Tony Lindgren | 2023-12-27 | 1 | -2/+2 |
| * | clocksource/timer-riscv: Add riscv_clock_shutdown callback | Joshua Yeong | 2023-12-27 | 1 | -0/+7 |
* | | Merge tag 'dmaengine-fix-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2024-01-21 | 34 | -261/+1712 |
|\ \ |
|
| * | | dmaengine: dw-edma: increase size of 'name' in debugfs code | Vinod Koul | 2024-01-19 | 2 | -4/+4 |
| * | | dmaengine: fsl-qdma: increase size of 'irq_name' | Vinod Koul | 2024-01-19 | 1 | -1/+1 |
| * | | dmaengine: shdma: increase size of 'dev_id' | Vinod Koul | 2024-01-19 | 1 | -1/+1 |
| * | | dmaengine: xilinx: xdma: Fix kernel-doc warnings | Jan Kuliga | 2024-01-19 | 1 | -5/+5 |
| * | | dmaengine: usb-dmac: Avoid format-overflow warning | Lad Prabhakar | 2024-01-19 | 1 | -5/+5 |
| * | | dmaengine: sh: rz-dmac: Avoid format-overflow warning | Lad Prabhakar | 2024-01-19 | 1 | -4/+4 |
| * | | dmaengine: imx-sdma: fix Excess kernel-doc warnings | Randy Dunlap | 2024-01-19 | 1 | -4/+0 |
| * | | dmaengine: xilinx: xdma: Fix initialization location of desc in xdma_channel_... | Nathan Chancellor | 2024-01-19 | 1 | -1/+2 |
| * | | dmaengine: xilinx: xdma: Fix operator precedence in xdma_prep_interleaved_dma() | Nathan Chancellor | 2024-01-19 | 1 | -4/+4 |
| * | | Merge tag 'dmaengine-6.8-rc1' into fixes | Vinod Koul | 2024-01-19 | 27 | -243/+1697 |
| |\ \ |
|
| | * | | dmaengine: xilinx: xdma: statify xdma_prep_interleaved_dma | Vinod Koul | 2023-12-22 | 1 | -1/+1 |
| | * | | dmaengine: xilinx: xdma: Workaround truncation compilation error | Vinod Koul | 2023-12-22 | 1 | -1/+1 |
| | * | | dmaengine: pl330: issue_pending waits until WFP state | Bumyong Lee | 2023-12-22 | 1 | -0/+3 |
| | * | | dmaengine: xilinx: xdma: Implement interleaved DMA transfers | Jan Kuliga | 2023-12-22 | 1 | -9/+98 |
| | * | | dmaengine: xilinx: xdma: Prepare the introduction of interleaved DMA transfers | Jan Kuliga | 2023-12-22 | 1 | -44/+57 |
| | * | | dmaengine: xilinx: xdma: Add transfer error reporting | Jan Kuliga | 2023-12-22 | 1 | -11/+15 |
| | * | | dmaengine: xilinx: xdma: Add error checking in xdma_channel_isr() | Jan Kuliga | 2023-12-22 | 1 | -8/+12 |
| | * | | dmaengine: xilinx: xdma: Rework xdma_terminate_all() | Jan Kuliga | 2023-12-22 | 1 | -15/+15 |
| | * | | dmaengine: xilinx: xdma: Ease dma_pool alignment requirements | Jan Kuliga | 2023-12-21 | 2 | -6/+6 |
| | * | | dmaengine: xilinx: xdma: Add necessary macro definitions | Jan Kuliga | 2023-12-21 | 1 | -0/+11 |
| | * | | dmaengine: xilinx: xdma: Get rid of unused code | Jan Kuliga | 2023-12-21 | 2 | -14/+0 |
| | * | | dmaengine: xilinx: xdma: Add terminate_all/synchronize callbacks | Miquel Raynal | 2023-12-21 | 1 | -0/+68 |
| | * | | dmaengine: xilinx: xdma: Better handling of the busy variable | Miquel Raynal | 2023-12-21 | 1 | -1/+1 |
| | * | | dmaengine: xilinx: xdma: Clarify the logic between cyclic/sg modes | Miquel Raynal | 2023-12-21 | 1 | -17/+14 |
| | * | | dmaengine: xilinx: xdma: Fix the count of elapsed periods in cyclic mode | Miquel Raynal | 2023-12-21 | 1 | -2/+4 |
| | * | | dmaengine: idxd: Move dma_free_coherent() out of spinlocked context | Rex Zhang | 2023-12-21 | 1 | -1/+8 |
| | * | | dmaengine: ti: k3-udma: Add PSIL threads for AM62P and J722S | Vignesh Raghavendra | 2023-12-21 | 5 | -1/+332 |
| | * | | dmaengine: fix NULL pointer in channel unregistration function | Amelie Delaunay | 2023-12-21 | 1 | -0/+3 |
| | * | | dmaengine: fsl-edma: utilize common dt-binding header file | Frank Li | 2023-12-21 | 1 | -11/+6 |
| | * | | dmaengine: fsl-edma: fix eDMAv4 channel allocation issue | Frank Li | 2023-12-21 | 1 | -0/+8 |
| | * | | dmaengine: axi-dmac: Improve cyclic DMA transfers in SG mode | Paul Cercueil | 2023-12-21 | 1 | -8/+14 |
| | * | | dmaengine: axi-dmac: Use only EOT interrupts when doing scatter-gather | Paul Cercueil | 2023-12-21 | 1 | -1/+7 |
| | * | | dmaengine: axi-dmac: Add support for scatter-gather transfers | Paul Cercueil | 2023-12-21 | 1 | -42/+93 |
| | * | | dmaengine: axi-dmac: Allocate hardware descriptors | Paul Cercueil | 2023-12-21 | 1 | -46/+88 |
| | * | | dmaengine: axi-dmac: Small code cleanup | Paul Cercueil | 2023-12-21 | 1 | -4/+1 |
| | * | | dmaengine: ls2x-apb: New driver for the Loongson LS2X APB DMA controller | Binbin Zhou | 2023-12-21 | 3 | -0/+720 |
| | * | | dmaengine: std_dma40: fix kernel-doc warnings and spelling | Randy Dunlap | 2023-12-21 | 1 | -7/+5 |
| | * | | dmaengine: idxd: Remove usage of the deprecated ida_simple_xx() API | Christophe JAILLET | 2023-12-21 | 1 | -2/+2 |
| | * | | dmaengine: dmatest: prevent using swiotlb buffer with nobounce parameter | Amelie Delaunay | 2023-12-11 | 1 | -1/+16 |
| | * | | dmaengine: tegra210-adma: Support dma-channel-mask property | Mohan Kumar | 2023-12-11 | 1 | -2/+33 |
| | * | | dmaengine: sf-pdma: add mpfs-pdma compatible name | Shravan Chippa | 2023-12-11 | 2 | -4/+31 |
| | * | | dmaengine: sf-pdma: Support of_dma_controller_register() | Shravan Chippa | 2023-12-11 | 1 | -0/+17 |
| | * | | dmaengine: apple-admac: Keep upper bits of REG_BUS_WIDTH | Hector Martin | 2023-11-24 | 1 | -1/+4 |
| | * | | dmaengine: uniphier-xdmac: Convert to platform remove callback returning void | Uwe Kleine-König | 2023-11-24 | 1 | -6/+11 |